/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Define main css values 											//
// 																			//
/////////////////////////////////////////////////////////////// */


/* General and font css values */
body {
	background-color: #36435B;
	margin: 0px;
	padding: 0px;
}

td, body, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

.print {
	background-color: #FFFFFF;
}

.bgnd-light {
	background-color: #5F7499;
	color: #FFFFFF;
}

.bgnd-lines {
	background-color: #9CB1D7;
	color: #FFFFFF;
}

.emphasize  {
	font-weight: bold;
}

.content {
	width: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 10px;
}

.rightbar {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FF6633;
}

.subheader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6633;
}

.blue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #5F7499;
	height: 20px;
	vertical-align: middle;
}

.announcements {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px;
}

.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #D7B64C;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.language, .search-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CBD9F4;
}

.search-input {
	color: #666666;
	text-align: left;
	width: 180px;
	height: auto;
	background-color: #CBD9F4;
}

.search-criteria {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #36435B;  
}


.nav-cell, .nav-cell-on {
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav-cell-on {
	background-color: #FF6633;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.white a:link, .white a:visited {
	color: #FFCC33;
	text-decoration: none;
}

.white a:hover {
	color: #FFFF99;
	text-decoration: none;
}

td a:link, td a:visited, .content a:link, .content a:visited {
	color: #336699;
	text-decoration: none;
}

.utils a:link, .utils a:visited {
	color: #999999;
	text-decoration: none;
}

td a:hover, .content a:hover, .utils a:hover {
	color: #FF6633;
	text-decoration: none;
}

.announcements a:link, .announcements a:visited {
	color: #336699;
	text-decoration: none;
}

.announcements a:hover {
	color: #FF6633;
	text-decoration: none;
}

.bottom a:link, .bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom a:hover {
	color: #FFCC33;
	text-decoration: none;
}

.language a:link, .language a:visited {
	color: #CBD9F4;
	text-decoration: none;
}

.language a:hover {
	color: #FFCC33;
	text-decoration: none;
}

.nav-cell-on a:link, .nav-cell-on a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.nav-cell-on a:hover {
	color: #FDC685;
	text-decoration: none;
}

