@CHARSET "ISO-8859-1";

/*---------------------- Global Styles ----------------------*/
body {
	margin: 0;
	font-family: arial, sans-serif;
	text-align: center;
}

.clear {
	clear: both;
}

.altrow {
	background-color: #E9EBA6;
}

img {
	border: none;
}

h1 {
	margin: 0;
	border-bottom: 4px solid #FD8725;
}

h1 a {
	display: block;
	height: 120px;
}

h2 {
	margin: 0.2em;
	padding: 0.5em;
	font-size: 0.8em;
	color: #444;
	background-color: #B5D2F2;
}

caption {
	margin: 0.1em 0;
	padding: 0.3em;
	font-size: 0.8em;
	color: #444;
}

#main {
	display: inline-block;
	width: 100%;
	min-width: 950px;
	text-align: left;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

#container {
	
}

#content {
	display: inline-block;
	width: 81%;
	float: left;
}

#banner {
	height: 225px;
	border-bottom: 4px solid #FD8725;
}

._scale_info {
	text-align: center;
	display: inline-block;
}

._scale_info tr:FIRST-CHILD {
	background-color: rgb(193, 223, 143);
}

._scale_info tr:FIRST-CHILD td {
	padding: 0.3em;
	text-align: center;
	font-size: 0.8em;
	color: #00A;
	font-weight: bold;
}

._scale_info tr:FIRST-CHILD td:FIRST-CHILD {
	width: 4em;
}

._scale_info td {
	font-size: 0.8em;
}

._data {
	width: 100%;
}

._data tr:FIRST-CHILD {
	background-color: rgb(193, 223, 143);
}

._data tr:FIRST-CHILD td {
	padding: 0.3em;
	text-align: center;
	font-size: 0.8em;
	color: #00A;
	font-weight: bold;
}

._data tr:FIRST-CHILD td:FIRST-CHILD {
	width: 4em;
}

._data td {
	font-size: 0.8em;
}

.info_block {
	display: inline-block;
	width: 50%;
	float: left;
}

.link_list {
	display: block;
	margin: 1%;
	border: 1px solid #C1DF8F;
}

.link_list ul {
	margin: 0.2em 0;
	padding: 0 0 0 1em;
}

.link_list li span {
	font-size: 0.8em !important;
}

.link_list a {
	display: block;
	margin: 0.2em;
	font-size: 0.8em !important;
	color: #1459A7;
	text-decoration: none;
}

.link_list a:HOVER {
	color: #FD8725;
}

span.list_caption_1 {
	display: block;
	height: 30px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.4;
	text-indent: 1em;
	background-color: #C1DF8F;
}

span.list_caption_2 {
	display: block;
	height: 30px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.4;
	text-indent: 1em;
	background-color: #B5D2F2;
}

/*---------------------- Navigation Menu ----------------------*/
#nav_menu {
	height: 30px;
	background-color: #3474B7;
}

li.menu {
	text-align: center;
	height: 30px;
}

li.submenu {
	text-align: left !important;
	border-bottom: 1px solid #FFF !important;
}

ul.sf-menu {
	display: inline-block !important;
	float: none !important;
}

ul.sf-menu li:FIRST-CHILD a {
	border-left: none !important;
}

.sf-menu a {
	border-top: none !important;
}

/*---------------------- Qucik Navigation Menu ----------------------*/
#quick_nav_div {
	display: inline-block;
	margin: 0.2em;
	width: 18%;
	float: left;
	font-size: 0.7em;
	border-right: 1px solid #C2C2C2;
}

a.navbuts,a.navbuts:active,a.navbuts:link,a.navbuts:visited {
	width: 100%;
	display: block;
	color: #FFFFFF !important;
	background: #CCCCCC url(../images/but-bg.gif) repeat-x center left;
	text-decoration: none;
	text-indent: 7px;
	min-height: 20px;
	padding-top: 4px;
}

a.navbuts:hover {
	color: #623100 !important;
	background: #CCCCCC url(../images/back2.gif) repeat-x center left;
	text-decoration: underline;
	text-indent: 7px;
}

