﻿body {
}
.headerCell
{
	width:100%;
	background-color:#dddddd;
	border:solid 1px #dddddd;
}
.headerCell:hover
{
	cursor:pointer;
}
.headerCell2
{
	width:100%;
	background-color:#dddddd;
	border:solid 1px #dddddd;
}
.headerTable
{
	width:100%;
}
.headerTitleCell
{
	text-align:left;
	padding-left:10px;
}
.titleLabel
{
	color:#b04619;
	font-family:Verdana;
	font-size:11pt;
}
.showHideButtons
{
	width:16px;
}
.showHideButtons:hover
{
	cursor:pointer;
}
.contentCell
{
	width:100%;
	border:solid 1px #dddddd;
}