@charset "utf-8";
/* CSS Document */

@media screen {

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, fieldset, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #474747;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(/sitebuilder/skins/hotel/871/images/grey_bg_new.jpg);
	background-repeat: repeat;
}
/* Commonly used to style page titles. */
h1 {
	color: #96172e;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom:16px;
}
h3 {
	color: #96172e;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-top:10px;
}
hr {
border:
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BB47BE;
	border-right-color: #993366;
	border-bottom-color: #601260;
	border-left-color: #FFCCFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #ccc;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #ccc;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #ccc;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/sitebuilder/skins/hotel/871/images/outerwrapper_bg.gif);
	background-repeat: repeat;
}
#outerWrapper #header {
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0;
}
#outerWrapper #header a img {
    border: none !important;
}
#outerWrapper #header #logo {
width:221px;
height:286px;
background-color:#96172e;
}
.nav_bg{
	background-image: url(/sitebuilder/skins/hotel/871/images/nav_bg.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-left:8px;
}
#outerWrapper #nav {
	margin:0px;
	padding-top:6px;
}
#outerWrapper #nav ul {
	margin:0;
	padding:0;
}
#outerWrapper #nav li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0px 14px;
	font-size: 1.1em;
}
#outerWrapper #nav li a:visited{color:#fff;text-decoration:none;}
#outerWrapper #nav li a:link{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#outerWrapper #nav li a:active{color:#fff;text-decoration:none;}
#outerWrapper #nav li a:hover{
	color:#cccccc;
	text-decoration:none;
}

#nav .currentmark { background-color:#96172e; padding:2px 6px; }


#navSiteSub {
	height:20px;
	padding: 9px 0px 0px 4px ;
	font-size:1em;
} /*needs height to prevent entire page sliding up and down when user selects a menu item*/
#outerWrapper #navSiteSub ul {margin:0;padding:0;}
#outerWrapper #navSiteSub li {display:inline;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0px 10px 0px 10px;}


#navSiteSub .currentmark { color:#FFF; font-weight:bold; text-decoration:underline; }


#outerWrapper #image_header {
	float: right;
	padding: 0px;
	width: 679px;
	height: 286px;
	background-color: #ccc;
}
#outerWrapper #booking {
	float: right;
	padding: 0px;
	width: 194px;
	border: 6px solid #ae66ac;
	height: 280px;
	margin-left: 10px;
	margin-top:4px;
	background-color: #611660;
}
#outerWrapper #booking .guaranteed{
	padding: 6px;
	margin: 0px;
	font-size: 14px;
	color: #FFCCFF;
	line-height: 18px;
}
#outerWrapper #booking h2 {
padding:6px;
background-color:#7A237C;
font-size: 15px;
line-height: 14px;
color:#FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	background-color:#96172e;
	width:221px;
}
#outerWrapper #contentWrapper #leftColumn1 p {
margin:3px 4px 0px 4px;
padding:0;
text-align:center;
}
#outerWrapper #contentWrapper #leftColumn1 a img {
border:none;
border:0;
}
#outerWrapper #contentWrapper #leftColumn1 ul {
margin:0;
padding:0;
}
#outerWrapper #contentWrapper #leftColumn1 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:6px 12px 6px 12px;
	padding:5px 18px 0px 20px;
	background-color: #800d21;
	height:20px;
	background-image: url(/sitebuilder/skins/hotel/871/images/module_button_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:right;
	border: 1px solid #dc3951;
}
#outerWrapper #contentWrapper #leftColumn1 li a {
	font-size:105%;
	font-weight: bold;
	color:#fff;
}
#outerWrapper #contentWrapper #leftColumn1 .feature_box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 6px solid #ae66ac;
	margin-top:6px; 
	/*height: 160px;*/
}



#outerWrapper #contentWrapper #leftColumn1 .feature_box a img {
    border: medium none !important;
	line-height:0;
}
#outerWrapper #contentWrapper #leftColumn1 #mailing_list {
	margin:6px 12px 6px 12px;
	border: 1px solid #dc3951;
	background-color: #6b1422;
	height: 160px;
	color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 #mailing_list p {
	padding: 8px 0px 8px 0px;
	margin:0px;
	text-align:left;
}
#outerWrapper #contentWrapper #leftColumn1 #mailing_list .pad {
	padding: 0px 8px 0px 8px;
	margin:0px;
}
#outerWrapper #contentWrapper #leftColumn1 #mailing_list h2 {
	padding:6px;
	background-color:#861829;
	font-size: 15px;
	line-height: 14px;
	color:#FFFFFF;
	text-align: left;
}
#outerWrapper #contentWrapper #leftColumn1 #mailing_list .button {
	margin:6px 0px 0px 0px;
	border: 1px solid #dc3951;
	background-color: #502057;
	font-size:11px;
	width: 80px;
	text-align: left;
	color: #FFFFFF;
	padding: 1px 1px 1px 4px;
	background-image: url(/sitebuilder/skins/hotel/871/images/arrow_button.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor:hand;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 236px;
	background-image: url(/sitebuilder/skins/hotel/2/images/content_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	min-height:424px;
}
#outerWrapper #contentWrapper #content a {
	color: #666;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content p:first-child {
	color: #FFCCFF;
	font-size: 1.2em;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content img {
	border: 6px solid #ccc;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
#outerWrapper #contentWrapper #content img a {
	border: 6px solid #611660;
}
#outerWrapper #contentWrapper #content h1 {
padding-top: 10px
}
#outerWrapper #contentWrapper #content h2 {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin:8px 0px 8px 0px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#footer {
	padding: 10px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #FFFFFF;
	background-color: #96172e;
	margin: 10px 0px 0px 0px;
	background-image: url(/sitebuilder/skins/hotel/871/images/footer_bg.jpg);
	background-repeat: repeat-x;
	height:78px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#footer a img {
