﻿.helpDiv
{
	padding: 3px 3px 3px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #f7f7f7;
	border: solid 1px #e5e5e5;
	font: normal 11px Verdana;
	color: #333;
	display: none;
}

.simpleTable
{
	background-color:#CFCFCF;	
}
.simpleTable TR
{
	background-color:white;
}
.simpleTable TR.header
{
	background-color:#EFEFEF;
}

.simpleTable TR.header TD
{
	color:Black;
	font-weight: bold;
}

.simpleTable TR.alternateRow
{
	background-color:#EFEFEF;
}

.simpleTable TD
{
	padding: 5px;
}


