body{
	background-color:#000000;
	margin-top:0px;
	font-family:Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana;
};

.pagetext {  align: left; font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 11px; line-height: 16px; left: 5px; clip:  rect(   )}
.tagtext {  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 12px; line-height: normal}
.minitext {  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 9px; line-height: normal}
.titletext {  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 16px; line-height: normal}
.hugetext {  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 24px; line-height: normal}

.menucat {  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 12px; line-height: normal; text-decoration: none; font-style: normal; font-weight: bold}
.menusub {  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 10px; line-height: normal; text-decoration: none; font-style: normal}
A:link { text-decoration: underline; color:#ADC3E5}
A:active { text-decoration: underline; color:#ADC3E5}
A:visited { text-decoration: underline; color:#ADC3E5} 
A:hover { text-decoration: none; color:#A9B1BD;} 
.tiny_photocap {  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 9px; color: #CCCCCC}
.tiny_photocapCopy { font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 9px; color: #000000}

body,td,th,tr {	font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana; font-size: 11px; color: #A9B1BD; }
.fieldError{
	color:#FFCC00;
}

/*/////////
///////////
HEADER
///////////
/////////*/
div.header{
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 698px;
	background-color:#333;
	background-image:url(../images/ui/cms_header.gif);
	padding:0px;
	height:100px;
}
div.container{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 678px;
	border:1px solid #243044;
	padding:10px;
}

div.header .nav{
	clear:both;
	display:block;	
	text-align:right;
	position:absolute;
	top:71px;
	right:0px;
}
div.header .nav a:hover, div.header .topnav a:hover{
	background-color:#0066CC;
	background-image:none;
	color:#ADC3E5;
}
div.header .nav a#selected, div.header .topnav a#selected{
	background-color:#000;
	background-image:none;
	color:#ADC3E5;
}
div.header .nav a, div.header .topnav a{
	padding:6px 18px 10px 18px;
	background-color:#485363;
	background-image:url(../images/ui/gradient_big.png);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	display:inline-block;
}
div.header .topnav a{
	padding:6px 18px 32px 18px;
}

div.header .nav a:hover{
	background-color:#5b6676;
	background-image:none;
	color:#000;
}

div.greeting{
	font-weight:bold;
	text-align:right;
	padding:10px;
}
.adminTable, .header{
	border-left:1px solid #243044;
	border-right:1px solid #243044;
}
.adminTable td{
	border-bottom:1px solid #243044;
}
.addButton{}
.addButton a{
	font-size:14px;
	font-family:Verdana, Trebuchet, "Trebuchet MS", Tahoma, Arial, helvetica, verdana;
	font-weight:bold;
	padding:8px;
	text-align:right;
	text-decoration:none;
}