﻿/* 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: #333;
    font-family: Arial, Verdana, 'MS Sans-Serif';
    font-size: 75%;
    background: #ebefe6;
    line-height: 18px;
}
h1, h2, h3, h4, h5, h6{font-size: 140%; margin: 12px 0 0 0; font-weight: bold;}
h2{font-size: 130%;}
h3{font-size: 120%;}
h4{font-size: 110%;}
h5{font-size: 100%;}
h6{font-size: 90%;}
/* alternative heading style */
.alt{color: #34b14a;}
.oth {color:#2eb135; margin: 0px 0px 10px 0px;}
.indent {margin-left:20px;} 

p{margin: 12px 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{list-style: url(../img/bullet.gif)}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;border: solid 1px #adc48e;margin: 5px 0;}
thead{}
tfoot{}
th{background: #c8d8b4; padding: 5px; font-weight:bold; border:1px solid #adc48e}
th.first{background: #c8d8b4;}
th.second{background: #c8d8b4;}
th.third{background: #c8d8b4;}
th.fourth{background: #c8d8b4;}
th.fith{background: #c8d8b4;}
tr{}
td{padding: 3px;border: 0;}
td.offer{background: #efefef;font-size: 90%; font-weight: bold;}
tr.alt{background-color:#eee; color:#666;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: 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 #ccc; height: 1px; margin: 5px 0; }
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;}
div.hr hr{display:none;}

a{color: #959390;}
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;}

/*///// = 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;}
.aligncenter{text-align: center;}
.noborder{border: 0;}
.mandatory{font-weight:bold; } 
.mandatory li{ list-style:none; padding:3px;} 
ul.error{list-style:none; }
ul.error li{color: Red; font-weight:bold;}
