@media screen {
html,body,div,span,applet,fieldset,object,iframe,h1,h2,h3,h4,h5,h6{border:0;outline:0;font-size:100%;margin:0;padding:0}
body{
	background-color:#fff;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:center;
	background-image:url(/sitebuilder/skins/hotel/915/images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0
}
h1{color:#62272d;font-size:22px;line-height:18px;font-weight:400;margin-bottom:8px}
h3{color:#62272d;font-size:14px;line-height:18px;font-weight:700;margin:6px 0px 6px 0px}
hr{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a,a:link{
	color:#FFFFFF;
	font-weight:700;
	text-decoration:none
}
a:visited{font-weight:700;text-decoration:none}
a:hover{text-decoration:underline}
#outerWrapper{
	text-align:left;
	width:906px;
	margin:0 auto;
	background-image:url(/sitebuilder/skins/hotel/915/images/bg.jpg);
	background-repeat:repeat-x;

}
#outerWrapper #header{margin-top:0px;padding:0 10px;background-image:url(/sitebuilder/skins/hotel/915/images/header_bg.gif);background-repeat:no-repeat;}
#outerWrapper #header a img{border:none!important}
#outerWrapper #header #logo{
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*========*/
#menuwrapper {
/* set the background color for the menu here */
/* IE6 Hack */
	height: 26px;
	width: auto;
/* one border at the top */
	
	margin: 0;
	padding: 0 0 0 8px;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform:capitalize;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;

}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	 margin:0;
  padding:0;
    
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	
	min-width:180px !important;
	width: 180px; !important;
	margin:0px;
	padding:0px;
	height:auto;
	float: none;
/* relative to the ul they are in */
	position: relative;
}

/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-family:Arial, Helvetica, sans-serif;
/* make sure we keep the font normal */
	font-size:13px;
	font-weight:bold;
	color:#d8ba81;
	height:23px;
/* set default link colors */
	
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
   padding:3px 14px 4px 14px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}

ul#primary-nav li a span {
  display:block;
  padding:22px 13px 25px 1px;
  margin:0 0 0 0;
}
/* commented Backslsash Hack hinds rale from IE5-mac\*/
ul#primary-nav li a span {
  float:none;
  color:#ffffff;
}

/*End IE5-mac nack*/

ul#primary-nav li a:hover span 
{
}

ul#primary-nav li a:hover {
/* kind of obvious */
color: #fff;	
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #441c1f;
	background-color:#d8ba81	
}
ul#primary-nav li a.menuactive 
{

}
ul#primary-nav li a.menuactive:hover {
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding:0px
/* if first level is set to bold this will reset this level */
	font-weight: bold;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #FFFFFF;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}

ul#primary-nav li ul 
{
	margin: 0px;
	padding:0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	
	background-color: #206bad;
}


ul#primary-nav li ul a 
{

	font-size:12px;
	font-weight:normal;
        padding:3px 0 3px 13px;
	display: block;
	text-decoration: none;
        border-bottom: 1px solid #fff;
}

ul#primary-nav li ul a span 
{

        display:block;
        padding:5px 19px 5px 1px;
        margin:0 0 0 0;
}

ul#primary-nav li ul ul 
{
	
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */

	color: #000;
 
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
	background-color:#481e21;
}
/* End of 'Navigation: CSSMenu - Horizontal' */

#outerWrapper #image_header{float:left;width:900px;height:309px;padding:0;}
#outerWrapper #booking{width:200px;height:180px;margin-left:0px;padding:10px;background-image:url(/sitebuilder/skins/hotel/915/images/booking_bg.gif);background-repeat:no-repeat;}
#outerWrapper #booking .guaranteed{font-size:14px;color:#d475d9;line-height:18px;margin:0;padding:6px}
#outerWrapper #booking a{
	text-decoration: underline;
}
#outerWrapper #booking h2{font-size:15px;line-height:14px;color:#FFF;padding:6px}
#outerWrapper #booking h3{padding:6px; color:#af9dd5}
#outerWrapper #booking p{padding:0 6px 0 6px;margin:5px 0 0 0;}
#outerWrapper #contentWrapper #rightColumn1{float:right;margin:14px 4px 0 0; width:216px}
#outerWrapper #contentWrapper #rightColumn1 p{margin:4px 0 4px 0;padding:0;}
#outerWrapper #contentWrapper #rightColumn1 li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#outerWrapper #contentWrapper #rightColumn1 li a{font-size:105%;font-weight:700;color:#471d20; display:block; 	margin-top:6px;
	height:24px;
	width:195px;
	padding:10px 0 0 10px;
	background-color: #fff;
	border: solid 4px #d8ba81}
