﻿html 
{
	overflow: auto;
}

#horizon     
{
	/*background-color: #ffffff;*/
	text-align: center;
	position: absolute;
	overflow: visible;
	visibility: visible;
	display: block;
	top: 50%;
	height: 1px;
	width: 99%;
}

#all 
{
	position: absolute; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 962px;
	left: 50%;
	margin-left: -481px;
	text-align: left;
	/*height: 652px;*/
	height: 550px;
	/*top: -326px;*/
	top: -275px;
	background-color: #FFFFFF;
	/*border: solid 1px #cc0000;*/
}

#content
{
	position: absolute;
	margin: 0px;
	width: 962px;
	/*height: 652px;*/
	height: 550px;
	/*top: 0px;*/
}

body
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	line-height: 16px;
}

td
{
	vertical-align: top;
	text-align: left;
}

img
{
 border-top-style: none; 
 border-right-style: none; 
 border-left-style: none; 
 border-bottom-style: none;
}

.transpMenuBg
{
	background-color: lightskyblue;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.transparentMenuDiv
{
	position: absolute; 
	z-index: 10; 
	top: 100px;
	left: 50px; 
	width: 120px; 
	/*height: 100px;*/
	display: none; 
	visibility: visible; 
	/*background-color: lightskyblue;*/
	/*filter: alpha(opacity=85);*/
	/*opacity: 0.85;*/
}

.transparentMenuTbl
{
	width: 100%; 
	background-color: lightskyblue;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.transparentWhiteDiv
{
	width: 100%; 
	background-color: #ffffff;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.menulink 
{
}
a.menulink, a.menulink:active, a.menulink:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana;
	letter-spacing: 0px;
}
a.menulink:hover
{
	color: #00AAF1;
	text-decoration: none;
}

a, a:active, a:visited
{
	color: #00AAF1;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}

.mainmenulink 
{
}
a.mainmenulink, a.mainmenulink:active, a.mainmenulink:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
}
a.mainmenulink:hover
{
	color: #000000;
	text-decoration: none;
}

.bluebigtitle
{
	font-size: 14px;
	color: #00AAF1;
	font-weight: bold;
}

.bluetitle
{
	font-size: 14px;
	color: #00AAF1;
	font-weight: bold;
}

.greensubtitle
{
	font-size: 12px;
	color: #A3BF2B;
	font-weight: bold;
}

.bluesubtitle
{
	font-size: 12px;
	color: #00AAF1;
	font-weight: bold;
}

.modalBackground
{
	background-color: #ffffff;
	filter: alpha(opacity=100);
	opacity: 1.0;
	z-index: 99;
	position: absolute;
}