body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

* { word-wrap: break-word; }

.clear {	clear: both }

a {
	color: brown;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color: #000000; }

.statistics { padding: 4px 0px 4px 4px; }

.news {
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding: 4px 0px 4px 4px;
}

.separator {
	border-bottom: 2px solid #cccccc;
	clear: both;
	padding-top: 0.5em;
}

.usage {
	color: #000000;
	font-size: 10px;
}

.update {
	color: red;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
}

.button {
    margin: 0px 7px 0px 0px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
}
.button.disabled {
	color: #dddddd;
}

.data {
	padding-left: 4px;
	padding-top: 0.5em;
}
.data a { font-size: 11px; }

.pointer { cursor: pointer; }
.truncate { overflow: hidden; }


.search-box {
	width: 600px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	border: none;
	padding-left: 4px;
	padding-top: 4px;
}
.search-box .search #search-col-* {
	float: left;
	width: 100%;
}
.search-box #search-departure {
	float: left;
	width: 55%;
	padding-left: 37px;
}
.search-box #search-arrival {
	float: left;
	width: 51%;
	padding-top: 2px;
	padding-left: 62px;
}
.search-box #search-departure-list, .search-box #search-arrival-list, select#airports-country-filter {
	height: 18px;
	font-size: 11px;
	width: 225px;
}
.search-box #search-distance {
	height: 12px;
	font-size: 11px;
}
.search-box #search-sort-demand-div {
	width: 100%;
	padding-top: 2px;
}
.search-box #search-options {
	float: left;
	width: 43%;
	padding-left: 12px;
	padding-top: 6px;
}
.search-box #search-suggestion {
	font-size: 9px;
	padding-top: 2px;
	float: left;
}
.search-box #search-suggestion a { font-size: 9px; }

.table {
	width: 95%;
	border: none;
	text-align: left;
}
.table .title a {
	color: #bbbbbb;
}
.table .title a:hover { color: #eeeeee; }
.table .title td {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding-left: 6px;
}
.table .header th, .table thead tr th {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 2px;
}
.table .header a {
	color: #ffffff;
}
.table .header a:hover {
	text-decoration: underline;
}
.table thead tr th.header {
	background-image: url("images/bg.gif");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.table thead tr th.headerSortUp
{
	background-image: url("images/asc.gif");
}
.table thead tr th.headerSortDown
{
	background-image: url("images/desc.gif");
}
.table .item:nth-child(2n)
{
	background-color:#DDDDDD;
}
.table .item:nth-child(2n+1)
{
	background-color:#EEEEEE;
}
.table .item td {
	border: thin solid #cccccc;
	padding: 2px 0px 2px 10px;
}
.table .error td {
	color: red;
	font-style: italic;
	text-decoration: underline;
}
.table .highlight:hover {
	background-color: #ffffff;
}

#tab {
	padding: 0 8px;
	width: 1024px;
}

#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
}

.ui-dialog  .ui-dialog-titlebar {
	padding: 0.5em 1em 0.3em;
	position: relative;
}
.ui-dialog .ui-widget-header {
	background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
	border: 1px solid #AAAAAA;
	color: #222222;
	font-weight: bold;
}
.ui-icon {
	display: block;
	text-indent: -99px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-dialog-titlebar-close {
	float: right;
}

#dialog, .dialog  {
	overflow: auto;
	background-color: #ffffff;
}

.more {
	background-color: #eeeeee;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-weight: bold;
	height: 15px;
	line-height: 1.5em;
	margin-bottom: 6px;
	outline: medium none;
	padding: 6px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	width: 95%;
}

.more:hover {
	border: 1px inset #bbbbbb;
	cursor: pointer;
	background-color: #dddddd;
	color: #000000;
}

#routes-more {
	margin-top: 12px;
}
#routes-show-count {
	font-weight: bold;
}
