﻿/* == 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;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

/* == Base Element Styling
------------------------------------------------- */

body
{
    color: #303030;
    font-family: Arial, Sans-Serif;
    font-size: 75%;
    background: #000;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6{font-size: 170%; margin: 7px 0; color: #9B6D2E; clear: both; font-family: georgia}
h1{}
h2{font-size: 140%; }
h3{font-size: 120%; font-weight: normal;}
h4{font-size: 110%; font-weight: normal;}
/* alternative heading style */

p{margin: 10px 0;line-height: 1.3em;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: disc;}
ul li{margin: 3px 0;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
ol li{margin: 3px 0;}
ul.genList, ul.genList li{list-style:none;margin:0;padding:8px 0;}
ul.genList {border-bottom: 2px dotted #ccc;margin:5px 0;}
ul.genList li{border-top: 2px dotted #30c2ff;}
ul.genList li img.inlineImg{float:left;}
ul.basicList, ul.basicList li{list-style:none;margin:0;padding:5px 0;}
ul.basicList li img.inlineImg{float:left; display: inline; margin:5px;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: separate;}
thead{}
tfoot{}
th{border: solid 1px #d96f04;padding: 3px;background: #34bff8 url(/_img/th.gif) top left repeat-x;color:#fff; text-align: left;}
tr{}
td{border: solid 1px #fff;padding: 3px;border-bottom: dashed 1px #d9d9d9;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: left;}

/** Set default styles for form elements **/
form{}
fieldset{}
legend{font-weight: bold;}
label, .label{float: left; text-align: left; margin: 0 5px 0 0; color: #000; padding: 3px 0; font-size: 90%;}
.input, .textarea, textarea{margin: 3px 0;font-family: Arial, Sans-Serif;font-size: 90%;padding: 4px;background: #e4e8f4; color: #666; border: 1px #ccc solid;}
.inputDisabled{background-color:#FAFAFA;color:#646464;padding:2px;}
input.check{border:0;}
select{font-size: 95%;font-family: Arial;color: #333; margin: 1px 0 1px 0; padding:1px 0 1px 0;border: solid 1px #ccc;}
.btn{background: #ececec; border: 1px #ccc solid; color: #7287c3;width: auto;cursor: pointer;font-weight: bold;font-size: 80%;padding: 4px 8px;}


/** provide width classes to stack onto elements **/
.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%;}

em{}

/* The below provides a default hr style along with a cross browser method with consideration for disabled styles */
hr, div.hr{border: 0; height: 39px; margin: 10px 0; background: url(/_img/hr.gif) #fff no-repeat top center; clear: both;}
div.hr hr{display:none;}

a{color: #9B6D2E;}
a:hover{text-decoration: none;}

/** To remove dotted outline on links **/
a{outline-style:none;}
a:active, a:focus {outline: 0 !important;}

img{vertical-align: bottom;}
img.thumb{border: 3px #4f3632 solid;}

/* = Independent Global Styles
------------------------------------------------- */

/** layout **/
.floatLeft{float: left; display: inline;}
.floatRight{float: right; display: inline;}
.hide, .divLoading{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;}
/** presentation **/
.standoutText{color: #e17d19;}
.sml{font-size:90%;}
.vmiddle{vertical-align: middle;}
.ul{border-bottom: 1px #400202 solid;}
.white{color: #fff;}
.blue{color: #003399;}
.orange{color: #9B6D2E;}