body {
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: white;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

img, iframe {
	border: 0;
}

small {
	font-size: 11px;
}

.border {
	border: 3px solid #404040;
}

.caption {
	padding-top: 2px;
	font-size: 11px;
}

pre.code {
	color: #eeeeee;
	margin: 15px;
	margin-top: 2px;
	padding: 10px;
	background-color: #1c1c1c;
	border: 1px dashed #383838;
	line-height: normal;
	font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;
	overflow: auto;
}

div.quote {
	color: #eeeeee;
	margin: 2px 15px 15px 15px;
	padding: 10px;
	background-color: #1c1c1c;
	border: 1px solid #383838;
	line-height: normal;
}

.text div.quote {
	display: table;
}

div.quote ol li div, div.quote li div,
pre.code  ol li div, pre.code  li div {
	color: #dddddd !important;
}

.msg-success {
	color: #33cc33;
	font-weight: bold;
	font-size: 11px;
}

.msg-failure {
	color: #cc3333;
	font-weight: bold;
	font-size: 11px;
}

.minipad {
	padding-bottom: 1px;
}

.pad {
	padding-bottom: 10px;
}

.pad2 {
	padding-bottom: 1em;
}

.pad3 {
	padding-bottom: 2em;
}

.clear {
	clear: both;
}

a {
	color: #FFD100;
	cursor: pointer;
	outline: none;
}

a:hover {
	color: white;
}

a.selected, a.selected:hover {
	cursor: default;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.open {
	color: white;
}

.text {
	color: #cccccc;
	line-height: 1.4em;
}

.text b {
	color: white;
}

.text ul, .text ol {
	margin: 1em 0;
	padding-left: 26px;
}

.text ul.first, .text ol.first {
	margin-top: 0;
}

.text ul.last, .text ol.last {
	margin-bottom: 0;
}

.text ol li {
	color: #E5CC80;
}

.text ul li {
	list-style-type: square;
}

.text li {
	list-style-position: outside;
	line-height: 1.75em;
}

.text ol li div, .text li div {
	color: white;
}

/*.text .h1-links {
	float: right;
}*/

.text h1 {
	color: white;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #505050;
	padding: 0 0 5px 0;
	margin: 0 0 13px 0;
	line-height: 1.1em;
}

.text h2 {
	color: white;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #505050;
	padding: 26px 0 3px 0;
	margin: 0 0 13px 0;
	line-height: 1.25em;
	clear: both;
}

.text h3 {
	color: white;
	font-size: 14px;
	padding: 0;
	margin: 1.5em 0 0.5em 0;
}

.text h3 small {
	font-weight: normal;
}

.text h2.first, .text h3.first {
	padding-top: 0;
	margin-top: 0;
}

.text h1 span.sub, .text h2 span.sub, .text h3 span.sub {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #707070;
}

.tip {
	border-bottom: 1px dotted #606060;
	cursor: help;
}

#layers {
	position: absolute;
	left: 0;
	top : 0;
	z-index: 100000000;
}

#noscript-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 9999;
}

#noscript-text {
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
	top: 30%;
	font-size: 18px;
	line-height: 1.5em;
	z-index: 10000;
	padding-top: 70px;
}

#noscript-text b {
	font-size: 22px;
}

#home {
	text-align: center;
	margin-top: 40px;
	padding-top: 140px;
}

#home input {
	margin-right: 2px;
}

#home p {
	margin: 0;
	padding: 40px 0;
	color: #cccccc;
	line-height: 1.75em;
	font-size: 12px;
}

#home h1 {
	position: absolute;
	left: -2323px;
	top: -2323px;
}

#layout {
	min-width: 798px;
	max-width: 1240px;
	margin: 0 auto;
}

#layout.fullwidth {
	min-width: 0;
	max-width: none;
	margin: 0 10px;
}

#header {
	position: relative;
}

#header-logo {
	position: absolute;
	left: 0;
	top: 20px;
	width:200px;
	height:100px;
	background: url(../img/logo.png) left center no-repeat;
}

#header-logo a {
	display: 200px;
	height: 100px;
	border: 0;
}

