HTML,BODY {
	background-color: #ECEEF0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#main {
	text-align: left;
/* 	width: 950px; */
	margin: 0 auto;
	margin-top: 5px;
}

#loader {
	background-color: #fff;
	width: 450px;
	border: solid 1px #D8D6D6;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 150px;
	display: none;
	text-align: center;
	color: #dadada;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
}

#reissueLoader {
	background-color: #fff;
	width: 450px;
	border: solid 1px #D8D6D6;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 90%;
	display: none;
	text-align: center;
	color: #dadada;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
}

#reissueSearchLoader {
	background-color: #fff;
	width: 450px;
	border: solid 1px #D8D6D6;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 45%;
	display: none;
	text-align: center;
	color: #dadada;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
}

#reissueDoLoader {
	background-color: #fff;
	width: 400px;
	border: solid 1px #D8D6D6;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 45%;
	display: none;
	text-align: center;
	color: #dadada;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
}

#content {
	background-color: #fff;
/* 	width: 950px; */
	border: solid 1px #D8D6D6;
	padding: 10px 10px 70px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 500px;
	position:relative;
	margin:0 auto;
}

#content2,#content3 {
	background-color: #fff;
	text-align: left;
	border: solid 1px #3CBEE6;
	margin: 0px;
	padding: 10px;
}

#content3 {
	width: 1100px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#bluebar {
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 70%;
	top: 0px;
	width: 210px;
	border-bottom: solid 5px #3CBEE6;
}

#header {
	width: 100%;
	margin-bottom: 0px;
}
#footer {
	width: 100%;
/* 	position:absolute;
	bottom:20px;
	left:0; */
}
#innerContent {
	width: 98%;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0px;
}

#single {
	display: block;
}

#round {
	display: none;
}

#search {
	width: 50%;
	display: none;
}

#search2 {
	width: 100%;
}

.full,.fullcentered,.spacer,.spacerbig,.fullcollapsed,.spacersmall {
	width: 100%;
}

.half {
	width: 80%;
}

.full {
	width: 100%;
}

.fullcentered {
	width: 100%;
	text-align: center;
}

.fullcollapsed {
	width: 100%;
	border-collapse: collapse;
}
.table{
	border-collapse:collapse;
	border:0;
}
.table th,
.table td{
	padding:3px;
}
.spacer {
	height: 15px;
}

.spacerbig {
	height: 170px;
}

.spacersmall {
	height: 5px;
}

.divblock {
	display: inline;
	margin-right: 15px;
	float: left;
	height: 22px;
	line-height: 21px;
}

body:nth-of-type     (1) .divblock {
	margin-right: 14px;
}

body:nth-of-type     (1) .divCalendarImg {
	padding-top: 2px
}

.divCalendarImg img {
	margin-left: -10px;
	width: 15px;
	height: 15px;
}

* html .divCalendarImg img {
	margin-left: -1px;
}

* html .divCalendarImg {
	padding-top: 2px;
}

#animation {
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

a.main-help,a.main-logout {
	color: #064497;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-left: 10px;
	background-position: center right;
	background-repeat: no-repeat;
}

a.main-help:hover,a.main-logout:hover {
	background-color: #FCC100;
	color: #fff;
}

a.main-logout {
	margin-right: 30px;
}

input,select {
	border: 1px solid #999;
	font-size: 12px;
}

input:hover,select:hover {
	border: 1px solid #3CBEE6;
	background: #fefefe;
}

.date,.selecter,.email,.priceselect,.seat {
	width: 87px;
	border: solid 1px #A5ACB2;
	color: #064497;
	font-size: 10px;
	padding: 2px;
}

.selecter {
	width: 135px;
}

.priceselect {
	width: 100px;
}

.email {
	width: 128px;
}

.seat {
	width: 60px;
}

.default {
	width: 110px;
}

