body { background: white; font-family: Arial, Helvetica, sans-serif;}
#container { width: 100%; }

.label { width: 100px; text-align: right; }

.window {
	border: 1px solid black;
	padding: 20px;
	width: 550px;
	background: white;
}
.window h1,h2,h3 {
	padding: 0px; 
	margin: 0px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	font-weight: bold;
	color: white;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 50px;
	text-align: left;
	background: #ECE3A7;
	padding: 5px;
	border: 1px solid black;
}

li ul li { display: inline; }

li ul li a { color: black; text-decoration: none; }
li ul li a:hover { text-decoration: underline; }

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.admin {
	background:#ffffcc url('images/adminbubble.gif') top left no-repeat;
	text-align:center;
	width: 200px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.admin a { color: black; text-decoration: none; font-weight: bold; margin-top: 5px;}
.admin a:hover { color: black; text-decoration: underline; }
.admin p { margin-top: 8px; }
.admin ul li { margin-left: 20px; }
.admin ul li a{ color: black; }

a { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }
.active { color: black; text-decoration: underline; }

.label { font-weight: bold; }

.rptStyle {
  border: 1px solid #AAA;
}

.rptStyle col { 
  border-bottom: 1px solid #AAA;
}

.rptStyle td{
  font-size:.75em;
  font-family:Verdana;
  padding:1px;
  margin:0px;
}

.rptSubStyle td{
  font-size:1em;
  font-family:Verdana;
  padding:1px;
  margin:0px;
}

.show { display: table-row; }

.hide { display: none; }