/* Global HTML items */
body{
	font-family:Verdana, Arial, sans-serif;
	background:url('clouds.jpg');
}
input[type=text], input[type=number], input[type=password], select, textarea{
	background-color:beige;
	border:1px solid gray;
}
input[type=text]:hover, input[type=text]:focus, input[type=number]:hover, input[type=number]:focus, input[type=password]:hover, input[type=password]:focus, select:hover, select:focus, textarea:hover, textarea:focus{
	border:1px solid orange;
}

/* ID items*/
#ad_remove{
	position:absolute;
	cursor:help;
	bottom:0px;
	right:0px;
	width:12px;
	height:12px;
	background: url('../img/delete.png') bottom left;
	background-repeat:no-repeat;
	background-size:24px;
}
#ad_remove:hover{
	background-position:-12px;
}
#ad_remove a{
	cursor:help;
	text-decoration:none;
}
#ad_remove img{
	position:absolute;
	top:0px;
	right:0px;
	width:12px;
	height:12px;
	margin:0px;
	padding:0px;
	border-width:0px;
}
#ad_subscribe{
	display:none;
}
#av_quotes{
	font-weight:normal;
}
#body{
	display:table;
	margin:auto;
}
#content{
	position:relative;
	background-color:white;
	margin:0px auto;
	border-radius:12px;
	padding:5px;
	box-shadow:0px 1px 4px #222;
	-moz-box-shadow: 0px 1px 4px #222;/* -----Older Mozilla Browsers -------*/
	-webkit-box-shadow: 0px 1px 4px #222;/* ------Older Versions of Chrome, and all Safari----*/
}
#footer{
	width:100%;
	text-align:center;
	font-size:10px;
	margin-top:5px;
}
#header{
	background-color:white;
	border-radius:12px;
	-moz-border-radius: 12px; /* -----Older Mozilla Browsers -------*/
	-webkit-border-radius: 12px;/* ------Older Versions of Chrome, and all Safari----*/
	box-shadow:0px 1px 4px #222;
	-moz-box-shadow: 0px 1px 4px #222;/* -----Older Mozilla Browsers -------*/
	-webkit-box-shadow: 0px 1px 4px #222;/* ------Older Versions of Chrome, and all Safari----*/
}
#headerImg{
	background: url('banner.jpg') no-repeat;
	background-size: cover;
	height:98px;
	min-width:900px;
	background-color:orange;/*---------Older Browsers that don't support gradient--------*/
}
#indexTable{
	background-color:white;
	border-collapse:collapse;
	font-family:Times;
	margin:0px auto;
	white-space:nowrap;
}
#indexTable tr:nth-last-child(n+3):nth-child(n+2) td{
	border:1px solid gray;
	border-collapse:collapse;
	font-size:11px;
	font-family:"Arial",sans-serif;
	text-align:center;
}
#indexTable tr:nth-last-child(n+3):nth-child(n+2):hover td{
	background-color:#FFFF00;
}
#indexTable tr:nth-last-child(n+3):nth-child(2n) td{
	background-color:white;
}
#indexTable tr:nth-last-child(n+3):nth-child(2n+3) td{
	background-color:#ADC2D6;
}
#logoutTimerDiv{
	display:none;
	visibility:hidden;
	width:380px;
	height:230px;
	background-color:white;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-190px;
	filter:alpha(opacity=100);
	opacity:1.0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	z-index:11;
}
#logoutWrapper {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-200px;
	width:400px;
	height:250px;
	visibility:hidden;
	display:none;
	z-index:10;
	filter:alpha(opacity=70);
	opacity:0.7;
	background-color:gray;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}
#navBottom{
	background-color:#0E9DFF;
	/*background: linear-gradient(to bottom, orange, #0E9DFF 20%);
	background: -moz-linear-gradient(top, orange, #0E9DFF 20%);
	background: -webkit-linear-gradient(top, orange, #0E9DFF 20%);
	background: -ms-linear-gradient(top, orange, #0E9DFF 20%);
	background: -o-linear-gradient(top, orange, #0E9DFF 20%);*/
	border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft: 12px; /* -----Older Mozilla Browsers -------*/
	-webkit-border-bottom-left-radius: 12px;/* ------Older Versions of Chrome, and all Safari----*/
	border-bottom-right-radius:12px;
	-moz-border-radius-bottomright: 12px; /* -----Older Mozilla Browsers -------*/
	-webkit-border-bottom-right-radius: 12px;/* ------Older Versions of Chrome, and all Safari----*/
	padding:7px 2px 5px 2px;
}
#navTop{
	text-align:right;
	background-color:#0E9DFF;
	border-top-left-radius:12px;
	-moz-border-radius-topleft: 12px; /* -----Older Mozilla Browsers -------*/
	-webkit-border-top-left-radius: 12px;/* ------Older Versions of Chrome, and all Safari----*/
	border-top-right-radius:12px;
	-moz-border-radius-topright: 12px; /* -----Older Mozilla Browsers -------*/
	-webkit-border-top-right-radius: 12px;/* ------Older Versions of Chrome, and all Safari----*/
	padding:5px 10px 5px 2px;
}
#tags-2, #route, #typeapp {
	text-transform: uppercase;
}
#textBannerAd{
	position:relative;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
}

