﻿/* == STYLESHEET FUNCTIONS - Global reset and base element styling
------------------------------------------------------------------------------------------------------------------------ 

/* == 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: #fff;font-family:Arial, Century Gothic, Helvetica;font-size: 90%;text-align: center;margin:0;background:#171717 url(../_img/body-bgd.gif) repeat-x;}

h1, h2, h3, h4, h5, h6{font-size: 175%;margin: 20px 0;font-weight: normal;color: #fff;font-family:Century Gothic, Arial, Helvetica;}
h1{margin: 10px 20px 0 20px;}
h2{font-size: 140%;margin:0 0 0 20px;font-weight:bold;}
h3{font-size: 120%;margin:0;}
h4{font-size: 100%;color:#75A7AE;}
h5{font-size: 100%;margin:0; color:#75A7AE; font-weight:bold;}
h6{font-size: 100%;margin:5px;color:white; font-weight:bold;}


p{margin:20px 0;line-height: 1.6em;display:inline;}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: disc;}
ul li{margin: 10px 0; float:left;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}
ul.plain{margin: 20px 0 20px 0;list-style: none;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px; text-align:left;}
tr{}
td{border: solid 1px #ddd;padding: 3px;}

form{margin:0;}
fieldset{}
legend{font-weight: bold;}
input{padding:0;color:#484846;font-family:arial, franklin gothic, tahoma ;font-size:110%;font-weight:bold;}
input.text{margin: 3px 0;border: solid 1px #D5D5D5;border-top: solid 2px #D5D5D5;}
input.textOnly{border: 0; background: none;padding: 0;margin: 0;text-align: left;color: #C95500;font-size: 100%;font-family: Georgia, Times New Roman, Serif;cursor: pointer;}
input.textOnly:hover{text-decoration: underline;}

.width5{width:5%;}
.width10{width:10%;}
.width15{width:15%;}
.width25{width:25%;}
.width75{width:75%;}

em{}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;clear:both;}
div.hr hr{display:none;}
div.hrImage{border: 0; height: 14px; background: transparent url(../_img/hr-bg.gif) no-repeat top left;}

a{color: #252525;text-decoration: none;}
a:hover{text-decoration: underline;}

img{vertical-align: bottom;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}

/** clearing **/
.clr{clear: both;}
.clrLrg{clear: both;margin:10px 0;}
/** other **/
.white{color:#fff;}

/** Buttons **/
a.redFlag{float:left;background:#9C0101 url(../_img/red-flag.gif) no-repeat right;padding:6px 15px 6px 0;color:#D4D3D3 !important;margin:15px 0;}
a.redFlag span{border-top:1px solid #FF6C6C;border-left:1px solid #AE0909;border-bottom:1px solid #AE0909;padding:5px;}
a.redFlag:hover{text-decoration:none;} 
