* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	color: #4D4D4D;
	font-family: Arial;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #DF1B1B;
}

select, input, textarea {
	border: 1px solid #9F9F9F;
}

#header {
	margin-bottom: 7px;
}

#header .top-bar {
	height: 25px;
	background-image: url(../images/topbar_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	border: 1px solid #b1b1b1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#header .language-bar {
	height: 25px;
	float: right;
	margin-bottom: 0px;

}	

#header .header-content {
	margin-bottom: 5px;
}

#header .header-content .logo-image {
	float: left;
}

#header .header-content .logo-text {
	float: left;
	margin-left: 10px;
	font-family: arial;
	font-size: 20px;
	padding-top: 5px;
	color: #666666;
}

#header .header-content .header-buttons {
	float: right;
	width: 400px;
	margin-top: 35px;
}

#header .header-content .header-buttons a {
	display: block;
	float: right;
	width: 76px;
	height: 25px;
	background-image: url(../images/button1_bg.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 10px;
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
}

#header .subheader {
	background-image: url(../images/subheader_bg.png);
	background-repeat: repeat-x;
	height: 65px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #d9d9d9;
}

#header .subheader .buttons {
	float: left;
}

#header .subheader .buttons .empty-legs-btn {
	margin-top: 8px;
	margin-left: 7px;
}

#header .subheader .emptylegs-ticker {
	float: left;
	color: #ffffff;
	margin-left: 5px;
	margin-top: 4px;
	position: relative;
	left: 0px; width: 675px;
	height: 65px;
}

#header .subheader .emptylegs-ticker .flight {
	width: 135px;
	font-size: 11px;
	cursor: pointer;
}

#header .subheader .emptylegs-ticker .flight .cities {
	font-weight: bold;
}

#header .subheader .emptylegs-ticker ul li{
	list-style:none;
	display:block;
	float: left;
}



#header .header-content {
	
}

#main-container {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
}

#main-content {
	border: 1px solid #8F8F8F;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 15px;
	padding: 7px;
}

#footer .footer-line {
	background-image: url(../images/footer_line_bg.png);
	background-repeat: repeat-x;
	height: 31px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #d9d9d9;
}

#footer .footer-content .copyright {
	text-align: right;
	font-size: 12px;
	color: #3F3F3F;
	font-style: italic;
}

#dialog {
	display: none;
}

.button2 {
	border: 1px solid #8F1119;
	background-color: #ED1B24;
	background-repeat: repeat-x;
	float: left;
	color: #ffffff;
	font-size: 11px;
  	-moz-border-radius: 7px;
  	-webkit-border-radius: 7px;
}

.button2 a {
	color: #ffffff;
	display: block;
	padding: 3px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.error {
	color: #FF0000;
}

.navigation {
	text-align: center;
}

.navigation a {
	font-weight: bold;
}


/**
	Home - Index
**/
#home-index .home-content {
	margin-top: 15px;
	font-size: 12px;
}

#home-index .home-content .ask-form {
	float: left;
	width: 288px;
	padding-bottom: 20px;
}

.ask-form form input, .ask-form form textarea, .ask-form form select {
	font-size: 11px;
	padding: 2px;
	font-family: verdana;
}

.ask-form form input, .ask-form form select {
	width: 120px;
}


#departure-date-input, #return-date-input {
	background-image: url(../images/input_calendar.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	cursor: pointer;
}

.ask-form form textarea {
	width: 281px;
}

.ask-form .column1 {
	float: left;
	width: 160px;
}

.ask-form {
	font-size: 12px;
	font-style: italic;
	font-family: arial;
}

.ask-form a {
	font-style: normal;
}

.ask-form .button2 {
	float: right;
}

.ask-form .field {
	margin-bottom: 8px;
	width: 120px;
}

.ask-form .field .input {
	margin-top: 2px;
	width: 128px;
}

.ask-form .column2 {
	float: left;
}

#home-index .home-content .text1 {
	float: left;
	width: 450px;
	margin-left: 30px;
}

#home-index .home-content .text2 {
	float: left;
	width: 200px;
	margin-left: 30px;
}


/**
	Empty legs - index
**/

.empty-legs-filter {
	border: 1px solid #9F9F9F;
	width: 540px;
	margin-bottom: 22px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-image: url(../images/filter_bg.png);
	margin-left: 130px;
}

.empty-legs-filter .row .label {
	width: 90px;
}

.empty-legs-filter .buttons {
	margin-left: 20px;
	float: left;
}


.empty-legs-filter select, .empty-legs-filter input {
	width: 120px;
}

.flight-box {
	border: 1px solid #9F9F9F;
	padding: 5px;
	margin-bottom: 8px;
	background-color: #f6f6f6;
	width: 83%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 90px;
}


.flight-box .plane-picture img {
	border: 1px solid #000000;
}

.flight-box .column {
	width: 110px;
	height: 63px;
	float: left;
	margin-top: 7px;
	margin-right: 20px;
}

.flight-box .column.picture {
	width: 87px;
	padding-left: 15px;
}

.flight-box .column.pax {
	width: 30px;
}

.flight-box .column.plane-type {
	width: 80px;
}

.flight-box .buttons {
	float: right;
	margin-top: 40px;
}

.flight-box .column .label {
	font-weight: bold;
}

#empty-legs-index .ajax-loading {
	float: right;
	width: 24px;
	height: 24px;
	background-image: url(../images/ajax_indicator.gif);
}


.empty-legs-list .navigation {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#make-offer-dialog a {
	color: #ffffff;
}

#make-offer-dialog input, #make-offer-dialog textarea {
	padding: 2px;
}

#make-offer-dialog .button2 {
	float: right;
}

/**
	Main menu
**/

#main-menu {
	margin-top: 5px;
}

#main-menu ul li {
	display: inline;
	list-style-image: none;
}

#main-menu ul li a {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	color: #6a6a6a;
}


#home-login form  {
	margin-top: 30px;
}

#home-login form .row {
	margin-left: 230px;
}