/* ELEMENTS */
body {
    background-image: url('/images/bg_body.jpg');
    background-color: #061727;
    background-repeat: repeat-x;
    margin: 0px;
    font-family: Verdana, Tahoma, Arial, serif;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
h1 {
	font-size: 30px;
    line-height: 40px;
}
h2 {
	font-size: 28px;
    line-height: 37px;
}
h3 {
	font-size: 26px;
    line-height: 37px;
}
h4 {
	font-size: 24px;
    line-height: 32px;
}
h5 {
	font-size: 22px;
    line-height: 29px;
}
h6 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
    line-height: 27px;
}
form {
	margin: 0px;
}
p {
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	line-height: 22px;
}

/* SECTIONS */
.columnHeading {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
    text-shadow: #999999 1px 1px 1px;
    text-align: center;
}
.columnHeader {
    font-size: 13px;
    font-weight: bold;
    font-variant: small-caps;
}
.mainContent {
    background-image: url('/images/bg_content.gif');
    background-color: #e1eef8;
    background-repeat: no-repeat;
    padding: 20px;
}
.footer {
    padding: 10px;
    color: #BBBBBB;
}
.contentBox {
    border-width: 2px;
    border-color: #FFFFFF;
    border-style: solid;
    padding: 7px;
    margin: 0 0 15px 10px;
    font-size: 11px;
}
.topbar {
    /* background-color: #0d202f; */
    text-align: right;
    padding: 3px 10px 3px 0;
    color: #FFFFFF;
    font-variant: small-caps;
    font-size: 13px;
}


/* TABLE */
.header {
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
}

/* TEXT */
.bold {
    font-weight: bold;
}
.box_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.headline {
    margin-top: 0px; 
    line-height: 30px;
}
.large {
	font-size: 18px;
}
.lmedium {
    font-size: 16px;
}
.medium {
	font-size: 14px;
}
.mmedium {
    font-size: 13px;
}
.smedium {
	font-size: 11px;
}
.small {
	font-size: 9px;
}
.smedium {
	font-size: 11px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* COLORS */
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.grayDark {
	color: #444444;
}
.gray {
	color: #999999;
}
.grayLight {
	color: #DDDDDD;
}
.red {
	color: #FF0000;
}
.maroon {
    color: #CC0000;
}
.blueDark {
	color: #000077;
}
.blue {
	color: #0000FF;
}
.navy {
    color: #19374f;
}

.blueLight {
	color: #AFAFFF;
}
.yellow {
	color: #FFFF00;
}

/* MISC */
.image {
    border-width: 1px;
    border-color: #777777;
    border-style: solid;
    padding: 2px;
    margin-right: 5px;
    background-color: #FFFFFF;
}
.divider {
    border-bottom: 1px dotted #777777;
    margin-top: 5px;
    margin-bottom: 5px;
}
.topic_preview {
    background-color: #FFFFFF;
    border: solid 1px #a9b8c2;
    margin-top: 10px;
    padding: 5px;
}
.comment1 {
    background-color: #c5d1d8;
    margin: 5px 10%;
    padding: 5px;
    border: solid 1px #1f5782;
}
.comment2 {
    background-color: #e2eaef;
    margin: 5px 10%;
    padding: 5px;
    border: solid 1px #1f5782;
}
.column {
    background-color: #dce2e8;
    border: 0;
    border-right: 1px;
    border-style: dotted;
    border-color: #000000;
    padding-left: 5px;
    padding-right: 16px;
    font-size: 11px;
}
.column_header {
    width: 100%;
    background-color: #aad1f0;
    border: 1px;
    border-style: dotted;
    border-color: #000000;
    padding: 5px;
    margin: 5px 5px 0 0;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #004276;
}
.column_content {
    padding: 5px;
}
.location {
    font-size: 11px;
	padding: 3px;
    margin-top: 5px;
    margin-bottom: 25px;
	line-height: 20px;
}
.disclaimer {
    font-size: 11px;
    color: #BBBBBB;
    line-height: 15px;
}

.box {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px dotted #000000;
	line-height: 20px;
}
.spanBlack {
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
	border: 1px solid;
	line-height: 20px;
}
.spanGray {
	background-color: #EBEBEB;
	padding: 3px;
	border: 1px solid #000000;
	line-height: 20px;
}
.spanBlue {
	background-color: #F5F5FF;
	padding: 3px;
	border: 1px solid #0000FF;
	line-height: 20px;
}
.spanYellow {
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px dotted #FF0000;
	line-height: 20px;
}
.alert {
	background-color: #aad1f0;
	padding: 3px;
    margin-top: 5px;
    margin-bottom: 20px;
	border: 1px dotted #000000;
	line-height: 25px;
}
.underline {
	text-decoration: underline;
}
.strike {
    text-decoration: line-through;
}
.highlight {
	background-color: #FFFF00;
}
.highlightLight {
    background-color: #FFFFCC;
}

.indent {
    margin-left: 25px;
}
.border {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.label {
    font-weight: bold;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	width: 150px;
	border: 1px solid #000000;
}
.file {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 21px;
	width: 150px;
	border: 1px solid #000000;
}
.radio_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 16px;
	width: 150px;
    background-color: #e1e3e5;
	border: 0px solid #000000;
}
.radio_textarea {
    width: 450px;
    height: 100px;
    background-color: #e1e3e5;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.short {
    width: 100px;
}
.extrashort {
    width: 50px;
}
.long {
    width: 200px;
}
.extralong {
    width: 250px;
}
.menu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
}
a:hover {
	color: #FF0000;
}
.link {
    font-weight: bold;
}
.title {
	font-size: 16px;
	font-weight: bold;
    /* color: #dd5555;  */
}
.titleList {
	font-size: 14px;
	font-weight: bold;
    /* color: #dd5555;  */
}
.stats {
    font-weight: bold;
    text-align: right;
}

