﻿#PageWrapper 
{
	margin : auto;
}
.Intro 
{
	margin : auto; 
}
.LegendGrid
{
	border: none;
	border-color: White;
	font-size: xx-small;
	font-family: Tahoma;
	background-color: transparent;
	overflow: hidden;  
}

.errorColor
{
	background-color: Red;
	color: White;
}    

.BubbleChartLegend
{
	border: none;
	border-color: White;
	font-size: xx-small;
	font-family: Tahoma;
	background-color: transparent;
	overflow: hidden;  
}

.modalBackground 
{
	min-height: 0;
	background-color: Gray;
	filter:alpha(opacity=100);
	-moz-opacity:0.3;	
	z-index:9999 
}


.TextIndicator_TextBox3
{
	 background-color:Blue;
	 color:Yellow;
	 FONT-SIZE: 12px;
	 font-variant:small-caps;
	 padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.TextIndicator_TextBox1_Strength3
{
	 background-color:Gray;
	 color:Yellow;
	 font-family:Arial;
	 font-size:x-small;
	 font-style:italic;
	 padding: 2px 3px 2px 3px;
}

.BlinkDisplay
{
 text-decoration: blink;
}

.AlwaysOnTop
{
	  z-index : 9999999
}

.fixedheadercell
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	WIDTH: 200px; 
	COLOR: white; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: darkblue;
}

.fixedheadertable
{
	left: 0px;
	position: relative;
	top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}


/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color:  Yellow; 
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color : Yellow; 
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionLink a
{
 color : white;
}


.unwatermarked 
{
	color: Black 
}

.watermarked {
	padding:2px 0 0 2px;
	color:Silver;
	background-color: Blue;  
	font-size: xx-small;  
	
}	

.GridHeader
{
	 background-image:"~\images\blue3.gif" 
}


