body
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	_font-size: 75%;
}

form
{
	margin: 0;
}

a
{
	color: black;
}

ul
{
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: square;
}

#container
{
	border: 1px solid #000;
	width: 760px;
}

#container h1
{
	font-size: 100%;
	margin: 0;
	padding: 1px;
	text-align: center;
	background: #800000;
	border-bottom: 1px solid #000;
	color: #F8F190;
}

#container div.content
{
	padding: 10px;
}

div.content div.overflow
{
	border: 1px solid #000;
	height: 200px;
	_height: 210px;
	overflow: auto;
}

#form
{
	width: 100%;
}

#form td.label
{
	color: #008080;
	font-weight: bold;
	font-size: 100%;
	width: 20%;
}

#form td.field
{
	font-size: 100%;
	width: 30%;
}

#form td.field input
{
	width: 98%;
}
#form td.field select
{
	width: 100%;
	_width: 101%;
}

div.content div.right
{
	margin: 0;
	text-align: right;
}

#list, table.content
{
	font-size: 90%;
	padding: 0;
	width: 100%;
	border: 1px solid #000;
}

#theHeader table
{
	font-size: 90%;
	padding: 0;
}

div.overflow #list
{
	border: none;
	_width: 97.5%;
}

#listcp
{
	border: none;
	width: 719px;
	_width: 720px;
}

#list th, table.content th, #theHeader th
{
	text-align: left;
	color: white;
	background: #008080;
	border-bottom: 1px solid #35A193;
	padding-right: 2px;
}

#list tr.normal, #list tr.hover
{
	cursor: pointer;
}

#list tr.normal
{
	background: none;
}

#list tr.hover
{
	background: #cfc;
}

#list tr.highlight
{
	background-color: #eee;
}

#list td
{
	vertical-align: top;
	border-bottom: 1px #ddd dotted;
	padding-right: 2px;
}

div.border
{
	border: 1px solid #000;
}

div.border div.title
{
	background: #008080;
	border-bottom: 1px solid #35A193;
	color: white;
	font-weight: bold;
}

#theHeader
{
	height: 17px;
	overflow: hidden;
	position: absolute;
	margin: 1px 0 0 1px;
	z-index: 300;
}

