/*
* START GENERAL 
*/
html body {
	background: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	overflow-y: scroll;



}




img.logo {
	margin: -30px;
	z-index:-1;
}

div.header {
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;
	height: 160px;
	width: 1024px;
	margin: -5px auto;
	text-align: center;
}

div.pnav {
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;
	height: 27px;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

div.panvLeftBlock {
	/*border: 1px solid #444444;*/
	width: 50%;
	float: left;
	background-color: green;
}

div.panvRightBlock {
	/*border: 1px solid #444444;*/
	width: 50%;
	float: right;
	text-align: right;
}

div.panvCenterBlock {

	width: 1024px;
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;

	height: 46px;
	margin: -20px auto;
	color: #000;

}

div.pnavSeparator {
	clear: both;
	margin: 0 auto;
	width: 1024px;
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;
	background:  url("../graphics/menu_back.png") bottom repeat-x;
	height: 30px;
}

div.pageContainer {
	margin: 0 auto;
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;
	border-bottom: 1px solid #454545;
	width: 1024px;
	/*border: 1px solid #444444;*/
}

div.snav {
	width: 200px;
	border: 1px solid #444444;
	float: left;
	height: 300px;
}

div.pageContent {
	width: 100%;
	/*border: 1px solid #444444;*/

}

a.pnav { 
	background-image: url(../graphics/snav_base.png); 
	height: 52px; 
	width:	100px; 
	display: block;
	float:left;
	text-decoration: none;
}

a.pnav span { 
	color: #FFF; 
	font-size: 18px;
	font-family: "Eurostile MN";
}

a.pnav:hover { 
	background-image: url(../graphics/snav_rollover.png);
	color: #454545; 
}




/*
* END GENERAL 
*/




/*
* START SECONDARY NAV
*/
a.snav { 
	background-image:url(../graphics/snav_base.png); 
	height: 52px; 
	width:	200px; 
	display:block;
	text-decoration:none;
}

a.snav span { 
	color: #FFF; 
}

a.snav:hover { 
	background-image:url(../graphics/snav_rollover.png); 
}
/*
* END SECONDARY NAV
*/























img {
	border: 0;
	padding: 2px;
}

a {
	color: #D2B48C;
	text-decoration: underline;
	font-size: inherit;
	font-family: inherit;
}

a:hover {
	color: #f9bd06;
	text-decoration: underline;
	font-size: inherit;
	font-family: inherit;
}

hr {
	clear: left;
	height: 1px;
	border: none;
	border-top: 1px solid #2B2B2B;
	margin: 8px 0 12px;
}

.announcement {
	color: #c4c4c4;
}

table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.subnav {
	color: #D2B48C;
	text-decoration: none;
	font-size: 13px;
	font-family: inherit;
}

a.subnav:hover {
	color: #FFA500;
	text-decoration: underline;
	font-size: 13px;
	font-family: inherit;
}

h1 {
	font-family: Arial;
	color: #8C8C8C;
	font-weight: normal;
	font-size: 20px;
}
/*
* END GENERAL PAGE DEFINITIONS 
*/




/*
* START TABBED NAVIGATION DEFINITIONS 
*/
div.container {
	margin: 0 auto;
	padding: 1px;
	background: #616161;
}

div#menu {

	margin-left: 104px; 
	margin-top: 20px; 
	height: 27px;
	z-index:2
}

ul#nav,ul#nav li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 3px;
}

ul#nav li{
	float:left;
	margin-right: 3px;
	text-align: center;
}

ul#nav a{
	float:left;
	width: 119px; 
	padding: 5px ;
	background: url("../graphics/base_tab.png") bottom repeat-x;
	text-decoration:none;
	color: #cfcfcf
}

ul#nav a:hover {
	background: url("../graphics/hover.png") bottom repeat-x;
	color: #FFF
}

ul#nav li.activelink a, ul#nav li.activelink a:hover {
	background: url("../graphics/link_active.png") bottom repeat-x; 
	color: #000
}
/*
* END TABBED NAVIGATION DEFINITIONS 
*/




/*
* START MESSAGE BAR DEFINITIONS 
*/
#message_bar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0;
	text-align: left;
	background:  url("../graphics/menu_back.png") bottom repeat-x;

}

#message_text_lt {
	display: block;
	float: left;
	margin: 5px 0 0 25px;
	color: #FFF;
	width: 50%;
}

#message_text_rt {
	display: block;
	float: right;
	margin: 5px 5px 0 0;
	color: #FFF;
}