#outerWrapper #contentWrapper #rightColumn1 li a:hover{
	color:#fff;
	background-color: #471d20;
	text-decoration: none;
}

#outerWrapper #contentWrapper #rightColumn1 .feature_box{background:none repeat scroll 0 0 #FFF;border:6px solid #ae66ac;margin-top:6px}
#outerWrapper #contentWrapper #rightColumn1 .module img a{border:solid 4px #d8ba81; border:none;}
#outerWrapper #contentWrapper #rightColumn1 .module img{border:solid 4px #d8ba81; margin: 2px 0 0 3px;}
#outerWrapper #contentWrapper #rightColumn1 #mailing_list{margin-top:6px;border:6px solid #ae66ac;background-color:#611660;width:194px;height:160px;color:#FFF}
#outerWrapper #contentWrapper #rightColumn1 #mailing_list p{margin:0;padding:8px 0}
#outerWrapper #contentWrapper #rightColumn1 #mailing_list .pad{margin:0;padding:0 8px}
#outerWrapper #contentWrapper #rightColumn1 #mailing_list h2{background-color:#7A237C;font-size:15px;line-height:14px;color:#FFF;text-align:left;padding:6px}
#outerWrapper #contentWrapper #rightColumn1 #mailing_list .button{border:1px solid #ae66ac;background-color:#502057;width:80px;text-align:left;color:#FFF;background-image:url(/sitebuilder/skins/hotel/915/images/arrow_button.gif);background-position:right center;background-repeat:no-repeat;cursor:hand;margin:6px 0 0;padding:1px 1px 1px 4px}
#outerWrapper #contentWrapper #content{
	color:#333;
	font-size:13px;
	line-height:18px;
	margin-bottom:0;
	margin-left:5px;
	padding:10px 10px 10px 10px;
	width:640px;
}
#outerWrapper #contentWrapper #content a{
	color:#62272d;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content img{border:4px solid #d8ba81;margin:0 6px 6px 6px}
#outerWrapper #contentWrapper #content img a{border:4px solid #d8ba81}
#outerWrapper #contentWrapper #content h1{padding:10px 0 10px 0;}
#outerWrapper #contentWrapper #content h2{font-size:16px;font-weight:lighter;line-height:20px;margin:6px 0px 6px 0px;}
#outerWrapper #contentWrapper .clearFloat{clear:both;display:block}
#footer{
	color:#4a1e22;
	text-align:left;
	margin-top:10px;
	height:100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #d8ba81;
}
#footer p{margin:0;padding:8px 0 8px 0}
#footer a{
	color:#4a1e22;
	
}
#footer img a{border:0;border:none}
#footer img {border:0;border:none;padding:0 3px 0 3px}
.socialmedia{margin:20px 0 0 20px; float:left}
#footer .surround{width:882px;
	margin:0 auto;}
