/* CSS Document */
.airpics {
	background-image: url(/images/body_bg.jpg);
	background-color: #0E428B;
	background-repeat: repeat-x;
	background-position: top left;
	margin:0;
	overflow: hidden;
	text-align:center;
}
#container {
	height:100%
}
#logo{
	display: block;
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:95px;
	width: 220px;
	margin: 13px 0 0 13px;
	float:left;
}
#airMenu{
	display:inline;
	float:right;
	margin-right:100px;
	margin-top:35px;
	z-index:15;
	}
#inside_pic{
	display: block;
	background-image:url(/images/airplane_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height: 278px;
	margin: 10px 0 0 0;
	width: 100%;
	clear:both;
	float:left;
}
#inside_pic .airplane_pic {
	margin:0;
	border:0;
	width:100%;
	height:278px;
	background-image:url(/images/airplane.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#inside_pic1{
	display: block;
	background-image:url(/images/airplane_bg1.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height: 240px;
	margin: 10px 0 0 0;
	width: 100%;
	clear:both;
	float:left;
}
#inside_pic1 .airplane_pic {
	margin:0;
	border:0;
	width:100%;
	height:240px;
	background-image:url(/images/airplane1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#inside_pic2{
	display: block;
	background-image:url(/images/airplane_bg2.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height: 240px;
	margin: 10px 0 0 0;
	width: 100%;
	clear:both;
	float:left;
}
#inside_pic2 .airplane_pic {
	margin:0;
	border:0;
	width:100%;
	height:240px;
	background-image:url(/images/airplane2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#inside_pic3{
	display: block;
	background-image:url(/images/airplane_bg3.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height: 240px;
	margin: 10px 0 0 0;
	width: 100%;
	clear:both;
	float:left;
}
#inside_pic3 .airplane_pic {
	margin:0;
	border:0;
	width:100%;
	height:240px;
	background-image:url(/images/airplane3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#inside_pic4{
	display: block;
	background-image:url(/images/airplane_bg4.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height: 240px;
	margin: 10px 0 0 0;
	width: 100%;
	clear:both;
	float:left;
}
#inside_pic4 .airplane_pic {
	margin:0;
	border:0;
	width:100%;
	height:240px;
	background-image:url(/images/airplane4.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#soon {
	position:absolute;
	top: 390px;
	left:14px;
	font-family:"Century Gothic", Tahoma, Verdana, Arial;
	color:#CCCCCC;
	font-size:32px;
	font-weight:bold;
}
/* AirMenu Icons */
a.login_icon{
	background: transparent url(/UserFiles/buttons/login-blue.png) no-repeat 0 0;
	float:left;
}
a.login_icon:hover{
	background: transparent url(/UserFiles/buttons/login-red.png) no-repeat 0 0;
}
a.news_icon{
	background: transparent url(/UserFiles/buttons/news-blue.png) no-repeat 0 0;
	float:left;
}
a.news_icon:hover{
	background: transparent url(/UserFiles/buttons/news-red.png) no-repeat 0 0;
}
a.register_icon{
	background: transparent url(/UserFiles/buttons/register-blue.png) no-repeat 0 0;
	float:left;
}
a.register_icon:hover{
	background: transparent url(/UserFiles/buttons/register-red.png) no-repeat 0 0;
}
a.upload_icon{
	background: transparent url(/UserFiles/buttons/upload-blue.png) no-repeat 0 0;
	float:left;
}
a.upload_icon:hover{
	background: transparent url(/UserFiles/buttons/upload-red.png) no-repeat 0 0;
}
a.info_icon{
	background: transparent url(/UserFiles/buttons/info-blue.png) no-repeat 0 0;
	float:left;
}
a.info_icon:hover{
	background: transparent url(/UserFiles/buttons/info-red.png) no-repeat 0 0;
}
a.search_icon{
	background: transparent url(/UserFiles/buttons/search-blue.png) no-repeat 0 0;
	float:left;
}
a.search_icon:hover{
	background: transparent url(/UserFiles/buttons/search-red.png) no-repeat 0 0;
}
a.browse_icon{
	background: transparent url(/UserFiles/buttons/directory-blue.png) no-repeat 0 0;
	float:left;
}
a.browse_icon:hover{
	background: transparent url(/UserFiles/buttons/directory-red.png) no-repeat 0 0;
}
a.stats_icon{
	background: transparent url(/UserFiles/buttons/stats-blue.png) no-repeat 0 0;
	float:left;
}
a.stats_icon:hover{
	background: transparent url(/UserFiles/buttons/stats-red.png) no-repeat 0 0;
}

* html a.login_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/login-blue.png", sizingMethod="crop");
	float:left;
}
* html a.login_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/login-red.png", sizingMethod="crop");
	cursor: pointer;
}
* html a.news_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/news-blue.png", sizingMethod="crop");
	float:left;
}
* html a.news_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/news-red.png", sizingMethod="crop");
	cursor: pointer;
}
* html a.register_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/register-blue.png", sizingMethod="crop");
	float:left;
}
* html a.register_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/register-red.png", sizingMethod="crop");
	cursor: pointer;
}
* html a.upload_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/upload-blue.png", sizingMethod="crop");
	float:left;
}
* html a.upload_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/upload-red.png", sizingMethod="crop");
	cursor: pointer;
}
* html a.info_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/info-blue.png", sizingMethod="crop");
	float:left;
}
* html a.info_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/info-red.png", sizingMethod="crop");
	cursor: pointer;
}
* html a.browse_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/directory-blue.png", sizingMethod="crop");
	float:left;
}
* html a.browse_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/directory-red.png", sizingMethod="crop");
	cursor: pointer;
}
* html a.search_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/search-blue.png", sizingMethod="crop");
	float:left;
}
* html a.search_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/search-red.png", sizingMethod="crop");
	cursor: pointer;
}
* html a.stats_icon{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/stats-blue.png", sizingMethod="crop");
	float:left;
}
* html a.stats_icon:hover{
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/UserFiles/buttons/stats-red.png", sizingMethod="crop");
	cursor: pointer;
}

