/* ------------------------------------------------------- 
screen.css
last modified:  04/16/2007 by RDA
last validated: 04/30/2007 by RDA
------------------------------------------------------- */


@import url( master.css );
@import url( forms.css );

#nav ul { display: none; }

a img  { border: none; }

th, td {
	text-align: left;
	vertical-align: top;
}

.backTop {
	text-align: right;
	margin-top: 2em;
	font-size: 85%;
	min-height: 0;
}
* html .backTop {
	height: 0;
}
.backTop img {
	border: 0 !important;
	vertical-align: baseline;
	font-size: 85%;
}
.backTop a {
	text-decoration: none;
}
.backTop a:hover {
	text-decoration: underline;
}
.backTop a:visited {
	color: #404FA1;
}

#search {
	position: absolute;
	right: 1em;
	top: 2.5em;
	font-size: 90%;
}
#search p,
.formbox p {
	margin: 0 0 1px 0;
}

.input td {
	padding: 0;
	margin: 0;
}

#search label, #newsletter label {
	position: absolute;
	text-indent: -600em;
}

h2.divider .searchterm {
	background:transparent none repeat scroll 0%;
	color:#FFF0AD;
}
.searchterm {
	background:#FFF0AD none repeat scroll 0%;
	font-weight:bold;
}

.search h2.divider span.barleft {
	float:left;
	margin-left:0.75em;
	padding:0.35em 0pt;
	width:60%;
}
.search h2.divider span.barright {
	float:right;
	font-weight:normal;
	margin-right:0.75em;
	padding:0.35em 0pt;
	text-align:right;
	width:35%;
}

.search h2.divider span.barright .sortactivestate {
	text-decoration: none;
	color:#ffffff !important;
	cursor:text;
}

.search h2.divider span.barright .sortnormalstate 
{
	text-decoration:none;
	color:inherit;
	cursor:hand;
}

div.bar {
	background:#ECF9FF none repeat scroll 0%;
	clear:both;
	height:2.25em;
	line-height:2.25em;
	margin:0pt 0pt 0.85em;
	padding:0pt 0.5em;
	text-transform:lowercase;
}
div.barleft {
	float:left;
	font-weight:normal;
	width:59%;
}
div.barright {
	float:right;
	text-align:right;
	width:39%;
}
