/* CSS Document */

#tab, #tab div {
	font-family: Arial, Helvetica, sans-serif;
}
.feedback, .warning, .notification {
	padding: 12px;
	text-align:left;
	margin-bottom: 15px;
	font-size: 12px;
	padding-left: 40px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 8px center;
}
.feedback a {
	color: #006633;
}
.warning a {
	color: #990000;
}
.feedback {
	border:1px dotted #009933;
	color: #009933;
	background-image: url(../images/admin/success.png);
}
.warning {
	border:1px dotted #FF0000;
	color: #FF0000;
	background-image: url(../images/admin/failure.png);
}
.notification {
	border:1px dotted #CC6600;
	color: #CC6600;
	background-image: url(../images/admin/warning.png);
}
#inbox {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/admin/mail_icon.png);
	padding-left: 18px;
}
label.sm {
	display: block;
	font-size: 9px;
	line-height: 11px;
}
.labeled {
	float: left;
	margin-right: 5px;
}
.required {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.site_option {
	background-image: url(../images/admin/edit_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #510205;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	border: dotted 1px #cccccc;
	color: #FFFFFF;
}
.tbl_bdr {
	border: 2px solid #A6A6A6;
	padding: 3px;
	padding-top: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #000;
	clear: both;
}
.con_tbl {
	width: 100%;
}
.con_tbl td {
	padding: 5px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #C9C9C9;
	border-top: 1px solid #000;
}
td.none_tbl {
	padding: 2px;
	background-image: none;
	border-top: none;
	background-color: transparent;
}
.con_tbl td.tbl_top {
	background-image: url(../images/bg_tdtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFD000;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
#con_admin td.tbl_top a, .con_tbl td.tbl_top a {
	color: #000;
}
#con_admin td.tbl_top a:hover, td.tbl_top a:hover {
	color: #333;
}
td.tbl_2 {
	background-image: url(../images/bg_td2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #414141;
}
td.tbl_3 {
	background-image: none;
	background-color: #FFFFFF;
}
td.tbl_bot {
	border-top-width:none;
	/*background-image: url(../images/tbl_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	padding:0px;
}
.tbl_head {
	font-weight: bold;
	padding-right: 10px;
	border-right: solid 0px #FFFFFF;
}
.con_tbl input, .con_tbl textarea {
	width: 250px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
}
input.none {
	background-color: transparent;
	background-image: none;
	border: none;
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
#container .input_error, #con_admin .input_error {
	background-image: none;
	border:1px solid #FF0000;
	background-color: #FFFFCC;
}
.form_button {
	text-align:right;
	margin-bottom:1px;
}
.cost {
	color:#060;
}
.due {
	color:#990000;
}/* CSS Document */

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #403E3E;
	line-height: 1.4em;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #000;
}
h1 {
	font-size: 22px;
	clear: left;
	text-transform: uppercase;
	padding-top: 0px;
	border-bottom: 1px solid #CCCED4;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	text-transform: uppercase;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
}
ul {
	list-style-image: url(../images/li.gif);
	position: relative;
	margin-right: 10px;
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
.image_left {
	float: left;
	clear: left;
	border:solid 2px #8F8C8B;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	clear: right;
	border:solid 2px #8F8C8B;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.small {
	font-size: 9px;
}
.large {
	font-size: 1.2em;
}
html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background: #000 url(/images/bg.jpg) no-repeat center top;
}
p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #403E3E;
}
ul, ol {
	list-style-position: outside;
	margin-left: -40px;
	left: 10px;
}
#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
}
#nav {
	border-left: 2px solid #999999;
	background: url(../images/nav_vbg.gif) repeat-y left top;
	background-color: #262626;
	border-top: 7px solid #999999;
	border-bottom: 7px solid #999999;
	padding-top: 1px;
	padding-left: 1px;
}
#nav_inner div.head select {
	background-image: url(../images/bg_td2.gif);
	background-repeat: repeat-x;
	background-position: middle;
	background-color: #CCC;
	border-color: #999;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#nav_inner div.head {
	background-image: url(../images/bg_td2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #414141;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
}
#nav a.link, #nav a.current {
	display: block;
	color: #FFF;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	text-decoration: none;
	margin-bottom: 1px;
}
#nav a.link:hover, #nav a.current:hover {
	background-image: url(../images/nav_bg-over.gif);
	color: #FFE600;
	text-decoration: none;
}
#nav a.current {
	background-image: url(../images/nav_bg-over.gif);
	font-weight: bold;
	color: #FFE600;
}
#nav a.link img, #nav a.current img {
	float: right;
	margin: 7px;
}
#content {
	background-color: #262626;
	border-right: 2px solid #999999;
	border-top: 7px solid #999999;
	border-bottom: 7px solid #999999;
}
#con {
	background-color: #FFF;
	border: solid 1px #262626;
	text-align: left;
}
#con_top {
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	color: #FFE600;
	background: #2F2F2F url(../images/contop_bg.gif) repeat-x left top;
}
#con_top select {
	text-transform: none;
}

