﻿/* == STYLESHEET FUNCTIONS
------------------------------------------------------------------------------------------------------------------------
- Perform Global reset to remove browser defaults
- Style default (X)HTML elements
----------------------------------------------------------------------------------------------------------------------*/

/* == Global Reset 
------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

/* == Base Element Styling
------------------------------------------------- */

body
{
    color: #fff;
    font-family: Arial, Century Gothic, Sans-Serif;
    font-size: 75%;
    background: #110e0a url(/_img/body-bg.jpg) top center repeat-y;
    text-align: center;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6{color: #fff;font-size: 170%; font-weight: normal;text-transform: uppercase;font-family: Trebuchet MS;margin: 0 0 10px 0;}
h2{font-size: 160%;}
h3{font-size: 140%;text-transform: none;}
h4{font-size: 130%;text-transform: none;}
h5{font-size: 120%;text-transform: none;}
h6{font-size: 110%;text-transform: none;}
/* alternative heading style */
.headAlt{}

p{margin: 10px 0;line-height: 1.5em;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px;list-style-type: none;list-style-image: url(/_img/bullet.gif)}
ul li{margin: 3px 0;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
ol li{margin: 3px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{background: #534d40;padding: 3px 8px;bordeR: solid 1px #111;}
tr{}
td{background: #000;padding: 3px 8px;vertical-align: top;bordeR: solid 1px #333;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: left;}

tbody tr.rowalt{}

/** Set default styles for form elements **/
form{margin:0;padding:0;}
input, .input{
     font-family:Arial, verdana;
	 font-size: 100%;
     background: #242425 url(/_img/input-bg.gif);
     border: solid 1px #444444;
     padding: 2px;
     color: #fff;
}
.inputLarge, textarea{border: solid 1px #444444;background: #242425;font-family: Arial;color: #fff;padding: 2px;}
select, .select{float:left;font-size: 95%;background-color: #242425 !important;color: #fff; margin-bottom: 2px; padding:1px 0 1px 0;border: solid 1px #444444;margin-top: 1px; _margin-left: 3px; font-family: Arial;}
label, .label{float: left;margin: 0px 5px 0 0; width: 30%;color:#9a9a9a;padding: 3px 0;}
.btn {
    background: #000;
    font-family: Trebuchet MS;
    text-transform: uppercase;
    letter-spacing: 0;
    border: solid 1px #666551;
    color: #fff; 
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
a.btn{padding: 2px 5px;font-size: 95%;}
.btn:hover{background: #ece6d6; color: #111;}
h2 a:hover{text-decoration: underline;}
.options input{background: none; padding: 0;border: 0;}

/** provide width classes to stack onto inputs **/
.ten{width:10%;}
.fifteen{width:15%;}
.twenty{width:20%;}
.twentyfive{width:25%;}
.thirty{width:30%;}
.thirtyfive{width:35%;}
.forty{width:40%;}
.fortyfive{width:45%;}
.fifty{width:50%;}
.fiftyfive{width:55%;}
.sixty{width:60%;}
.sixtyfive{width:65%;}
.seventy{width:70%;}
.seventyfive{width:75%;}
.eighty{width:80%;}
.eightyfive{width:85%;}
.ninety{width:90%;}
.ninetyfive{width:95%;}
.hundred{width:100%;}

select.forty{width:42%;}
select.fifty{width:52%;}


em{}

/* The below provides a default hr style along with a cross browser method with consideration for disabled styles */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; clear:both;border-top: solid 1px #ccc;}
div.hr hr{display:none;}

a{color: #fff;}
a:hover{text-decoration: none;}
h2 a{text-decoration: none;}

/** To remove dotted outline on links **/
a{-moz-outline-style:none;}
a:active, a:focus {outline: 0 !important;}

img{vertical-align: bottom;}
img.iconComment{float: left;margin-right: 8px;}

/* = Independent Global Styles
------------------------------------------------- */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
.hide{display: none;}
/** clearing **/
.clr{clear: both;}
.clrSml, .clrz{clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}
.clrLeftSml{clear: left;line-height:1px;height:1px;}
.clrRight{clear: right;}
.clrRightSml{clear: right;line-height:1px;height:1px;}
.mainNews .clrz{display: none;}
/** presentation **/
.standoutText{color: #a1ffff;}
.sml{font-size:90%;}
.vmiddle{vertical-align: middle;}
.fade{color: #8a8174;}
.grey{color: #9a9a9a;}
.info{color: #a1ffff;font-size: 95%;}
.reportContent {color: #9a9a9a;font-size: 95%;font-weight: normal;}
.termslinks { font-size:90%; margin:4px 10px 0 0;}
.openPromotion {display:block; height:25px; width:20px; background-color:transparent; position:absolute;  bottom:441px; right:-116px; z-index:100}
.openPromotion:hover {background-color:yellow; filter:alpha(opacity=35);opacity:.35;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";} 