.big {
	font-size: 14px;
}
.btn-link{
	background:none;
	border:0;
	padding:0;
	cursor:pointer;
	color:orange;
}
.btn-link:hover{
	color:#666;
}
.submit,.decline,.reserve,.close,.submit2 {
	background-color: #064497;
	color: #fff;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #3CBEE6;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.submit2 {
	padding: 0;
}

.submit2:hover {
	background-color: #ffbc39;
}

.reserve {
	background-color: #ffbc39;
}

.close {
	background-color: #dadada;
	color: #000;
}

.decline {
	background-color: #ff0000;
}

.submit:hover {
	background-color: #004095;
	border: 1px solid #004095;
	cursor: pointer;
}

.decline:hover {
	background-color: #ff0000;
	border: 1px solid #004095;
	cursor: pointer;
}

.close:hover {
	background-color: #dadada;
	border: 1px solid #004095;
	cursor: pointer;
}

.reserve:hover {
	background-color: #ffbc39;
	border: 1px solid #004095;
	cursor: pointer;
}
.subButton,.delButton{
	border:1px solid #ccc;
	background:#eee;
	color:#333;
	padding:1px 3px;
}
.delButton{
	color:#fff;
	background:#E17226;
}
.subButton:hover,.delButton:hover{
	border:1px solid #3CBEE6;
	background:#eee;
	color:#333;
}
a {
	font-size: 11px;
	color: #B6B7B7;
	text-decoration: none;
}

a.blue,a.bigblue,.lang {
	color: #3CBEE6;
}

a.bigblue,a.adminmenu,a.aeroadminmenu,a.bulucakadminmenu {
	font-size: 12px;
}

a.adminmenu {
	color: #064497;
	font-weight: bold;
}

.full a.aeroadminmenu,.full a.bulucakadminmenu {
	color: #000;
	font-weight: bold;
}


a.black {
	color: #000;
}

#main a.selected {
	color: #004095;
}

a:hover,a.blue:hover,a.selected:hover,a.black:hover {
	color: #FCC100;
}

.formtitle,.formtitlered,.formtitlenormal,label,.sortlabel,.formtitlesub
	{
	font-weight: bold;
	font-size: 11px;
	color: #004095;
}

.formtitlesub {
	color: #959595;
}

.sortlabel {
	text-decoration: underline;
}

.formtitlered {
	color: #ff0000;
}

.formtitlenormal {
	font-weight: normal;
}

.coral {
	color: #FCC100;
}

.text,.subnav {
	font-size: 11px;
	font-weight: normal;
}

.result2 {
	font-size: 11px;
}

.dheaderinfo {
	padding: 5px;
	background-color: #5cd2f6;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.subnav {
	color: #B6B7B7;
}

.footer {
	width: 100%;
	margin-top: 10px;
	font-size: 10px;
	color: #CBCCCD;
	text-align: center;
	line-height: 18px;
}

.info {
	margin-top: 10px;
	color: #000;
	font-size: 10px;
	text-align: center;
}

.blueline {
	width: 100%;
	border-bottom: solid 1px #3CBEE6;
	margin: 5px 0 5px 0;
}

.greyline {
	width: 100%;
	border-bottom: solid 1px #dadada;
}

.blueline2 {
	width: 100%;
	border-bottom: solid 1px #3CBEE6;
}

.bluelinebig {
	width: 100%;
	height: 4px;
	background-color: #3CBEE6;
}

.redlinebig {
    width: 100%;
    height: 4px;
    background-color: #CC1100;
}

.rowitem {
	border-bottom: solid 1px #dadada;
}

.rowitem1 {
	border-top: solid 1px #dadada;
}

.rowitem2 {
	border-bottom: solid 1px #dadada;
}

.rowitemnum {
	border-bottom: solid 1px #dadada;
	text-align:  right;
}

.searchrow {
	border-bottom: solid 1px #3cbee6;
	font-size: 11px;
}

