BODY, P, DIV, TABLE, TD, TH, LI, OL, UL, TR, SPAN, INPUT, SELECT, TEXTAREA
{
	font: normal 11px Arial,Helvetica,Verdana,sans-serif;
	color:#000;
}

BODY, H1, H2, H3, H4, H5, H6,  LI
{
	margin: 0; 
	padding: 0;
}

OL, UL
{
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

INPUT, SELECT
{
	font-size: 11px;
}

TH, .THClass
{
	font: bold 12px arial, verdana, tahoma;
	text-align: left;
	background: #EEE;
	white-space: nowrap;
	padding: 5px;
	border: solid 1px #FFF;
	border-bottom: none;
	color: #222;
}

TD, .TDClass
{
	padding: 5px;
	border: solid 1px #EEE;
	vertical-align: top;
}

A:LINK, A:VISITED, A:ACTIVE
{
	color: #00F;
}

A:HOVER
{
	color: #F00;
	text-decoration: none;
}

HR
{
	height: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin: 0;
	border-top: dashed 1px red;
	text-align: center;
}

/* Style for Clearfix */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-Mac \*/
* html .clearfix 
{ 
	height: 1%;
}
/* End hiding from IE-Mac */

/* End of Style for Clearfix */


H1
{
	font: bold 24px Arial,Verdana,Tahoma;
	background: #FFF; 
	color: #E82;
	height: 80px;
	background: transparent url("Images/logo.gif") no-repeat top left;
}

H2
{
	font: bold 18px Arial,Verdana,Tahoma;
	color: #222;
	margin-top: 10px;
}

H3
{
	font: bold 14px Arial,Verdana,Tahoma;
	margin-bottom: 10px;
}

H5
{
	color: #27B;
	font: bold 13px Arial,Verdana,Tahoma;
	padding-bottom: 5px;
}

H6
{
	font: bold 11px Arial,Verdana,Tahoma;
	padding-bottom: 5px;
	padding-top: 5px;
}

#pageContainer
{
	width: 760px;
}

#page
{
	padding: 10px;
	padding-top: 5px;
	border-right: solid 1px #E82;
}

#PagePopup
{
	padding: 10px;
}
#mainlinksholder
{
	clear: both;
	float: none;
	border-bottom: solid 2px #E82;
}

A:link.mainlinks ,A:visited.mainlinks ,A:hover.mainlinks , A:active.mainlinks
{
	float: left;
	clear: none;
	text-decoration: none;
	font:bold 12px Arial,Verdana,"Trebuchet MS";
	color: #FFF;
	text-align: center;
	background: #27B;
	padding: 5px;
	border: solid 1px #FFF;
}

A:hover.mainlinks
{
	color: #FFF!important;
	background: #E82!important;
}

A:link.over ,A:visited.over ,A:hover.over , A:active.over
{
	background: none!important;
	border: solid 2px #E82;
	border-bottom: none;
	color: #222!important;
}

A:link.logoff ,A:visited.logoff,A:hover.logoff, A:active.logoff
{
	background: #FFF;
	border: solid 2px #CCC;
	border-bottom: none;
	color: #27B;
	margin-left: 1px;
}

#subLinksholder
{
	padding: 3px;
	background: #E82;
}

A:link.sublinks ,A:visited.sublinks ,A:hover.sublinks , A:active.sublinks
{
	color: #FFF;
	font:normal 11px arial,verdana;
	text-decoration: none;
}

A:hover.sublinks
{
	color: #FC0;
}

#footer
{
	background: #27B;
	padding: 5px;
	clear: both;
	color: #FFF;
}

.center
{
	text-align: center;
}

.confirmed
{
	color: #0A0;
}

.alert
{
	color: #F00;
}

#steps TH
{
	background: transparant!important;
	color: #222;
	text-align: center!important;
	padding: 0px!important;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: solid 5px #EEE;
}

.current
{
	border-bottom: solid 5px #F00!important;
}

#Forms TH
{
	padding: 3px;
	padding-left:10px;
	padding-right: 10px;
	font-weight: bold;
	color: #222;
	background: #EEE!important;
	border: none!important;
}

#Forms TD
{
	padding: 3px;
	padding-right:10px;
	color: #222;
}

#inner TH, #inner TD
{
	padding: 0px!important;
	padding-right:10px;
	border: 0px!important;
}

.info
{
	padding: 5px;
	border: solid 1px #E82;
}

.comments
{
	padding: 5px;
	border: solid 1px #AAA;
	border-top: none;
	background: #EEE;
}

.minimize
{
	border: solid 1px #AAA;
	background: #FFE;
	font-size: 11px;
	padding-left: 5px;
}

.show
{
	padding-left: 20px;
	background: url("Images/downarrow.gif") no-repeat 0 -2; 
}

.hide
{
	padding-left: 20px;
	background: url("Images/uparrow.gif") no-repeat 0 -2; 
}

.pagination
{
	padding: 5px;
	font-weight: bold;
}

.pages, .currentpage
{
	margin-left: 10px;
	margin-right: 10px;
}
.errors
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F00;
	background-image: url(Images/error.gif);
	background-repeat: no-repeat;
	background: #F00 url(Images/error.gif) no-repeat 2 2;
	color: #FFF!important;
	border: solid 1px #FF0;
	padding-left: 25px;
}

