input[type="radio"] 
{
    background-color: #FFFF99;
    color: Navy;
}    
A.linkToMarketShare
{	
	text-decoration: underline;
	color:	#3333cc;
}	
A:link	{	
	text-decoration: underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration: underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration: none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

#tblDisclaimer { border-style:none; width: 100%;margin: 0 0 0 0;}
#contentPanelChart
{  
    width: 100%;
}

#lblSeries
{
    text-align: center;
    vertical-align: middle;
    font-size: medium;
    color: #FFFF99;
}
#tableCellChart
{
    margin: 0 0 0 0; 
    padding: 0 0 0 0; 
    position: relative;
    left: 2px;
    top: 2px;
    text-align: center; 
    vertical-align: bottom;
    border-style: none;
    border-width: thin;
    border-color: Black;
}
#tableCellControls
{
    margin: 0 0 0 0; 
    padding: 0 0 0 0; 
    position: relative;
    left: 2px;
    top: 2px;
    width: 350px;
    text-align: center; 
    vertical-align: top; /* 05/30/2008 - JJA - changed from bottom to top */
    border-style: none;
    border-width: thin;
    border-color: Black;
}
#Chart1
{   
    margin: 0 0 0 0; 
    padding: 0 0 0 0; 
    position: relative;
    left: 2px;
    top: 2px;
    text-align: center; 
    vertical-align: bottom;
    border-style: solid;
}
    
#listboxSeries
{
    vertical-align: top;
    background-color: #FFFF99; /*Yellow;*/
    color: Navy;
}
#lblLender { font-size: x-large;}
#chartHeadingLender
{
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-large;
    COLOR: navy;
    FONT-FAMILY: Arial;

    vertical-align: top;
}
#chartHeadingStats
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left;
    vertical-align: top;
}
#chartHeadingArea
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large;
    COLOR: navy;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left;
    vertical-align: top;
}
.collapsePanel {
	width: 212px;
	height:0px;                 /* important to avoid flash at page load time */
	padding-left: 5px; 
	padding-right: 5px;
}

.collapsePanelHeader
{	
	padding: 5px; 
	cursor: pointer; 
	vertical-align: middle;
	border-style: solid;
	border-width: thin;
	border-collapse: separate;
	border-color: Black;
    background-color: Navy;
    color: #FFFF99;
}
.panelPurpose
{	
	padding: 5px; 
	cursor: pointer; 

	border-style: solid;
	border-width: thin;
    text-align: left;
	border-color: Black;
	font-family: sans-serif;
    background-color: #FFFF99;
    color: Navy;
}
.panelExplainZoom
{	
	text-align: left;
	vertical-align: middle;
	border-style: solid;
	border-width: thin;
	border-collapse: separate;
	border-color: Black;
	font-size: xx-small;
	font-family: sans-serif;
    background-color: #FFFF99;
    color: Navy;
}
.radiobuttonBackgrounds
{
    background-color: #FFFF99;
    color: Navy;
}
#divChartAppearance
{   
    float:right; 
    background-color: #FFFF99;
    color: Navy;
    display: inline-block;
    vertical-align: top; 
    border-width: thin; 
    border-style: solid;
    font-family: sans-serif;
}
#lblChartTypeChanger
{
    text-align: right;
    font-weight: bold;
}
#ResetZoom
{   float: left;
    BORDER-RIGHT: white outset;
    BORDER-TOP: white thin outset;
    BACKGROUND: #006400;    /* darkgreen */
    MARGIN-BOTTOM: 5%;
    BORDER-LEFT: white thin outset;
    COLOR: #ffff99;
    BORDER-BOTTOM: white thin outset
}
#ResetZoom.over
{
    BACKGROUND: #ffff99;
    COLOR: #006400;    /* darkgreen */
    font-family: sans-serif;
}
#ResetZoom.down
{
    BACKGROUND: #ffff99;
    COLOR: #006400;    /* darkgreen */
    font-family: sans-serif;
    FONT-STYLE: italic
}
#lblDataSource	/* 05/19/2008 SCL. Needed for labling different DataSource */
{   
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    font-family: sans-serif;
    text-align: center; 
    vertical-align: top;
}
.optAllLenders      {background-color:#006400;  color: #ffff99; /* darkgreen background */ }
.optSelectedLender  {background-color:#FFFF99;  color: #006400; /* darkgreen text       */ }
/*
A.charts:link
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: white;
    FONT-FAMILY: arial;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}
A.charts:visited
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: white;
    FONT-FAMILY: arial;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}
A.charts:hover
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: white;
    FONT-STYLE: normal;
    FONT-FAMILY: arial;
    TEXT-ALIGN: left;
    TEXT-DECORATION: underline
}
*/
