﻿body {
}
.BottomLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #0000FF;
}
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #800000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionContent
{
	background-color: #CCCCFF;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-style: none dotted dotted dotted;
	border-width: 1px;
	border-color: #2F4F4F;
}
.accordionLink
{
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.DataGridFixHeader
{
	background-color: white; 
	position:relative; 
	top:expression(this.offsetParent.scrollTop);
}
.NavBrowseDropDown
{
	font-family: verdana;
	font-size: 11px;
	color: #0000FF;
	border: 1px solid #000000;
}
.PageLabel
{
	font-family: verdana;
	font-size: medium;
	font-weight: bolder;
	text-transform: capitalize;
	color: #800000;
}
.Button
{
	font-family: verdana;
	font-size: 8pt;
	font-weight: bolder;
	color: #000000;
	height: 29px;
}
.StatusLabel
{
	font-family: verdana;
	font-size: 8pt;
	font-style: italic;
	color: #0000FF;
}
.FormLabel
{
	font-family: verdana;
	font-size: 8pt;
	font-weight: bolder;
	width: 100%;
}
.FormContent
{
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #0000FF;
}
.AnimatePanel
{
	width: 200px;
	height: 80px;
	border: thin solid #000000;
	background-color: #333333;
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	filter: alpha(opacity=70);
	ocpacity: 0.7;
}
.AddressAndPhone
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #626262;
}