a.navsubs,a.navsubs :link,a.navsubs :visited,a.navsubs :active {
	width: 100%;
	display: block;
	color: #694F27;
	line-height: 20px;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 1px 0px;
	text-indent: 5px;
	padding-bottom: 1px;
}

a.navsubs:hover {
	color: #000000;
	display: block;
	background: #CCCCCC url(../images/grad4.gif) repeat-x center left;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1px;
}

.showit {
	display: block;
}

.hideit {
	display: none;
}

/* Opera Hack */
html>body .hideit {
	display: block;
}

head:first-child+body .hideit {
	display: none;
}

/*---------------------- Footer ----------------------*/
#last_updated {
	font-size: 0.7em;
	color: #777;
}

#footer {
	height: 30px;
	background: #F9C301;
}

#footer span {
	display: inline-block;
	height: 30px;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #444;
	line-height: 2.5;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

#footer li {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#footer li:HOVER a {
	background-color: #DDD;
	color: #222;
	text-decoration: underline;
}

#footer li a {
	display: block;
	padding: 0 0.5em;
	height: 30px;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
	line-height: 2.2;
}

#site_info {
	color: #555;
}

#site_info span {
	display: block;
	font-size: 0.7em;
	color: #444;
}

/*---------------------- CETP Details Page ----------------------*/
._data_block {
	width: 100%;
	text-align: center;
}

._cetp {
	display: inline-block;
	width: 90%;
}

._cetp_title {
	display: block;
	background-color: #FFE22A;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0.3em 0;
	padding: 0.2em;
	text-align: center;
	background-color: #FFE22A;
	font-weight: bold;
}

label {
	font-size: 0.8em;
}

._cetp table {
	width: 100%;
	border: 1px solid #333;
	margin: 1em 0;
}

._cetp caption {
	background-color: #631E1E;
	color: #FFFFFF;
	font-weight: bold;
}

._cetp #_cetp_list td:FIRST-CHILD {
	border-left: none;
}

._cetp #_cetp_list td {
	font-size: 0.8em;
	border-left: 1px solid #333;
}

._cetp #_cetp_details tr:FIRST-CHILD td {
	border-top: none;
}

._cetp #_cetp_details td:FIRST-CHILD {
	border-left: none;
}

._cetp #_cetp_details td {
	font-size: 0.8em;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	text-align: left !important;
}

#_details_tab {
	background-color: #41AD00;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.8em;
	padding: 0.2em 0.5em;
	text-decoration: none;
	cursor: pointer;
}

#_details_tab:HOVER {
	background-color: #4DCD00;
}

#_cetp_full_details {
	display: none;
}

._full_details {
	
}

._full_details caption {
	padding: 0.2em !important;
}

._full_details td {
	font-size: 0.8em;
	text-align: left;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

._full_details tr td:FIRST-CHILD {
	text-align: right !important;
	border-left: none;
	width: 40%;
}

._full_details tr:FIRST-CHILD td {
	border-top: none;
}

._full_details table {
	margin: 0 !important;
	border: none;
}

._full_details table tr:FIRST-CHILD td {
	border-top: none !important;
}

._full_details table tr td:FIRST-CHILD {
	border-left: none !important;
}

._full_details table td {
	border-top: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
}

._td_first_na td {
	text-align: center !important;
}

._td_first_na tr td:FIRST-CHILD {
	width: auto !important;
	text-align: center !important;
}

._short_list {
	display: inline-block;
	float: left;
	width: 33% !important;
	text-align: center !important;
}

._short_list caption {
	display: block;
	margin: 0 !important;
}

._short_list a {
	display: block;
	margin: 0.2em 0;
	background: url('Mimetypes-application-pdf-icon.png') no-repeat scroll
		center left;
	font-size: 0.8em;
	text-indent: 25px
}

._param_data td {
	text-align: center !important;
}

._param_data tr td:FIRST-CHILD {
	text-align: center !important;
}

._param_data tr:FIRST-CHILD {
	background-color: #631E1E !important;
	color: #FFF;
}

#form_div {
	text-align: center !important;
}

#form_div table {
	border: none;
}

#form_div table tbody {
	display: inline-block !important;
}