﻿/* == 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: #333;font-family: arial, helvetica, Sans-Serif;font-size: 75%;background: #656565;}

h1, h2, h3, h4, h5, h6{font-size: 200%;margin: 20px 0;font-weight: normal;color: #252525;}
h1{margin: 0 0 20px 0;color: #3b3b3b;}
h2{font-size: 150%;}
h3{font-size: 140%;}
h4{font-size: 130%;}
h5{font-size: 120%;}
h6{font-size: 110%;}

h2.bar{background: url(../_img/heading-bg.gif) top left repeat-x;height: 24px; line-height: 22px;font-size: 100%; font-weight: bold; text-transform: none;color: #fff; text-align: left;padding: 0 7px;margin: 0 0 10px 0;}

p{margin: 20px 0;line-height: 1.7em;}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: disc;}
ul li{margin: 5px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}

ul.plain{margin: 10px 0; list-style-type: none;}
ul.plain li{margin: 1px 0;}
ul.plain li a{color: #333;}

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;}
tr{}
td{border: solid 1px #ddd;padding: 3px;}

#wrap form{margin: 10px 0;}
fieldset{}
legend{font-weight: bold;}
.inputText{padding: 4px;margin: 0 0 8px 0;color: #000; font-size:90%;} /*color: #000; */
.textBtn{border: 0; background: none; padding: 4px 0 0 0; color: #fff; font-weight: bold; letter-spacing: 0;font-family: Arial;font-size: 100%;cursor: pointer;width: auto !important; overflow: visible; width: 0;}

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;}

a{color: #cc0000;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;}
.clrSml{clear: both;line-height:1px;height:1px;}
.clrz{clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}

/** presentation **/
.standoutText{color: #cc0000;}
.small{font-size: 90%;}
.hide {display:none;}

/** paging **/
.paging {float:left; width:280px; background:#FFF; padding:10px 0 0 10px;}
.paging  ul {margin:0 0 0 10px; float:right;}
.paging ul li {display:inline;float:left;margin:0 7px 0 0;}
.paging ul li.det {margin-top:2px;}
.paging ul li a {background:transparent url(/_img/paging-bg.gif) repeat-x scroll left bottom;border:1px solid #AFB7B9;display:inline;float:left;margin-bottom:10px;padding:2px 4px;text-decoration:none; color:#FFF; font-size:80%;}
.paging ul li a.on {background:#cc0000 none repeat scroll 0 0; color:#FFFFFF;}

/** AJAX Loading **/
.loading {float:right; height:35px; width:35px; background: url('../_img/ico/loading.gif') no-repeat; }
.loadingForm {float:right; height:24px; width:24px; background: url('../_img/ico/loading_red.gif') no-repeat; margin-right:5px; margin-top:3px; margin-bottom:2px; }

/** Default Button style **/
.btn {background:#000000 url(/_img/nav-gradient.gif) repeat-x scroll left top;border:1px solid #CCCCCC;color:#FFFFFF;float:left;font-size:95%;font-weight:bold;margin:0px;padding:7px 8px;text-decoration:none;text-transform:none; }
.btn:hover {background:#000 url(/_img/nav-gradient-on.gif) repeat-x scroll left bottom;}