@charset "UTF-8";
/* CSS Document */

body {
	background:#ffffff url(../images/bodybg.jpg) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
	padding:0px;
}

select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002463;
}
.inputtext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002463;
}

#bodydiv {
	margin-left:140px;
	width:1000px;
}

#leftsection {
	padding-top:220px;
	width:270px;
}

#topsection {
	height:140px;
}

#startprice {
	background:url(../images/startablebg.png) top left no-repeat;
	width:680px;
	height:174px;
	padding-left:15px;
}

#mainsearch {
	background:url(../images/searchbg.jpg) top left no-repeat;
	padding-top:10px;
	width:695px;
	height:120px;
}

#mainswf {
	height:189px;
	padding:0px;
	width:320px;
}

#content {
	background:url(../images/contentbg.jpg) top left no-repeat;
	width:655px;
	height:356px;
	padding:20px;
}

#bottomsection {
	text-align:center;
	color:#ff1114;
	font-size:11px;
	padding-top:30px;
	width:730px;
	margin-left:270px;
}

#flightlist {
	background:url(../images/flightlistbg.jpg) top left no-repeat;
	width:965px;
	height:290px;
}

#f1 {
	background:url(../images/f1.jpg) top left no-repeat;
	width:330px;
	height:125px;
	padding:10px;
	float:left;
}

#f2 {
	background:url(../images/f2.jpg) top left no-repeat;
	width:330px;
	height:125px;
	padding:10px;
	float:left;
}

#f3 {
	background:url(../images/f3.jpg) top left no-repeat;
	width:675px;
	height:195px;
	padding:10px;
	float:left;
}

#f4 {
	background:url(../images/f4.jpg) top left no-repeat;
	width:675px;
	height:245px;
	padding:10px;
	float:left;
}

#f5 {
	background:url(../images/f5.jpg) top left no-repeat;
	width:675px;
	padding:10px;
}

#fagb {
	background:url(../images/fagb.jpg) top left no-repeat;
	width:675px;
	height:65px;
	padding:10px;
}


#f7 {
	background:url(../images/f7.jpg) top left no-repeat;
	width:675px;
	height:1010px;
	padding:10px;
}

#f8 {
	background:url(../images/f8.jpg) top left no-repeat;
	width:675px;
	height:445px;
	padding:10px;
}

#f9 {
	background:url(../images/f9.jpg) top left no-repeat;
	width:675px;
	height:230px;
	padding:10px;
}

table.searchmaskdetail th {
	text-align:left;
	color:#002463;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #FFFFFF;
}

table.searchmaskdetail td {
	height:24px;
	font-size:11px;
	color:#002463;
}

table.startprice th {
	text-align:left;
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
}

table.startprice td {
	height:20px;
	font-size:11px;
	color:#002463;
}

table.content th {
	text-align:left;
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
}

table.content td {
	font-size:12px;
	line-height:16px;
	color:#002463;
}

table.mainlist th {
	text-align:left;
	color:#6d1f7e;
	background:#e2f0fc;
	font-size:10px;
	font-weight:bold;
	height:18px;
}

table.mainlist td {
	font-size:10px;
	color:#002463;
	height:20px;
	vertical-align:middle;
}

table.mainlist td#r3{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:18px;
	padding-bottom:4px;
}

table.mainlist td#r4{
	color:#FFFFFF;
}

table.listsearch th#one {
	text-align:left;
	color:#ffffff;
	background:none;
	font-size:14px;
	text-transform:uppercase;
	padding:3px;
}

table.listsearch th#two {
	text-align:left;
	color:#091559;
	background:none;
	font-size:16px;
	font-weight:bold;
	padding:3px;
}

table.listsearch th#blank {
	text-align:left;
	background:none;
	color:#005bac;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

table.listsearch th {
	text-align:left;
	color:#ffffff;
	background:#005bac;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

table.listsearch td {
	font-size:11px;
	color:#0c1e62;
	border-bottom:1px solid #005bac;
	padding:3px;
}



a.mlink {
	text-decoration:none;
	color:#002463;
}

a.bottom{
	text-align:center;
	text-decoration:none;
	color:#ff1114;
	font-size:11px;
}

a.button {
    background: transparent url('../images/b_button_a.png') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight:normal;
	font-size: 11px;
	font-family:"Trebuchet MS";
    height: 20px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/b_button_span.png') no-repeat;
    display: block;
    line-height: 12px;
    padding: 4px 0 4px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 0 4px 18px; /* push text down 1px */
}

a.button:hover {
    background-position: bottom right;
    color: #FFFFFF;
	text-decoration:underline;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 4px 0 4px 18px; /* push text down 1px */
}

a.navi {
	color:#62bdea;
	text-decoration:none;
}

a.navi:hover{
	text-decoration:underline;
}

a.navilink {
	color:#d50202;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}