.searching:hover,.found:hover,.status7:hover,.status4:hover,.status5:hover,.status8:hover
	{
	color: coral;
	cursor: pointer;
}

tr.searching:hover
{
	background-color : lightgray !important;
}

.searching,.found,.cancelled,.status7,.status4,.status5,.status8,.status2 {
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 11px;
	color: #064497;
	cursor: pointer;
}

#ccrefundResult {
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 12px;
}

.status2 {
    color: black;
}

.status5 {
	color: #ff00ff;
}

.status8 {
	color: gray;
}

.found {
	color: #FCC100;
}

.cancelled {
	color: #ff0000;
}

.found:hover {
	background-color: #ff0000;
	cursor: pointer;
}

.cancelled:hover {
	background-color: #fcc100;
	cursor: pointer;
}

.book {
	background-color: red;
}

.sectionHeader,.tableHeader,.searchHeader,.returnHeader,.passHeader,.checklistHeader {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.tableHeader {
	color: #3cbee6;
}

.searchHeader,.returnHeader,.passHeader {
	background-color: #3cbee6;
	color: #fff;
	padding: 5px;
}

.returnHeader {
	background-color: #fcc913;
}

.passHeader {
	background-color: #23b53b;
}

.checklistHeader {
	background-color: #3CBEE6;
}

#fromDate {
	display: none;
	position: absolute;
}

#toDate {
	display: none;
	position: absolute;
}

#invDate {
    display: none;
    position: absolute;
}

div.calendarDiv {
	display: none;
	position: absolute;
}

#myAutoComplete {
	width: 25em;
	/* set width here or else widget will expand to fit its container */
	padding-bottom: 2em;
}

#myContainer {
	width: 30em;
}

#myAutoComplete1 {
	width: 25em;
	/* set width here or else widget will expand to fit its container */
	padding-bottom: 2em;
}

#myContainer1 {
	width: 30em;
}

#filtersDeparture,#cipSel {
	padding: 10px;
	border: solid 1px #3cbee6;
	background-color: #edf2f3;
}

#cipSel {
	text-align: left;
}

#filtersReturn,.filtersReturn {
	width: 96%;
	padding: 10px;
	border: solid 1px #ff0000;
	background-color: #fee0c6;
	text-align: left;
}

.warning {
	width: inherit;
	padding: 10px;
	border: solid 1px #ff0000;
	background-color: #fee0c6;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.filtersReturn {
	width: 93%;
}

#noDiscount {
	width: 98%;
	padding: 10px;
	border: solid 1px #3cbee6;
	background-color: #edf2f3;
	text-align: left;
}

.proprice {
	background-color: #ecf6f8;
}

.preprice {
	background-color: #dbedf1;
}

.busprice {
	background-color: #cee4e9;
}

.tableSubHeader {
	background-color: #cde3e8;
	font-weight: bold;
	font-size: 11px;
	color: #004095;
	padding: 5px;
}

.tableRowItem {
	background-color: #e0e8ea;
	font-size: 11px;
	color: #000;
	padding: 5px;
}

.totalPrice,.grandTotal,.totalPrice2 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.totalPrice2 {
	color: #3cbee6;
}

.grandTotal {
	font-size: 18px;
}

.cabinInfoDiv {
	font-size: 12px;
	position: absolute;
	z-index: 4;
	width: 208px;
	font-weight: normal;
	color: #555;
	background: #EBEBFF;
	border: 1px solid #7BA0B7;
	text-align: left;
	padding: 6px;
}

.must {
	font-weight: bold;
	color: red;
}

