*{padding: 0; margin: 0;}

body  {
	background: #e5e5cc;
	font: 0.8em/1.4em Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
img {
	border-style: none;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/background2.gif);
}
hr {
	height: 40px;
	border-width: 0px;
	background: url(../images/hiker.gif) no-repeat center;
}
.linehr {
	background: url(../images/line.gif) no-repeat;
	border-width: 0px;
	height: 4px;
	width: 570px;
	clear: both;
	margin: 0px 0px 20px;
}

#header {
	height: 226px;
}
#header h1 {
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-right: 0px;
	margin-left: 160px;
	width: 580px;
	min-height: 200px;
}
#mainContent h2 {margin-top: 20px; margin-bottom: 10px;}
#mainContent h3 {}

#navbar{
	position: absolute;
	width: 140px;
	margin-left: 20px;
}
#navbar ul li { list-style-type: none;}
#navbar ul li a {letter-spacing: 1px; color: #3a3a3a; border-bottom-color: #d4d4a9; border-bottom-style: solid; border-bottom-width: 1px; text-decoration: none; font-size: 11px; text-transform: uppercase; font-style: normal; font-weight: normal; padding-left: 7px; padding-top: 7px; display: block; min-height: 19px;}
#navbar ul li a:hover {background-color: #e7e7ce;}

a {
	margin: 0px;
	padding: 0px;
}

#footer {
	background: #e5e5cc;
	padding: 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
}
h1 {
	color: #036;
	text-transform: uppercase;
	padding-bottom: 30px;
	height: 0px;
	font: bold 1.5em Helvetica;
	padding-top: 10px;
}
h3 {margin-bottom: 3px; margin-top: 20px;}
h3.dashboard {padding-left: 5px; margin-bottom: 0px; margin-top: 0px; border-top-color: #939393; border-top-style: dotted; border-top-width: 1px; padding-bottom: 4px; padding-top: 5px;}
p {
	margin-bottom: 8px;
}
.dashbox {
	padding: 10px;
	border: 1px dashed #CC9933;
	background: #f2f2e5;
	margin: 10px 0px;
}
.dashbox em {
	font-size: .9em;
	margin-left: 20px;
}
.rotateimg {
	float: right;
	height: 160px;
	width: 260px;
}
.rightbar {
	float: right;
	width: 140px;
	background: #f2f2e5;
	padding: 10px;
	margin: -20px -10px 10px 10px;
	line-height: 1.1em;
}
.rightbar h1 {
	font-size: 1.3em;
	margin-bottom: 30px;
}
.rightbar h2 {
	font-size: 1em;
	margin-bottom: 0px;
}
.rightbar p {
	margin: 0px;
}
.centered {
	text-align: center;
	margin-top: 5px;
}

.spinner {
	margin-left: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftimg {
	float: left;
	margin-bottom: 20px;
}
a:link { color: #669; font-weight: bold; text-decoration: underline }
a:hover { color: #336; font-weight: bold; text-decoration: none }
a:visited { color: #666; font-weight: bold; text-decoration: underline }
a:visited:hover { color: #333; font-weight: bold; text-decoration: none }

.error {
	color: #FF0000;
}

/*_________Striped Table___________*/
#stripedTable {
	margin: 0.5em 0 0.75em;
	border-top: 1px solid #666;
	border-bottom:1px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003333;
	width: 580px;
}
#stripedTable thead tr {
	background: #eee;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
}
#stripedTable tbody tr td {
	padding: 0.5em;
	border: none;
}
#stripedTable tbody tr.selected {
	background: #3d80df;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #346dbe;
	border-bottom: 1px solid #7daaea;
}
.odd {
	background: #fff;
}
.even {
	background: #e5e5cc;
}
#stripedTable tbody tr.odd.selected {
	color: #ddd;
}
#stripedTable tbody tr.even.selected {
	color: #fff;
}
/* __________Striped Table ENDS ____________*/


.cssform p{
width: 400px;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssformresults p{
	width: 400px;
	margin: 0;
	padding: 1px 0 1px 155px; /*width of left column containing the label elements*/
	height: 1%;
	font-weight: bold;
}

.cssform label{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #333333;
	font-size: .9em;
}

.cssformresults label{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #333333;
	font-size: 0.9em;
	font-weight: normal;
}


.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 50px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.cssform fieldset, .cssformresults fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
}
.cssform legend, .cssformresults legend{
	font-size: 1.1em;
	font-weight: bold;
	color: #FF9900;
}
.cssform em{
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
#updateform {
	display: none;
}
.updateformoffset {
	padding-left: 150px;	
}
.hidden {
	display: none;
}
.red {color: #FF0000}
.redbold {font-weight: bold; color: #FF0000}

/* ----------- Stylized Form ----------- */
#stylized {
	/*width:520px;*/
	padding:14px;
	/*margin-right: auto;
	margin-left: auto;*/
}
#stylized p {
	/*color:#666666;
	border-bottom:solid 1px #abb194;*/
}
#stylized strong {
	color: #333333;
}
#stylized label {
	min-height: 26px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	font-size: 13px;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 10px 10px;
}
#stylized input checkbox {
	padding-right: 20px;
}
/* .radiopad { width: 20px; margin-right: 10px; padding-right: 10px;} */
.longfield {
	border:solid 1px #999999;
	width:280px;
}
.midfield {
	border:solid 1px #999999;
	width:140px;
}
.shortfield {
	border:solid 1px #999999;
	width:50px;
}

