/* CSS Document */
body {
	margin:0px;
	line-height:18px;
	font-family:"Lucida Grande", sans-serif;
	font-size:12px;
}

.contentContainer {
	padding:10px;
	padding-top:0px;
}

/* applies only to the things that are in the div
with the ***ID**** (not class) of "content container */
#contentContainer a:visited {
	color:#0000FF;
}

#contentContainer a:hover {
	color:#FF0000;
}

#contentContainer table {
	font-size:12px;
}
/* end content container ID specs */

hr {
	width:100%;
	color:#CCCCCC;
	background-color:#000000;
	border:0px;
	height:1px;
	margin-top:6px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
}

.footer {
	margin-left:10px;
	margin-right:10px;
	color:#999999;
}

h1 {
	font-size:18px;
	font-weight:normal;
	line-height:0px;
}

.formText {
	font-size:12px;
}

.error {
	color:#CC3300;
	font-size:12px;
}

.tHeader {
	background-color:#CCCCCC;
	background-image:url(../images/table_header_bg.gif);
	border:1px solid black;
	font-size:12px;
	height:25px;
	font-weight:bold;
	vertical-align:center;
	text-align:center;
	padding:5px;
}

.tContent {
	background-color:#E8E8E6;
	font-size:12px;
	padding:7px;
}

.tContent-dark {
	background-color:#D3D3D3;
	font-size:12px;
	padding:7px;
}

.tContent-highlight {
	background-color:#FDFBB9;
	font-size:12px;
	padding:7px;
	cursor:hand;
}

/*
---- BEGIN AUTO COMPLETE STYLE
*/
div.autocomplete {
	position:absolute;
	width:350px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	text-align:left;
}

.grayText {
	color:#999999;
}
/*
---- BEGIN AUTO COMPLETE STYLE
*/

