﻿/* Resets browser defaults and provides base element styles */

/* = 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 Styles
------------------------------------------------- */

body
{
    color: #fff;
    font-family: Arial, Verdana, 'MS Sans-Serif';
    font-size: 70%;
    background: #949599;
    line-height: 16px;
}
h1, h2, h3, h4, h5, h6{font-size: 150%; font-weight: bold; margin: 5px 0 0 0; line-height: 18px;}
h2{}
h3{}
h4{}
h5{}
h6{}
h1 span{font-size: 70%; text-transform: uppercase;}
h1.staff{color: #C3D021;}
h1.staff span.quali{color: #fff; text-transform: none; font-weight: normal; font-size: 70%;}

p{margin: 14px 0;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: disc;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
li{}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #336699;padding: 3px;}
tr{}
td{border: solid 1px #336699;padding: 3px;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: left;}

form{margin: 10px 0;}
fieldset{}
legend{}
label{vertical-align: top; float: left; width: 120px; margin-top: 3px;}
input, .input, .inputDisabled, .inputArea, textarea{float: left; width: 180px; margin-top: 3px; border: 1px #7F7F7F solid;}
textarea{width: 270px;}
input#submit{width: 70px; padding: 2px 0; font-size: 90%; font-weight: bold;}
select, .select{float:left;padding:1px 0 1px 0;margin-top: 6px;}
.inputDisabled{background-color:#FAFAFA;color:#646464;padding:2px;}
.radio{width:auto;cursor: pointer;border: 0; background: transparent;float: left;}

/** 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%;}

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 #DEDFE1; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #DEDFE1;}
div.hr hr{display:none;}

a{color: #fff;}
a:hover{text-decoration: none;}

img{vertical-align: bottom;}

/* = Independent Styles
------------------------------------------------- */

.floatLeft{float: left;}
.floatRight{float: right;}
.clr{clear: both;}
.clrsml{clear: both;line-height:1px;height:1px;}
.standoutText{color: #3366cc;}
.sml{font-size:85%;}
.hide{display: none;}
.vmiddle{vertical-align: middle;}