.warnings
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #EEE url(Images/warning.gif) no-repeat 2 2;
	color: #000!important;
	border: solid 1px #000;
	padding-left: 25px;
}

.messages
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #EEE url(Images/checkmark.gif) no-repeat 2 2;
	color: #000!important;
	border: solid 1px #000;
	padding-left: 25px;
}

.addList
{
	padding: 5px;
	border-top: solid 5px #AAA;
	border-bottom: solid 5px #AAA;
	height: 70px;
	overflow: auto;
	background: #FFE;
}

.formHolder
{
	display:block;
	float: left;
}

.settings
{
	width: 220px;
	float: left;
	padding: 5px;
	margin-left: 5px;
}

#Search
{
	padding: 5px;
	border-bottom: solid 1px #555;
	font: bold 14px arial,verdana,helvetica;
	color: #F00;
}

.showhidediv
{
	display:none;
}

.subTH
{
	border-bottom: solid 1px #AAA;
	background: #FFE;
	font-weight: bold;
	text-align: center;
}

.selected
{
	background: #FFC;
}

.stars
{
	background: url("Images/star.gif") repeat-x 0 0;
	display: inline;
}

#addNew
{
	padding: 3px;
	border-top: solid 2px #CCC;
	border-bottom: solid 2px #CCC;
	margin-top: 10px;
	text-align:right;
}

#addNewForm
{
	margin-top: 10px;
}

#transactionDetails
{
	border: solid 1px #EEE;
	border-top: solid 0px #CCC;
	border-right: solid 1px #CCC;
	background: #FFE;
	padding-left: 20px;
}

#transactionTable TH
{
	background: transparent!important;
	border: none!important;
	color: #222;
}

#transactionTable TD
{
	border: none!important;
	border-right: solid 1px #CCC;
}

.compulsory
{
	height: 20px;
	width: 20px;
	background: url("Images/compulsory.gif") no-repeat top left;
}

#RatePlan TH
{
	background: #888;
	color:#FFF;
	border: solid 1px #CCC;
}

.RatePlanImage
{
	margin-right: 20px;
	border-bottom: solid 10px #FFF;
}

#RatePlan TD
{
	border: none;
	border-bottom: solid 1px #CCC;
	padding: 3px;
}

.noBorder
{
	border: none!important;
}

.moreinfo
{
	padding-left: 20px;
	display: none;
	background: #EEE;
}

.introline
{
	padding: 5px;
	font: bold 12px arial;
	border-bottom: solid 1px #CCC;
	color: #F00;
}

.Nextbutton
{
	vertical-align: bottom; 
	text-align: center;
	width: 100px;
	border: none;
}

.SRHotelDetails
{
	border: solid 2px #555;
	padding: 5px;
	height: 90px;
}

.SRAddOnInfo
{
	margin-top: 5px;
	padding: 5px;
}

.facilities
{
	float: right;
	font-weight: bold;
}

.viewLocation
{
	float: left; 
	padding-left:30px;
	padding-top:10px;
	font-weight: bold;
	background: url("images/ViewLocations.gif") no-repeat 0px 0px;
	height: 30px;
	vertical-align: middle;
}

#amenities
{
	padding:0px;
	list-style-type: disc!important;
	color: Red;
}

#amenities LI
{
	width: 26%;
	float: left;
	list-style-type: disc!important;
}

.hotel
{
	width: 150px;
	height: 189px;
	vertical-align: middle;
	text-align: center;
	margin-top:150px;
	background: url("images/SearchHotel.gif") no-repeat 0px 0px;
}

