/************************************************/
/***************** RESET STYLES *****************/
/************************************************/

/* Colors:
Orange 			#f60
Bright Orange 	#f93
Light Gray		#f7f7f7
Dark Gray		#e7e7e7
*/

/* 
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 {
margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
*/

* {margin:0; padding:0;}

body {
	color: #222;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #98bf72 url('../images/bg_body.gif') left top repeat-x;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #dd1e4d;
}

a:hover {
	color: #dd1e4d;
}

a img {border:0;}
:focus {outline:0;}

/* Heading */
h1 {
	color: #073872;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 1.17em;
}

h2 {
	color: #073872;
	font-size: 18px;
	margin-bottom: .4em;
	line-height: 1.2em;
}

h3 {
	color: #000;
	font-size: 13px;
	margin-bottom: .4em;
	line-height: 1.2em;
}

h4 {color:#5e5e5e; font-size:1.05em; margin-bottom:.4em; line-height:1.35em;}
h5 {color:#5e5e5e; font-size:1.05em; margin-bottom:.4em; line-height:1.35em;}
h6 {color:#f60; font-size:1em; margin-bottom:.1em; line-height:1.35em;}

/* Paragraph */
p {
	margin-bottom: .9em;
}
address {font-style:normal; margin-bottom:.4em; line-height:1.4em;}
cite {font-size:10px; font-style:normal;}
q:before, 
q:after {content:'';}

/* Lists */
dt {display:block; font-weight:bold;}
ul,
ol {margin: 12px 30px;}
li {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 4px;
}

/* Size */
small {font-size:.85em;}
big {font-size:1.15em;}
hr {visibility:hidden; overflow:hidden; height:0; margin:8px 0;}

/* Clears */
.clear {position:relative; clear:both; visibility:hidden; font-size: 0; height: 0; line-height: 0;}
.nowrap {white-space:nowrap;}

/* Form */
form {display:inline;}
fieldset {border:none;}
legend {display:none;}
label {color:#555; font-weight:bold;}
input, 
select, 
button {vertical-align:middle;}

/* Form Elements */
.form-container .required {color:#c00; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.form-container .formHint {color:#666; font-size:10px;}
.form-container .buttonHolder {text-align:left;}
.form-container .errorField {
	position: absolute;
	color: #c00;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
}
.form-container #errorMsg {
	display: none;
	background: #ffdfdf url('../images/uf_error.png') repeat scroll 0%;
	margin: 0 0 1em;
	padding: 1em;
	border: 1px solid #c00;
}
.form-container #errorMsg h3,
.form-container #errorMsg dt {font-size:110%; font-weight:bold; margin:0 0 .5em 0; line-height:100%;}
.form-container #errorMsg dd {margin:0; padding:0;}
.form-container #errorMsg ol {margin:0; padding:0;}
.form-container #errorMsg ol li {position:relative; margin:0; padding:2px; border-bottom:1px dotted #c00; list-style-position:inside;}
.form-container #errorMsg ol li a:link,
.form-container #errorMsg ol li a:active,
.form-container #errorMsg ol li a:visited,
.form-container #errorMsg ol li a:hover {color:#c00; text-decoration:none;}

.form-table {border:none;}
.form-table td {padding:2px; text-align:left;vertical-align:middle;}
.form-table .altrow td {background-color:#e7e7e7;}
.form-table label {text-transform: capitalize;}
.form-table .textInput {
	font-size: 11px;
	padding: 2px;
	border: 0;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #fbfbfb;
}

.form-table td#submitRow {
	background: none;
	margin: 0 auto;
	padding: 0 0 5px 0;
	text-align: center;
}

#submitRow input {
	color: #fff;
	font-size: 13px;
	width: 147px;
	/*background:	url('../images/bg_submit.png') center center no-repeat;*/
	margin: 0 0 2px 0;
	padding: 4px;
	border: 0;
	line-height: 27px;
}

/* Special Text */
.highlight {color:#f60}
.subdued {color:#5e5e5e}
.error {color:#c00; font-weight:bold;}
.success {color:#390; font-weight:bold;}
.caption {color:#5e5e5e; font-size:.85em}
.date {}

/* Special Links */
a.morelink:link, 
a.morelink:visited, 
a.morelink:hover, 
a.morelink:active {background:transparent url('../images/sprites.gif') no-repeat 5px 0px; padding-left:21px; padding-bottom:2px;}
a.morelink:hover {height:30px; background: transparent url('../images/sprites.gif') 5px -50px;}
.morelink span {left:-9999px; position:absolute; width:900px;}

/* Pagination */
.pagination {position:relative; color:#5e5e5e; background:#f2f2f2; margin:10px 0 1.5em 0; padding:5px; border:1px solid #ddd;}
.pagination .left {float:left; width:50%; text-align:left;}
.pagination .right {float:left; width:50%; text-align:right;}
.pagination a:link, 
.pagination a:visited, 
.pagination a:hover, 
.pagination a:active {background:#fff; padding:2px 5px; border:1px solid #ccc; text-decoration:none;}

/* Tables */

/* Table */
th {font-weight:normal; text-align:left; vertical-align:top;}
td {vertical-align:top;}

.table1 {width:100%; padding:0; margin:0;}
.table1 caption {width:100%; font-size:11px; font-style:italic; padding:0 0 5px 0; text-align:right;}
.table1 th {color:#4f6b72; font-size:11px; font-weight:bold; background:#cae8ea url('../images/table1_headerbg.jpg') no-repeat; padding:6px 6px 6px 12px; border:1px solid #c1dad7; border-left: none; text-transform:uppercase; text-align:left;}
.table1 th.nobg {background:none; border-top:none; border-right:1px solid #c1dad7;}
.table1 td {color:#4f6b72; background:#fff; padding:6px 6px 6px 12px; border-right:1px solid #c1dad7; border-bottom:1px solid #c1dad7;}
.table1 td.alt {color:#797268; background:#f5fafa;}
.table1 th.spec {font-size:10px; font-weight:bold; background:#fff url('../images/table1_bullet1.gif') no-repeat; border-left:1px solid #c1dad7; border-top:0;}
.table1 th.specalt {color:#797268; font-size:10px; font-weight:bold; background:#f5fafa url('../images/table1_bullet2.gif') no-repeat; border-top:0; border-left:1px solid #c1dad7;}
