﻿/* CSS layout */
body{
    margin: 0px 10px 0px 10px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2d2d;
    /*background-color: #c0c0c0;*/
    background-image: url('images/1_bg.gif');
}

h5 {
	font-size: 16px;
}

#main_container {
    margin-left:auto; 
    margin-right: auto;
    top:0px;
    width: 770px;
	height: auto;
	background-color: #ffffff;
	text-align: center;
	padding: 0px 10px 10px 10px; /* add padding to create frame */
}

#page_container {
	width: 770px;
	height: 100%;
	text-align: left;
	/*background-color:Gray;  remove */
}

.loginStatusTop 
{
    margin-left:auto; 
    margin-right: auto; 
    width: 770px;
    height: 24px;
}

#top_nav_container {
    margin-left:auto; 
    margin-right: auto; 
    width: 770px;
    height: 30px;
	/* background-image: url('images/3_bg.gif'); */
	background-image: url('images/bgd_top_menu.gif');
}

#top_nav {
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0px 0px 0px;
	top: 0px;
	width: 770px;
	height: 30px;
	/* background-image: url('images/3_bg.gif'); */
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #ffffff;
}

.top_menu {
    font-family: Arial, Helvetica, Sans-Serif;
    margin-left:auto; 
    margin-right: auto; 
    text-align: right;
}

.topMenu 
{
	vertical-align: middle; 
	padding: 0px 0px 0px 0px; 
	text-align: left;
}

.menu_item {
	margin-left: auto;
	margin-right: auto;
	float: left;
    text-align: left;
    padding: 2px 6px 2px 6px;
    background-color: #c0c0c0;
}

#top_banner {
    width: 770px;
    height: 240px;
}

#left_col_top {
	width: 180px;
	height: 10px;
	background-image: url('images/bgd_right_col_top.gif');
	background-repeat: no-repeat;
	float: left;
}

#left_col {
    float: left;
	width: 180px;
	height: auto;
	background-image: url('images/2_bg.gif');
	text-align: center;
}

#left_col_bottom {
    float: left;
	width: 180px;
	height: 10px;
	background-image: url('images/bgd_right_col_bottom.gif');
	background-repeat: no-repeat;
}

#left_nav {
    margin-left:auto; 
    margin-right: auto; 
    top:0px;
    width: 164px;
	height: auto;
    padding: 4px;
    text-align: center;
    font-size: 11pt;
}

.leftNavMenu
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.staticMenuStyleLeftNav
{
}

.staticMenuItemStyleLeftNav
{
}

.staticHoverStyleLeftNav
{
}

.staticSelectedStyleLeftNav
{
}

/* Right Column Definition */
#right_col_top {
	width: 180px;
	height: 10px;
	background-image: url('images/bgd_right_col_top.gif');
	background-repeat: no-repeat;
}

#right_col {
    float: right;
	width: 180px;
	height: auto;
	background-image: url('images/2_bg.gif');
	text-align: center;
}

#right_col_bottom {
	width: 180px;
	height: 10px;
	background-image: url('images/bgd_right_col_bottom.gif');
	background-repeat: no-repeat;
}

#right_nav {
    margin-left:auto; 
    margin-right: auto; 
    top:0px;
    width: 164px;
	height: auto;
    padding: 4px;
    text-align: center;
    font-size: 11pt;
}

.rightNavMenu
{
	padding-top: 1px;
	padding-bottom: 1px;
}

#page_content {
    float: right;
	width: 590px;
	height: auto;
	background-color: #ffffff;
}

#page_content_left {
    float: left;
	width: 590px;
	height: auto;
	background-color: #ffffff;
}

#page_contentfullwidth {
    float: left;
	width: 770px;
	height: auto;
	background-color: #ffffff;
}

.contenttable {
	text-align: justify;
	width: 100%;
}

#footerSpacer {
	clear: both;
	width: 770px;
	height: 10px;
	color: #ffffff;
}

#footer {
	clear: both;
	margin-right: 10px;
	width: 770px;
	height: 30px;
	/* background: url('images/4_bg.gif'); */
	background: url('images/bgd_top_menu.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: small;
	text-align: right;
	vertical-align: middle;
	padding-top: 6px;
}

.title {
	font-size: 18px;
}

.thumblink {
	cursor: pointer;
}

.planetitle {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 1px;
}

.horzline {
	width: 96%;
	height: 1px;
	border: 1px #ffffff solid;
}

.solidbordergray2px {
    border: solid 2px #c0c0c0;
}

.solidborderblack2px {
    border: solid 2px #000000;
}

.airCodeTable 
{
	border: solid 1px #c0c0c0;
}

.airCodeLeft 
{
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	border: solid 1px #c0c0c0;
	padding: 4px 4px 4px 10px;
	text-align: left;
}

.airCodeRight 
{
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	border: solid 1px #c0c0c0;
	padding: 4px 4px 4px 4px;
}
.alignLeft
{
	text-align: left;
}
.alignRight
{
	text-align: right;
}
.alignCenter
{
	text-align: center;
}
.alignJustify
{
	text-align: justify;
}