/********************************************
   Original design made by 
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.1
	LAST MODIFIED     Nov-14-2007 	
 *******************************************/
@import url(jquery-ui-1.8.18.custom.css);

.ui-datepicker-trigger {
	vertical-align: top;
	padding-top: 3px;
	padding-left: 3px;
}

.ui-datepicker-calendar th {
	background: inherit;
	color: inherit;
}

/********************************************
   Font Faces
********************************************/
@font-face {
	font-family: 'Antonio-Regular';
	src: url('../fonts/antonio/regular/Antonio-Regular.ttf.eot');
	src: url('../fonts/antonio/regular/Antonio-Regular.ttf.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/antonio/regular/Antonio-Regular.ttf.woff') format('woff'),
	     url('../fonts/antonio/regular/Antonio-Regular.ttf')  format('truetype'),
		 url('../fonts/antonio/regular/Antonio-Regular.ttf.svg#Antonio-Regular') format('svg'); 
	font-weight: normal;
	font-style: normal;
}

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}

body {
	background: white;
	font: 12px Arial, sans-serif;
	color: #4d4d4d;
	text-align: left;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}

a:hover {
	color: #468daf;
	background: inherit;
	text-decoration: underline;
}

a img {
	border: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Arial', Tahoma, Sans-serif;
}

h4 {
	margin-bottom: 4px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #006699;
}

h2 {
	text-transform: uppercase;
}

h3 {
	font-size: 120%;
}

/* images */
img.border {
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	padding: 5px;
}

img.float-right {
	margin: 5px 0px 10px 10px;
}

img.float-left {
	margin: 5px 10px 10px 0px;
}

img.smallPilotIcons {
	margin-right: -9px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul.messages {
	background-color: #FAFAFA;
	border: 1px solid #F2F2F2;
	font-weight: bold;
	padding: 5px 0 5px 0px;
	margin: 0;
	border-radius: 3px;
}

#main ul.messages li {
	background: url(../images/lightbulb_on_24.png) no-repeat 2px 0;
	min-height: 24px;
	line-height: 24px;
	padding-left: 30px;
	list-style: none;
}

#main #reminders {
	margin: -5px 0 5px 0;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #f2f2f2;
	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	width: 100%;
}

table caption {
	text-align: left;
}

th strong {
	color: #fff;
}

th {
	background: #468daf;
	padding-left: 4px;
	padding-right: 4px;
	color: #FFF;
	text-align: left;
}

tr {
	height: 20px;
	background-color: #efefef;
}

tr.firstRows {
	background-color: #d2e3ec;
	height: 26px;
}

tr.current {
	background-color: #b4252a;
	color: #fff;
}

td {
	padding: 2px 6px 2px 2px;
	vertical-align: top;
}

td.first, th.first {
	border-left: 0px;
}

td.rightAlignCol, th.rightAlignCol {
	text-align: right;
	padding-right: 6px;
}

table.simple {
	margin-top: 3px;
}

table.simple th {
	background-color: #eee;
	color: #bbb;
	height: auto;
	border: none;
}
/* end - table */

/* status table */

table.statusTable tr {
	background-color: #fff;
}

table.statusTable td {
	vertical-align: top;
}

/* form elements */
form, div.box {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
	border-radius: 3px;
}

label {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

label.inline {
	display: inline !important;
}

select {
	padding: 1px;
}

input, form select {
	font: normal 1em Arial, Verdana, sans-serif;
	color: #606060;
	padding: 2px;
}

form.standardForm input, form.standardForm select {
	border: 1px solid #ddd;
}

input.small {
	width: 75px;
}

input.error {
	border: 1px solid #B72222;
}

#workingPilotsForm label {
	display: inline;
	font-weight: normal;
}

#workingPilotsForm input[type="checkbox"] {
	vertical-align: sub;
}

input.headline {
	width: 98.7%;
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

textarea {
	width: 98.7%;
	padding: 2px;
	margin-bottom: 5px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

textarea.richEdit {
	height: 250px;
}

input.button {
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background-color: #468daf;
	border: none;
	cursor: pointer;
	min-width: 55px;
}

a.button {
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 3px;
	color: #FFF;
	background-color: #468daf;
	border: none;
	cursor: pointer;
}

a.button:hover {
	text-decoration: none;
}

/* search form */

div#pilotSearch {
	float: right;
	position: relative;
	top: 20px;
	padding: 7px;
	height: 45px;
}

.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0 0 15px 0;
	width: 190px;
}

.searchform p {
	margin: 0;
	padding: 0;
}

.searchform input.textbox {
	width: 120px;
	height: 20px;
	vertical-align: bottom;
}

.searchform input.button {
	width: 55px;
	height: 26px;
	padding: 2px 5px;
	vertical-align: top;
}

#shipSearch {
	float: right;
	margin-top: -25px;
}

#boardSelector {
	position: absolute;
	right: 0px;
	margin: -27px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
}

#tagFilter {
	float: left;
	margin-right: 5px;
}

#tagFilter img {
	vertical-align: bottom;
}

/********************************************
   LAYOUT
********************************************/
#content-wrap {
	clear: both;
	min-width: 1160px;
	max-width: 1400px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

#headerBackground {
	background: url(../images/aegir_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	min-width: 1260px;
}