#header-logo h1 {
	position: absolute;
	left: -2323px;
	top: -2323px;
}

#header-ad {
	position: absolute;
	right: 0;
	width: 728px;
	padding-top: 10px;
}

#toptabs {
	text-align: left;
}

#toptabs dl {
	padding: 0;
	margin: 0;
}

#toptabs dt {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
}

#toptabs dl a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 8px 0 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFCD55;
	cursor: pointer;
	position: relative;
}

#toptabs dl a big {
	font-size: 16px;
}

#toptabs dl a span {
	display: block;
	width: 2px;
	height: 32px;
	top: 0;
	right: -2px;
	position: absolute;
}

#toptabs dl ins {
	text-decoration: none;
	position: relative;
	top: 2px;
}

#toptabs dl a:hover, #toptabs dl a.open {
	background-position: left -32px;
	color: #f6e6b3;
}

#toptabs dl a:hover span, #toptabs dl a.open span {
	background-position: right -32px;
}

#toptabs dl a.selected {
	top: 1px;
	background-position: left bottom !important;
	color: white !important;
}

#toptabs dl a.selected span {
	background-position: right bottom !important;
}

#toptabs dl a.selected ins {
	top: 0;
}

#toptabs-inner {
	padding-top: 135px;
}

#toptabs-right {
	float: right;
	color: #dddddd;
	line-height: 32px;
}

#toptabs-right a {
	margin: 0 6px;
}

#topbar-right {
	right: 14px;
	top: 5px;
	float: right;
	position: relative;
}

#topbar-right input {
	border: 1px solid #a7a6aa;
	height: 18px;
	padding-left: 2px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: white;
	color: black;
}


#topbar-right a {
	position: absolute;
	top: 0;
	right: -12px;
	z-index: 1;
	width: 22px;
	height: 22px;
	display: block;
}

#topbar-right a:hover {
	background-position: left bottom;
}

#topbar {
	background: #383838;
	border-top: 1px solid #484848;
	border-left: 1px solid #484848;
	border-right: 1px solid #484848;
	padding: 7px 0 7px 3px;
	font-size: 13px;
}

.menu-buttons a {
	text-decoration: none;
	color: white;
	padding: 3px 8px;
	border: 1px solid #383838;
	font-size: 13px;
	white-space: nowrap;
}

.menu-buttons a:hover {
	text-decoration: underline;
}

.menu-buttons a.open {
	background-color: #484848;
	border: 1px solid #282828;
}

#morelink {
	padding: 3px 0 3px 8px;
}

#sidebar {
	position: relative;
}

#sidebar-contents {
	position: absolute;
	right: 0;
	top: 126px;
	width: 250px;
}

#sidebar-ad {
	width: 120px;
	padding-top: 10px;
}

#wrapper.noads {
	margin: 0;
}

#wrapper {
	margin-right: 260px;
}

#main {
	border: 1px solid #282828;
	background: #181818;
	min-height: 520px;
	padding: 18px 10px 10px 10px;
}

#wrapper.noads #main {
	min-height: 0;
}

#main-contents.main-contents {
	border: 1px solid #383838;
	background-color: #242424;
	padding: 10px;
	min-height: 498px;
}

#wrapper.noads #main-contents {
	min-height: 0;
}

.path-right {
	float: right;
	font-size: 12px;
}


#footer {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 32px;
	margin-bottom: 3em;
}

#footer a {
	margin: 0 0.5em;
}

#beyondfooter {
	background-color: #181818;
	border-top: 3px solid #282828;
	border-bottom: 3px solid #282828;
	padding: 10px 10px 15px 10px;
	line-height: 1.5em;
}

#beyondfooter h3 {
	margin: 0 0 3px 0;
}


#beyondfooter a {
	margin: 0 0.5em;
}

