/************************************************/
/***************** RESET STYLES *****************/
/************************************************/

/* Colors:
Orange 			#ff6600
Bright Orange 	#ff9933
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: #808284; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.7em; text-align:center; background-color:#fff;}

a {color:#215266;}
a:hover {color:#215266;}
a:visited {color:#215266;} 
a img {border:0;}
:focus {outline:0;}

/* Heading */
h1 {color:#ff6600; font-size:2em; line-height:1.17em;}
h2 {
	color: #fba14c;
	font-size: 18px;
	font-family: "Times New Roman", Times, sans-serif;
	font-weight: normal;
	margin-bottom: .4em;
	text-transform: capitalize;
	line-height: 1.2em;
}
h3 {
	color: #fba14c;
	font-size: 16px;
	font-family: "Times New Roman", Times, sans-serif;
	font-weight: normal;
	margin-bottom: .4em;
	text-transform: capitalize;
	line-height: 1.2em;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: .4em;
	line-height: 1.35em;
}
h5 {
	font-size: 10px;
	margin-bottom: .4em;
	line-height: 1.35em;
}
h6 {color:#ff6600; margin-bottom:.1em; font-size:1em; line-height:1.35em;}

/* Paragraph */
p {
	color: #808284;
	font-size: 10px;
	margin-bottom: 18px;
	line-height: 18px;
}
address {margin-bottom:.4em; font-style:normal; line-height:1.4em;}
cite {font-style:normal; font-size:10px;}
q:before, 
q:after {content:'';}

/* Lists */
dt {display:block; font-weight:bold; }
ul,
ol {
	color: #808284;
	font-size: 10px;
	margin: 15px 30px;
}

li {
	font-weight: normal;
	margin-bottom: 6px;
}

ol li {
	margin-bottom: 10px;
	line-height: 18px;
}

/* Size */
small {font-size:.85em;}
big {font-size:1.15em;}
hr {height:0; margin:8px 0; overflow:hidden; visibility:hidden;}

/* Clears */
.clear {clear:both; position:relative; font-size:0px; height:0px; line-height:0px; visibility:hidden}
.nowrap {white-space:nowrap;}

/* Form */
form {display:inline;}
fieldset {border:none;}
legend {display:none;}
label {color:#fff; font-weight:bold;}
input, 
select, 
button {vertical-align:middle;}

/* Form Elements */
.formHint, .required {
	color: #c00;
}
.buttonHolder {text-align:left;}
.errorField {color: #ccc; font-size: 9px; font-weight: normal; font-style: italic;}
#errorMsg {background:#ffdfdf url('../images/uf_error.png') repeat scroll 0%; margin:0pt 0pt 1em; padding:1em; border-color:#c00; border-style:solid; border-width:1px 0pt;}
#errorMsg dt,  
#errorMsg h3 {color: #215266; font-size: 13px; font-weight: bold; margin: 0 0 .5em 0; line-height: 16px; text-transform: none;}
#errorMsg dd {margin:0; padding:0;}
#errorMsg ol {margin:0; padding:0;}
#errorMsg ol li {margin:0; padding:2px; list-style-position:inside; border-bottom:1px dotted #c00; position:relative;}
#errorMsg ol li a:link,
#errorMsg ol li a:hover,
#errorMsg ol li a:visited {color:#c00; text-decoration:none;}

.form-table {border:none}
.form-table td {padding:8px; text-align:left;}
.altrow td {background-color:#e7e7e7}
.form-table label {}
.form-table .textInput {}

/* Special Text */
.highlight {color:#ff6600}
.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 {padding-left:21px; padding-bottom:2px; background:transparent url(../images/sprites.gif) no-repeat 5px 0px;}
a.morelink:hover {height:30px; background-color:transparent; background-image:url(../images/sprites.gif); background-position:5px -50px;}
.morelink span {position:absolute; left:-9999px; width:900px}

/* Pagination */
.pagination {position:relative; background:#f2f2f2; color:#5e5e5e; border:1px solid #ddd; margin:10px 0 1.5em 0; padding:5px;}
.pagination .left {width:50%; float:left; text-align:left}
.pagination .right {width:50%; float:left; text-align:right}
.pagination a:link, 
.pagination a:visited, 
.pagination a:hover, 
.pagination a:active {text-decoration:none; background:#fff; padding:2px 5px; border:1px solid #ccc}

/* Tables */

/* Table */
th {vertical-align:top; font-weight:normal; text-align:left;}
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 {font-size:11px; font-weight:bold; color:#4f6b72; border-right:1px solid #C1DAD7; border-bottom:1px solid #C1DAD7; border-top:1px solid #C1DAD7; text-transform:uppercase; text-align:left; padding:6px 6px 6px 12px; background:#CAE8EA url(../images/table1_headerbg.jpg) no-repeat;}
.table1 th.nobg {border-right:1px solid #C1DAD7; border-top:none; background:none;}
.table1 td {border-right:1px solid #C1DAD7; border-bottom:1px solid #C1DAD7; background:#fff; padding:6px 6px 6px 12px; color:#4f6b72;}
.table1 td.alt {background:#F5FAFA; color:#797268;}
.table1 th.spec {border-left:1px solid #C1DAD7; border-top:0; background:#fff url(../images/table1_bullet1.gif) no-repeat; font-weight:bold; font-size:10px;}
.table1 th.specalt {border-left:1px solid #C1DAD7; border-top:0; background:#f5fafa url(../images/table1_bullet2.gif) no-repeat; font-weight:bold; font-size:10px; color:#797268;}