#login {
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: -24px auto;
	color: #191970;
	height:26px;
}
/*
* END MESSAGE BAR DEFINITIONS 
*/




/*
* START GENERAL BLOCK DEFINITIONS 
*/
div.gblock {
	margin: 0 auto;
	/*width: 100%;*/ 
	/*background: url("../graphics/block_footer.png") #FFFFFF bottom repeat-x;
	/*background:  #FFFFFF;*/
	/*background:  url("vgrad.php?START=000000&END=3d3d3d")  top repeat-x;*/
	color: #FFF;


}
		
div.gblock_footer {
	border-top: 1px dotted #D6D6D6; 
	margin: 0 0 15px 0;  
	padding: 2px;
	/*width: 95%;*/
	color: #fff;
}

div.subnav {
	margin: 0 5px 0 5px;
	/*float: left;*/
	width: 100px; 
	background: url("../graphics/block_footer.png") #000 bottom repeat-x; 
}
		
div.subnav_footer {
	border-top: 1px solid #D6D6D6; 
	margin: 0 0 10px 0;  
	width: 100%;
}

div.gsegment {

	padding: 3px 5px 0 5px;
}

div.gheader {
	margin: 3px 0 3px 0;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	font-weight: bold;
}

a.footer_link {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-family: inherit;
}

a.footer_link:hover {
	color: #F9BD06;
	text-decoration: none;
	font-size: 10px;
	font-family: inherit;
}
p.lighttext	{
	color: #333333;
}

div.gblock_sub {
	margin: 0 auto;
	/*width: 100%; */
	/*background: url("../graphics/block_footer.png") #FFFFFF bottom repeat-x;
	/*background:  #FFFFFF;*/
	background:  url("../graphics/box_back.png") #1A1A1A top repeat-x;
	padding: 3px;
	color: #adadad;

}

div.gblock_std {
	background:  url("../graphics/box_back.png") #1A1A1A top repeat-x;
	padding: 3px;
	color: #adadad;

}
/*
* END GENERAL BLOCK DEFINITIONS 
*/



.sys_error {
	color: red;
}

.sys_warning {
	color: #FFFF00;
}

.sys_error_text {
	color: black;
}

.graphic  {
	position: relative;
	margin: 0px 1px -7px 5px;
}

input.general {
	border: 1px solid #5A5F65;
	font-size: 10px;
	margin: 0 auto;
}

input.general_rqd {
	border: 1px solid red;
	height: 12px;
	font-size: 10px;
}

input.std_small {
	border: 1px solid #5A5F65;
	font-size: 9px;
	margin: 0 auto;
	height: 10px
}

std_resultset {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}

.std_resultset th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration: underline;
}

.std_row_hlt, .std_row_hlt a {
	/*background: url("../graphics/message_bar_back.png") #FFFFFF bottom repeat-x;*/
	background-color: #484848;
	color: white;
}

.std_row_hlt a:hover {
	color: #FFA500;
}

.series_description {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #d9d9d9;
}


/*
* START COL CONTAINER
*/
#container
{
width: 1000px;
margin: 0;
background-color: #212121;
color: #fff;
border: 1px solid #4f4f4f;
line-height: 130%;
}

#top
{
padding: .5em;
background-color: #363636;
border-bottom: 1px solid #4f4f4f;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 165px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 215px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 200px;
border-left: 1px solid #4f4f4f;
margin-right: 200px;
border-right: 1px solid #4f4f4f;
padding: 1em;
max-width: 36em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #fff;
background-color: #363636;
border-top: 1px solid #4f4f4f;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.class_image {
	border: 0;

	width: 150px;
}

/*
* END COL CONTAINER
*/


/*
* START GALLERY PRES
*/
div.galleryDisplay {
	width: 600px;
	float: left;
	margin-left:10px;
}

div.galleryTitle {
	text-align: left;
	margin-left:10px;
}

div.galleryTitle h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

div.galleryMenu {
	text-align: left;
	margin:-8px 0 8px 10px;
	font-size:10px;
	color:#7a7a7a;
}

div.gallery {
	text-align: left;
	margin-left:10px;
}

div.galleryText {
	text-align: left;
	margin-left:10px;
	margin-top: 20px;
}
div.galleryThumbs {
	margin-right:8px;
	margin-top: 47px;
	text-align: center;
	width: 330px;
	float: right;
	text-align: left;
}

a.fimages {
}
/*
* END GALLERY PRES
*/


