body {
	margin: 0px;
	padding: 0px;
	
}

#doc {
	width: 1000px;
	border: 1px solid #aAA;
	padding: 0px 5px;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
	border-width: 1px 2px 2px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 0px;
	background: #FFF;
}

.sortable th {
	border-bottom: 1px solid #fff;
	text-align: center;
	height: 32px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
}

.titlebar {
	padding: 5px;
	border: 0px;
	margin: 1px;
	color: #fff;
	font-weight: bold;
	background: #0049AD;
	display: block;
	overflow: hidden;
}

.box {
	border: 1px solid #aaa;
	margin-top: 0px;
	clear: both;
	padding: 1px;
	float: left;
	width: 220px;
	font-size: 12px;
}

.sortable th:FIRST-CHILD {
	border-lefT: 2px solid #fff;
}

.sortable th:last-child {
	border-right: 2px solid #fff;
}

img {
	border: 0px;
}

.sortable tr td {
	height: 50px;
}

.filterSearch {
	border: 1px solid #aaa;
	margin-top: 0px;
	clear: both;
	padding: 1px;
	float: left;
	width: 220px;
	font-size: 12px;
	background: #9CC7FE;
}

#bd {
	color: #222;
	padding-top: 5px;
}

.filterSearch .inname {
	float: left;
	font-weight: bold;
	padding: 5px;
	clear: left;
}

.flightlist {
	cursor: pointer;
	font-size: 11px;
	font-family: arial;
}

.departcol,.arrivecol,.durcol {
	font-size: 13px;
}

.departcol span:FIRST-CHILD,.arrivecol span:FIRST-CHILD,.durcol span {
	display: block;
	padding-top: 15px;
}

.tab {
	cursor: pointer;
	text-align: center;
	width: 150px;
	margin-top: -25px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border: 1px solid #aaa;
	border-bottom-width: 0px;
	background: #eee;
	color: #888;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.tabselected,.tabhover {
	background: #0049AD;
	color: #fff;
}

.sortable th img { /*float:right;*/
	padding-bottom: 2px;
	padding-left: 5px;
	display: none;
}

.sortable th.sorted {
	font-size: 12px;
}

.pricecol {
	font-size: 18px;
	padding-left: 6px;
	width: 130px;
}

.ui-datepicker-trigger {
	margin-bottom: -7px;
}

.navi {
	-moz-border-radius: 5px 5px 5px 0px;
	-webkit-border-radius: 5px 5px 5px 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 28px;
	left: auto;
	margin-top: -18px;
}

.navi ul li {
	color: #333333;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 24px;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding-left: 12px;
	padding-top: 4px;
	position: relative;
	text-align: center;
}

.navi li div {
	float: left;
	padding: 4px 8px 0px 8px;
	font-size: 14px;
	font-weight: bolder;
}

.navi li div a {
	color: brown;
	text-decoration: none;
}