.searchResult {
	border: solid 1px #dadada;
	margin: 10px 5px 0 5px;
	padding: 0px;
	padding-top: 5px;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.departureLegend {
	padding: 10px;
	background-color: #3CBEE6;
	color: #fff;
	font-weight: bold;
}

.functionDiv {
	margin: 0;
	padding: 0;
	width: inherit;
	min-heigth: 15px;
	background-color: #edf2f3;
	color: #000;
	text-align: right;
	padding-right: 10px;
}

.detailDiv {
	width: 50%;
	padding: 5px;
}

img {
	margin: 0;
	padding: 0;
}

.radio {
	border: 0;
}

.red {
	color: #ff0000;
}

.passsubDiv {
	border: solid 1px #dadada;
	margin: 5px;
	margin-left: 0;
	padding: 5px;
	background-color: #f2f2f2;
}

.blue {
	color: #3CBEE6;
}

.status7 {
	color: #ff0000;
}

.leftBorder {
	border-left: solid 2px #dadada;
}

.add-order-2 {
	
}

.add-order-2 ul,.add-order-3 ul,.add-order-4 ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.add-order-2 ul li.inline,.add-order-3 ul li.inline,.add-order-4 ul li.inline
	{
	display: inline;
	margin: 10px 20px 10px 0;
}

.add-order-2 input.yui-ac-input {
	width: 100px;
	position: relative;
}

.yui-skin-sam .add-order-2 .yui-ac-container {
	width: 300px;
}

.add-order-3 input {
	width: 90px;
}

input.mr-20, select.mr-20{
	margin-right: 20px;
}

 select.mr-15{
	margin-right: 5px;
	width: 130px;
} 

.number {
	background-color: navy;
	font-weight: bold;
	color: #fff;
	padding: 2px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.personlabel {
	background-color: navy;
	font-weight: bold;
	color: #fff;
	padding: 2px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 55px;
	float: left;
	margin-right:10px;
}

.add-order-2 input.kisalt,.add-order-4 input.kisalt,.add-order-1 input.kisalt
	{
	width: 80px;
}

.add-order-4 ul li.inline,.add-order-2 ul li.inline {
	margin: 0 3px 1px 0;
}

.yolcu-header {
	color: #004095;
	display: inline;
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
}

.obligatory {
	border: thin solid red;
}

.order-add fieldset {
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
}

.block {
	display: block;
}

ul.labels {
	list-style: none;
	position: relative;
}

ul.labels li {
	display: inline;
	position: absolute;
	top: -18px;
}

ul.labels li.label1 {
	left: 220px;
}

ul.labels li.label2 {
	left: 385px;
}

ul.labels li.label3 {
	left: 550px;
}

ul.labels li.label4 {
	left: 640px;
}

ul.labels li.label5 {
	left: 730px;
}

ul.labels li.label6 {
	left: 820px;
}

ul.labels li.label6emd {
	left: 890px;
}

ul.labels li.label6emdprice {
	left: 1020px;
}

ul.labels li.label7 {
	left: 78px;
}

ul.labels li.label8 {
	left: 408px;
}

ul.labels li.label9 {
	left: 503px;
}

ul.labels li.label10 {
	left: 645px;
}

ul.labels li.labeldff {
	left: 600px;
}

ul.labels li.label11 {
	left: 145px;
}

ul.labels li.label12 {
	left: 245px;
}

ul.labels li.label13 {
	left: 945px;
}

ul.labels li.label14 {
	left: 1075px;
}

select.adult-combo {
	width: 110px;
}

.add-order-2 input,.add-order-2 select,.add-order-4 input,.add-order-4 select
	{
	font-size: 12px;
	margin-bottom: 1px;
}

#invoicesPending,#invoicesConfirmed {
	margin-top: 50px;
	width: inherit;
	height: 250px;
	border: solid 1px #dadada;
}

#invoiceList1 {
	width: inherit;
	height: 350px;
	overflow: scroll;
}

#invoicesConfirmed {
	margin-top: 0;
}

.invoice0 {
	color: blue;
}

.invoiceNum0 {
	color: red;
}

.invoice2 {
	background-color: red;
	color: #fff;
}

.invoice4 {
	background-color: gray;
	color: #fff;
}