/*
.datefield { border:solid 1px #999999; width:90px; background: url(../images/calendar_icon.png) no-repeat 75px center;}
.totals {border-style: none; font-weight: bold;}
*/

#stylized select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999999;
	margin:2px 0 10px 10px;
}
#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999999;
	width:280px;
	margin:2px 0 20px 10px;
}
#stylized button {
	margin-top: 30px;
	clear:both;
	margin-left: 10px;
	width:84px;
	height:30px;
	background:url(../reg/img/button.png) no-repeat 0px 0px;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border-style: none;
	cursor:pointer;
}
#stylized f:hover { background-position: 0px -30px; 			}
#stylized .rightlabel {
	text-align: left;
	width: 450px;
	font-weight: normal;
	margin-left: 150px;
	position: absolute;
	z-index: 60;
}
#stylized .leftcheck {margin-bottom: 20px; margin-right: 5px;}
fieldset.formfields {
	margin-bottom: 15px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top:dotted 1px #cccccc;
	padding-bottom: 15px;
}
.optional {background-color: #e0edf3;}
#stylized fieldset.optional label {color: #626262;}
legend.formfields {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
.inputError {background: #FFFF66;}
.innerError {
	background-color: #c3ff2c;
	background: url(../reg/img/invalid.gif) no-repeat;
	width: 70px;
	height: 16px;
	margin-top: 5px;
	/*position: absolute;*/
	z-index: 50;
	margin-left: 7px;
	font-size: 11px;
	color: #FF0000;
	padding-left: 20px;
	float:left;
}
.required { background-repeat: no-repeat; color: #d30000; }
br.margin20 { display: block; margin-bottom: 20px;}
#stylized div.grid {float: left; width: 32%;}
#stylized div.grid p {margin-left: 0px; margin-bottom: 6px; margin-right: 10px; margin-top: 0px; text-align: center; font-size: 12px; padding: 0px;}
#stylized div.grid input {border:solid 1px #999999;}
#stylized div.buttons { margin-right: 150px; text-align: center;}

/* -------- Forms More -------- */
#mainContent ul {margin-left: 0px;}
#mainContent ul.confirm li { border-bottom-color: #dedede; border-bottom-style: solid; border-bottom-width: 1px; color: #747474; font-style: normal; font-size: 11px; font-weight: normal; list-style-type: none;}
span.value { color: black; font-weight: bold;}

select.status {border-color: #797979; border-style: solid; border-width: 1px; font-size: 11px;}
del {font-weight: bold; color: #ff0027; text-decoration: line-through;}


/* -------- Accordian Panels (jQuery) -------- */
.accordion {margin: -12px;}
.accordion h3 { padding-left: 24px; padding-bottom: 8px; padding-right: 8px; padding-top: 8px; background: url(../reg/img/collapsed.png) no-repeat 8px 10px; cursor: pointer; font-weight: bold; }
.accordion h3:hover { background: url(../reg/img/collapsed.png) no-repeat 8px 10px; background-color: #e5e5cc; }
.accordion h3.active { background: url(../reg/img/expanded.png) no-repeat 8px 10px; background-color: #e5e5cc; }
.accordion h3 em {color: #232323; font-size: 11px; font-style: normal; font-weight: normal;}
.accordion .accordionpanel { padding: 12px; border-right-width: 2px; border-right-style: solid; border-left-style: solid; border-left-width: 2px; border-right-color: #e5e5cc; border-left-color: #e5e5cc; border-bottom-color: #e5e5cc; border-bottom-style: solid; border-bottom-width: 2px; margin-bottom: 12px; /* margin-left: 20px; */}
.accordion ul li strong { font-size: 12px; margin-left: -15px; }


table.stripeMe { margin-bottom: 20px; font-size: 11px; border-collapse:collapse; }
table.stripeMe ul { padding: 0px; margin: 0px; }
table.stripeMe li { margin-left: -20px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; font-size: 11px; padding: 0px; }
table.stripeMe th { background-color: #e5e5cc; font-weight: bold; padding: 2px 11px; text-align: left; border-right: 1px solid #fff; }
table.stripeMe td { padding: 6px 11px; vertical-align: top; }

table.stripeMe tr.alt td { background: #fbfbf7; }
table.stripeMe tr.over td { background: #bcd4ec; }

.red { font-weight: bold; color: #e2001d; }

h3 span.small {font-style: normal; font-weight: normal; margin-left: 10px; font-size: 11px;}


/* -------- Print to Hide -------- */
#printheader {display: none;}
