/*  POP UP */
.Link
{
	COLOR: RGB(218,91,5);
	CURSOR: default;
	TEXT-DECORATION: none;
}
.LinkHover
{
	COLOR: Red;
	CURSOR: hand;
	TEXT-DECORATION: underline;
}	
.Menu
{
	color: RGB(0,23,90);
	cursor: default;
	border-top: 1px solid black;
}
.MenuHover
{
	color: RGB(218,91,5);
	cursor: pointer;
}
DIV.Popup
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	z-index: 3;
	border:1px solid gray;
	background-color: lightgrey;
	overflow: auto;
	color:RGB(0,23,90);
}
IFRAME.Popup
{
	position: absolute;
	z-index: 2;
	border: none;
}

/*  MAIN */
.BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
TD
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

TR.CurrentRate TD
{
	background-color: #EEEEEE;
	color:DarkGreen;
}
TR.PreviousRate TD
{
	background-color: #EEEEEE;
	color:Red;
}
TR.FutureRate TD
{
	background-color: #EEEEEE;
	color: Orange;
}
TR.RefreshRate TD
{
	background-color: #EEEEEE;
	color: Blue;
}
TR.CellHeader TD
{
	background-color: LightGrey;
	border:solid 1px black;
	text-align: center;
}
TR.Data TD
{
	background-color: #EEEEEE;
}
TR.UD TD
{
	background-color: #EEEEEE;
	height: 22; 
	vertical-align: middle;
}

TD.Header 
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00202;
}



TD.Menu
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: RGB(232, 233, 234);
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	width: 120px;
	cursor:pointer;
}
TD.underline
{
	DISPLAY: block;
	BORDER-BOTTOM: solid #2E3127 1;
	FONT-WEIGHT:bold;
	COLOR:#2E3127;
}

A
{
	color: #0000ff;
	text-decoration: underline;
}

TD.UD A 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #333333;	
}

INPUT
{
	width: 90px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TEXTAREA
{
	width: 90px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 {
	margin: 0 0 5px 0; /* top right bottom left */
	padding: 0 0 0 0;
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
SELECT
{
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Disabled
{
	background-color:RGB(237,237,230);
}
.Enabled
{
	background-color:white;
}
