@charset "utf-8";
/* CSS Document */

/*---- background color and background image ----*/

body{
	background-color:#012c00;
}
#main-wrapper {background:url(../../hotels/equarius-hotel/images/bg_page.jpg); background-repeat: repeat-x; }
#sub-main-wrapper {background:url(../../hotels/equarius-hotel/images/bg_top_page.jpg); background-repeat: repeat-x; }

/*---- content background color and background images ----*/
#content-expandable { background: url(../../hotels/equarius-hotel/images/bg_main_content_bottom.png); }
#content-top { background: url(../../hotels/equarius-hotel/images/bg_main_content_top.png); background-position:top; background-repeat:no-repeat; }
#content-left { background: url(../../hotels/equarius-hotel/images/bg_main_content_left.png); background-position:top left; background-repeat:no-repeat; }
#content-right { background: url(../../hotels/equarius-hotel/images/bg_main_content_right.png); background-position:top right; background-repeat:no-repeat; }
#content-center { background: url(../../hotels/equarius-hotel/images/bg_main_content_center.gif); background-repeat:repeat-x; }

/*---- left panel header ----*/
.left-panel-section-header-align {
	color:#3e7200;
}

/* left panel fonts */
.left-panel-form-title {
	font-weight:bold;
	color:#3f7300;
}

.left-panel-section-content {
	color:#082800;
}

.left-panel-section-content a {
	color:#845937;
}

.left-panel-section-content a:visited {
	color:#845937;
}

.left-panel-section-content a:active {
	color:#845937;
}

.left-panel-section-content a:hover {
	color:#52851d;
}

a.left-panel-link-nonContent{
	color:#845937;
	text-decoration:none;
}

a.left-panel-link-nonContent:visited{
	color:#845937;
	text-decoration:none;
}

a.left-panel-link-nonContent:active{
	color:#845937;
	text-decoration:none;
}

a.left-panel-link-nonContent:hover{
	color:#845937;
	text-decoration:underline;
}

.left-panel-title {
	color:#3f7300;
}

/*---- right panel ----*/

#breadcrumbs {
	/*color:#3f7300;*/
	color:#082800;
}

#breadcrumbs a {
	color:#082800;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#main-content-title H1 {
	color:#3e7200;
}

.top-description-title {
	color:#3f7300;	
}

.subHeaderColor {
	color:#3f7300;	
}

.right-panel-contentFont{
	color:#082800;	
}

.right-panel-contentFont a{
	color:#845937;	
}

.right-panel-contentFont a:visited{
	color:#845937;	
}

.right-panel-contentFont a:active{
	color:#845937;	
}

.right-panel-contentFont a:hover{
	color:#52851d;	
}

a.right-panel-link-nonContent{
	color:#845937;
	text-decoration:none;
}

a.right-panel-link-nonContent:visited{
	color:#845937;
	text-decoration:none;
}

a.right-panel-link-nonContent:active{
	color:#845937;
	text-decoration:none;
}

a.right-panel-link-nonContent:hover{
	color:#52851d;
	text-decoration:underline;
}


/*---- main content dividers ----*/
/* dotted horizontal divider */
.content-section-divider {
	background: url(../../hotels/equarius-hotel/images/img_dotted_divider_horizontal.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* dotted horizontal divider light*/
.content-section-divider-light {
	background: url(../../hotels/equarius-hotel/images/img_dotted_divider_light_horizontal.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}


/* dotted vertical divider */
#main-content-area {
	width:100%;
	background:url(../../hotels/equarius-hotel/images/img_dotted_divider_vertical.gif);
	background-position:203px 0px;
	background-repeat:repeat-y;
}

/*For IE browser only*/
#main-content-area {
	#background-position:183px 0px;
}

/*---- News and events panel ----*/
.News_2_Group {
	width:255px;
	margin-bottom:16px;
}

.News_2_Image_Wrapper {
	float:left;
	width:70px;	
}

.News_2_Images {
	border:solid 1px #fff;
}

.News_2_Details_Wrapper {
	float:left;
	width:185px;	
}

.News_2_Publish_Date {
	float:left;
	font-weight:bold;	
}

.News_2_Read_More {
	float:right;
}

.News_2_Summary {
	width:185px;
}

/*For print and email icons*/

.print_icon {
	width: 13px;
	height: 13px;
	background: url(/RWSPortal/Portals/0/RWS/hotels/equarius-hotel/images/icn_printer.gif) no-repeat center center; 
}

.email_icon { 
	width: 13px; 
	height: 100%; 
	background: url(/RWSPortal/Portals/0/RWS/hotels/equarius-hotel/images/icn_email.gif) no-repeat center center; 
} 

.ShareHeaderFontColor {
	color:#3f7300;	
}

/* hyperlink Underline for facebook and Follow us on Twitter */
.hyperlinkUnderline
{
	text-decoration:underline;
	color:#845937;
}