body{
	font-family: Verdana,Geneva,sans-serif; 
	background-color: #FFF;
	font-size: 10px;
}

body#OAErrorPage{ 
	background-image: none; 
	margin: 10px;
}
body#OAErrorPage #Content{
	position: relative;
	top: auto;
	left: auto;
}

td{
	font-size: 10px;
}


#CalFrame{
	z-index: 9999;
}
label{
	color : #006;
	font-weight: bold;
}
input,select {
	font-size:10px;
	font-family: Verdana, Geneva,sans-serif; 
}

input.inp {
	z-index:9999;
}


form {
	margin: 0;
	padding: 0;
}

a{ text-decoration: underline;  }
a:visited{ text-decoration: underline; }
a:hover{ text-decoration: underline; }
a:active{ text-decoration: underline; }
div, dl{ 
	position: relative;
	z-index:1;
}
.nocss{ display: none; }

#Container{
	margin: 10px;
	width: 550px;
	z-index:88;
}


div, span, h2, dt,dd, td{
	color: #006;
}

p{
	margin-top:10px;
	margin-bottom: 10px;
}

h2{
	display:none;
	margin: 0 0 10px 0;
}
h3{
	font-size: 11px;
	margin: 0 0 10px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


.dateField { 
	position: relative; 
	width: 103px;
}
.dateField input{ width: 78px; }
.dateField a.calendar{
	position: absolute;
	left: 83px;
	top: 1px;
}

.dateField .dateFormat{
	color : #03C;
}

/************************************************
	Page Navigation at the bottom of the content
	Back, Top, Cancel ... links
*************************************************/

#PageNavigation{
	margin: 0;
	padding: 10px 4px;
	list-style-type: none;
	border-top: 1px solid #9CF;
	position: relative;
	
}

#PageNavigation #PageUp{
	position:absolute;
	right: 4px;
}

#FinalItinerary #PageNavigation{
	margin-top: 10px;
}
#FinalItinerary #PageNavigation #PageUp{
	top: 0;
}

/************************************************
	Page Footer at the end of the page
	Copyright, Web Contact ...
*************************************************/

#Footer{
	border-top: 1px solid #9CF;
	/*padding: 10px 4px;*/
	padding:10px 0px 4px 4px;
	color: #03C;
}
#Footer #WebContact {
	color: #03C;
	font-weight: bold;
	position:static;
}

#Footer ul{
	position: absolute;
	top:10px;
	right: 4px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	z-index:999;
}

#Footer ul li a{
	color: #03C;
}

/************************************************
	Partner Generic Header on top of the page
	Partner logo ...
*************************************************/

#PartnerHeaderGeneric #header{
	background-color: #FF0;
	border: solid 1px #0060FF;	
	width:548px !important;
	width /**/: 550px;
	height:88px;
	overflow:hidden;
}

#PartnerHeaderGeneric #IntroText{
	float:left;
	width:360px;
}
#Content { clear:both; }

#PartnerHeaderGeneric #SecondaryNavigation{
	margin:0;
	padding: 0;
	height: 20px;
	list-style-type: none;
	text-align: right;
	clear: both;
}

#PartnerHeaderGeneric #SecondaryNavigation li{
	display: inline;
	background-color: #006;
	height: 14px !important;
	height /**/: 20px;	
	padding: 3px 5px 3px 5px;
	margin-left: 1px;
}

#PartnerHeaderGeneric #SecondaryNavigation li a {
	text-decoration: none;
	color : #FFF;
}

#PartnerHeaderGeneric #SecondaryNavigation li a:hover {
	color : #CF6;
}

#SessionId { 
	color : #FFF; 
	margin-bottom: 20px;
}


/************************************************
	List Navigator. On each with a pagination
*************************************************/
#ListNavigator{
	/*border-top: #9CF 1px solid;*/
	padding: 10px 4px;
}

#ListNavigator #ResultInfo{ position: absolute;	}
#ListNavigator #SortBy{ text-align: right; }
#ListNavigator #SortBy #SortByOptions{ margin-bottom: 4px; }
#ListNavigator #SortBy #MoreSortOptions{ margin-bottom: 10px; }
#ListNavigator select{ width: 200px; }