#footer .address{float:left;margin:15px 0 0 172px}
#copyright{
	color:#CCCCCC;
	padding:10px;
	text-align:center;
}
#copyright a{color:#d475d9}
.clearFloat{clear:both}
.pad{width:182px;padding:6px}
ul.crossfade{list-style:none;position:relative;margin:8px;padding:0}
#fade-header li{position:absolute;top:0;left:0;visibility:hidden}
#fade-header li img{display:block;width:890px;height:293px;border: solid 5px #732f35}
.tcpVacancyListHeader{font-size:1.2em;font-weight:700;background-color:#743077;padding:4px;}
.tcpVacancyListOtherDetails{}
.tcpVacancyListDescription{}
.tcpVacancyDetailItemNameCell{background-color:#743077}
.tcpVacancyDetailDataCell{background-color:#9d4aa2}
#outerWrapper #nav ul,#outerWrapper #navSiteSub ul,#outerWrapper #contentWrapper #rightColumn1 ul{margin:0 0 0 3px;padding:0}
#outerWrapper #nav li a:visited,#outerWrapper #nav li a:active{color:#fff;text-decoration:none}
.news_style{}
.news_headline a{font-size: 1.1em;font-weight: bold;}

}#bookassist_form *{margin:0;padding:0}
#bookassist_form{font-family:arial;font-size:10px;text-transform:capitalize;color:#fff;overflow:hidden;width:180px;margin:0;padding:0}
#bookassist_form #DatesForm{overflow:hidden;margin:6px 10px;padding:0}
#bookassist_form .search_title{text-align:left;text-transform:uppercase;color:#fff;padding:0 40px 0 0}
#bookassist_form label{text-align:left;margin-right:100px;color:#fff;width:200px}
#bookassist_form .date_select{color:#333;font-size:10px;display:inline;clear:none;font-weight:400;border:1px solid #000;margin:5px 5px 5px 0;padding:2px}
#bookassist_form .date_input{border:1px solid #d8ba81;background-color:#622d2f;width:44px;text-align:left;color:#fff;cursor:hand;margin:6px 0 0;padding:1px 1px 1px 4px}
#bookassist_form #DatesForm #ba_hotel_id{width:10.5em;margin-right:100px}
#ba_javascript p{text-align:center;font-family:verdana;font-size:10px;color:#333;margin:0 0 0 5px;padding:0}
#ba_javascript a{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;color:#333;text-decoration:underline}
#bookassist_form #DatesForm #inday,#bookassist_form #DatesForm #outday{width:42px}
#bookassist_form #DatesForm #inmonthyear,#bookassist_form #DatesForm #outmonthyear{width:84px;margin-right:4px}#calendar a img{border:none!important}
a.callink{cursor:hand}
#calendar{display:none;position:absolute;font-size:11px;font-family:verdana, arial;color:#444;overflow:hidden;padding:0}
.caltab{border:1px solid #333300;background:#fff;font-size:1em}
.caltab a:link,.caltab a:visited{color:#333300}
.caltab a:hover{color:#333300;background:#DBCDCD;border-color:#DBCDCD}
.caltab a:active{color:#333300;border-color:#333300}
.caltab td{text-align:center}
.caltab td a{display:block;text-decoration:none}
.caltab td.calheader a{display:inline;vertical-align:-.2em}
.caltab td.calheader img.calNoPrevMonth{background:transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 -32px no-repeat;vertical-align:-.2em}
.caltab td.calheader img.calNoNextMonth{background:transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 -32px no-repeat;vertical-align:-.2em}
.caltab td.calheader .calNextMonth img{background:transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 0 no-repeat}
.caltab td.calheader .calPrevMonth img{background:transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 0 no-repeat}
.caltab td.calheader .calNextMonth:hover img,.caltab td.calheader .calPrevMonth:hover img{background-position:0 -16px}
.caltab td.calheader .calNextMonth:active img,.caltab td.calheader .calPrevMonth:active img{background-position:0 -32px}
.calheader{white-space:nowrap;padding:.2em}
.calheader select{font-size:.9em}
.weekdays td{border-bottom:1px solid #ddd}
.days td{color:#4269a8;border:1px solid #fff;padding:.1em}
.days td.weekend{background-color:#eee;border-color:#eee}
.days td.gone{text-decoration:line-through;padding:.2em}
.days td.today,.days td.future{border:none}
.days td a{border:1px solid #fff;padding:.1em}
.days td.weekend a{border-color:#eee}
.days td.today a{background-color:#DBCDCD;border:1px solid #DBCDCD}
.days td.selected{font-weight:700}
.days td.selected a{border-color:#66C}
.caltab .calfoot{background:#fff;border-top:1px solid #ddd;padding:0}
#calendar iframe{position:absolute;z-index:-1;filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);width:100%;height:auto}
* html table.caltab{z-index:200}
a.calNextMonth,a.calPrevMonth{background:transparent!important}/* validation css starts */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* validation css ends */
