a
{
	color: #6666cc;
	text-decoration: none;
}
a:hover
{
	/*border-bottom: 1px dotted #aaaaff;
	padding-bottom: 1px;*/
	color: #aaaaff;
	text-decoration: underline;
}

.secret:hover
{
	border-bottom: 0;
	cursor: default;
}

h1
{
	font-size: 3.0em;
}
h2
{
	font-size: 2.0em;
	margin-top: 10px;
}
h3
{
	/*border-bottom: 1px dotted #000000;*/
	font-size: 1.3em;
	margin-bottom: 0;
	padding-bottom: 4px;
}
h4
{
	font-size: 1.2em;
	padding-bottom: 4px;
}
h5
{
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 4px;
}

hr
{
	height: 1px;
}

table
{
}
th
{
	vertical-align: top;
}
td
{
	vertical-align: top;
}
ul
{
	margin: 0 0 0 40px;
	padding: 0;
}

.horizontal
{
	line-height: normal;
	margin: 0;
	padding: 0;
}
	.horizontal li
	{
		border-left: 1px solid #000000;
		display: inline;
		float: left;
		line-height: 1.2em;
		padding-left: 8px;
		padding-right: 8px;
	}
	.horizontal li.first
	{
		border-left: 0;
		padding-left: 0;
	}

.horizontal-list
{
	line-height: normal;
	height: 16px;
	margin: 0;
	padding: 0;
}
	.horizontal-list li
	{
		border-left: 1px solid #ffffff;
		display: inline;
		float: left;
		line-height: 1.2em;
		padding-left: 8px;
		padding-right: 8px;
	}
	.horizontal-list li.first
	{
		border-left: 0;
		padding-left: 0;
	}

.tab-controls
{
	height: 27px;
}
	.tab-controls li
	{
		border-left: 0;
		padding-bottom: 5px;
		padding-left: 1px;
		padding-right: 1px;
		padding-top: 4px;
	}
	.tab-controls .active
	{
		background-color: #00004b;
		background-image: url('/lib/images/tabbed-control.jpg');
		border: 1px solid #aaaaff;
		color: #aaaaff;
		margin: 2px 0 3px 0;
		padding: 2px 8px 4px 8px;
	}
	.tab-controls .active:hover
	{
		background-color: #001d61;
		background-image: url('/lib/images/tabbed-control-hover.jpg');
		/*border: 1px solid #ffffff;*/
		color: #ffffff;
	}
	.tab-controls .selected
	{
		background-color: #f0f0f0;
		border: 1px solid #808080;
		margin: 2px 0 3px 0;
		padding: 2px 8px 4px 8px;
	}
	.tab-controls .inactive
	{
		background-color: #c0c0c0;
		border: 1px solid #808080;
		margin: 2px 0 3px 0;
		padding: 2px 8px 4px 8px;
	}

#fleet
{
	border: 3px double #000000;
	padding: 3px;
}

.center
{
	text-align: center !important;
}
.underline
{
	text-decoration: underline;
}
.small
{
	font-size: 0.85em;
}
.clipart
{
	float: left;
	width: 100px;
}
	.clipart img
	{
		margin-left: 10px;
		margin-right: 20px;
		width: 100px;
	}
img.clipart
{
	float: left;
	margin-left: 10px;
	width: 100px;
}
.advantages
{
	margin-left: 100px;
	padding-left: 30px;
}

.frame
{
	border: 3px double #000000;
}
.thumbnail
{
	border: 3px double #000000;
}
.aircraft_img
{
	float: left;
	width: 410px;
}
.aircraft_img img
{
	margin-left: 20px;
}
.aircraft_text
{
	margin-left: 420px;
	padding-left: 15px;
}
.sale_aircraft_img
{
	float: left;
	width: 370px;
}
.sale_aircraft_bigimg
{
	margin-left: 380px;
	padding-left: 15px;
}
.sale_aircraft_text_left
{
	float: left;
	margin-left: 20px;
	width: 410px
}
.sale_aircraft_text_right
{
	margin-left: 430px;
	padding-left: 15px;
}
.sale-contact-info
{
	background-color: #aaaaff;
	border: 1px solid #6666cc;
	padding: 6px 8px 8px 8px;
}
.sale-plane
{
	clear: both;
	margin-left: 20px;
}
	.sale-plane .thumbnail
	{
		border: 1px solid #808080;
		float: left;
		padding: 1px;
		margin-right: 6px;
	}
	.sale-plane .text
	{
		line-height: 1.6em;
		padding-top: 1.5em;
	}