.byline {
	font-size: 11px;
    font-style: italic;
}
.category {
	font-size: 16px;
}
.heading {
	background-color: #dbebff;
    margin-top: 35px;
	padding: 3px;
	border: 1px solid #777777;
    font-size: 14px;
    font-weight: bold;
	line-height: 20px;
}

.subheader {
	font-weight: bold;
	background-color: #aad1f0;
	padding: 3px;
}
.tableTitle {
    color: #fdca07;
}

.bg1 {
	background-color: #d8d4ff;
}
.bg2 {
	background-color: #eceaff;
}
.bgRedMedium {
	background-color: #FFD7D7;
}
.bgRedLight {
	background-color: #FFF7F7;
}
.bgRedDark {
	background-color: #6E0005;
}
.outer {
	background-color: #000000;
}
.inner {
	background-color: #dce2e8;
}
.button {
    background-color: #84b2d5;
    height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    border: outset 1px #ccc;
    color: #333333;
    padding: 1px 2px;
    background:url(/images/bg_button.gif) repeat-x left top;
}
.bbCode {
    background-color: #84b2d5;
    height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    border: outset 1px #ccc;
    color: #333333;
    padding: 1px 2px;
    background:url(/images/bg_button.gif) repeat-x left top;
}
.bgWhite {
	background-color: #FFFFFF;
}
.listingBg {
	background-color: #FFFFFF;
}
.shadow {
    float:left;
    background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}
.borderBlack {
    background-color: #000000;
}

.bgOrange {
    background-color: #ffe9c9;
}
.bgHotOrange {
    background-color: #fa9d1c;
}
.forumHeader {
    background-color: #fa9d1c;
    color: #222222;
    font-weight: bold;
}
.reference {
    border-bottom: dashed 1px #0066CC;
}
.topbar_link {
    border-bottom: dashed 1px #FFFFFF;
}

.nav {
    color: #000000;
    height: 25px;
    cursor: pointer;
    font-weight: bold;
}
A.menulink {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #333333;
    height: 21px;
    background-color: #aad1f0;
    margin-top: 10px;
    border: solid 1px #00306e;
}

A.menulink:hover {
    background-color: #cfe4fd;
    color: #000000;
}

/* Username Validation */
.messagebox{
 position:absolute;
 width:100px;
 margin-left:5px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:5px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:5px;
 font-weight:bold;
 color:#CC0000;
}

/*Blends the helpbox into the background of the page*/
.helpbox {
    margin-top: 10px;
    border-style:none;
    background-color:#dce2e8;
}

td#smilies {
    text-align:center;
    vertical-align:top;
    padding: 10px;
}

td#post {
    text-align:center;
}

/*Background color for the subject line and post area*/
.form_elements_text {
    background-color: #dce2e8;
}

/*Background color for the dropdown menus*/
.form_elements_dropdown {
    background-color: #dce2e8;
}

.smilies {
    border-color: 000000;
    border-style: solid;
    border-width: 1px;
}


img {
    border-style: none;
}

/* PAGINATION */
.pagination{
    padding: 2px;
    margin: 1em 0;
    clear: both;
}

.pagination ul{
    margin: 0;
    padding: 0;
    text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
    font-size: 100%;
}

.pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
    margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
    margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active, .pagination span{
    padding: 0 5px;
    border: 1px solid #f1cfa1;
    text-decoration: none; 
    color: #fa9d1c;
}

.pagination a:hover{
    border: 1px solid #f1cfa1;
    color: #000;
    background-color: #ffd180;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
    background-color: #fa9d1c;
    color: #000 !important;
    border-color: #f1cfa1;
    font-weight: bold;
    cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover, .pagination span.disabled{ /*Style for "disabled" previous or next link*/
    background-color: white;
    cursor: default;
    color: #929292;
    border-color: #929292;
}
.pagination a.prevnext{ /*Style for previous and next link*/
    font-weight: bold;
}

/* DHTML Tooltip */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