form{
	margin:0;
	padding:0;
}
#bottom_info {
	position:absolute;
	margin:0px;
	left:350px;
	top:-25px;
	/* height:25px; */
	width:300px;
	text-align: center;
	padding-top: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	z-index:1;
	background: transparent url(/images/logonbay.gif) no-repeat 0 0;
	line-height: 17px;
}

/* 
* html #bottom_info {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logonbay.png", sizingMethod="crop");
} */

.logout {
	z-index: 6;
	cursor: pointer;
}
.cpYearNavigation {
	FONT-WEIGHT: bold; COLOR: #000000; BACKGROUND-COLOR: #c0c0c0; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.cpMonthNavigation {
	FONT-WEIGHT: bold; COLOR: #000000; BACKGROUND-COLOR: #c0c0c0; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.cpDayColumnHeader {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpYearNavigation {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpMonthNavigation {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpCurrentMonthDate {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpCurrentMonthDateDisabled {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpOtherMonthDate {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpOtherMonthDateDisabled {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpCurrentDate {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpCurrentDateDisabled {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpTodayText {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpTodayTextDisabled {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
.cpText {
	FONT-SIZE: 8pt; FONT-FAMILY: arial
}
TD.cpDayColumnHeader {
	BORDER-RIGHT: #c0c0c0 0px solid; BORDER-TOP: #c0c0c0 0px solid; BORDER-LEFT: #c0c0c0 0px solid; BORDER-BOTTOM: #c0c0c0 1px solid; TEXT-ALIGN: right
}
.cpCurrentMonthDate {
	TEXT-ALIGN: right; TEXT-DECORATION: none
}
.cpOtherMonthDate {
	TEXT-ALIGN: right; TEXT-DECORATION: none
}
.cpCurrentDate {
	TEXT-ALIGN: right; TEXT-DECORATION: none
}
.cpCurrentMonthDateDisabled {
	COLOR: #d0d0d0; TEXT-ALIGN: right; TEXT-DECORATION: line-through
}
.cpOtherMonthDateDisabled {
	COLOR: #d0d0d0; TEXT-ALIGN: right; TEXT-DECORATION: line-through
}
.cpCurrentDateDisabled {
	COLOR: #d0d0d0; TEXT-ALIGN: right; TEXT-DECORATION: line-through
}
.cpCurrentMonthDate {
	COLOR: #000000
}
.cpCurrentDate {
	COLOR: #000000
}
.cpOtherMonthDate {
	COLOR: #808080
}
TD.cpCurrentDate {
	BORDER-RIGHT: #800000 thin solid; BORDER-TOP: #800000 thin solid; BORDER-LEFT: #800000 thin solid; COLOR: white; BORDER-BOTTOM: #800000 thin solid; BACKGROUND-COLOR: #c0c0c0
}
TD.cpCurrentDateDisabled {
	BORDER-RIGHT: #ffaaaa thin solid; BORDER-TOP: #ffaaaa thin solid; BORDER-LEFT: #ffaaaa thin solid; BORDER-BOTTOM: #ffaaaa thin solid
}
TD.cpTodayText {
	BORDER-RIGHT: #c0c0c0 0px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 0px solid; BORDER-BOTTOM: #c0c0c0 0px solid
}
TD.cpTodayTextDisabled {
	BORDER-RIGHT: #c0c0c0 0px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 0px solid; BORDER-BOTTOM: #c0c0c0 0px solid
}
A.cpTodayText {
	HEIGHT: 20px
}
SPAN.cpTodayTextDisabled {
	HEIGHT: 20px
}
A.cpTodayText {
	COLOR: black
}
.cpTodayTextDisabled {
	COLOR: #d0d0d0
}
.cpBorder {
	BORDER-RIGHT: #808080 thin solid; BORDER-TOP: #808080 thin solid; BORDER-LEFT: #808080 thin solid; BORDER-BOTTOM: #808080 thin solid
}
#recent_photos{
	clear:both;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0px 5px 0px 5px;
	float:left;
}
#recent_photos legend{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #fff;
}
#recent_photos .recent_photo{
	padding:0px 1px 0px 1px;
	width: 190px;
	text-align:center;
	float: left;
}	
#recent_photos .photo{
	width:190px;
	height:135px;
	display:block;
	float:left;
	cursor: pointer;
}
#recent_photos .photo_text{
	width:190px;
	text-align: center;
	display:block;
}
ul#bookmarks {
  position:relative;
  right:2px;
  background-color:#ffffff;
  list-style: none;
  margin: 2px 0 0 0;
  padding:0 2px 0 0;
  overflow: hidden;
  height: 21px;
  float:right;
  border-bottom: 1px solid #999;
  border-left: 1px solid #666;
  border-right: 1px solid #999;
  border-top: 1px solid #666;
}
ul#bookmarks li {
	float:left;
	padding: 2px 2px 0 0;
}
ul.inbookmarks {
  background-color:#ffffff;
  list-style: none;
  margin: 2px 0 0 0;
  padding:0 2px 0 2px;
  overflow: hidden;
  height: 21px;
  display:block;
  width:224px;
}
ul.inbookmarks li {
	float:left;
	padding: 2px 2px 0 0;
}
.highlights {
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#ffffff;
	overflow:hidden;
	margin:5px 0 0 0;
	white-space: nowrap;
}
.highlights a {
	color: #ffffff;
	text-decoration: none;
}
.highlights a:hover {
	color: #0099ff;
}
#calendar {
	position: absolute;
	z-index: 0;
	left:230px;
	margin-top:30px;
	float:left;
	padding: 3px;
	background-color:white;
}