@charset "utf-8";
/* CSS Document */
/* Standards */
* {
	font-family: Verdana, "Tahoma", Arial;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
body { 
	background-color: #000000;
	margin: 0;
}
a:link, a:visited, a:active  {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
}
h1, h1 a {
	font-size: 18px;
	margin-bottom: 6px;
}
h2, h2 a {
	font-size: 14px;
}
h3, h3 a {
	font-size: 12px;
}
img  {
	border: 0;
}
input, select, textarea {
	border: 1px #CCC solid;
	color: #333333;
	font-size: 9px;
	margin: 6px 0 0 0;
	padding: 2px;
}
input[type='checkbox'] {
	background: transparent;
	border: none;
}
ol {
	text-align: left;
}
ol li {
	margin-bottom: 10px;
}
/* WRAPPERS CSS */
.container {
/* external pages */
	background-image: url('/images/bg_inside_home.gif');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	width: 950px;
}
.container_aff {
/* affiliate pages */
	background-image: url('/images/bg_inside_home_aff2.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	vertical-align: top;
	width: 987px;
}
.container_left {
/* external pages */
	background-image: url('/images/container_left.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	width: 29px;
}
.container_left_aff {
/* affiliate pages */
	background-image: url('/images/container_left_aff2.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	width: 13px;
}
.container_right {
/* external pages */
	background-image: url('/images/container_right.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	width: 29px;
}
.container_right_aff {
/* affiliate pages */
	background-image: url('/images/container_right_aff2.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	width: 10px;
}
.content_box {
	border: 1px #A6A6A6 solid;
	padding: 1px;
	width: 730px;
	margin-bottom: 6px;
	margin-right: 6px;
}
.content_wrapper_left {
	float: left;
	width: 745px;
	margin: 0;
	padding: 0;
}
/* ERRORS CSS */
.error {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	color: red;
	margin: 5px;
}
/* OPTIONS CSS */
.options_table {
	width: 100%;
	background-color: #2B2B2B;
	border: #666666 1px solid;
	margin: 0;
}
.options_table_box  {
	background-color: #CFCFCF;
	border: 1px solid #CCC;
	color: #525252;
	font-size: 9px;
	font-weight: 700;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.options_table_filter {
	color: #999999;
	margin: 4px 0 0 6px;
	text-align: left;
}
.options_table_select input {
	margin-bottom: 1px;
	margin-left: 0;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	width: 102px;
}
.options_table_submit {
	background-color: #202020;
	color: #CCCCCC;
	padding: 3px;
	border: #989898 1px solid;
	margin: 5px 5px 5px 0;
}
input[type="checkbox"].options_table_submit {
	background: transparent;
	border: none;
}
.options_table_td {
	padding: 3px;
	font-size: 12px;
	color: #525252;
}
.options_table_title {
	color: #CCC;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}
/* TABLES CSS */
.std_table_title {
	background-color: #4A0B00;
	border-left: 1px #5D1000 solid;
	border-right: 1px #5D1000 solid;
	border-top: 1px #5D1000 solid;
	color: #D9B7AF;
	font-weight: 700;
	width: 100%;
}
.std_table_title td {
	padding: 6px;
}
.std_table {
	background-color: #222222;
	border: 1px solid #363636;
	clear: both;
	margin: 0 0 0 0;
	width: 100%;
}
.std_table td div {
	margin: 4px 0 2px;
}
.std_table_header {
	background-color: #0C0C0C;
	color: #A0A0A0;
	font-weight: 700;
	height: 26px;
	padding-top: 6px;
	text-align: center;
}
.std_table_header td {
	border-bottom: #363636 1px solid;
}
tr.std_table_row_odds td,
td.std_table_col_odds {
	background-color: #270A00;
}
tr.std_table_row_evens td,
td.std_table_col_evens {
	background-color: #000000;
}
td.std_table_col {
/* right-aligned with padding */
	border-bottom: 1px solid #363636;
	border-right: 1px dashed #363636;
	color: #A0A0A0;
	height: 24px;
	padding: 4px 8px 4px 0;
	text-align: right;
}
td.std_table_col2 {
/* left-aligned with padding */
	border-bottom: 1px solid #363636;
	border-right: 1px dashed #363636;
	color: #A0A0A0;
	height: 24px;
	padding: 4px 0 4px 8px;
	text-align: left;
}
.std_table_col2 div{
	line-height:14px;
}
.std_table_col a:link,
.std_table_col a:visited,
.std_table_col2 a:link,
.std_table_col2 a:visited {
	text-decoration: underline;
}
.std_table_col a:active,
.std_table_col a:hover,
.std_table_col2 a:active,
.std_table_col2 a:hover {
	text-decoration: none;
}
/* SUMMARY CSS */
.summ {
	text-align: left;
}
.summ1 {
	color:#C4C4C4;
	font-weight: 700;
	padding: 3px;
	text-align: right;
	width: 150px;
}
.summ2 {
	color:#FFFFFF;
	padding: 3px 2px;
	text-align: left;
	width: 100px;
}
.summ3 {
	background: url(/nats_images/skin_1003/link_arrow.png) no-repeat center left;
	color:#686868;
	padding: 3px;
	padding-left: 7px;
	text-align: right;
	width: 80px;
}

