body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
body {
	background-color: #3A4F58;
	background-image: url(../../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #ABAA2B;
	text-decoration:none;
}
a:active {
	color: #006699;
	text-decoration:none;
}

hr{
	color: #EEEE5A;
	height: 1px;
	width: 90%;
}

h1 {
	color: #006699;
	font-size: 1.4em;
	border-bottom:1px solid #EEEE5A;
}

h2 {
	color: #006699;
	font-size: 1.2em;
}

h3 {
	color: #FFFFFF;
	background-color:#006699;
	font-size: 1.1em;
}

/*Form Elements*/
form {
	margin: 0px;
}

strong {
	color: #336699;	
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton{
	background: #2D5473;
	border-top: 2px solid #34689A;
	border-left: 2px solid #34689A;
	border-right: 2px solid #000033;
	border-bottom: 2px solid #000033;
	color: #FFFFFF;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #666666;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #666666;
	color: #FFFFFF;
}

/* altrowEven & altrowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #990000;
	font-weight: bold;
}

table.outlined {
	border: 1px solid #000000;
}
th {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
}
.bodyContent {
	margin: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.attnContent {
	margin: 5px;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
/* left nav */
a.leftLink:link, a.leftLink:visited, a.leftLink:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 150px;
	background-color: #335D85;
	border-top: 2px solid #E4E4E4;
	font-weight: bold;
} 
a.leftLink:hover, a.leftLink:active {
	color:#FFFF00;
	background-color: #24425E;
}
/* detail views */
#detailNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#detailNav ul li{
	border: #006699 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	margin-right: 2px;
	margin-top: 1px;
	background-color: #006699;
	display: inline;
	color: #FFFFFF;
} 
#detailNav ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#detailNav ul li.here {
	border-bottom: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	list-style: inline;
	color: #000000;
}
#detailNav ul li.here a {
	text-decoration: none;
	color: #000000;
}
#detailView {
	border: #006699 1px solid;
	padding: 5px;
	margin-top: 2px;
	background-color: #EFEFEF;
} 
.detailActive {
	display: inline;
}
.detailHidden {
	display: none;
}
.cleanBreak {
	clear: both;
}