/*
	AirwaySim CSS for desktop browsers.
	Copyright Sami Puro / 2009.
*/


@import "general.css";



/* 	GENERAL		*/

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #f4f8fb;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-image: url('/layout/img/bg_contentBody.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}



/*	HEADER		*/

#contentHeader {
	height: 152px;
	width: 100%;
	background-image: url('/layout/img/bg_contentHeader.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 999;
}
#contentHeaderContent {
	width: 980px;
	margin: 0 auto;
}



/*	MAIN NAVIGATION		*/

#naviMainArea {
	clear: both;
	position: absolute;
	top: 115px;
	min-width: 900px;
	z-index: 9999;
}
.naviMain {
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
	width: 100%;
	display: inline-block;
}
.naviMain li {
	float: left;
	position: relative;
	list-style: none;
	font-family: "Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	font-size: 100%;
	min-width: 40px;
	text-align: center;
}
.naviMain li a, .naviMain li a:visited, .btnNorm {
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	height: 17px;
	text-transform: uppercase;
}
.naviMain li a:hover, .btnHover {
	color: #eee;
	background-color: #0055af;
	background-image: url("/layout/img/bg_naviMain_hover.jpg");
	background-repeat: repeat-x;
	border: #52B1CD solid 1px;
	padding: 7px 14px;
}
.naviMain li #active, .btnNorm2 {
	background-color: #0f80c6;
	background-image: url("/layout/img/bg_naviMain_active.jpg");
	background-repeat: repeat-x;
	border: #52B1CD solid 1px;
	padding: 7px 14px;
}
.naviMain li #active:hover, .btnHover2 {
	color: #fff;
	background-image: url("/layout/img/bg_naviMain_active.jpg");
	background-repeat: repeat-x;
	padding: 7px 14px;
}



/*	Dropdown	*/
.naviMain li div {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 33px;
	min-width: 100px;
	min-height: 100px;
	z-index: 9998;
	border: #14517e solid 1px;
	border-top: 0;
	background-color: transparent;
	background-image: url("/layout/img/bg_naviMain_dropdown.png");
	background-repeat: repeat-x;
	color: #eee;
	text-align:left;
	padding: 6px 15px 10px 5px;
}
.naviMain li:hover div {
	display: block;
}
.naviMain li div ul {
	padding: 0;
	margin: 0 5px 0 5px;
	width: 85%;
	text-align: left;
}
.naviMain li div ul li {
	list-style: none;
	color: #333;
	clear: both;
	width: 100%;
}
.naviMain li div ul li a, .naviMain li div ul li a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 5px 7px 5px 5px;
	background-image: url("/layout/img/bg_naviMain_dropdown2.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	text-transform: none;
	text-align: left;
	white-space: nowrap;
	border: 0;
	min-width: 150px;
}
.naviMain li div ul li a:hover, .naviMain li div ul li a:active {
	color: #ddd;
	background-image: url("/layout/img/bg_naviMain_dropdown3.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 5px 7px 5px 5px;
}





/*	SUB NAVIGATION		*/

#SubMenuMobiSelect {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: -3px 0 10px 0;
}
#SubMenuArea {
	margin: 15px 0 30px 0;
	text-align: left;
	z-index: 996;
}
#SubMenuArea a.Sub {
	width: 91%;
	margin: 0px 0 0 20px;
	font-size: 85%;
}
.newMsg {
	font-size: 110%;
	font-weight: bold;
	color: #ad090c;
}




/*	CONTENT		*/

#Container {
	clear: both;
	margin: 0 auto;
	width: auto;
	text-align: left;
	min-width: 980px;
	max-width: 1600px;
	z-index: 997;
}
#MainArea .Container2 {
	z-index: 996;