.seen_true {
	background-color: gray;
	color: #fff;
}

.people thead th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.people {
	width: 100%;
}

.rowdetail {
	border-bottom: 2px solid #ccc;
}

.airportdlg {
	width: 99%;
	border: none;
}

.airportdlg th {
	width: 25%;
	font-weight: bold;
	text-align: right;
}

.airportdlg td input,.airportdlg td select {
	width: 98%;
}

.readonly {
	background-color: #EEE;
	font-weight: bold;
}

.terminal {
	font-family: Lucida Console, Arial Terminal, Courier New, Courier;
	font-size: 14px;
	background-color: #000000;
	color: #07E307;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.problem {
	background-color: red;
	color: #fff;
}

.outlineProvider {
	background-color: #dadada;
	padding: 10px;
}

.outlineAgency {
	background-color: #dadada;
	padding: 10px;
}

.outlineBank {
	background-color: #dadada;
	padding: 10px;
}

.callLine {
	background-color: red;
	color: white;
}

.search {
	background-color: #FFF;
}

.searchwarning {
	background-color: yellow;
}

.searchcritical {
	background-color: red;
}

.searchAmadeus {
	background-color: #DADADA;
}

.searchAtlasJet {
	background-color: #CACACA;
}

.searchCondor {
	background-color: #DADADA;
}

.searchCorendon {
	background-color: #CACACA;
}

.searchGalileo {
	background-color: #DADADA;
}

.searchSky {
	background-color: #CACACA;
}

.searchSunExpress {
	background-color: #DADADA;
}

.searchTHY {
	background-color: #CACACA;
}

.searchtotal {
	background-color: #8A8A8A;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.priceInfo {

}

.modifiedtrue {
  background-color: coral;
}

.bckorange {
  background-color: #CD6600;
}

.redtext{
color: red;
font-weight: bold;
}


.Status_93 {
	color: red;
}

.Status_99 {
	color: blue;
}

.Status_98 {
	color: green;
}

.lowertrue{
	background-color: yellow;
	color: blue;	
}

.errorCode {
	border: solid 1px #ff0000;
	background-color: #fee0c6;
	color: #000;
	padding:5px;
}

label.error {
	color : red;
}