#ListNavigator #Pager{
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: relative;
	height: 15px;
}

#ListNavigator #Pager li{
	float: left;
	margin-right: 5px
}

#ListNavigator #Pager a.previousPage,
#ListNavigator #Pager a.nextPage,
#ListNavigator #Pager a.firstPage,
#ListNavigator #Pager a.lastPage{
	display:block;
	text-indent: -1000px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
}

#ListNavigator #Pager a.firstPage{
	background-image: url(images/NavigatorFirst.gif);
	width: 10px;
}

#ListNavigator #Pager a.lastPage{
	background-image: url(images/NavigatorLast.gif);
	width: 10px;
}

#ListNavigator #Pager a.nextPage{
	background-image: url(images/NavigatorNext.gif);
	width: 5px;
}

#ListNavigator #Pager a.previousPage{
	background-image: url(images/NavigatorPrev.gif);
	width: 5px;
}

/************************************************
	Rating Classification info block
*************************************************/

#Rating{
	position: absolute;
	visibility: hidden;
	/*width: 300px;*/
	width: 550px;
	background-color: #FFF;
	border: #9CF 1px solid;
	padding: 10px;
	z-index: 9999;
}

#Rating dt{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	border-bottom: #9CF 1px solid;
}
#Rating dd dl dt {
	font-size: 10px;
	margin-bottom: 0;
}

#Rating dd,
#Rating dd dl dt{
	margin: 0;
	padding: 0;
}

#Rating dd dl dd{
	margin: 0 0 10px 0;	
}

/******************************
* @description	Message Holders Classes 
* @author		Shant Adam
* @date			09/09/2005
*******************************/

#MessagesHolder, #MessagesHolderHotelOptions{
	margin-top: 20px;
}
#MessagesHolder h2.error,
#MessagesHolder h2.notification,
#MessagesHolder h2.warning,
#MessagesHolderHotelOptions h2.error,
#MessagesHolderHotelOptions h2.notification,
#MessagesHolderHotelOptions h2.warning {
	padding-left:20px;
	font-size: 17px;
	display: block;		
}

#MessagesHolder h2.error, #MessagesHolderHotelOptions h2.error{
	background:transparent url(images/MessageError.gif) no-repeat center left;
	color: #F00;
}

#MessagesHolder h2.warning, #MessagesHolderHotelOptions h2.warning{
	background:transparent url(images/MessageWarning.gif) no-repeat center left;
	color :#F90;
}

#MessagesHolder h2.notification, #MessagesHolderHotelOptions h2.notification{
	background:transparent url(images/MessageNotification.gif) no-repeat center left;
	color : #693;
}

#MessagesHolder ul, #MessagesHolderHotelOptions ul{
	list-style:square outside;
	margin-top: 5px;
}

/*******************************
* @description	Pop-Up Windows Classes 
* @author		Shant Adam
* @date			09/14/2005
********************************/

.popUp{
	background-image : url();
	margin:10px;
}

.popUp h1{
	color: #669933;
	border-bottom: 1px solid #9CF;
	padding-left:4px;
	margin-bottom: 0;
	font-size: 17px;
}

.popUp #Action{
	border-top: 1px solid #9CF;
	padding-right: 4px;
	padding-top: 10px;
	text-align: right;
}
.popUp ul{
	margin-top: 0px;
	margin-bottom:10px;
}

.popUp .option{
	border-bottom: 1px solid #9CF;
	padding-left: 4px;
}

.popUp .option label {
	font-weight:normal;
	vertical-align: middle;
}

.popUp .option .input { vertical-align: middle; }

.popUp .titleWrapper{
	background-color: #669933;
	color: #FFFFFF;
	padding:4px;
	margin-bottom:0px;
}

.popUp .textBlock{ padding: 10px 4px; }

/*******************************
	Waiting Page
*******************************/

#Waiting{
	background-image : url();
	text-align: center;
}

#Waiting #Content2{
	position:relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	/*width: 335px;*/
	width: 407px;
	text-align: center;
}

#Waiting #Logo{
	background: #fff url(images/WaitLogo.gif) no-repeat scroll top center;
	/*background: #fff url(images/wait_logo.gif) no-repeat scroll top center;*/
	height:100px;
	width:100%;
	/*margin-bottom: 20px;*/
}

