/************************************************/
/***************** 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: #4c2801;
font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
font-size: 11px;
line-height:18px;
text-align: center;
background-color: #391e07;
}

a,a:link,a:hover,a:visited,a:active {
color: #4c2801;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a img {
border: 0;
}
:focus {
outline: 0;
}


/* Heading */
h1 {
color: #4c2801;
font-size: 24px;
line-height: normal;
margin-bottom: 7px;
font-weight:normal;
}
h2 {
color: #4c2801;
margin-bottom: 5px;
font-size: 22px;
line-height: normal;
font-weight:normal;
}
h3 {
color: #4c2801;
margin-bottom: 4px;
font-size: 16px;
line-height: normal;
font-weight:normal;
}
h4 {
color: #4c2801;
margin-bottom: 4px;
font-size: 14px;
line-height: normal;
font-weight:normal;
}
h5 {
color: #4c2801;
margin-bottom: 3px;
font-size: 12px;
line-height: normal;
font-weight:bold;
}
h6 {
color: #4c2801;
margin-bottom: 3px;
font-size: 12px;
line-height: normal;
font-weight:normal;
}

.hdrborder {
	border-bottom: 1px solid #e4c9b0;
	padding: 0 0 2px 0;
}
/* Paragraph */
p {
margin-bottom: 10px;
}
address {
margin-bottom: 1px;
font-style: normal;
line-height: 14px;
}
cite {
font-style: normal;
font-size: 10px;
}
q:before, 
q:after {
content: '';
}

/* Lists */
dt {
display: block;
font-weight: bold;
}
ul,
ol {
margin: 5px 30px
}
li {
/*color: #333333;*/
font-weight: normal;
}


/* Size */
small {
font-size: 85%;
}
big {
font-size: 105%;
}
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 {

}
input, 
select, 
button {
vertical-align: middle;
}

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

.form-table {
border: none
}
.form-table td.heading {
	color: #fff;
	font-size: 13px;
	line-height: normal;
	background: #391e07;
	padding: 3px 3px 3px 8px;
	width: auto;
}
.form-table td.heading input {
	border-color:#0073DB #003564 #003564 #0073DB;
	border-style:solid;
	border-width:1px;
	background: #00529c;
	color: #fff;
	margin: 0 30px 0 0;
	padding: 4px;
	cursor: pointer;
	text-decoration:none;
}
.form-table td {
padding: 8px;
text-align: left;
}
.form-table .altrow {
background-color: #e4c9b0;
}
.form-table label {
	color:#4c2801;
	font-size:12px;
}
.form-table .textInput,.form-table textarea {
	border: 1px solid #674635;
	background: #fff7e2;
	color: #303030;
	margin: 0;
	padding: 2px;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}

/* Special Text */
.highlight {
color: #ff6600
}
.subdued {
color: #5e5e5e
}
.error, .errorField {
color: #c00;
font-weight: bold
}
.success {
color: #390;
font-weight: bold
}
.caption {
color: #5e5e5e;
font-size: 8px
}
.date {
}
.divider {
	border-bottom:1px solid #e4c9b0;
	border-top:1px solid #AE9A86;
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}
span.contactbug {
	color:#0068B7;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}

/* 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 15px 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;
}
