body {
	margin:0;
	padding:0;
	color: white;
}

/* links */
a:link {
	cursor:hand;
}

#datatable table {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

#datatable th {
	padding: 4px 6px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	font-weight: bold;
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: #555;
	font-size: 12px;
	text-align: left;
	background: #EEF0F1 url(images/table_head_bg.gif) repeat-x left bottom;
} 

#datatable td {
	padding: 4px 6px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: black; 
	font-size: 12px;
}

#datatable td a{
	color: #d13543; 
	background: inherit;
	text-decoration: underline;
}

.table-even-row {
	background-color: #e0dcd6;
}

.table-odd-row {
	background-color: white;
}

td a {
  color: #d13543; 
	background: inherit;
	text-decoration: underline;
}

h3{
margin: -5px 0 0 0;
padding: 5px 0;
}

#resp { 
margin:10px;
padding:5px;
border:0px;
text-align:left;
}

#resp li { 
font-family:monospace 
}

.clear {
clear: left; 
line-height: 0; 
height: 0;
}

.admin {
width: 98%;
}

#bd #form table {color:black;}





