body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	border: 0; 
	font-weight: normal; 
    color: white;	
}

.pageheader {
	font-size: 24px;
	font-weight: bold;
	border: thin none #000000;
	vertical-align: middle;
	color: #FFFF00;
	background-color: #1E1E1E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 48px;
}

.pagefooter{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #1E1E1E;
	text-align: center;
	vertical-align: middle;
	height: 32px;
}

.label{
	font-size: 12px; 
	text-align: left;
	color: #FFFFFF; 
}
.dateFormat {
	color:yellow;
}

.large {
	font-size: 18px; 
	font-weight: bold;
}
.error{
	font-size: 16px; 
	text-align: left;
	color: red; 
}

.entrytable th {
	font-weight: normal; 
}

.entrytable td {
	font-weight: normal; 
}

.detailtable td {
	font-size: 14px; 
	color:yellow;
}

.detailtable td.label {
	color:white;
}

.listtable {
	border: 0px;
	font-size: 14px;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
}
.listtable th {
	background-color: white;
        color:black; 
	padding-left: 14px;
	padding-right: 14px;
	border-left: 1px solid #BABDC2;
}
.listtable td {
	background-color: white;
        color:black; 
	padding-left: 14px;
	padding-right: 14px;
	border-left: 1px solid #BABDC2;
}

.alternaterow td {
	background-color: #DFE4E9;
}

.special {
	color:yellow;
}

.specialdropdown {
	border: 1;
	color: #FFFF00;
	background-color: #333333;
	border-color: #FFFFFF;
}

a {
	color: #FFFF00;
}