﻿.WindowBorder
{
  background-color:#00338d;
}

.WindowHeader
{
	background-color:#ececec;
}

.WindowFooter
{
	background-color:#fa9e38; 
}

.FooterText
{	 
	font-size:8pt;
	font-family:Verdana ;
	color:white;
	background-color:Transparent;
	font-style:normal;
}

.staticMenu
{
	background-color:#ECECEC;
	color:#000000;
	text-decoration: none;
}

.staticMenuHover
{
	background-color:#FCEFC3;
	color:#000000;
	text-decoration: none;
}

/* This section makes sure that the combo-boxes stay visible when Blocking div is displayed over them. */
#nav iframe
{
position: absolute;
left: 0;
top: 0;
z-index: 0;
width:1px;
height:1px;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}