
body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 18px;
}

body {
	text-align : center;
	background-color : #666666;
}

h1 {
	font-size : 16px;
	font-weight : bold;
}

#Layout {
	width : 960px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
}

#TopBar {
	height : 92px;
	background-image : url("images2/layouts/OTAir/topBarBkg.gif");
}

.floatBox {
	position : relative;
}

.topBarSubmit {
	width : 50px;
	height : 13px;
	background-image : url("images2/layouts/OTAir/topBarSubmit.gif");
	border-width : 0px;
}

#MULoginConsole {
	position : absolute;
	left : 16px;
	top : 7px;
	width : 179px;
	height : 49px;
	background-image : url("images2/layouts/OTAir/muLoginConsole.jpg");
	background-repeat : no-repeat;
}

.muLoginInput {
	width : 117px;
	height : 13px;
	line-height : 13px;
	border-width : 0px;
	font-size : 11px;
}

#ADLoginConsole {
/*
	position : absolute;
*/
	left : 15px;
	top : 7px;
	width : 166px;
	height : 49px;
	background-image : url("images2/layouts/OTAir/adLoginConsole.jpg");
	background-repeat : no-repeat;
}

.adLoginInput {
	width : 104px;
	height : 13px;
	line-height : 13px;
	border-width : 0px;
	font-size : 11px;
}

#KWSearchConsole {
	position : absolute;
	left : 14px;
	top : 7px;
	width : 120px;
	height : 33px;
	background-image : url("images2/layouts/OTAir/kwSearchConsole.jpg");
	background-repeat : no-repeat;
}

.kwSearchInput {
	width : 117px;
	height : 13px;
	line-height : 13px;
	border-width : 0px;
	font-size : 11px;
}

#TopNav {
	height : 27px;
	background-color : #BFBFC1;
}

#ContentTable {
	width : 100%;
	height : 491px;
}

#SideNav {
	background-color : #BFBFC1;
	width : 45px;
}

#Content {
	
		background-image : url("images2/layouts/OTAir/contentBkg2.gif");
	
	background-repeat : no-repeat;
	
			padding : 12px 12px 20px 34px;
		
}

.sideBarItem {
	background-image : url("images2/layouts/OTAir/sidebarBox.gif");
	background-repeat : no-repeat;
	padding : 5px 5px 5px 10px;
	
	width : 210px;
	height : 147px;
	overflow : hidden;
	margin-bottom : 5px;
}

.sideBarItem ul li,
.sideBarItem li {
	font-size : 11px;
	line-height : 16px;
}	

.sideBarItem tr td h1,
.sideBarItem h1 {
	font-size : 16px;
	color : #666666;
}

.sideBarItem tr td p,
.sideBarItem p {
	color : #666666;
}

#ScrollerSpace {
	background-image : url("images2/layouts/OTAir/scrollerBkg.gif");
	background-repeat : no-repeat;
	width : 210px;
	height : 147px !important;
	margin-bottom : 5px;
}

#FlashSpace {
	margin-top : 17px;
}

.MenuBox {
	background-color : #BFBFC1;
	border : 1px #666666 solid;
	position : absolute;
	width : 200px;
	text-align : left;
}

.MenuItem {
	padding : 2px 5px;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}

.MenuItemSelected {
	padding : 2px 5px;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	background-color : #FFFFFF;
}

.tooltip {
	position : absolute;
	visibility : hidden;
	width : auto;
	height : 20px;
	line-height : 12px;
	font-size : 11px;
	font-weight : bold;
	vertical-align : middle;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	background-color : #9C1F2E;
	color : #FFFFFF;
	border : 1px #441111 solid;
	white-space : nowrap;
}

.tooltip div {
	padding-top : 4px;
}

#Disclaimer {
	text-align : center;
	color : #FFFFFF;
}

#Disclaimer a:link,
#Disclaimer a:active,
#Disclaimer a:visited {
	color : #FFFFFF;
}

#Disclaimer a:hover {
	color : #CC3333;
}

.msgLink {
	color : #000000;
	text-decoration : none;
	cursor : default;
}

#NLSignupSpace {
	vertical-align : middle;
	height : 29px;
	background-image : url("images2/layouts/OTAir/NLSignupBkg2.gif");
	background-repeat : repeat-y;
	padding-left : 94px;
}

.nlSignupInput {
	height : 18px;
	width : 105px;
	border-color : #BFBFC2;
	font-size : 11px;
	font-weight : bold;
}

#BlogButton {
	position : absolute;
	top : 12px;
	left : 18px;
	z-index : 2;
}

#TagPanel {
	position : relative;
	margin : 1px;
	width : 148px;
	height : 200px;
	overflow : auto;
	overflow-y : scroll;
	overflow-x : scroll;
	background-color : #FFFFFF;
	border : 1px #000000 solid;
}

#TagPanel div {
	position : relative;
	padding : 2px;
	white-space : nowrap;
	line-height : 15px;
}

.tabCell {
	background-image : url("images2/tabs/tab.gif");
	cursor : pointer;
	width : 100px;
	height : 23px;
	text-align : center;
}

.tabCell:hover {
	background-image : url("images2/tabs/tabHover.gif");
	cursor : pointer;
	width : 100px;
	height : 23px;
	text-align : center;
}

.tabCellActive {
	background-image : url("images2/tabs/tabSelected.gif");
	cursor : pointer;
	width : 100px;
	height : 23px;
	text-align : center;
}

