body { 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 0pt; 
	background:#fff
}

body, td, th { font-size: 80% }

a { color:#eb0004; text-decoration:none }
a:active { color:#eb0004; text-decoration:none }
a:visited { color:#eb0004; text-decoration:none }
a:hover { color:#eb0004; text-decoration:underline }

#welcomeuser    { position: absolute; z-index: 998; top: 10px; right:10px; }

.warning { color: #f00; }

.open { display: block; }
.closed { display: none; }
/*
.menu ul li { padding-left: 0px; margin-left: 0px; margin-top: 5px }
.menu ul { padding-left:8px; margin-left: 10px }
*/
.menu {
	background-color: #eee;
	border-top: 1px solid #eb0004;
	border-right: 1px solid #eb0004;
	border-bottom: 1px solid #eb0004;
}

.menu ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li li {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

.menu a {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #eee;
}

.menu a:hover {
	background-color: #eb0004;
	color: #fff;
	text-decoration:none;
}


.requiredField {
	font-weight:bold;
}

.listview {
	border:1px solid black;
}
.listview th {
	background:#333333;
	color:white;
}
.listview th a {
	color:white;
	text-decoration:underline;
}


/* Sortable tables with borders and hover rows */
table.sortable {
	border-top:1px solid grey;
	border-left:1px solid grey;
}
table.sortable th {
	padding: 2px; 
	background-color:#333333;
	color:#fff;
}
table.sortable th a {
	color:#fff;
}
table.sortable td {
	padding: 2px; 
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
}
table.sortable a.sortheader {
	color:#fff;
	text-decoration: none;
	display: block;
}
table.sortable td a {
}
table.sortable span.sortarrow {
	color: #fff;
	text-decoration: none;
}
table.sortable tr:hover td {
	background-color: #ddd;
}