.listing
{
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
}
	.listing th
	{
		/*background-color: #e0e0e0;*/
		background-color: #00004b;
		color: #ffffff;
		padding: 2px 5px 5px 5px;
		text-align: left;
	}
	.listing td
	{
		padding: 2px 5px 5px 5px;
		text-align: left;
	}
	.listing tr.even td
	{
		background-color: #ffffff;
	}
	.listing tr.odd td
	{
		background-color: #e0e0e0;
	}
	.listing td.right, .right
	{
		text-align: right;
	}
	.listing td.empty
	{
		background-color: #ffffff;
		color: #808080;
	}

.plain-list
{
}
	.plain-list th
	{
		font-weight: bold;
		padding-right: 4px;
	}
	.plain-list td
	{
		padding-right: 4px;
	}

.spacer
{
    /*visibility: hidden;*/
    clear: both;
    height: 0;
}
.hidden
{
	display: none;
	visibility: hidden;
}
.invisible
{
	visibility: hidden;
}
.notdisplayed
{
	
}
.not-bold
{
	font-weight: normal;
}


.removal_link
{
	font-size: 0.80em;
}

ul
{
	margin-left: 30px;
}

div.align-center
{
	margin-left: auto;
	margin-right: auto;
}
.align-right
{
	text-align: right !important;
}
.align-left
{
	text-align: left !important;
}
.float-right
{
    float: right;
}

.access-navigation
{
	height: 20px;
}

.money
{
	text-align: right;
}


.maintenance_list
{
}
	.maintenance_list td.previous
	{
		background-color: #993333 !important;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
	}
	.maintenance_list td.current
	{
		background-color: #999933 !important;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
	}
	.maintenance_list td.next
	{
		background-color: #339933 !important;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
	}
	.maintenance_list td.plane_header
	{
		background-color: #f0f0f0;
	}
	.maintenance_list .plane
	{
		color: #00004b;
	}
	.maintenance_list .plane:hover
	{
		color: #6666cc;
	}

.updateprogress
{
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	margin: 5px auto 0 auto;
	padding: 0px 4px 4px 4px; 
}
	.updateprogress .indicator
	{
		float: left;
		margin-right: 3px;
		margin-top: 3px;
	}
	.updateprogress .indicator-text
	{
		padding-top: 3px;
	}

.darkblue
{
	color: #00004b;
}

.image-caption
{
	font-size: 0.80em;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

.addpaddingtop1em
{
	padding-top: 1em;
}
.addmargintop1em
{
	margin-top: 1em;
}
.addmarginbottom1em
{
	margin-bottom: 1em;
}

.nomarginbottom
{
	margin-bottom: 0;
}
.nomargintop
{
	margin-top: 0;
}
.nopaddingright
{
	padding-right: 0 !important;
}

.smaller
{
	font-size: 0.85em;
}



.pagenavigation
{
	background-color: #e0e0e0;
	border: 1px solid #00004b;
	padding: 3px 0 4px 0;
	margin-bottom: 9px;
	margin-top: 9px;
	text-align: center;
}
.pagenavigation a
{
	padding-left: 2px;
	padding-right: 2px;
}
.pagenavigation a:hover
{
}
.pagenavigation .selected
{
	padding-left: 2px;
	padding-right: 2px;
}

.green
{
	color: #00aa09;
}
.red
{
	color: #ff0000;
}

#loading_img
{
	border: 1px solid #c0c0c0;
	float: left;
	font-size: 1.2em;
	margin: 0 80px;
	text-align: center;
	padding: 10px 0;
	width: 250px;
}
