﻿#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 */
}
BODY
{
	color: #000000;
	background-color: White;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 10pt;
	padding-top: 0px;
	font-family: Verdana;
}


.background
{
	background-color: transparent;
}

.calendar
{
	border-right: #00008B thin solid;
	border-top: #00008B thin solid;
	border-left: #00008B thin solid;
	border-bottom: #00008B thin solid;
}

.calendarheader
{
	color: white;
	background-color: #00008B;
	font-size: 25pt;
	background-image: url(images/gssatesting2samp.JPG);
}
.calendarothermonthday
{
	color: black;
	background-color: #a9a9a9;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.calendarselectedday
{
	color: white;
	background-color: #800080;
}

.calendarnextprev
{
	
}

/*formTable*/
.formTable
{
	/*
	border-right: #cc0066 thick groove;
	border-top: #cc0066 thick groove;
	border-left: #cc0066 thick groove;
	border-bottom: #cc0066 thick groove;
    */
}
.grid
{
	
}
.gridHeader
{
	
}
.gridHeaderLeftItem
{
	background-position: left center;
	background-image: url(images/RoundLeftSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #00008B;
	color: White;
	text-decoration: underline;
}
.gridHeaderRightItem
{
	background-position: right center;
	background-image: url(images/RoundRightSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #00008B;
	color: White;
	text-decoration: underline;
}

.gridHeaderMiddleItem
{
	background-color: #00008B;
	color: White;
	text-decoration: underline;
}

.gridRowStyle
{
}
.gridAlternatingRowStyle
{
	background-color: #e6e6fa;
}
.menuLabelMousedOverMiddle
{
	background-color: white;
	color: #00008B;
	text-decoration: underline;
}
.menuLabelNotSelectedMiddle
{
	color: White;
	background-color: #00008B; 	
}
.menuLabelMousedOverLeft
{
	background-color: white;
	color: #00008B;	
	text-decoration: underline;
}
.menuLabelNotSelectedLeft
{
	background-position: left 50%;
	background-image: url(images/RoundLeftSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #00008B;
	color: White;	
}
.menuLabelMousedOverRight
{
	background-color: White;
	color: #00008B;
	text-decoration: underline;		
}
.menuLabelNotSelectedRight
{
	background-position: right center;
	background-image: url(images/RoundRightSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #00008B;
	color: White;	
}

.mmenuOff1
{
	background: #403f1e;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-family: arial,tahoma,serif;
	font-size: 11px;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
} 
      
.mmenuOn1
{
	background: #403f1e;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-family: arial,tahoma,serif;
	font-size: 11px;
	margin: 0px;
	padding: 3px;
	text-decoration: underline;
}	 

    
.mmenuOn1page
{
	background: #403f1e;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-family: arial,tahoma,serif;
	font-size: 11px;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
}	

.mmenuOff1page
{
	background: #403f1e;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-family: arial,tahoma,serif;
	font-size: 11px;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
}

.tCDescription
{
	background-position: left 50%;
	background-image: url(images/RoundLeftSideSmall.JPG);
	background-repeat: no-repeat;
	background-color: #00008B;
}

.tCDescriptionLabel
{
	color: white;
}
.tCInput
{
	color: White;
	/*
	border-right: #cc0066 thin solid;
	border-top: #cc0066 thin solid;
	border-left: #cc0066 thin solid;
	border-bottom: #cc0066 thin solid;
	*/
}

table.LegCardOppose
{
	border-style: solid;
	border-width: 10px;
	border-color: #FF0000;
	
	margin-bottom: 1px;
}  
  
table.LegCardSupport
{
	border-style: solid;
	border-width: 10px;
	border-color: #23b748;
	
	margin-bottom: 1px;
	
	
}


table.LegCardAmend
{
	border-style: solid;
	border-width: 10px;
	border-color: Yellow;
	margin-bottom: 1px;
	
	
	
}

table.LegCardWatch
{
	border-style: solid;
	border-width: 10px;
	border-color: #7559f0;
	
	margin-bottom: 1px;
	
	
}

table.LegCardTrack
{
	border-style: solid;
	border-width: 10px;
	border-color: #A2A5A6;
	
	margin-bottom: 1px;
	
	
}
table.status_section, table.committee_section, table.keyword_section
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

a:link    {color: #333366;}
a:hover, a:active	{color: #333366;background-color: #e5d7ad;}
a:visited {color: #00008B;}


  /* LEG CARD */
  
table.LegCardNewBill
{
	border-style: solid;
	border-width: 10px;
	border-color: #DCA2CD;
	
	margin-bottom: 1px;
}  
  
table.LegCardMonitor
{
	border-style: solid;
	border-width: 10px;
	border-color: Silver;
	
	margin-bottom: 1px;
	
	
}


table.LegCardPassed
{
	border-style: solid;
	border-width: 10px;
	border-color: Green;
	margin-bottom: 1px;
	
	
	
}

table.LegCardWork
{
	border-style: solid;
	border-width: 10px;
	border-color: Orange;
	
	margin-bottom: 1px;
	
	
}

table.LegCardHot
{
	border-style: solid;
	border-width: 10px;
	border-color: Red;
	
	margin-bottom: 1px;
	
	
}
table.status_section, table.committee_section, table.keyword_section
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}




a.info {
	position:relative; /*this is the key*/
	z-index:24;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a.info:hover {
	z-index:25;
	text-decoration: none;
}

a.info span {
	display: none;
}

a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:500px;
	border:1px solid #000;
	background-color:#e9e9e9;
	color:#000;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	text-decoration: none!important;
}

a.info span:hover {
	text-decoration: none;
}