/* Class Items */
.abort {
	font-size:14px;
	color:black;
	border:1px solid gray;
	background: #FE2E2E;
	text-decoration:none;
	cursor:pointer;
}
.abort:hover{
	border:1px solid #000;background: #FF4000;
}
.abort:active{
	border:1px solid gray;
}
.bigger{
	font-size:larger;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.centerTD{
	text-align:center;
	border:1px solid #909090;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
}
.clickmeboxclass {
	display: none;
	text-indent: 15px;
}
.clickmeboxclass2 {
	display: none;
	text-indent: 25px;
}
.clickmeboxclass3 {
	display: none;
	text-indent: 30px;
}
.currentyearclickmeboxclass {
	text-indent: 15px;
}
.currentmonthclickmeboxclass {
	text-indent: 15px;
}
.customTitle:hover {
	position:relative;
}
.customTitle[data-title]:hover:after{
	content:'';
	position:absolute;
	border-width: 7px 6px 7px 6px;
	border-color: transparent transparent #eeeeee transparent;
	border-style: solid;
	top:11px;
	left:50%;
	z-index:30;
}
.customTitle[data-title]:hover:before {
	content: attr(data-title);
	white-space:normal;
	padding: 4px 8px;
	color: #333;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 20;
	min-width:115px;
	background-color: #eeeeee; /*For browsers that don't support css gradient.*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	box-shadow: 0px 0px 4px #222;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
.delete{
	position:relative;
	left:-14px;
	top:-4px;
	display:inline-block;
	height:14px;
	width:14px;
	background: url('../img/delete.png') bottom left;
	background-repeat:no-repeat;
	background-size:28px;
	cursor:pointer;
}
.delete:hover{
	background-position:-14px;
}
.editDelete{
	display:table-cell;
	cursor:pointer;
}
.error {
	border: 1px solid red !important;
	background-color:#FFCC99 !important;
}
.grandtotal{
	border:1px solid gray;
	border-collapse:collapse;
	font-size:12px;
	background-color:orange;
	text-align:center;
	font-family:Arial, sans-serif;
}
.gray{
	border:1px solid gray;
	border-collapse:collapse;
	font-size:11px;
	background-color:#ADC2D6;
	font-family:"Arial",sans-serif;
	text-align:center;
}
.heading{
	border:1px solid gray;
	border-collapse:collapse;
	font-size:12px;
	background-color:white;
	text-align:center;
}
.indent {
	text-indent: 30px;
}
.italic{
	font-style:italic;
}
.log_row:hover td{
	background-color:#FFFF00;
}
.nav {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	position:relative;
	white-space:nowrap;
}
.nav a {
	padding:1px 2px 1px 2px;
	border: 1px solid #AAAADD;
	background-color: #DCE4EF;/*For browsers that don't support css gradient.*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #DCE4EF, #C0C2C4);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #DCE4EF),color-stop(1, #C0C2C4));
	background-image: -webkit-linear-gradient(top, #DCE4EF, #C0C2C4);
	background-image: -moz-linear-gradient(top, #DCE4EF, #C0C2C4);
	background-image: -ms-linear-gradient(top, #DCE4EF, #C0C2C4);
	background-image: -o-linear-gradient(top, #DCE4EF, #C0C2C4);
}
.nav a:link, .nav a:visited {
	color: #000000;
	text-decoration:none;
}
.nav a:hover, .nav a:active {
	border: 1px solid #000099;
	background-color: #D0DDF0;/*For browsers that don't support css gradient.*/
	background-image: -moz-linear-gradient(top, #D0DDF0, #C0C2C4);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D0DDF0),color-stop(1, #C0C2C4));
	background-image: -webkit-linear-gradient(top, #D0DDF0, #C0C2C4);
	background-image: -moz-linear-gradient(top, #D0DDF0, #C0C2C4);
	background-image: -ms-linear-gradient(top, #D0DDF0, #C0C2C4);
	background-image: -o-linear-gradient(top, #D0DDF0, #C0C2C4);
}
.newButton{
	position:relative;
	cursor:pointer;
	width:20px;
	height:20px;
	display:inline-block;
	background: url('../img/add.png') bottom left;
	background-size: 40px;
	background-repeat:no-repeat;
}
.newButton:hover{
	background-position:-20px;
}
.no_flights{
	
}
.no_flights a{
	font-style:italic;
	color:blue !important;
}
.route {
	font-size:10px;
	white-space:nowrap;
}
.submit {
	border:1px solid gray;
	background: #60A4F7;
	color: black;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
.submit:hover{
	border:1px solid #000;background: #6CAFFF;
}
.submit[type=submit]{
	margin-left:-1px;
}
.submit:active{
	border:1px solid gray;
}
.suggestions{
	font-style:italic;
	font-size:12px;
}
.summaryHeading {
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	background-color:#D0D0D0;
}
.summaryRow{
	font-size:12px;
	color:blue;
	background-color:#F0F0F0;
}
.total{
	border:1px solid gray;
	border-collapse:collapse;
	font-size:12px;
	background-color:gray;
	text-align:center;
	font-family:Arial, sans-serif;
}
.ui-autocomplete-loading { background:white url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif') no-repeat right center }
.underline{
	text-decoration:underline;
}
.white{
	border:1px solid gray;
	border-collapse:collapse;
	font-size:11px;
	background-color:white;
	font-family:"Arial",sans-serif;
	text-align:center;
}

/* Pagination Style */
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	font-size:12px;
}
div.pagination a {
	padding: 2px 4px;
	margin: 1px;
	border: 1px solid #AAAADD;
	text-decoration: none;
	color: #000099;
	background-color: #DCDCDC;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
	div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #D8D8D8;
	background-color: #F0F0F0;
	color: #C0C0C0;
}