div.waitlogo{
	background: #fff url(images/WaitLogo.gif) no-repeat scroll top center;
	height:47px;

}

body#Waiting div.callphone{
	color:#000066;
	font-size:15px;
	height:10px;
	left:16px;
	margin:5px 0pt 15px 20px;
	width:420px;
	/*padding:0pt 0px 20px 13px;
	position:absolute;
	top:-28px;*/
	z-index:9999;
	
}

body#Waiting div.callphone ul{
	list-style-type:none;
}


body#Waiting div.callphone ul.contactbyphone li {
	font-weight:bold;
	padding-right:3px;
	margin:0;
	float:left;
}

body#Waiting div.callphone ul.contactbyphone li.phonenumber {
	background: none;
	padding:0;
}




#Waiting #ProcessingAnim{
	/*background: no-repeat url(images/WaitAnim.gif) center 0 0;*/
	background: #fff url(images/WaitAnim.gif) no-repeat scroll top center;
	margin-bottom: 20px;
	height:15px;
	width:100%;
	
	/*margin-left:20px;*/
	
}
#Waiting #OutputMessage{
	/*margin-bottom: 20px;*/
	margin:0pt 0pt 20px 0px;
}

#Waiting #OutputMessage h3{
	font-size:14px;
}

#Waiting .ms{ 
	border: 1px solid #9CF;
	padding:4px;
	display: none; 
	clear: left;
	/*margin-left:18px;*/
	margin:0pt 10px;
}

#Waiting .ms div{
	float: left;
	text-align: left;
}

#Waiting .ms .msImage{
	margin-right: 10px;
}

#Copyright{
	margin-top: 28px;
	text-align: center;
	clear: both;
}

#SessionId { 
	color : #FFF; 
	margin:20px 0;
}

#NurunLogo{
	margin-top:10px;
	height: 23px;
	text-indent: -1000px;
	background-image: url(../../img/logo_nurun.gif);	
	background-repeat: no-repeat;
	background-position: right;
}

#PopupBanner{
	display:block;
	width: 285px;
	height: 70px;
	background-image: url(images/PopupBanner.jpg);
}

/************ skinning Hotel Ratings ***************/
.hotelRating {
	/* width:100px; */
	height:13px;
	display:block;
	text-indent:-50em;
	overflow:hidden;
	margin-left:45px;
	margin-top:-1em;
	background-repeat:no-repeat;
}
.hotelRatingLUX {
	background-image:url(images/RatingLUX.gif);
}
.hotelRatingLUX2 {
	background-image:url(images/RatingLUX2.gif);
	height:26px;
}
.hotelRatingDLX {
	background-image:url(images/RatingDLX.gif);
}
.hotelRatingSUP {
	background-image:url(images/RatingSUP.gif);
}
.hotelRatingMOD {
	background-image:url(images/RatingMOD.gif);
}
.hotelRatingECO {
	background-image:url(images/RatingECO.gif);
}

.hotelRatingEC5 { 
		background-image:url(images/RatingEC5.gif);
}

.hotelRatingMO5 { 
	background-image:url(images/RatingMO5.gif);
}

.hotelRatingSU5 { 
	background-image:url(images/RatingSU5.gif);
}

.hotelRatingDL5 { 
	background-image:url(images/RatingDL5.gif);
}

/************ /skinning Hotel Ratings *****************/


/*******************************
	Room Assignement [34]
*******************************/
#roomAssignmentLink {
	margin-top:30px;
	font-weight:bold;
	position:relative;
	/*right:0;*/
	left:395px;
}
#roomAssignmentForm {
	display:none; /* use js toggle */
}

