
body, div, form, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #f0f0f0;
	font-size: small;
}
h2 {
	margin: 15px 0 10px 0;
	padding-left: 15px;
	font-size: medium;
	background: url(img/marker.gif) left center no-repeat;
}
h3 {
	margin-left: 15px;
	padding-left: 15px;
	font-size: small;
	font-weight: normal;
	background: url(img/marker.gif) left center no-repeat;
}
img {
	border: none;
}
ul {
	margin-top: 8px;
}

#header {
	margin: 0 auto 0 auto;
	width: 774px;
	height: 53px;
	text-align: left;
	background: url(img/head.gif) no-repeat;
	font-family: Arial,Verdana,Helvetica,'MS UI Gothic',sans-serif;
}
#header h1 {
	padding: 22px 0 0 30px;
	font-size: medium;
	color: #000000;
}
#header a, #header a:visited, #header a:link, #header a:hover {
	color: #000000;
	text-decoration: none;
}
#container {
	margin: 0 auto;
	width: 774px;
	text-align: left;
	background: url(img/body.gif) repeat-y;
}
#content {
	padding: 20px 30px;
}
#loginname {
	float: right;
	font-size: small;
	text-align: right;
	line-height: normal;
	padding: 20px 23px 0 0;
}
#loginname img {
	vertical-align: middle;
}
#footer {
	margin: 0 auto 0 auto;
	width: 774px;
	height: 62px;
	text-align: left;
	background: url(img/foot_right.gif) no-repeat;
}
#footercontent {
	padding: 25px 0 0 30px;
}

/* tgld admin */
table {
width: 100%;
font: small Arial, Helvetica, sans-serif;
background-color:#F2F2F2;
}

caption {
background:#000 url(img/effect1.gif) repeat-x;
color:#FFF;
font-weight:bold;
font-size: medium;
border:1px solid #000;
}

tbody td {
background:#e7ebed url(img/effect2.gif) repeat-x; /* d7dbdd */
color:#000;
padding:2px;
border-top   :1px solid #FFF;
border-left  :1px solid #FFF;
border-bottom:1px solid #AFB5B8;
border-right :1px solid #AFB5B8;
}

thead th {
background:#fff588 url(img/effect3.gif) repeat-x; /* ffcc00 */
color:#724809; /* 724809 */
padding:2px;
border-top   :1px solid #e0e0a0;
border-left  :1px solid #e0e0a0;
border-bottom:1px solid #cb7;
border-right :1px solid #cb7;
}

tfoot td {
background:#fff588 url(img/effect3.gif) repeat-x; /* ffcc00 */
color:#724809; /* 724809 */
font-weight:bold;
font-size: medium;
padding:0px 5px;
}

tfoot th {
background:#fff588 url(img/effect3.gif) repeat-x; /* ffcc00 */
color:#724809; /* 724809 */
padding:2px;
font-size: medium;
}

tbody th {
background:#000 url(img/effect1.gif) repeat-x; /* 000 */
color:#D7DBDD; /* D7DBDD */
padding:2px;
text-align:center;
border-top:1px solid #93A1AA;
border-left:1px solid #93A1AA;
border-bottom:1px solid #2F3B42;
border-right:1px solid #2F3B42;
}

td {
	text-align: left ! important;
}

/*
td.draft, td.future {
background-color: #ffe;
}

tr.highlighted td {
background-color: green;
}
*/

a:link, a:visited {
	color: #059;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table.navigation td, table.navigation th {
	border: none;
}

/* tab menu */
#quickmenu01 {
	display: inline; /** ie6!! ?:=&%;/#$!-^+>\_~]`{ **/
	margin-bottom: 30px;
}
#quickmenu01 ul {
	margin: 0 0 0 8px;
	padding: 0;
}
#quickmenu01 li {
	display: inline;
	line-height: 150%;
	margin-right: 0.5em;
	padding-left: 0.5em;
	border-left: 2px solid #ea5;
}

.dhtmlgoodies_aTab img {
	vertical-align: middle;
}
.pluginsquickmenu {
	height: 60px;
	overflow: auto;
}