﻿body
{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#666666;
	min-width: 1000px;	
}

a:link
{
   color:#FF0099;
   font-size:12px;
   font-family:"Trebuchet MS", Arial, sans-serif;
}

#header
{
	position: relative;
	height: 198px;
	background: #ffffff url(img/header-bg.jpg) no-repeat;
	z-index: 0;
}

#login-form, #logout-form
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}

#reg-info
{
	position: absolute;
	right: 0px;
	top: 118px;
	height: 80px;
	width: 320px;
	padding-left: 5px;
	overflow: hidden;
	z-index: 3;
}

#reg-info p
{
	padding: 0;
	margin: 0;
}

#header-right
{
	position: absolute;
	height: 198px;
	left: 1154px;
	top: 0px;
	right: 0px;
	background: url(img/header-right-bg.jpg) repeat-x;
	z-index: 1;
}

#title
{
	position: absolute;
	width: 482px;
	height: 198px;
	top: 0px;
	right: 330px;
	background: url(img/title.png);
	-background: url(img/title.gif);/*For IE6*/
	}

#logo
{
	position: absolute;
	width: 183px;
	height: 155px;
	left: 30px;
	top: 20px;
	background: url(img/logo.png);	
	-background: url(img/logo.gif);/*For IE6*/
	z-index: 1;
}

#aircraft-top-wing
{
	position: absolute;
	width: 184px;
	height: 50px;
	right: 0px;
	top: 148px;
	background: url(img/aircraft/aircraft-top-wing.png);
	-background: url(img/aircraft/aircraft-top-wing.gif);/*For IE6*/
	z-index: 2;
}

#main-menu
{
	height: 24px;
	padding-top: 6px;
	padding-left: 50px;
	background: #dfdfdf url(img/aircraft/aircraft-menu-part.jpg) no-repeat right top;
}

#main-menu a
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	text-decoration:underline;
	color:#000000;	
	margin-left:40px;
}

#main-menu a:hover
{
	text-decoration:none;
}

#page-header
{
	position: relative;
	height: 63px;
	background: url(img/page-header-bg.gif) repeat-x;
	color: #ffffff;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 24px;
}

#page-header span
{
	padding-top: 15px;
	height: 48px;
	display: block;
}

#aircraft-page-header-part
{
	position: absolute;
	height: 63px;
	width: 500px;
	right: 0px;
	top: 0px;
	background: url(img/aircraft/aircraft-page-header-part.jpg) right;
	z-index: 1;
}

#aircraft-bottom-part
{
	position: absolute;
	height: 92px;
	width: 159px;
	top: 63px;
	right: 0px;
	background: url(img/aircraft/aircraft-bottom-part.png);
	-background: url(img/aircraft/aircraft-bottom-part.gif);/*For IE6*/
	z-index: 1;
}

#footer
{
	clear: both;
	height: 158px;
	background: url(img/footer-bg.jpg) repeat-x bottom;
	color:#ffffff;
	text-align:right;
	padding-right: 10px;
	position: relative;
}

#li_counter
{
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 43px;
	line-height :43px;
}

#li_counter img
{
	border: solid 1px black;
}

#li_counter a
{
	 margin-left: 7px;
	 margin-right: 5px;
	 position: relative;
	 top: 5px;
}

#tmc_logo
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 220px;
	height: 158px;
	background-image: url(img/tmc-logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.panel_for_preventive_measure_message
{
	padding-top:150px;
	padding-bottom:100px;
}

.panel_for_annonce_message
{
	padding-top:100px;
	padding-left:300px;
	padding-bottom:100px;
	width:700px;
}

.panel_for_annonce_message_header
{
	margin-top:40px;
	margin-bottom:20px;
	font-family:Verdana;
	font-size:36px;
	color:#000000;
	text-align:center;	
}

.panel_for_annonce_message_body
{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#0066FF;	
}

#footer #seoLinks
{
	display: block;
	position: absolute;
	bottom: -8px;
	right: 102px;
	line-height: normal !important;
}

#footer #seoLinks a
{
	color: White;
	font-size: 90%;
}

.left_menu_content a
{
	text-decoration:none;
	color:#223E45;	
}

.left_menu_content a:hover
{
	text-decoration:underline;
	color:#223E45;	
}