/*--- global page elements ---*/

* {
  margin: 0;
  padding: 0;
}

body {
    background: #001c3d;
    color: #ddd;
    font-family: 'Gill Sans', Verdana, sans-serif;
}

span.dropdown {
    text-decoration: none;
    color: #3366FF;
    cursor:pointer;
}

span.dropdown:hover {
    text-decoration: none;
    cursor:pointer;
    color: #000000;
    background-color: #c1386b;
}

a:link {
    color: #c1386b;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #3366FF;
}

a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #c1386b;
}

a:active {
    text-decoration: none;
    color: #666666;
}

div.wrapper {
	width: 760px;
	margin: 15px auto;	
}
	
div.controls {
    padding: 20px;
}



/*--- header elements ---*/

div.banner {
	width: 760px;
	height: 120px;
    background-color: #000000;
    padding: 0;
    margin: 0 0 15px 0;
    background-image:url('http://media.globaljetwatch.net/images/jet1.jpg');
    background-repeat: no-repeat;
    background-position: center right;
}




/*--- left-hand side elements ---*/

div.lhs {
    float: left;
    width: 160px;
}

div.menu {
    float: left;
    width: 160px;
    background-color: black;
    margin: 0 0 15px 0;
}

div.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

div.menu li a {
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
	width: 136px;
	background-color: #000000;
	color: #CCCCCC;
}

div.menu li span.dropdown {
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
	width: 136px;
	background-color: #000000;
	color: #CCCCCC;
}

div.menu li span.dropdown:hover {
	background-color: #751639;
	color: #ffffff;
}


div.menu li a:hover {
	background-color: #751639;
	color: #ffffff;
}

html>body div.menu li a {
	width: auto;
}

ul.submenu li {
    margin-left: 16px;
}

ul.submenu li a {
    padding: 3px 12px
}

.menuOnSmall {
	display: block;
	padding: 3px 12px;
	margin-left: 16px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
	background-color: #c1386b;
	color: #ffffff;
}

.menuOn {
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
	width: 136px;
	background-color: #c1386b;
	color: #ffffff;
}

div.formArea {
    float: left;
    padding: 10px;
    width: 140px;
    background-color: #000000;
}

form p {
    margin: 0px;
	color: #CCCCCC;
}

form#lang {
    margin-top: 15px;
    font-size: 90%;
}

form#login {
    margin-top: 20px;
    font-size: 90%;
}



/*--- main content elements ---*/

div.main {
	float: left;
    padding: 30px;
    background-color: #000000;
    margin: 0 0 15px 15px;
    width: 525px;
    background-image:url('http://media.globaljetwatch.net/images/bg_main.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: justify;
}

div.main h1 {
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 1.4em;
    line-height: 140%;
	color: #c1386b;
}

div.main h2 {
    margin-top: 0em;
    margin-bottom: 1.4em;
    font-size: 1.1em;
    line-height: 140%;
	color: #c1386b;
}

div.main h3 {
    margin-top: 0em;
    margin-bottom: 1.4em;
    font-size: 0.9em;
    line-height: 140%;
	color: #ffffff;
}

div.main p {
    margin-top: 0em;
    margin-bottom: 1.4em;
    font-size: 0.85em;
    line-height: 140%;
	color: #CCCCCC;
}

div.main ul {
    text-align: left;
}

div.main li {
    font-size: 0.85em;
    line-height: 140%;
}

ul.status li {
    margin-bottom: 1.4em;
    text-align: justify;
}

div.imageFloat {
	float: right;
	clear: both;
	margin: 0 0 0 20px;
	/*width: 230px;	*/
	text-align: right;
}

div.imageFloat img {
	margin: 0 0 15px 0;	
}

div.breakout {
	clear: both;
	margin: 0 0 25px 0;
	padding: 15px;
	width: 493px;
	border: 1px solid #CCCCCC;
	background-color: #333333;
}

div.breakout p {
	color: #CCCCCC;
}


div.main form {
    font-size: 0.85em;
}

/*--- miscellaneous elements ---*/


table.header td {
    vertical-align: top;
    font-size: 0.8em;
    padding-right: 1em;
    text-align: left;
}

table#people {
    text-align: left;
}

table#people th {
    vertical-align: top;
    padding-right: 3em;
    line-height: 140%;
    font-size: 0.85em;
}

table#people td {
    vertical-align: top;
    padding-right: 3em;
    font-size: 0.85em;
    line-height: 140%;
}

table#observation td {
    font-size: 0.85em;
}
