﻿#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        {color: darkblue; font:  9pt Arial; font-weight: bold;}
TH.b      {color: darkblue; background-color: #CCCCCC;   font:  8pt Arial; font-weight: bold;}
TH.header {color: darkblue; font: 14pt Arial; font-weight: bold;}
TH.hd	  {color: darkblue; font: 14pt Arial; font-weight: bold;}
TH.l1     {color: darkblue; font:  9pt Arial; background-color: #DDDDDD}
TH.l2     {color: darkblue; font:  9pt Arial; background-color: #EEEEEE; font-weight: bold;}
P         {color: darkblue; font:  9pt Arial;}
P.pheader {color: darkblue; font: 14pt Arial; font-weight: bold;}

P.PHdrName      {color: darkblue; font:  14pt Arial; font-weight: bold;}
P.PHdrAddr      {color: darkblue; font:  10pt Arial; font-weight: bold;}

TD.header {color: darkblue; font: 14pt Arial; font-weight: bold;}
TD        {color: darkblue; font:  9pt Arial;}
TD.h      {color: darkblue; font:  9pt Arial;}
TD.yellow {color: darkblue; background-color: #CCCCCC; font:  7pt Arial; font-weight: bold;}
LI        {color: darkblue; font:  9pt Arial;}
TD.l1     {color: darkblue; font:  9pt Arial; background-color: #DDDDDD}
TD.l2     {color: darkblue; font: 9pt Arial; background-color: #EEEEEE}
H3	  {color: darkblue; font:  12pt Arial; font-weight: bold;}
H2	  {color: darkblue; font:  15pt Arial; font-weight: bold;}
Address	  {color: darkblue; font: 10pt Arial: font-weight: bold;}
.time     {font: 10pt Arial: font-weight: bold;}
INPUT     {font: 8pt Arial;}
HR        {color: darkblue;}
BODY      {background-color: white}
A:link    {color: blue;}
A:active  {color: red;}
A:visited {color: blue;}
A:hover   {color: red;}


.gridHeaderLeftItem
{
	background-position: left center;
	background-image: url(images/RoundLeftSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #000066;
	color: White;
	text-decoration: underline;
}
.gridHeaderRightItem
{
	background-position: right center;
	background-image: url(images/RoundRightSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #000066;
	color: White;
	text-decoration: underline;
}

.gridHeaderMiddleItem
{
	background-color: #000066;
	color: White;
	text-decoration: underline;
}

.gridRowStyle
{
}
.gridAlternatingRowStyle
{
	background-color: #e6e6fa;
}
.tCDescription
{
	background-position: left 50%;
	background-image: url(images/RoundLeftSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #000066;
}

.tCDescriptionLabel
{
	color: white;
	white-space: nowrap;
	
}
.tCInput
{
	color: White;
	/*
	border-right: #cc0066 thin solid;
	border-top: #cc0066 thin solid;
	border-left: #cc0066 thin solid;
	border-bottom: #cc0066 thin solid;
	*/
}
.menuLabelMousedOverMiddle
{
	background-color: white;
	color: #000066;
	text-decoration: underline;
}
.menuLabelNotSelectedMiddle
{
	color: White;
	background-color: #000066; 	
}
.menuLabelMousedOverLeft
{
	background-color: white;
	color: #000066;
	text-decoration: underline;
}
.menuLabelNotSelectedLeft
{
	color: White;
	background-color: #000066;	
}
.menuLabelMousedOverRight
{
	background-color: white;
	color: #000066;
	text-decoration: underline;		
}
.menuLabelNotSelectedRight
{
	color: White;
	background-color: #000066;	
}

