/* BASIC STYLING */


html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }

body, html{ height: 100%; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; font-size: 1em; }
caption, td { font-weight: normal; text-align: left; }
th { text-align: left; }
hr { display: none; }


/* Universal classes */ 

.clear { clear: both; }
.block{	display: block;	text-indent: -9999px; }
.float{	float: left; }
.preloading{
	position: absolute;
	width: 1px;
	height: 1px;
	top: -9999px;
	left: -9999px;
	
}



/* General configuration */ 

body{
	font-family: Arial, sans-serif;
	text-decoration: none;
	background: #fff;
	color:#637724;
	font-size: 13px;
}

/* Styles */ 


H1 {color: #637724; font-size:16px; font-style: italic; margin: 10px 0 10px 0; }  
H2 {color: #637724; font-size: 15px; font-style: italic; margin: 10px 0 10px 0}  
H3 {color: #637724; font-size:14px; font-style: italic; margin: 10px 0 5px 0}  
H5 { }
H6 { }

a { text-decoration: none; color:#97AD33; }
a:hover { text-decoration: underline; }
p{ padding-bottom: 5px; line-height: 120%; }




/* Forms */ 

form{
	margin-top: 15px;
}
form table td{
	vertical-align: top;
	padding-bottom: 3px;
	padding-right: 5px;
}


input[type=text], textarea, select{
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

textarea{
	height: 160px;
}

input.hasDatepicker{
	background-image: url(/images/calendar.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}


input[type=submit]{
	font-weight: bold;
}

label{
	cursor: pointer; 
	font-size: 1em;
	display: block;	
}