A:LINK.sort, A:VISITED.sort, A:ACTIVE.sort
{
	color: #FF0;
}

A:HOVER.sort
{
	color: #FFF;
	text-decoration: none;
}

.contactInfo
{
	padding: 3px;
	padding-left: 25px;
	float: none;
	clear: both;
	height: 22px;
}


.email
{
	background: transparent url("Images/email.gif") no-repeat top left;
}

.fax
{
	background: transparent url("Images/fax.gif") no-repeat top left;
}

.phone
{
	background: transparent url("Images/phone.gif") no-repeat top left;
}

.newsImage
{
	float: left;
	padding-left:3px;
	padding-right:10px;
}

.newsContent
{
	float: left;
	height: 350px;
	border: solid 1px #27B;
	padding: 10px;
}

#DIV_Holding
{
	background: #FFF;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:0;
	display:none;
}

#DIV_Holding TD
{
	border: solid 1px #FC0;
}

.reportsTH
{
	background:#FDA!important;
}

.ReportLevel1
{
 background:#FFE; 
 border-bottom: solid 2px #555;
 border-top: solid 2px #555;
}

.filter
{
 background:#FFE; 
 padding: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
 border: solid 2px #CCC;
}

.PageNumbers
{
	text-align:left;
	font:bold 16px Arial;
	color:#fff!important;
}

/* styles for new website */
.press
{
	border-bottom:solid 1px #FEE;
	padding-top:5px;
	padding-bottom:5px;
}

A:LINK.pressLinks, A:VISITED.pressLinks, A:HOVER.pressLinks, A:ACTIVE.pressLinks
{
	text-decoration: none;
}

.images
{
	border:solid 1px #CCC;
}

.leftcontent
{
	float: left;
	clear: none;
	padding-right: 10px;
	border-right: solid 1px #AAA;
}

.rightcontent
{
	float: left;
	clear: none;
	padding-left: 10px;
}

.rightLinkHeader
{
	padding: 5px; 
	border: solid 1px #EEE; 
	background: #EEE;
}

.rightLinkContent
{
	border: solid 1px #EEE; 
	padding: 5px; 
	background: #FFE;
}
.news
{
	float: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #FFF url("images/info/NewsIcon.gif") no-repeat 0 0!important;
}	

.newsSmallImage
{
	padding: 5px;
	padding-right: 10px;
	float: left;
}

.newsDate
{
	font-weight: bold;
	color:#888;
	padding-bottom: 10px;
}

.newsTitle
{
	padding-top:0px;
}

.newssummary
{
	float: left;
	padding-left: 20px;
	text-align: justify;
}

.events
{
	background: #FFC;
	padding: 5px;
	border: solid 1px #EEE;
}

