a.biglink:hover
{
	color: White;
	text-decoration: none;
}

#align_right
{
	text-align: right;
}

#navbar a:link,#navbar a:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
#navbar a:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: DarkBlue;
}
#navbar
{
	color: Black;
}

#dropmenudiv
{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover
{
	background-color: yellow;
}	

a.hover_href
{
	color: Black;
	font-weight: bold;
}

a.hover_href:hover
{
	color: White;
}

body 
{
	margin: 0px 0px 0px 2px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: WhiteSmoke;
	color: Black; 
	background-position: top;
	background-repeat: repeat-x;
}

#banner {
	HEIGHT:150px;
}

DIV.panel
{
	background-color: #eeeeff;
	border: solid 1px black;
	border-width: 1px;
}

td.normal
{
	background-color: #eeeeff;
	border: 0px;
}

a:link
{
	color: Blue;
	text-decoration: none;
}
a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}



table
{
	font-size: 12px;
}

table.placeholder {
	width: 730px;
	height: 110px;
	background-color: #fff;
	font-size: 18px;
}
	
table.footer {
	width: 730px;
	padding: 5px;
}
	
table.small_table {
	font-size:12px;
}

input.normal
{
	border: 1px solid black;
	background: White;
}

input.button
{
	border: outset 1px Black;
	margin: 1px;
}

select
{
	border: 1px outset black;
	background: White;
}

span.bigfont 
{
	font-size: 20px;
	font-weight: bold;
}

strong 
{
	font-size: 12px;
}

.Grid_green
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: Black; 
	text-decoration: none;
}
.Grid_Header_green
{
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: WhiteSmoke; /*#87A3C9;*/
}
.Grid_Header_green TD
{
	border-bottom: solid 1px WhiteSmoke;
}
.Grid_Item_green
{
	height: 20px;
	background-color: WhiteSmoke;
}
.Grid_AlternatingItem_green
{
	height: 20px;
	background-color: White;	
}
.Grid_EditItem_green
{
	height: 20px;
	background-color: #FFCC66;
}
.Grid_SelectedItem_green
{
	height: 20px;
	background-color: #FFCC66;	
}
.Grid_WarningItem_green
{
	height: 20px;
	background-color: #FF0000;	
}

#hintbox
{ 
	position:absolute;
	top: 0;
	background-color: #eeeeff;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

#dd_behind
{
	z-index: 1;
}

.hintanchor
{ 
	font-weight: bold;
	text-decoration: none !important;
	color: black !important;
	font-size: x-small;
	cursor: hand;
}


.dropImage
{
	vertical-align: text-bottom;
}

.txtPod
{
	border-top: 1px solid gray; 
	border-left: 1px solid gray; 
	border-bottom: 1px solid black; 
	border-right: 1px solid black; 
}

div.rates_datagrid
{
	height: 280px;
	overflow: auto;
}

td.dragbar
{
	cursor: hand;
	cursor: pointer;
}

textarea
{
	overflow: auto;
}