.toplinks {
	padding-top: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

.toplinks a {
	margin: 0 4px;
}

.infobox {
	float: right;
	margin: 0 0 10px 10px;
	border-collapse: collapse;
	background-color: #181818;
	border: 1px solid #404040;
}

.infobox-spacer {
	width: 174px;
	height: 1px;
	background-color: #181818;
}

.infobox th {
	color: white;
	padding: 11px 12px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.infobox th small {
	font-weight: normal;
}

.infobox td {
	padding: 0 12px 12px 12px;
	font-size: 13px;
	line-height: 1.75em;
	white-space: nowrap;
}

.infobox ul {
	margin: 0;
	padding-left: 13px;
}

.infobox li {
	color: #c3030b;
	list-style-type: square;
}

.infobox li div {
	color: white;
}

#infobox-sticky { text-align: center }
#infobox-sticky img { border: 3px solid #404040; margin-bottom: 4px }

.series { border-collapse: collapse; line-height: 1.5em }
.series th { padding: 0.2em 10px 0 0; font-weight: normal; text-align: right; vertical-align: top }
.series td { padding: 0 }

.minibox {
	float: right;
	margin: 0 0 4px 10px;
	background-color: #181818;
	border: 1px solid #404040;
	padding: 8px;
	font-size: 11px;
	text-align: center;
}

.minibox h3 {
	margin: 0 0 5px 0;
}

.minibox h3 a {
	color: white;
}

.minibox small, .minibox small a {
	color: #9d9d9d;
}


.tabs {
	margin: 0;
	padding: 0;
}

.tabs li {
	float: left;
	margin-right: 3px;
	height: 30px;
	overflow: hidden;
}

.tabs a {
	float: left;
	position: relative;
	display: block;
	height: 29px;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px solid #282828;
}

.tabs a:hover {
	background-color: #383838;
	border-bottom: 1px solid #303030;
}

.tabs a.selected, .tabs a.selected:hover {
	background-color: #404040;
	border-bottom: 1px solid #404040;
}

.tabs b {
	padding: 0 5px;
	display: block;
	visibility: hidden;
}

.tabs div {
	position: absolute;
	left: 0;
	top : 0;
	width: 100%;
	text-align: center;
	line-height: 30px;
}

.tabs-container {
	position: relative;
	overflow: hidden;
}

.tabs-levels {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.tabs-level {
	position: relative;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.tabs-level ul {
	position: absolute;
	left: 0;
}

.tabbed-contents {
	border: 1px solid #404040;
	border-top-width: 3px;
	background-color: #181818;
	padding: 8px;
	clear: both;
}

.r1 { color: #FF8040 }
.r2 { color: #FFFF00 }
.r3 { color: #40BF40 }
.r4 { color: #808080 }

.inputbox {
	color: #cccccc;
	background-color: #383838;
	border-left: 1px solid #606060;
	border-top: 1px solid #606060;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	padding: 15px;
	line-height: 1.7em;
}

.inputbox table {
	border-collapse: collapse
}

.inputbox td {
	padding: 2px;
}

.inputbox h1 {
	color: white;
	font-size: 16px;
	text-align: center;
	padding-bottom: 6px;
	margin: 0;
}

.inputbox label {
    cursor: pointer;
}

#inputbox-error {
	color: #cc3333;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
}

.listview {
	background-color: #181818;
	border: 3px solid #404040;
	clear: both;
}

.listview-void {
	display: none;
}

.listview-band-top, .listview-band-bottom {
	background-color: #404040;
	color: #cccccc;
}

.listview-band-top {
	padding: 3px 0 6px 0;
}

.listview-band-bottom {
	padding: 6px 0 3px 0;
}

.listview-band-top input, .listview-band-bottom input,
.listview-band-top select, .listview-band-bottom select {
	font-size: 11px;
	vertical-align: middle;
	margin-right: 0.5em;
}

#nav
{
    margin:10px 0px 10px 0px;
    padding: 10px 5px 10px 5px;
	border: 1px solid #707070;
}

.listview-nav {
	float: right;
	padding-right: 1px;
	cursor: default;
}

.listview-nav a, .listview-nav span {
	margin-left: 0.5em;
}

.listview-note {
	line-height: 16px;
}

.listview table {
	width: 100%;
	border-collapse: collapse;
}

.listview th {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #202020;
}

.listview thead div {
	position: relative;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

.listview thead a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: white;
	background-color: #585858;
}

.listview thead a span {
	padding: 0 4px;
}

.listview thead a span span {
	padding: 0;
}

.listview th a:hover {
	background-color: #606060;
}

.listview-std td {
	padding: 4px;
	color: #dddddd;
	text-align: center;
	border: 1px solid #404040;
}

.listview-std .small {
	font-size: 11px;
}

.listview-std .small2 {
	font-size: 11px;
	padding-top: 3px;
}

.listview-std .small3 {
	font-size: 11px;
	color: #707070;
}

.listview-std .crop {
	height: 1.33333em;
	overflow: hidden;
}

.listview-std a {
	text-decoration: none;
}

.listview-std a:hover {
	text-decoration: underline;
}

.listview-std tr {
	cursor: pointer;
}

.listview-std tr:hover {
	background-color: #202020;
}

.listview-mode3 td {
	cursor: pointer;
}

.listview-mode3 td:hover {
	background-color: #202020;
}

.listview-mode3 td.empty-cell {
	cursor: default !important;
}

.listview-mode3 td.empty-cell:hover {
	background: none !important;
}

.listview tr.checked {
	background-color: #242424;
}

.listview tr.checked:hover {
	background-color: #2C2C2C;
}

.listview-cb {
	text-align: center;
}

.listview-cb input {
	cursor: pointer;
}

.listview-nodata {
	padding: 4px;
	text-align: center;
}



.comment {
	color: #dddddd;
	font-size: 13px;
	line-height: 1.5em !important;
	padding: 4px 4px 0 4px;
}

.listview-aci .comment-indent {
	padding-left: 32px;
}

.comment-header, .comment-header-bt { font-size: 11px; padding: 4px; margin-bottom: 4px }
.comment-header a, .comment-header-bt a { font-weight: bold }
.comment-header a.q0, .comment-header-bt a.q0 { font-weight: normal; color: #aaaaaa !important; text-decoration: none }
.comment-header a.q0:hover, .comment-header-bt a.q0:hover { text-decoration: underline }
.comment-header { color: #AAAAAA;  background: #303030 }
.comment-header-bt { color: #888888; background: #202020 }

.comment-rating { float: right; color: white }
.comment-rating span { font-weight: bold }

.comment-body, .comment-body-indent {
	overflow: auto;
}

.comment-body ul, .comment-body ol {
	margin: 1em 0;
	padding-left: 26px;
}

.comment-body b {
	color: white;
}

.comment-body ol li {
	color: #E5CC80;
}

.comment-body ul li {
	color: #c3030b;
	list-style-type: square;
}

.comment-body li {
	list-style-position: outside;
	line-height: 1.75em;
}

.comment-body ol li div, .comment-body li div {
	color: #dddddd;
}

.comment-bt, .comment-bt ol li div, .comment-bt li div {
	color: #999999;
}

.comment-green, .comment-green ol li div, .comment-green li div {
	color: #5DF644 !important;
}

.comment-blue, .comment-blue ol li div, .comment-blue li div {
	color: #00C0FF !important;
}

.comment-pink, .comment-pink ol li div, .comment-pink li div {
	color: #FF99FF !important;
}

.comment-edit-modes {
	font-size: 11px;
}

.comment-edit-modes a {
	padding: 0 5px;
}

.comment-edit-buttons {
	padding-top: 4px;
}

.comment-edit-body {
	font-size: 11px;
}

.comment-edit-body textarea {
	width: 99.5%;
	height: 11em;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 3px 0;
}

.comment-lastedit {
	padding-top: 4px;
	font-style: italic;
	color: #9d9d9d;
	font-size: 11px;
}

.comment-links { text-align: right; font-size: 11px; padding: 0 2px 2px 0; color: #dddddd; font-weight: bold }
.comment-links a { font-weight: normal }
.comment-links span, .comment-links span a { padding-right: 5px }


.grid {
	width: 100%;
	clear: both;
	border-collapse: collapse;
	background-color: #181818;
	border: 3px solid #404040;
}

.grid tr:hover { background-color: #202020 }

.grid td {
	padding: 4px;
	color: #dddddd;
	font-size: 13px;
	vertical-align:top;
}

.grid th {
	vertical-align: top;
	font-weight: normal;
	color: white;
	padding: 4px;
	text-align: left;
	white-space: nowrap;
}

.grid td, .grid th {
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
}

.grid .major {
	background-color:#0033CC;
	color:white;
	font-weight:bold;
	font-size:medium;
	text-align:center;
}

.grid .minor {
	background-color:#003366;
	color:white;
	font-weight:bold;
	font-size:small;
	text-align:center;
}




a:hover.button-red {
	color: white;
	background-position: left -21px;
}

a:hover.button-red div {
	background-position: right -21px;
}

a:active.button-red {
	background-position: left -63px;
}

a:active.button-red div {
	background-position: right -63px;
}

a:active.button-red span, a:active.button-red i {
	left: -2px;
}

a:active.button-red-disabled span, a:active.button-red-disabled i {
	left: 0;
}

a.button-red-disabled {
	cursor: default !important;
}

a.button-red-disabled, a:hover.button-red-disabled {
	background-position: left -84px !important;
	color: #A0A0A0;
	cursor: default;
}

a.button-red-disabled div, a:hover.button-red-disabled div {
	background-position: right -84px !important;
}



img.toolbar-b     { background-position: 0 0 !important }
img.toolbar-i     { background-position: -16px 0 !important }
img.toolbar-u     { background-position: -32px 0 !important }
img.toolbar-s     { background-position: -48px 0 !important }
img.toolbar-url   { background-position: -64px 0 !important }
img.toolbar-small { background-position: -80px 0 !important }
img.toolbar-quote { background-position: -96px 0 !important }
img.toolbar-code  { background-position: -112px 0 !important }
img.toolbar-ul    { background-position: -128px 0 !important }
img.toolbar-ol    { background-position: -144px 0 !important }
img.toolbar-li    { background-position: -160px 0 !important }



a.disclosure-on, a.disclosure-off {
	color: white;
	text-decoration: none;
}

a.disclosure-on:hover, a.disclosure-off:hover {
	text-decoration: underline;
}

#fi { color: #cccccc }
#fi table { border-collapse: collapse; border: 0 }
#fi table td { padding: 0; border: 0 }
#fi .padded { padding-top: 12px; white-space: nowrap }
#fi .padded2 { padding-top: 8px }
#fi .rightselect { margin-top: 2px }
#fi .rightpanel { float: right; text-align: right }
#fi .rightpanel2 { float: right; text-align: right; padding-right: 10px }
#fi .smalltextbox { text-align: center; width: 2em }
#fi .smalltextbox2 { text-align: center; width: 2.3em }
.criteria div { padding-bottom: 4px }

.box1 {
	background: #383838;
	border: 1px solid #484848;
	padding: 4px;
	font-size: 13px;
}

.error {
	background: #000000;
	border: 1px solid #484848;
	padding: 10px;
	margin: 10px;
	color: #ff0000;
	font-size: 18px;
}

.eliminated a { color: #555555; }


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:inherit;
    color:inherit;
    text-decoration:none}

a.info:hover{z-index:25; background-color:inherit}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #fc0;
    background-color:#000; color:#eee;
    text-align: center
    }

a.link {
	color: #FFD100;
	cursor: pointer;
	outline: none;
	text-decoration: underline;
}

a.link:hover {
	color: #FFD100;
	cursor: pointer;
	outline: none;
}
.expired { color: #333333 !important; }


#regform fieldset { margin: 1.5em 0 0 0; padding: 0 ; }
#regform legend { margin-left: 1em; color: #FFD100; font-weight: bold; }
#regform fieldset ol { padding: 1em 1em 0 1em; list-style:none; }
#regform fieldset li { padding-bottom: 1em; }
#regform fieldset.submit { border-style: none;float:none; width: auto; margin-left: 12em; }
#regform label { float:left; width:10em; margin-right:1em; text-align:right; }