border:none;
border:0;
}
#footer .right {
float:right;
}
#footer .left {
float:left;
text-align:center;
margin-left:16px;
}
#footer .logos {
float:left;
text-align:center;
margin-left:90px;
margin-top:10px;
}

#copyright{
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #CCCCCC;
}
#copyright a{
	color: #fff;
}
.clearFloat {
  clear: both;
}
.pad {padding:6px; width:182px;}
/* ======================================================= */
/* crossfade.css for header images */

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-header li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

#fade-header li img {
	display: block;
	width: 679px;
	height: 286px;
}
/* ======================================================= */



/* claymore vacancy module css starts */

.tcpVacancyListWrap {}
.tcpVacancyListHeader{ font-size:1.2em; font-weight:bold; }
.tcpVacancyListOtherDetails{ border: 1px solid #666; }
.tcpVacancyListDescription{ border: 1px dashed #666; }
.tcpVacancyDetailItemNameCell{ background-color:#999; }
.tcpVacancyDetailDataCell{ background-color:#CCC; }


/* claymore vacancy module css ends */





} /* end of screen styles */
#bookassist_form *{
			margin:0px;
			padding:0px;
		}
		#bookassist_form{
	font-family: arial;
	font-size:10px;
	text-transform:capitalize;
	color: #fff;
	overflow: hidden;
	padding:0px;
	margin-left:24px;
	width:180px;
	
		}
		#bookassist_form #DatesForm{
	overflow:hidden;
	margin:6px 10px;
	padding:0px;
		}
		#bookassist_form .search_title{
	text-align:left;
	text-transform:uppercase;
	padding: 0px 40px 0px 0px;
	color:#FFEAFF;
		}
		#bookassist_form label{
	text-align:left;
	margin-right:100px;
	color:#fff;
	width:200px;

		}
		#bookassist_form .date_select{
	color: #333;
	font-size:10px;
	display:inline;
	margin:5px 5px 5px 0px;
	clear:none;
	font-weight:normal;
	padding:2px;
	border:1px solid #000000;
		}
		#bookassist_form #DatesForm #inday{
		width:42px;
		}
		#bookassist_form #DatesForm #outday{
		width:42px;
		}
		#bookassist_form #DatesForm #inmonthyear{
		width:84px;
		margin-right: 4px;
		}
		#bookassist_form #DatesForm #outmonthyear{
		width:84px;
		margin-right: 4px;
		}
		
		#bookassist_form .date_input{
	margin:3px 0px 0px 0px;
	font-size: 11px;
	border: 1px solid #ccc;
	background-color: #96172e;
	width: 60px;
	text-align: left;
	color: #FFFFFF;
	padding: 1px 1px 1px 4px;
	background-image: url(/sitebuilder/skins/hotel/2/images/arrow_button.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor:hand;
		}
		#bookassist_form #DatesForm #ba_hotel_id{
			width:10.5em;
			margin-right:100px;
		}
#ba_javascript p{
		text-align:center;
margin:0px 0px 0px 5px;
padding:0px;
font-family:verdana;
			font-size:10px;
			color: #333;
}
#ba_javascript a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #333;
text-decoration:underline;
}
#calendar a img {
    border: none !important;
}   
a.callink{
	cursor:pointer;
	cursor:hand;
}

/* For JS-popu-windows */
#calendar{
    display: none;
    position: absolute;
    padding: 0;      
	font-size:11px;
	font-family:verdana, arial;       
	color:#444;  
}
	


/* For calendar */
.caltab {
    border: 1px solid #333;
    background: #fff; 
	font-size:1em;
}
.caltab a:link, .caltab a:visited {
	color: #666666;
}
.caltab a:hover {
	color: #333333;
	border-color: #DBCDCD;
	background:#DBCDCD;
}
.caltab a:active {
	color: #666666;
	border-color: #996600;
}
.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 {
    padding: .2em;
    white-space: nowrap;  
}  
.calheader select {
	font-size:0.9em;
}
.weekdays td {
    border-bottom: 1px solid #ddd;  
}
.days td {
	color: #666666;
	padding: 0.1em;
	border: 1px solid #fff;
}
.days td.weekend {
    background-color: #eee;
    border-color: #eee;     
}
         
.days td.gone {
    text-decoration: line-through;      
	padding:0.2em;
}
.days td.today, .days td.future {
    border: none;
}
.days td a {
    padding: .1em;
    border: 1px solid #fff;
}
.days td.weekend a {
    border-color: #eee;   
}
.days td.today a {
    background-color: #DBCDCD;   
	border:1px solid #DBCDCD;
}
.days td.selected {
    font-weight: bold;
}
.days td.selected a {
	border-color: #999999;
}             

.caltab .calfoot{
	background:#fff;
    border-top:1px solid #ddd;
}
.caltab .calfoot{
	padding:0;
}

/* Support for the "iehover-fix.js" */

#calendar iframe {
	position: absolute;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);   
	width:100%;       
	height:auto;
}
              
#calendar{
	overflow:hidden;
}

* html table.caltab { z-index: 200; }
   
a.calNextMonth, a.calPrevMonth{
	background:transparent !important;
}
