/* General Styles */
body 
{
	background-color:#fff;
	font-family:arial,helvetica,sans-serif;
	margin:10px;
}

h1,h2,h3,h4,h5,h6,p,ul,li
{
	margin:0px;
	padding:0px;
    /* width: 642px; */
}

ul { list-style-type:none; }

a { text-decoration:none; }

a:hover { text-decoration:underline; }

img { border:none; }

table { }

#main 
{
	vertical-align:top; 
/*	change overall width */
	width: 600px;
}
#header { width:100%; }

#logo { }

#container
{
 margin-left: 0px;
 margin-right: auto;
}
#DateTimeStamp1, #DateTimeStamp2 
{
/*   Change date/time to one line */
    display:inline;
	text-align:right;
    font-size: .9em;
/*   Change Date time font color */
    color: #285479;
    width: 12em;
    margin-left: 2em;
}

#navbar 
{
    font-size:12px;
	height:25px;
	margin-left:auto;
	margin-right:0px;
}

#navbar .fvTabBarItem 
{
	margin-right:.25em;
	padding: 5px 15px;
	width:85px;
	text-align:center;
    font-weight:bold;
/*  change inactive tab color */
	background-color:#919191;
/*  change 2 - shut of diagonal corner tab*/
/*	background-image:url(diagonal_tab_white.gif);
	background-repeat:no-repeat;
	background-position:left top;
*/
}


#navbar .fvTabBarItem a 
{
/*  change text color of inactive tabs */
	color:#fff;
}

#navbar .fvTabBarItemSelected 
{
/* change active tab color */
	background-color:#D8D6D7 ;
/*  change text color of active tabs */
	color:#285479;
}

#navbar .fvTabBarItemSelected a 
{
	color:#285479;
}

#navbar .fvTabBarItemHover
{
/*  change hover (active) tab color */
	background-color:#D8D6D7;
}


#summarybar 
{
	min-height:30px;
	padding:5px;
/* change summary bar (just below tabs) */
	background-color:#D8D6D7;
	vertical-align:middle;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#285479;
}

#summarybar .singleflightOperator 
{
	font-weight:normal;
}


#viewport 
{
    width:100%;
	height: 400px;
}

#viewport iframe 
{
}

