#dhtmlgoodies_tooltip
{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: Arial;
		
}
#dhtmlgoodies_tooltipShadow
{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
TH.c        {color: #000000; font:  9pt Arial; font-weight: bold;}
TH.b      {color: #000000; background-color: #CCCCCC;   font:  8pt Arial; font-weight: bold;}
TH.header {color: #000000; font: 14pt Arial; font-weight: bold;}
TH.hd	  {color: #000000; font: 14pt Arial; font-weight: bold;}
TH.l1     {color: #000000; font:  9pt Arial; background-color: #DDDDDD}
TH.l2     {color: #000000; font:  9pt Arial; background-color: #EEEEEE; font-weight: bold;}
P         {color: #000000; font:  9pt Arial;}
P.pheader {color: #000000; font: 14pt Arial; font-weight: bold;}

P.PHdrName      {color: #000000; font:  14pt Arial; font-weight: bold;}
P.PHdrAddr      {color: #000000; font:  10pt Arial; font-weight: bold;}

TD.header {color: #000000; font: 14pt Arial; font-weight: bold;}
TD        {color: #000000; font:  9pt Arial;}
TD.h      {color: #000000; font:  9pt Arial;}
TD.yellow {color: #000000; background-color: #CCCCCC; font:  7pt Arial; font-weight: bold;}
LI        {color: #000000; font:  9pt Arial;}
TD.l1     {color: #000000; font:  9pt Arial; background-color: #DDDDDD}
TD.l2     {color: #000000; font: 9pt Arial; background-color: #EEEEEE}
H3	  {color: #000000; font:  12pt Arial; font-weight: bold;}
H2	  {color: #000000; font:  15pt Arial; font-weight: bold;}
Address	  {color: #000000; font: 10pt Arial: font-weight: bold;}
.time     {font: 10pt Arial: font-weight: bold;}
INPUT     {font: 8pt Arial;}
HR        {color: #000000;}
BODY      {background-color: white}

.GridViewStyle 

{ 
    font-family: Arial, Sans-Serif; 
    font-size:small; 
    table-layout: auto; 
    border-collapse: collapse; 
    /*border: #1d1d1d 5px solid;*/
} 




.gridHeaderLeftItem
{
	background-position: left center;
	/*background-image: url(images/RoundLeftSideSmall.JPG);*/
	background-repeat: no-repeat;
	background-color: #5E0025;
	color: White;
	text-decoration: underline;
}
.gridHeaderRightItem
{
	background-position: right center;
	/*background-image: url(images/RoundRightSideSmall.JPG);*/
	background-repeat: no-repeat;
	background-color: #5E0025;
	color: White;
	text-decoration: underline;
}

.gridHeaderMiddleItem
{
	background-color: #5E0025;
	color: White;
	text-decoration: underline;
}

.gridRowStyle
{
	
}

.gridAlternatingRowStyle
{
	background-color: #e6e6fa;
	text-align: center;
	font-weight: bold;
}

.menuLabelMousedOverMiddle
{
	background-color: white;
	color: #5E0025;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
.menuLabelNotSelectedMiddle
{
	color: White;
	background-color: #5E0025; 	
	text-align: center;
	font-weight: bold;
}
.menuLabelMousedOverLeft
{
	background-color: white;
	color: #5E0025;	
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
.menuLabelNotSelectedLeft
{
	background-color: #5E0025;
	color: White;	
	text-align: center;
	font-weight: bold;
}
.menuLabelMousedOverRight
{
	background-color: White;
	color: #5E0025;
	text-decoration: underline;		
	text-align: center;
	font-weight: bold;
}
.menuLabelNotSelectedRight
{
	background-color: #5E0025;
	color: White;	
	text-align: center;
	font-weight: bold;
}


.mmenuOff1
{
    color: white;
    font-style: normal;
    font-weight: bold;
    font-family: arial,tahoma,serif;
    font-size: 12px;
    margin: 0px 2px;
    padding: 1px;
    text-decoration: none;
       background-color: #5E0025;
} 
      
.mmenuOn1
{
    color: white;
    font-style: normal;
    font-weight: bold;
    font-family: arial,tahoma,serif;
    font-size: 12px;
    margin: 0px 2px;
    padding: 1px;
    background-color: #5E0025;
}	

.mmenuOff2
{
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-family: arial,tahoma,serif;
    font-size: 12px;
    margin: 0px 2px;
    padding: 1px;
    text-decoration: none;
       background-color: #EAB53E;
} 
      
.mmenuOn2
{
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-family: arial,tahoma,serif;
    font-size: 12px;
    margin: 0px 2px;
    padding: 1px;
    background-color: #EAB53E;
}
.tCDescription
{
	background-repeat: no-repeat;
	background-color: #5E0025;
}

.tCDescriptionLabel
{
	color: white;
}
.DHTR_GridrowTD td
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	
}

.errormsg
{
	color: #FF0000; 
	font:  16pt Arial; 
	font-weight: bold;
}