#roomAssignmentBox {
	border: 1px solid #9CF;
	border-top:0;
	padding: 4px;
	padding-bottom:20px;
	margin-bottom:20px;
}
#roomAssignmentBox table {
	margin-top:20px;
	margin-left:4px;
}
#roomAssignmentBox p {
	padding:4px;
	float:right;
	margin:0;
	margin-right:-4px;
	margin-top:-4px;
	border-left:1px solid #9CF;
	border-bottom:1px solid #9CF;
}
#roomAssignmentBox table {
	border-collapse:collapse;
}
#roomAssignmentBox th {
	color: #006;
	font-size: 11px;
	padding:2px 0px;
}
#roomAssignmentBox td {
	text-align:center;
	padding:2px 10px;
}
.leftHeader {
	text-align:left;
	width:100px;
}
#roomAssignmentBox td.leftHeader {
	text-align:left;
	padding:0;
	padding-bottom:6px;
}

#roomAssignmentBox .search {
	float:right;
}


/*---------------------------------------------------------*/

#ListNavigator div.listItems{
	position:absolute;
}


div#AirFilter{
	text-align:right;
	left:327px;
	position:absolute;
	top:10px;
	width:218px;
}

div#Pager{
	margin-bottom:20px;
}

#Pager #AirFilter #AllFlightsOption{
	margin-bottom:4px;
	left:-60px;

}

#Pager #AirFilter #CommisionableFlightsOption{
	margin-bottom:4px;
}


dl.fullyComisionable{
	visibility: visible;
	display: block;
	width: 550px; /* fixes IE disappearing content bug */
	margin-top:20px;
}


dl.fullyComisionable dt.allFlightsList,
dl.fullyComisionable dd.allFlightsList{
	display:none;
}

div#FlightDetail {
	font-weight:bold;
	margin-top:10px;
}

div#FlightDetail a, div#FlightDetail a.visited {
	color:#0033CC;
	text-decoration:underline;
}


div#FlightDetail div.detailPrices{
	margin-top:10px;
	color:#0033CC;
}

div.explanation{
	background-color:#e9cde9;
	margin-top:10px;
	padding:5px;
	text-align:justify;
}

body#onRequestRoom{
	padding:20px;
}

body#onRequestRoom p,
body#altGovTaxes p{
	font-size:14px;
	font-weight:bold;
}

span.alignstops{
	margin-left:30px;
}

p.returninfo{
	margin:0px;
}

div.wait{
	
}

div.navigate{
	position:absolute;
	top:34px;
	width:220px;
}

body#funthings div.copyright{
	margin:10px 0pt 10px 175px !important;
}

body#BookingQuote #PageNavigation #PageUp {
	position:relative;
}

dd.priceroom div {
	position:relative;
	top:0px;
	/*display:block;*/
}

.messppal {
	font-weight:bold;
	margin: 10px 0;
}

/* ==========================================SKINNING TA SITE NOV 2009====================================================================== */
.txtcontent {
	padding: 10px 0 10px 0;
}

.login {
	border: none;
	position:relative;
	display:block;
	width:420px;
}

.login div{
	padding-bottom:20px;
	
}

.login div label {
	margin-right: 20px;
	
}

.login div span {
	margin-left:10px;
	color:#FF0000;
}

.login div input {
	width:300px;
	size:35;
}

.login p {
	font-weight:bold;
}

.note {
	color:#ff0000;
	margin-left:90px;
}

p.text, p.textborder {
	margin-top:15px;
}

.textbold {
	font-weight:bold;	
}

.login span.submit {
	float:right;
	margin-right:25px;
}

.forgotpass {
	margin-bottom:3px;
}

input.submitoa {
	float:right;
	padding-right:35px;
}

div.cont {
	margin-top:30px;
	border:1px solid #000063;
}

div.title {
	padding:10px 0 1px 5px;
}

div.title p {
	text-transform: uppercase;
	font-size:17px;
}



div.content {
	padding:5px;
}

div.expl {
	font-weight:bold;
	margin-top: 10px;
	padding:5px;
}
.logincreate {
	font-weight:bold;
}

#roomAssignmentBox td.searchbtnnew {
	text-align:right;
	padding-right:0;
}

#roomAssignmentBox td.searchbtnnew a.searchnew {
	display:-moz-stack;
}


div.navigation {
	padding:0 0 10px;
	font-weight:bold;
}

div.navigation ul {
	list-style-type:none;
	padding:0;
}

div.navigation ul li {
	float:right;
}

div.navigation ul li.tohome{
	float:left;
}


/* ==========================================/SKINNING TA SITE NOV 2009====================================================================== */