/*	position: static;*/
}
#MainArea {
	width: 100%;
}
#Container #MainArea {
	float:right;
	margin-left:-255px;
}
#Container .Container2 {
	float: left;
	width: 255px;
}
#Container #MainArea .Container2 {
	margin-left: 270px;
}
#MainArea .Container2 {
	float: none;
	width: auto;
}
#PageContent, #PageContent2 {
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
#PageContent {
	font-size: 103%;
	margin: 15px 10px 40px 0;
}
#scriptcontent #PageContent {
	font-size: 98%;
}
#PageContent2 {
	margin: -40px 10px 40px 0;
	font-size: 100%;
}
#PageContentForum {
	clear: both;
	margin: 0 auto;
	width: auto;
	text-align: left;
	min-width: 980px;
	max-width: 1600px;
	color: #000000;
	padding: 10px;
	text-align: left;
}
h1, h2, h3, h4 {
	font-family: "Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 10px 0 5px 0;
	letter-spacing: 0.6px;
}
h1 {
	font-size: 190%;
	padding-top: 5px;
}
h2 {
	font-size: 155%;
	padding-top: 15px;
}
h3 {
	font-size: 145%;
	padding-top: 13px;
}
h4 {
	font-size: 135%;
	padding-top: 10px;
}

#PageContent p {
	color: #231f20;
	line-height: 140%;
	padding: 8px 0 10px 0;
	margin: 0;
}
#PageContent p a, #PageContent p a:visited, #PageContent blockquote a, #PageContent blockquote a:visited, #PageContent li a, #PageContent li a:visited {
	color: #00599A;
	text-decoration: underline;
}
#PageContent p a:hover, #PageContent blockquote a:hover, #PageContent li a:hover {
	color: #8D4840;
}
#PageContent blockquote {
	margin: 10px 0 10px 20px;
}
#PageContent ul, .ul-std {
	margin: 0 20px;
	padding: 0 20px;
}
#PageContent li, .li-std {
	padding: 8px 0;
}
#PageContent table {
	font-family: verdana, Arial, Helvetica, Geneva, sans-serif;
}
#PageContent hr, #PageContent2 hr {
	height: 1px;
	border: 0;
	background-color: #708190;
	color: #708190;
}

IMG.BoxPic, #PageContent .NewsItem .Text IMG {
	BORDER: 1px SOLID #000000;
	MARGIN: 5px;
}





/*	FOOTER		*/

#footerContentArea {
	clear: both;
	width: 100%;
	min-height: 40px;
	margin-top: 30px;
	padding: 20px 0 30px 0;
	background-image: url('/layout/img/bg_contentFooter.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	color: #ccc;
	line-height: 1.3em;
}
#footerContent {
	width: 980px;
	margin: 0 auto;
	font-family: Arial, "Lucida Sans", "Helvetica Condensed", sans-serif;
	font-size: 80%;
	color: #ccc;
	text-align: left;
}
#footerContent a, #footerContent a:visited {
	text-decoration: none;
	color: #ccc;
}
#footerContent a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerContent2 {
	float: left;
	min-height: 30px;
}
#footerContent2b {
	float: left;
	height: 35px;
	margin-left: 250px;
}
#footerContent3 {
	float: right;
	text-align: right;
	min-height: 30px;
	margin-right: 10px;
}
.footerIcons img {
	width: 23px;
	height: 23px;
	border: 0px;
	margin: 4px 3px 0 0;
}



/*		NEWS			*/

#NewsArea {
	padding-top: 30px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	width: 350px;
}
#PageContent .NewsItem {
	PADDING-BOTTOM: 10px;
	BORDER-BOTTOM: 1px SOLID #708190;
	overflow: hidden;
}
#PageContent .NewsItem .Details {
	COLOR: #506673;
	FONT-SIZE: 85%;
	MARGIN: 0px 10px;
}
#PageContent .NewsItem .Text {
	MARGIN: 10px 10px;
	PADDING: 0px;
}
#PageContent .NewsItem li {
	line-height: 160%;
}
#PageContent .NewsItem .Links, .NewsLink {
	MARGIN: 5px 0 5px 20px;
}
#PageContent .NewsItem .Links a, .NewsLink a {
	line-height: 200%;
	BACKGROUND: url("/layout/news_img/link2.gif") no-repeat bottom left;
	PADDING: 5px 0 0 20px;
	TEXT-DECORATION: underline;
}
#PageContent .NewsItem .Links a:hover, .NewsLink a:hover {
	BACKGROUND: url("/layout/news_img/link.gif") no-repeat bottom left;
}
#PageContent .NewsItem H2 {
	font-size: 140%;
}




/*	MISC		*/
body.mceContentBody {
	text-align: left;
	padding: 0 15px 0 15px;
margin-top: -10px;
	background-image: none;
	min-height: 150px;
}