.hidden {
    display: none;
}
table.call-history{border:1px solid #ccc;border-collapse:collapse;color:#aaa;}
table.call-history td{padding:3px;}
table.call-history tr.call-history-head td{background:#eee;color:#666;font-weight:bold;text-align:center;}
.setoffline{
background:url(/images/setoffline.gif) no-repeat;
width:24px;
height:24px;
display:block;
cursor:pointer;
}

.max-comm{
	font-size: x-small;color:red;
}

.accountGider {
		color: blue;
}

.accountGidertrue {
	color: red;
}

.accountGiderfalse {
	color: blue;	
}

input.ui-state-error:hover{
	border: 1px solid #cd0a0a; background: #b81900 url(../../images/jq/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; 
}
.datePicker{
	float:left;
	margin-right:5px;
	width:80px;
}
.aeUserCount{
	margin:20px 0;
}
.aeUserCount td{
	padding:5px 10px;
	border:1px solid #ccc;
	width:315px;
}
.aeUserCount .userCountNo{
	background:#eee;
	width:auto;
}
.aeUserProfile {
	width:100%;
	margin:20px 0;
	border-collapse:collapse;
}
.aeUserProfile td.userCountNo,
.aeUserProfile tr.importantField td.userCountNo{
	background:#fff;
	width:300px;
	color:#333;
}
.aeUserProfile td{
	background:#f4f4f4;
	width:100px;
	padding:5px 10px;
	border:1px solid #e3e3e3;
}
.aeUserProfile tr.importantField td{
	color:#3CBEE6;
	font-weight:bold;
}
.aeUserProfile textarea{
	padding:2px;
	width:98%;
	height:100px;
	border:1px solid #aaa;
}
.aeUserBalance{
	width:60%;
	border-collapse:collapse;
	margin:20px 0;
}
.aeUserBalance tr:hover{
	background:#eee;
	cursor:pointer;
}
.aeUserBalance th{
	background:#fff;
	color:#004095;
	padding:3px 5px;
}
.aeUserBalance td{
	border:1px solid #eee;
	padding:3px 5px;
	text-align:left;
}
.aeUserBalance td.aeUsername{
	font-weight:bold;
}
.aeUserBalanceDetail td{
	border-bottom:1px solid #eee;
	padding:3px 5px;
}
.minus{
	color:red;
	font-weight:bold;
}
.plus{
	color:green;
	font-weight:bold;
}
.aeBakiye{
	color:#3CBEE6;
	font-weight:bold;
}
.pager{
	width:800px;
	margin:10px auto;
}
.pager div a{
	background:#eee;
	border:1px solid #ccc;
	float:left;
	margin:2px;
	padding:2px 6px;
	color:#3CBEE6;
}
.pager div.paged{
	background:#3CBEE6;
	margin:2px;
	padding:2px 6px;
	float:left;
	color:#fff;
	border:1px solid #ccc;
}
.pager div a:hover{
	background:#3CBEE6;
	color:#fff;
}
.announceForm{
	width:80%;
}
.announceForm label{
	display:block;
}
.announceForm input[type="text"]{
	width:96%;
	padding:3px 2px;
}
.announceForm input.datePicker{
	width:73%;
}
.aeroTable{
	border-collapse:collapse;
	margin:20px 0;
}

.aeroTable th{
	color:#004095;
	padding:3px 5px;
}
.aeroTable td{
	border-bottom:1px solid #eee;
	padding:3px 5px;
}
.b2cWorkplace{
	border-collapse:collapse;
}
.b2cWorkplace a{
	color:#000;
}
.b2cWorkplace a:hover{
	color:#fcc100;
}
.b2cWorkplace td {
	padding:15px;
}

.b2cWorkplace tr ~ tr{
	border-top:1px solid #eee;
}
.userOrdersTotal{
	font-weight:bold;
	background:#eee;
}
.aeUserBalance .userOrdersTotal:hover{
	cursor:default;
}
.count{
	background:#f4f4f4;
}
.rowitem a{
	color:orange;
}
.rowitem a:hover{
	color:#333;
}
.submain{
	padding-left:50px;
}

.adminNoteName{
	background:#3CBEE6;
	padding:5px 3px;
	color:#fff;
}
.adminNote{
	background:#fafafa;
	padding:5px;
}
.campaignForm td{
	vertical-align:top;
}
.campaignFormHead td{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.loadingbox {
	background: #33CCFF url(/images/ajax-loader.gif) no-repeat center 30px;
	width: 450px;
	border: 2px solid #000000;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	display: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
	z-index: 2;
}
#iati_loader{
	background: url(/images/ajax-loader.gif) no-repeat center 30px;
}


.evenrow{
	background: #FFFFFF
}

.oddrow{
	background: #CDFFFF
}
.vposExtra td.rowitem{
	padding:10px 5px;
}
.vposExtra td{
	padding:5px 5px 0;
}
.menuVertical {
	width:300px;
}
.menuHorizontal{
	background:#fff;
}
.menuVertical ul,.menuHorizontal ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.menuVertical ul a:hover,.menuHorizontal ul a:hover{
	color:orange;
}
.menuVertical ul li a{
	display:block;
	margin:5px;
	padding:10px 0 10px 20px;
	background:url(/images/ok.gif) no-repeat center left;
	color:#064497;
	font-weight:bold;
	font-size:12px;
}
.menuHorizontal ul li a{
	display:block;
	float:left;
	margin:2px 5px;
	padding:2px 0 2px 10px;
	color:#bbb;
	font-size:11px;
	background:url(/images/arrow-grey2.png) no-repeat center left;
}
.menuHorizontal ul li a.selected{
	background:url(/images/arrow-orange2.png) no-repeat center left;
}
.midbuttons input{
	background:red;
	color:#fff;
	padding:3px;
}
.midbuttons input:hover{
	background:#fff;
	color:red;
	cursor:pointer;
}
.warningBox{
	width:500px;
	padding:20px;
	background:#fff;
	border:1px solid orange;
	border-radius:5px;
	margin:20px auto;
}
.disableRow{
	background:#eee;
	color:#ccc;
}
.tableborder td,.tableborder th{
	border:1px solid #eee;
	padding:3px;
}

.infostyle {
	width: inherit;
	padding: 10px;
	border: 1px solid #3CBEE6;
	background-color: #EDF2F3;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.servicelog {
	width: inherit;
	padding: 10px;
	border: 1px solid #3CBEE6;
	background-color: #EDF2F3;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aeUserProfile tr.importantField.blocked td.userCountNo{
	background:#ff6666;
}
.aeUserProfile tr.importantField.unblocked td.userCountNo{
	background:#54dc7d;
}
#tabs.aeUserProfile{
	background:#fff;
	padding:0;
}
.indent-1 td{
	padding-left:10px;
}
.aeroTable.fraudTable td{
	border-bottom:1px solid #ccc;
}
.cat-title{
	background:#ddd;
}

.hotelTrans .ht-sections{
	width:100%;
}
.hotelTrans td{
	vertical-align:top;
}
.cctaskstatus1,.cctaskstatus2,.cctaskstatus3,.cctaskstatus6,.cctaskstatus9,.cctaskstatus10,.cctaskstatus11,.cctaskstatus12,.cctaskstatus13 {
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
}

.cctaskstatus4,.cctaskstatus7,.cctaskstatus8 {
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 11px;
	color: #064497;
	cursor: pointer;
}

.cctaskstatus5 {
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 11px;
	color: #ff00ff;
	cursor: pointer;
}
#tasksTable tr:hover{
	background:#f3f3f3;
}
#tasksTable td{
	padding:10px 2px;
}

