/*
* README:
* Styles sorted alphabetically such that [1-9] < [a-z] and are organised in 3 sections:
* 1) Element selected styles, including class selected styles required by given elements.
* 2) Class selected styles.
* 3) Style pending deletion - unused/unloved styles.
*
*/

/*//////////////////////////////////////////////////
///////////// Element selected styles //////////////
//////////////////////////////////////////////////*/

a:link {
	color:#999;
}

a:visited {
	color:#999;
}

a:hover {
	color:#333;
}

form {
	margin:0px;
}

html {
	height:100%;
}

html body {
	margin:0px auto;
	background-color:#fff;
	background-image:url(../images/app_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0px;
	font-family: arial, sans-serif;
	font-size:8pt;
	color: #6C758C;
}

input.field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	width:200px;
	color:#999;
	border:2px solid #88B8E8;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
}


/*//////////////////////////////////////////////////
/////////////// Class selectd styles ///////////////
//////////////////////////////////////////////////*/

#content_panel {
	background-color:#FFFFFF;
	width:965px;
}

.content_panel_bottom {
	background-image:url(../images/panel_bottom.jpg);
}

.content_panel_center {
	float: left;
	width:925px;
	padding:20px;
	background-image:url(../images/panel_left_right.jpg);
	background-repeat:repeat-y
}

.content_panel_top {
	background-image:url(../images/panel_top.jpg);
}

.content_panel_top_bottom {
	width:951px;
	height:7px;
}

.curve_panel_center {
	float: left;
	width:350px;
	height:273px;
	background-color:#69B3DE;
}

.curve_panel_left {
	float: left;
}

.curve_panel_right {
	float: right;
}

.curve_panel_top_bottom {
	float: left;
}

.faqHighlight {
	font-size:14pt;
	font-weight:bold;
	color:#18497A
}

a.faqLink:link {
	color:#18497A;
	font-weight: bold;
}

a.faqLink:visited {
	color:#18497A;
	font-weight: bold;
}

a.faqLink:hover {
	color:#18497A;
	font-weight: bold;
}

#footer {
	width:945px;
	padding:20px;
	text-align:left
}

.footlink {
	color:#999;
}

#footer_wrapper {
	float:left;
	width:100%;
}

#header_logo {
	width:965px;
	text-align:left;
}

#header_panel {
	display:none;
	background-color:#333;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

#header_panel_col {
	width:940px;
	text-align:right;
}

a.header_panel_link:link {
	color:#999
}

a.header_panel_link:visited {
	color:#999
}

a.header_panel_link:hover {
	color:#fff
}

#launch_panel {
	width:350px;
	height:283px;
	float:left;
	margin-left:15px;
	background-color:#69B3DE;
}

.launch_panel_padding {
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
}

.launch_panel_top_bottom {
	width:340px;
	height:5px;
}

.launch_panel_txt_air {
	font-family:arial;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	letter-spacing:-1px;
}

.launch_panel_txt {
	font-family:arial;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	letter-spacing:-1px;
	line-height: 30px;
}

.launch_panel_txt_sml {
	font-family:arial;
	font-size:11px;
	color:#fff;
	font-weight:normal;
}

#login_heading {
	font:bold 12pt arial;
	color:#18497A
}

#login_input_padding {
	padding-top:10px
}

#login_input_title {
	font:bold 9pt arial;
	color:#18497A;
	padding-top:10px
}

#login_subheading {
	font:normal 9pt arial;
	color:#6C758C
}

#login_wrapper {
	float:left;
	text-align:left;
	margin-left:15px;
	margin-top:20px;
	width:280px;
	height:150px;
	padding-left:30px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:20px;
	border-left:1px dashed #9AB7CE;
}

#promo_panel {
	float:left;
	width:560px;
}

#teaser_item {
	float:left;
	width:186px
}

#teaser_item_description {
	float:left;
	width:130px;
	padding-top:10px;
	text-align:left;
}

#teaser_item_number {
	float:left;
	width:50px;
	padding-top:5px;
	font-size: 28pt;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #6C758C
}

#teaser_panel {
	margin-top:20px
}

/*//////////////////////////////////////////////////
////////////////// Pending deletion ////////////////
//////////////////////////////////////////////////*/
