
.Button
{
	background-color:White;
	border:black thin solid;
	color:black;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.CheckBox
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.DropDown
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.Image
{
	border-width:0px;
}


.LinkText
{	
	color: black;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}





.List
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.RadioButton
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.Table
{
	border-collapse:collapse;
	border-style:none;
	width:100%;
}

.TableCell
{
	padding:3px;
	
}

.TableEmptyText
{
	color:#000033;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.TableFooter
{
	text-align:center;
}

.TableHeader
{
	color:white;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	background-color: #b3c7e7;
}

.TablePaging
{
	color:#000033;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	white-space:nowrap;
}

.TableRow
{
	background-color:#FAF0EC;
	color:Black;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	background-color: white;
}

.TableRowAlternating
{
	color:Black;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	background-color: #e6e6e6;
}

.TableRowSelected
{
	background-color:wheat;
	color:Black;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

.TextBox
{
	background-color:lightgray;
	color:Black;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