#print {
	float: right;
}
#print img {
	margin-left: 5px;
}
#copy {
	background-color: #FFF;
	padding: 15px;
}
#copy a {
	text-decoration: underline;
}
#copy a:hover {
	text-decoration: none;
}
#right {
	padding-left: 1px;
	background-color: #262626;
}
#right div {
	font-size: 12px;
}
.right_top, .right_top2 {
	color: #FFE600;
	font-size: 14px;
	font-weight:bold;
	background: #2F2F2F url(../images/box_bg.gif) no-repeat right top;
	padding: 5px;
	text-transform: uppercase;
}
.right_outer {
	border: solid 1px #404040;
}
.right_inner {
	padding: 7px;
	background-color: #FFF;
	/*border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;*/
}
.right_inner2 {
	padding: 7px;
	background-color: #333;
	/*border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;*/
}
#right .item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #8F8C8B;
	font-size: 10px;
}
#right .right_inner2 .item {
	color: #FFFFFF;
}
#right a {
	color: #FFE600;
}
#right .right_inner a {
	color: #666;
}
#right .right_inner img {
	margin-bottom: 2px;
}
#right h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	background-image: none;
	border-bottom: solid 1px #9E9E9E;
	color: #858585;
}
#right h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}
#right h2 a {
	color: #FFF;
}
#right p {
	font-size: 10px;
	margin: 0px;
	border: solid 1px #CCCCCC;
	border-bottom-width: 4px;
	padding: 4px;
	margin-top:2px;
	color: #212B46;
}
#right p a {
	color: #000000;
	border-bottom: dotted 1px #000000;
}
#right p a:hover {
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
#right .item em {
	font-size: 10px;
	font-style: normal;
}
#precise {
	padding-left: 19px;
	padding-top: 40px;
	float: left;
}
#foot {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 10px;
}
#foot p {
	text-align: center;
	color: #787878;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#foot_logo {
	float: right;
	padding-right: 31px;
}
#foot a {
	color: #FFF;
	margin-right: 3px;
	margin-left: 3px;
}
#foot a:hover {
	color: #FFE600;
}
#foot a.current {
	color: #FFE600;
	font-weight: bold;
}
table {
	clear: both;
}.tbl_bdr {
	border: 2px solid #A6A6A6;
	background-color: #000;
}
.con_tbl td {
	background-color: #C9C9C9;
	border-top: 1px solid #000;
}
.con_tbl td.tbl_top {
	background-color: #FFD000;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
#con_admin td.tbl_top a, .con_tbl td.tbl_top a {
	color: #000;
}
#con_admin td.tbl_top a:hover, td.tbl_top a:hover {
	color: #333;
}
td.tbl_2 {
	background-color: #414141;
}
.site_btn {
	background-position: left center;
	color: #FFE600;
	background-color: #000;
	border: solid 1px #808080;
}
.box1, .box2 {
	border: solid 1px #808080;
	margin-top: 15px;
}
.box1_top, .box2_top {
	color: #FFE600;
	font-size: 14px;
	line-height: 12px;
	font-weight:bold;
	padding: 5px;
	text-transform: uppercase;	
	background-image: url(../images/box_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #848484;
}
.box2 {
	background-image: none;
}
.box1 .inner, .box2 .inner {
	background-color: #E6E6E5;
	padding: 5px;
}
.news h2.title a {
	color: #000000;
}
.news {
	border-bottom: 1px solid #333;
	border-top: 2px solid #8E8B8A;
}
.item_nav {
	background-color: #C9C9C9;
}
.tbl_nav a {
	color: #FFE600;
}/* CSS Document */
#navlink {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 33px;
	position: relative;
	z-index:500;
}
#navlink li {
	margin: 0;
}
#navlink li.top {
	display: block;
	float: left;
	height: 33px;
}

/* Default list styling */

#navlink li:hover {
	position: relative;
	z-index:200;
}

#navlink li:hover ul.sub {
	left: 4px;
	top: 30px;
	background: #FFFFFF;
	border-bottom: 0px solid #8F0E1E;
	white-space: nowrap;
	width: 250px;
	height: auto;
	z-index:300;
	font-size: 13px;
	line-height: 22px;
	border-top: 1px solid #8F0E1E;
	border-right: 1px solid #8F0E1E;
	border-left: 1px solid #8F0E1E;
}
#navlink li:hover ul.sub li {
	display: block;
	position: relative;
	float: left;
	width: 250px;
	font-weight: normal;
	background: #8F0E1E;
	border-bottom: 1px solid #8F0E1E;
}
#navlink li:hover ul.sub li a {
	display: block;
	float: none;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #8F0E1E;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-indent: 3px;
	text-decoration:none;
	border: solid 1px #999;
}
#navlink li:hover ul.sub li a img {
	float: right;
	margin: 5px;
}
#navlink li:hover ul.sub li a:hover {
	color: #FFFFFF;
	background-color: #D0142C;
}
#navlink li:hover ul.sub li a.fly:hover {
	color: #FFFFFF;
	background-color: #D0142C;
}
#navlink li:hover li:hover ul,
#navlink li:hover li:hover li:hover ul,
#navlink li:hover li:hover li:hover li:hover ul,
#navlink li:hover li:hover li:hover li:hover li:hover ul {
	left: 245px;
	top: 2px;
	background: #FFFFFF;
	border-bottom: 0px solid #8F0E1E;
	white-space: nowrap;
	width: 250px;
	z-index: 400;
	height: auto;
	font-size: 11px;
	line-height: 18px;
	border-top: 1px solid #8F0E1E;
	border-right: 1px solid #8F0E1E;
	border-left: 1px solid #8F0E1E;
}
#navlink ul, 
#navlink li:hover ul ul,
#navlink li:hover li:hover ul ul,
#navlink li:hover li:hover li:hover ul ul,
#navlink li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlink li ul.sub li.fly a {
	background-image:url(../images/menu_arrow-over.gif);
	background-position: 235px center;
	background-repeat: no-repeat;
}
#navlink li ul.sub li.fly a:hover {
	background-image:url(../images/menu_arrow-over.gif);
}
/* Remove backgrounds from all non-fly links */
#navlink li ul.sub li a, #navlink li ul.sub li.fly li a, #navlink li ul.sub li.fly li a:hover {
	background-image: none;
}
