﻿a
{
	color:#030303;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}


table td
{
	background-color:White;
}

body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	font-family:Trebuchet MS;
	font-size:12px;
	background-color:#6b6b6b;
	margin-bottom:0px;
}

table td.top, top_logo
{
	background-color:#6b6b6b;
	font-family:Trebuchet MS;
	color:White;
	height:105px;
	width:100%;
}

table td.bottom
{
	background-color:#6b6b6b;
	font-family:Trebuchet MS;
	color:White;
	height:55px;
	width:100%;
	font-size:11px;
	padding-bottom:5px;
	padding-top:5px;
}

table td.top_logo
{
	background-color:#6b6b6b;
	width:238px;
}

table td.menu_line
{
	width:100%;
	background:#ffd700;
	height:21px;
}

div.menu
{
	height:100%;
	background-color:#6b6b6b;
	white-space:nowrap;
	float:left;
	margin-left:15px;
}

div.menu_simple
{
	height:100%;
	background-color:#ffd700;
	white-space:nowrap;
	float:left;
	text-decoration:none;
	/*margin-left:15px;*/
}

div.menu a.menu
{
	font-family: Trebuchet MS;
	font-size:12px;
	color:White;
	float:left;
	margin: 0px 5px 0px 5px; 
	text-decoration:none;
}

a.menu
{
	font-family: Trebuchet MS;
	font-size:12px;
	color:#030303;
	float:left;
	margin-left:15px;
	text-decoration:none;
	font-weight:300;	
}

a.menu:hover
{
	/*color:#333333;*/
	text-decoration:underline;
}

.header
{
	background-color:#ababab;
	color:White;
	font-weight:bold;
	font-size:14px;
	text-indent:10px;
}

/* left menu */

table td.menu_column div
{
	margin-top:20px;
}

table td.menu_column a
{
	position:relative;
	color:Black;
	text-decoration:underline;
	font-weight:bolder;
	font-family:Trebuchet MS;
}

table td.menu_column a:hover
{
	text-decoration:none;
}

table td.menu_column div.selected
{
	background-color:#ffd700;
}

table td.menu_column div.main a, table td.menu_column div.selected a
{
	left:15px;
	font-size:17px;
	font-family:Arial;
	font-weight:bolder;
}

table td.menu_column div.selected a
{
	text-decoration:none;
}

table td.menu_column div.child a, table td.menu_column div.active a
{
	left:35px;
	font-size:14px;
	font-weight:normal;
}

td.menu_column span.minimizer div.main, td.menu_column span.minimizer div.selected
{
	position:relative;
	top:2px;
}

td.menu_column span.minimizer div.main a, table td.menu_column span.minimizer div.selected a
{
	font-size:14px;
}

table td.menu_column div.active
{
	position:relative;
	margin-left:35px;
	background-color:#ffd700;
}

table td.menu_column div.active a
{
	text-decoration:none !important;
	left:0px !important;
}


/* right menu */

div.right_menu, div.right_menu_selected a
{
	font-family:Trebuchet MS;
	font-size:16px;
	text-decoration:underline;
}

div.right_menu_selected a
{
	text-decoration:none !important;
}

div.right_menu, div.right_menu_selected
{
	color:Black;
	width:380px;
	text-align:left;
	text-indent:30px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bolder;
	
}

div.right_menu_selected
{
	background-color:#ffd700;
}


/* specials */
div.my_header
{
	background-image:url('images/interface/yellowone.jpg');
	background-repeat:no-repeat;
	background-position: 0px 2px;
	font-family:Arial;
	font-size:17px;
	color:Black;
	background-color:white;
	text-indent:35px;
	margin-top:20px;
	font-weight:bolder;
}

table.body
{
	width:100%;
	height:100%;
	margin:0px;
	float:none;
}

table td.shadow
{
	height:9px;
	background-image:url(images/interface/shadow.jpg);
	background-repeat:repeat-x;
}

table td.yellow_bottom
{
	height:4px;
	background:#ffd700;
}

a.active_menu
{
	font-weight:bold;
	color:Black;
}

a.passive_menu
{
	color:#898989;
	font-weight:normal;
}

/*   LOGIN */

table.login
{
	position:relative;
	right:15px;
}

.top table.login td
{
	color:White;
	background-color:Transparent;
}

.top table.login td a
{
	color:White;
}

input, select
{
	font-family:Trebuchet MS;
	font-size:12px;
	height:auto;
}

/* error */

error_icon
{
	cursor:help !important;
}

/* gray text right aligned */
div.right_gray
{
	color:#898989;
	text-align:right;
	margin-right:70px;
}


/* cool gmail-style ajax */

#UpdateProgress1 {
   
 }

#UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 }

/* editor */

td.bold
{
	font-weight:bold;
}

table tr.bold td
{
	font-weight:bold;
	border-bottom:solid 1px black;
	padding:0px  10px 0px 10px;
}

table.normal td
{
	background:white !important;
	color:Black !important;
}

.hidden
{
	position:relative;
	top:-5px;
	display:none;
}

table.passengers
{
	width:100%;
}

table.passengers tr.main_header td, table.passengers tr.local_header td
{
	background-color:#ababab;
	color:White;
	font-weight:bold;
}

table.passengers tr.local_header td
{
	background-color:#898989;
}