#header {
	padding-left: 50px;
	padding-right: 50px;
	min-width: 1160px;
	max-width: 1400px;
	margin: 0 auto;
	height: 219px;
	color: #FFF;
}

#logoTextContainer {
	display: inline-block;
}

#header h1#logo-text {
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline;
	position: relative;
	top: -40px;
}

#header h1#logo-text a {
	margin: 0;
	padding: 0;
	font: bolder 40px 'Antonio-Regular', Arial, Sans-serif;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
}

#header img.logo {
	border: none;
}

#header p#slogan {
	margin: 0;
	padding: 0;
	font: 13px Arial, Sans-serif;
	opacity: 0.75;
	color: #FFF;
	text-align: right;
	position: relative;
	top: -40px;
}

/* header links */
#header #header-links {
	font: 13px Arial, Sans-serif;
	font-size: 13px;
	height: 90px;
	color: #FFF;
}

#header #header-links div {
	float: right;
	height: 80px;
}

#header #header-links div#login-info {
	width: 910px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: right;
	opacity: 0.75;
	box-sizing: border-box;
}

#header #header-links div#logo-container {
	background-color: white;
	background-image: url("../images/logo_aegir.png");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 50px;
}

#header #header-links a {
	color: #FFF;
	text-decoration: none;
}

#header #header-links a:hover {
	color: #D4E59F;
}

/* Menu */
#menuBackground, div#pilotSearch {
	background-color: blue;
	background-color: rgba(255, 255, 255, 0.4);
}

#menu {
	clear: both;
	margin: 0 auto;
	padding: 8px 0;
	font: 13px Arial, Tahoma, Sans-serif;
	height: 15px;
	min-width: 1160px;
	max-width: 1400px;
	padding-left: 50px;
	padding-right: 50px;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	color: #fff;
	margin-right: 12px;
}

#menu a {
	color: #FFF;
}

#menu ul li a {
	margin-right: 12px;
	text-decoration: none;
}

#menu ul li.last a {
	padding-right: 20px;
}

#menu ul li a:hover {
	color: #ecc8ca;
}

#menu ul li.current a {
	padding-bottom: 7px;
	border-bottom: 3px solid #B4252A;
}

#menu ul li.highlighted a {
	color: #ffbe77;
}
#sidebar ul.sidemenu li.highlighted a {
	color: #ff931e;
}

#menu #logoutLink {
	float: right;
}

/* Main Column */
#main {
	float: left;
	width: 73.5%;
	min-height: 450px;
	padding: 0 0 20px 0;
	margin: 5px 0 0 5px;
	display: inline;
	position: relative;
}

#main h2 {
	margin-top: 10px;
	font: 45px 'Antonio-Regular', Tahoma, Sans-serif;
}

#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

div.message, div.sideContent {
	margin-bottom: 7px;
	background-color: #efefef;
}

div.message H3 {
	color: white;
	background-color: #468daf;
	padding: 5px;
}

div.message P {
	padding: 0px;
}

div.message div.messageContent {
	padding: 7px;
}

.post-footer {
	margin-bottom: 10px;
}

.post-footer .date {
	padding: 1px 0px 1px 20px;
}

.post-footer a {
	float: right;
	margin-right: 5px;
}

.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px;
}

/* a gradient for all browsers */
.gradient {
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#F8F8F8));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FFFFFF, #F8F8F8);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,
		endColorstr=#FFF8F8F8);
	/* For Internet Explorer 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFF8F8F8)";
}

/* Sidebar */
#sidebar {
	float: right;
	width: 23.5%;
	padding: 5px 0 0 0;
	margin: 0;
}

#sidebar h3 {
	margin-top: 5px;
	padding: 5px 0;
	font: 13px Arial, Tahoma, Sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ffbe77;
	border-top-color: #ff931e;
	border-top-width: 3px;
	border-top-style: solid;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	padding: 10px;
	text-decoration: none;
	margin: 0;
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #4d4d4d;
}

#sidebar ul.sidemenu li a:hover {
	color: #1773BC;
}

#sidebar ul.sidemenu li.current a {
	font-weight: bold;
}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	background: none;
}

#sidebar div#searchCategoryEdit {
	height: 15px;
	padding-bottom: 7px;
	padding-right: 10px;
}
#sidebar div#searchCategoryEdit a {
	float: right;
}

div.sideContent div.location,
div.sideContent div.infoContent,
div.sideContent div.infoDFTStop {
	padding: 10px;
}

div.sideContent div.infoDFTStop {
    height: 50px;
}
div.sideContent div.infoContent {
	height: 110px;
}


/* Sidebar: Status */

#sidebar h3.status {
	background-color: #9adbce;
	border-top-color: #96baa9;
}

div.sideContent div.location.notLast {
	border-bottom: 1px solid #ccc;
}

div.sideContent div.location p {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Sidebar: Info */

#sidebar h3.info {
	background-color: #b3b3b3;
	border-top-color: #666666;
}

/* Sidebar: Traffic und Links*/

#sidebar h3.traffic, #sidebar h3.links {
	background-color: #73c6f2;
	border-top-color: #3fa9f5;
}

#sidebar div.traffic ul.sidemenu li.current a {
	color: #73c6f2;
}

/* alignment classes */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* display and additional classes */
.clear {
	clear: both;
}