html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, default;
	font-size:90%;
	background:#fff url(images/body-bg.gif) repeat-x 0 1px;
}

#orbitz {
	position:absolute;
	width:183px;
	height:304px;
	z-index:1;
	left: 802px;
	top: 98px;
}
.orbitzbrowser_below800
{
position:absolute;
width:183px;
height:304px;
z-index:1;
left:90%;
top:20%;
}
.orbitzbrowser_above800
{
position:absolute;
width:183px;
height:304px;
z-index:1;
left:80%;
top:13%;
}
.orbitzbrowser
{
	position:absolute;
	width:183px;
	height:304px;
	z-index:1;
	left:800px;
	top:95px;
}

.orbitzbrowser1
{
	position:absolute;
	width:183px;
	height:304px;
	z-index:1;
	left:900px;
	top:95px;
}
.orbitzbrowser2
{
	position:absolute;
	width:183px;
	height:304px;
	z-index:1;
	left:700px;
	top:95px;
}
.orbitzbrowser3
{
	position:absolute;
	width:183px;
	height:304px;
	z-index:1;
	left:750px;
	top:95px;
}
.orbitzbrowser4
{
	position:absolute;
	width:183px;
	height:304px;
	z-index:1;
	left:1000px;
	top:95px;
}
.style2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.style12 {font-size: 12px; line-height: 22px}
.textbox {font-size: 12px;text-decoration:none;color: #333333;}
.style13 {font-size: 11px;}
.style16 {
	font-size: 22pt;
	color: #9cc318;
}
.style17 {
	color: #009900;
	font-size: 10pt;
	font-weight: bold;

}
.style18 {font-size: 22pt; color: #000000; }

a {
	text-decoration:underline;
	font-size: 12px;
	color:#333333;
	
}

.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #00CCCC;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #00CCCC;
border-bottom: none;
/*background-color: #f6ffd5;*/
background-color: #d4ecff;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
/*background-color: #DBFF6C;*/
background-color: #FFFFFF;
color: black;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
/*height:500px; height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
/* td.map {
	border-style: solid;
	border-width: 1;
	border-color: #BDBD9D;
	width: 100%;
	height: 60%;
}
td.data {
	border-style: solid;
	border-width: 1;
	border-color: #BDBD9D;
	height: 25%;
}
table.main {
	padding: 2;
	border-width: 0;
	width: 661;
	height: 600;
}
table.generalCenter {
	height: 100%;
	width: 781;
	border-width: 0;
	background-color: #336633;
}
table.general {
	border-width: 0;
	width: 100%;
	color: black;
} */