#body-sider {
    float: left;
    width: 211px;
	height:	auto;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

#body-sider-frame {
    width: 262px; /* was 211 */
    height: 476px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

#body-main {
    width: 575px;
    height: auto;
    padding: 0px;
    border: 0px;
    margin: 0px;
    float: right;
}

#body-main-frame {
    /* width: 385px !important;*/
	width: 383px !important;
    height: 600px;
    padding: 0px;
    border: 0px;
    margin: 0px;
	float: left;
}

#right-box-container
{
	width:176px; /* was 190 */
	height:476px;
	float:left;
	font-family: Verdana;
	font-size: 11px !important;
	font-size: 9px;
    color: #FFFFFF;
}

#welcome-message-container
{
    width: 383px;
	height: 600px;
	float:left;
	font-family: Verdana;
	font-size: 11px !important;
	font-size: 9px;
    color: #FFFFFF;
}

#login-status-banner {
    text-align: right;
    /*margin-left: 4px;*/	
    margin-bottom: 2px;
	background-image: url(../../images/welcome/signInBack.gif);
}

.login-form-old
{
	height:125px;
	width:178px;
	margin: 4px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.form-panel
{
	/*background-color:#507FAD;*/
	padding:0;
	margin: 0;
}

div.box-header{
	font-weight: bold;
	text-align: justify;
	font-size: 15px;
	height:16px;
}

h3.box-header{
	color: #FFF;
	font-size:18px;
	margin: 3px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.align-right
{
	float:right;
}

.align-left
{
	float:left;
}

.input-label
{
	margin-left: 4px;
	text-align: right;
	float: left;
	width: 30%;
	vertical-align: bottom;
	line-height: 1.9em;
}

.input-label-top
{
	float: left;
	width: 80%;
}



.input-box-left
{
	float: left;
	width: 80%;
}

.space-bar 
{
    width: 170px;
    height: 12px;
    margin: 0px;
    border: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    clear: both;
}

/*
.submit-button
{
	float: right;
	margin-right: 6px;
}
*/

.left-radio-input
{
	width: 15%;
	float:left;
	margin-top: -3px;
}

.radio-input-label
{
	width: 85%;
	float:left;
}

.dateBox {
    height: 12px;
    width: 71px;
    float: left;
}

.flight-status-location-box
{
	width: 90px;
}

div.autocomplete {
    width: 300px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70px;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul li.selected {
    background-color: #999999;
    color: #ffffff;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 1px;
    cursor: pointer;
    color: black;
}

.special_offers {
	background-color:#E7E7E7; 
	float:left;
	height: auto;
	margin-left:4px;
	width:164px;
	display: none;
}

.specialOfferHeading {
	background-image:url(../images/common/right_sidebar_back.gif);
	color: White;
	margin-bottom: 4px;
	margin-left: 4px;
}

.specialOfferHeading a {
    text-decoration: none;
    color: White;
}

.offerItemName {
	margin-left: 4px;
	width: 100px;
	float: left;
}

.offerItemAmount {
	width: 40px;
	float: left;
}

.offerItem div {
	display: inline;
	color: #7E7E7E;
}

.offerSeperator {
	background-color: White;
	height: 4px;
}

#right_sidebar {
	width: 186px;
}