/* author: Kerry Gray - demo version */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
}

body.bgcolor {
	background-color: #333333;
}

#bgWrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 85%;
	min-width: 730px;
	height: auto;
	background-color: #FFFFFF;
	color: #666666;
	}

#bgWrap.pop {
	min-width: 600px;
	width: 600px;
}

#banner {
	width: auto;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #777777;
	color: #FFFFFF;
	position: relative;
	}
	
#navBox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000000;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}
p {	font-size: .75em;	line-height: 120%;}
p.navlinks {
	text-align: center;
	color: #9CF;
	font-size: 0.6875em;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

A.linknav:link {	color: #FFFFFF;	text-decoration: none; }
A.linknav:hover {	color: #FF0000;	text-decoration: none; }
A.linknav {	color: #FFFFFF;	text-decoration: none; }

A.linksoft:link {	color: #333333;	text-decoration: none; }
A.linksoft:hover {	color: #FF0000;	text-decoration: underline; }
A.linksoft {	color: #333333;	text-decoration: none; }

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	}

#searchBox {
	font-size: .6875em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

#pageCount {
	font-size: .6875em;
	text-align: right;
	position: relative;
}

#content {
	margin-bottom: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

#content.pop{
	margin-left: auto;
	margin-right: auto;
	width: 580px;
}

#footer {
	text-align: right;
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 50px;
	font-size: .6875em;
	clear: both;
	padding-bottom: 5px;
	padding-left: 50px;
}
	
h1 {
	font-size: 1.125em;
	line-height: 100%;
}
h2 {
	font-size: 1em;
	line-height: 100%;
	font-weight: normal;
}
h3 {font-size: .875em;	line-height: 100%;	font-family: Arial, Helvetica, sans-serif; }

td.displayTextArea  p {	font-size: .75em;}

ul, ol {font-size: .75em;	line-height: 130%;}
/* control font-size in nested lists */
ol ol{	font-size: 100%; }
ul ul{	font-size: 100%; }

.col-alert {	color: #FF0000;}
.col-strong {	color: #000000;}
.tinyText {	font-size: .625em;}
.adminText { font-size: .6875em; line-height: 150%;}
.cellContrast {
	background-color: #777777;
	color: #000000;
}
.cellDifferent {	background-color: #CCCCCC;}
hr.fine {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666699;
	margin-bottom: 5px;
	width: 100%;
}

tr.cellBottom td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #003399;
}