.accountlistCell {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
	
.accountlist1 {
	color: #064497;
	background: #dcdcdc;
	font-size: 11px;
}

.accountlist2 {
	color: #064497;
	background: #cccccc;
	font-size: 11px;
}

.accountlistCurrency {
	color: #004095;
}


ul.find-flight {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.find-flight li {
	display: block;
	margin: 15px 0;
	overflow: hidden;
	clear: both;
	width: 100%;
}

ul.find-flight .first-ff {
	margin-left: 47px;
}

ul.find-flight .width-ff {
	width: 50px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	text-align: right;
}

ul.find-flight .ff-left {
	float: left;
	margin-right: 20px;
}

ul.find-flight .ff-leftup {
	clear: left;
	margin-right: 20px;
}

ul.find-flight .ff-left2 {
	float: left;
	margin-right: 20px;
}
ul.find-flight input[type="text"],
 ul.find-flight select,
 .officeAgencyTable input,
 .officeAgencyTable select{
	height:18px;
	padding:2px;
}
 .officeAgencyTable .ui-autocomplete-input{
	width:250px;
}
.table-line th{
	padding:3px;
    border-bottom:1px solid #ddd;
}
.table-line td{
	padding:3px;
    border-bottom:1px solid #ddd;
}
.table-line tr td:first-child{
    border-left:1px solid #ddd;
}
.table-line tr td:last-child {
    border-right:1px solid #ddd;
}
tr.orange{
	background:#FFBA60;
	color:inherit;
}
tr.red{
	background:#FF6360;
	color:inherit;
}
tr.blue{
	background:#60C5FF;
	color:inherit;
}
tr.grey{
	background:#ccc;
	color:inherit;
}
tr.green{
	background:#74E088;
	color:inherit;
}
.alink{
	color:#004095;
	cursor:pointer;
}
.alink:hover{
	color:orange;
}
.blink{
	cursor:pointer;
}
.blink:hover{
	color:orange;
}
.linkhover:hover{
	color:orange;
}
.table-striped {
	border-collapse:collapse;
	font-size:13px;
	width:80%;
	margin:10px auto;
}
.table-striped th{
	background:#93bee9;
	padding:5px 20px;
	color:#fff;
	font-weight:bold;
}
.table-striped td{
	background:#dee8f4;
	border-top:1px solid #fff;
	padding:5px 20px;
}
.table-striped tr.odd td{
	background:#c1d5eb;
}

.table-striped.tablesorter td{
	background:#dee8f4;
	border-top:1px solid #fff;
	padding:5px 10px; !important
}

.table-striped.tablesorter thead th{
	background:#93bee9;
	padding:5px 10px;
	font-weight:bold;
	color:#eee; !important
}
.map {
    height: 645px;
    width: 100%;
}
.hiddendiv {
	display: none;
}
.unmatchedTrx {
	border-bottom: solid 1px #3cbee6;
	font-size: 11px;
	color: red;
}
.ui-autocomplete-category.iconHotel{
	background:#eee url(/images/icon-30-hotel.png) no-repeat right center;
	height:21px;
}
.ui-autocomplete-category.iconCity{
	background:#eee url(/images/icon-30-city.png) no-repeat right center;
	height:21px;
}
.ui-autocomplete-category.iconDistrict{
	background:#eee url(/images/icon-30-region.png) no-repeat right center;
	height:21px;
}
.searchTerm{
	font-weight:bold;
}
.roomHeader {
	width: 100%;
	background-color: #dadada;
	padding: 5px;
	margin: 5px;
	color: #004095;
	font-weight: bold;
}
.roomcheck {
	width: 180px;
	float: left;
	line-height: 30px;
	margin: 5px;
}

.hotel-photos .ui-widget-header{
	background:#eee;
	padding:5px;
	margin:0 0 20px;
	border:0;
	line-height:30px;
	color:#333;
}
.hotel-photos .ui-widget-content{
	background:#fff;
	min-height:100px;
}
.hotel-photos .photoCount{
	color:orange;
}
.hotel-photos .gallery li{
	margin:0 0 30px 80px;
}
.hotel-photos .gallery li img,.hotel-photos .gallery .ui-widget-header{
	cursor:default;
}
.full,.fullcentered,.spacer,.spacerbig,.fullcollapsed,.spacersmall {
	width: 100%;
}
.ui-widget *{
	font-family: Arial, Helvetica, sans-serif !important;
}
html .ui-widget,html .ui-widget input,html .ui-widget select,html .ui-widget textarea,html .ui-widget button,
td {
	font-size:12px;
}

.btn-upload input[type="file"] {
    position: fixed;
    top: -1000px;
}

.btn-upload {
	font-weight:normal;
}

.iorder {
	color: #ffcc80;
	font-weight: bold;
}
img.insurance {
    height: 16px;
    vertical-align: middle;
}

.status-problem {
	background-color: red;
	color: #fff;
}

.status-success {
	background-color: green;
	color: #fff;
}

.status-error {
	background-color: gray;
	color: #fff;
}

.status-newcreated {
	background-color: orange;
	color: #fff;
}

.alert{
	padding:15px;
	margin:15px;
	text-align:center;
	border-radius:3px;
	font-size:13px;
	font-weight:bold;
}
.alert.alert-danger{
	color:#f00;
	border:1px solid #f00;
}
.alert.alert-success{
	color:#50B49A;
	background-color:#E1FBC6;
	border:1px solid #6BC3B9;
}
.grouptask {
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	font-size: 11px;
	color: #064497;
	cursor: pointer;
}