body
{
	font-family:Arial;
	font-size:9pt;
	margin: 0px;
}

.clsUnselectedLink
{
	color: black;
	text-decoration: none;
	cursor: default;
}
.clsUnselectedLink:visited
{
	color: black;
	text-decoration: none;
	cursor: default;
}

.clsSelectedLink
{
	/*Used for Fields page to show links at the top for either selected or unselected*/
	color: blue;
	text-decoration: underline;
}
.clsSelectedLink:Visited
{
	/*Used for Fields page to show links at the top for either selected or unselected*/
	color: blue;
	text-decoration: underline;
}

.clsDocumemLink
{
	color: lightblue;
}

.clsDocumemLink:Visited
{
	color: lightblue;
}

td
{
	font-family:Arial;
	font-size:9pt;
}

.clsDark
{
	background-color: steelblue;
	color:whitesmoke;
}

.clsMedium
{
	background-color: lightsteelblue;
}

.clsLight
{
	background-color: White;
}

.clsMenuTab
{
	border-right: navy 1px solid;
	padding-right: 5px;
	border-top: white 1px solid;
	padding-left: 5px;
	font-size: 10pt;
	margin-bottom: -10px;
	padding-bottom: 4px;
	border-left: white 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	height: 20px;
	background-color: lightsteelblue;
	text-decoration: none;
}

.clsMenuTabSelected
{
	font-size: 10pt;
	border-top: solid 2px orange;
	border-left: solid 1px white;
	border-right: solid 1px navy;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
	background-color: white;
	cursor:hand;
	color: Red;
	height:24px;
	margin-bottom: -8px;
}

.clsLightBox
{
	background-color: whitesmoke;
	border: solid 1px silver;
	padding-left:5px;
	padding-bottom:3px;
}

.clsLightBoxTabSelected
{
	background-color: whitesmoke;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 2px gray;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	cursor:hand;
	
	height:20px;
	margin-bottom: -4px;
}
.clsLightBoxTab
{
	background-color: whitesmoke;
	border-top: solid 1px whitesmoke;
	border-left: solid 1px whitesmoke;
	border-right: solid 2px silver;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	cursor:hand;
	
	height:20px;
	margin-bottom: -6px;
}

.clsHeaderCaption
{
	font-weight: bold;
}

.clsLightBoxHeader
{
	width: 100%;
	border-bottom: dimgray 1px solid;
	background-color: lightsteelblue;
	margin-left: -5px;
	padding-left: 5px;
}

.clsThumbPanel
{
	padding-left: 20px;
}

.clsThumbCell
{
	background-color: whitesmoke;
}
.clsButton
{
	width: 80px;
}

.clsButtonLarge
{
	width: 125px;
}

A:visited
{
	color: Blue;
}

.clsViewAllPage
{
	border: solid 1px silver;
}

.clsDropDownButton
{
	background-image: url(images/dropdownlistarrow.gif);
	cursor: hand;
	background-repeat: no-repeat;
	position:  relative;
	top: 2px;
	left: -2px;
}