.audio
{
	float: none;
	background: #FFF url("images/news/audio.gif") no-repeat 0 4px!important;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

.video
{
	float: none;
	background: #FFF url("images/news/video.gif") no-repeat 1px 4px!important;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

/* Another new website */

.websiteContainer
{
	border-top: solid 2px #27B;
	padding-top: 1px!important;
	display: block;
	width: 100%;
}

.emptyLine
{
	border-top: solid 1px #27B;
	padding-bottom: 1px;
}

.leftContainer
{
	float: left;
	width: 200px;
	position: absolute;
	top: 88px;
	left:10px;
}

.rightContainer
{
	margin:0px 0px 0px 200px;
	padding-left:10px;
	height: 480px;
}

.HPrightContainer
{
	margin:0px 0px 0px 200px;
	padding:0;
	height: 520px;
}

.homeimages
{
	float: left;
	clear: none;
	margin-right: 1px;
	margin-bottom: 1px;
}

.contentSpace
{
	padding: 10px;
	border: solid 1px #27B;
	font: 11px Arial,Helvetica,Verdana,sans-serif;
}

.website
{
	border-top: solid 1px #CCC;
	border-left: solid 5px #E82;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 10px;
	color: #27B;
}

.learnmore
{
	border-bottom: solid 1px #CCC;
	background: url("images/NextStep.gif") no-repeat 0 0px;
	padding-left: 28px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	height: 26px;
}

.listmenu
{
	margin:0!important;
	padding:0!important;
	list-style:none;
}

.list
{
	float: none;
	clear: both;
	padding: 0px;
	margin-bottom: 1px;
	vertical-align: middle;
}

.newmainLinks:link, A:link.newmainLinks ,A:visited.newmainLinks ,A:hover.newmainLinks , A:active.newmainLinks
{
	font: bold 14px arial,verdana;
	color: #27B;
	background-color: #CDE;
	background-image: url(images/WebsiteMenuBG.gif);
	background: #CDE url("images/WebsiteMenuBG.gif") y-repeat top left;
	border: solid 1px #CCC;
	border-left: solid 5px #27B;
	text-decoration: none;
	display: block;
	padding:5px;
	height: 21px;
}

.newmainLinks:hover, A:hover.newmainLinks
{
	color: #27B!important;
	background-color: #EEE;
	background-image: url(images/WebsiteMenuBGOver.gif);
	background: #EEE url("images/WebsiteMenuBGOver.gif") y-repeat top left;
	border: solid 1px #CCC;
	border-left: solid 15px #27B;
	padding-left: 10px;
	display: block;
	height: 21px;
}

A:link.newover ,A:visited.newover ,A:hover.newover , A:active.newover
{
	color:#222;
	background: #EEE url("images/WebsiteMenuBGOver.gif") y-repeat top left;
	border-left: solid 15px #E82;
	padding-left: 10px;
}

.FAQquestion
{
	padding-top: 10px;
}

.top
{
	background: none url("images/top.gif") no-repeat 0px 7px;
	padding: 10px;
	padding-left: 20px;
}

.autoscaleImage
{
	width: auto;
	height: 70px;
}

.Lock
{
	background: #FFF url("images/info/Lock.gif") no-repeat 0 0!important;
}

.sidelinks
{
	float: right!important;
	color: #00F!important;
	padding: 5px;
	padding-left: 20px!important;
	margin-left: 5px;
	/* border-right: solid 1px #AAA; */
}

.lastlink
{
	border-right:none!important;
}

.nextStep
{
	padding: 10px;
	padding-left: 28px;
	border-top: solid 1px #CCC;
	color: #555;
	background: url("images/NextStep.gif") no-repeat 0 5px;
}

FORM
{
	margin: 0;
	padding:0;
}

.pageImages
{
	margin-left: 10px;
}

.APS
{
	font-weight:bold;
	width:22px;
	clear:none;
	text-align:center;
}

.demo
{
height: 25px; 
float: right; 
font: normal 11px arial, verdana; 
padding-left: 25px;
padding-top: 3px;
background: transparent url(Images/HelpDemos.gif) no-repeat 0px 0;
text-align: left;
width: 100%;
}


.w_header
{
	text-align: center;
	background: #FFC;
	font: bold 11px arial,verdana;
	border: solid 1px #CCC;
	border-bottom: none;
	margin-right: 15px!important;
	height: 30px;

}

.w_rating
{
	text-align: center;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	vertical-align: middle;
	font-weight: bold;
	color: #0A0;
}

.notrated
{
	color: #A00!important;
}

#FloatDIVEdit
{
	border: solid 2px #27B;
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:0;
	padding: 5px;
	
}

.reportlist
{
	padding-top: 10px;
	list-style:square;
}

.right
{
	text-align: right!important;
}

/* StepsContainer */
#StepsContainer
{
	width: 100%;
	border: solid 1px #AAA;
}

#steplinks,#stepform
{
	float: left;
	clear:none;
	display: block;
}

#stepform
{
	display: block;
	padding: 15px;
	border-left:none;
}

.allsteps
{
	font: normal 12px arial;
	background: #FFE;
	padding:10px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	border: solid 1px #AAA;
	border-top: none!important;
	border-left: none!important;
	border-right: solid 2px #AAA;
	width: 100px;
	margin: 0;
	float: left;
	clear: both;
	text-align:right;
}

A.currentStep
{
	font: bold 14px arial;
	color: #F00;
	background: #FFF!important;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	border: solid 1px #AAA;
	border-right: none!important;
	border-left: none!important;
	border-top: none!important;
	width: 100px;
	margin: 0;
	float: left;
	clear: both;
	text-align:right;
}

.notCompleted
{
	color: #AAA;
}


#CBL_Hotels
{
	width: 400px;
	float: none;
	clear: both;
	padding:0;
	margin:0;
	border: solid 1px #AAA;
	border-top: none;
}

#CBL_Hotels TH
{
	background: #FFE;
	color: #222;
	border: none;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
}

#CBL_Hotels TD
{
	background: #FFF;
	padding: 5px;
	border: none;
	border-bottom: solid 1px #EEE;
}

#CBL_Hotels label
{
	padding-left: 20px;
	font: bold 12px #222;
}
