﻿
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../Images/page_bg_sqv.gif);
	background-color: #fff3a2;
	background-repeat: repeat-x;
	margin-top: 0px;
}

#div_body
{
	width: 842px;
	background-color: White;
	background-repeat: no-repeat;

}

#div_footer
{
	width:842px;
	background-color: White;
	height: 14px;
	background-position-y: bottom;
	background-repeat: no-repeat;
}

.div_InnerBody
{
	width:822px;
    background-color:White;
    background-repeat: no-repeat;
    background-position-y: top;
   
}

.div_InnerBottom
{
	width:822px;
    background-color:White;
    background-repeat: no-repeat;
    background-position-y: top;
    height:14px;
   
}


a:active
{
	text-decoration: none;
	color:  #007FD1;
}
a:link
{
	text-decoration: none;
	color:  #007FD1;
}
a:visited
{
	text-decoration: none;
	color:  #007FD1;
}
a:hover
{	text-decoration: underline;
	color: #ffffff;
	background-color:  #007FD1;
}

.SelectdGroupSection
{
	text-decoration: underline;
     font-weight:bold;
}


.HotelName
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	
	color: #007FD1;
}
.SectionName
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #007FD1;
}
.SectionLink
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FCA114;
}
.MandatoryHead
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #007FD1;
}
.MandatoryTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #007FD1;
}

a.SectionLink:active
{
	text-decoration: none;
	color: #FCA114;
}
a.SectionLink:link
{
	text-decoration: none;
	color: #FCA114;
}
a.SectionLink:visited
{
	text-decoration: none;
	color: #FCA114;
}
a.SectionLink:hover
{	text-decoration: underline;
	color: #ffffff;
	background-color: #FCA114;
}

.SubTitle
{
    font-size: 12px;
    color: #007FD1;
}
.Item
{
    font-size: 11px;
    color: #000000;
}


.BookNow
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: Black;
    background-color: #ffe4a2;
}
a.BookNow:active
{
	text-decoration: underline;
	background-color: #ffe4a2;
	color: Black;
}
a.BookNow:link
{
	text-decoration: underline;
	background-color: #ffe4a2;
	color: Black;
}
a.BookNow:visited
{
	text-decoration: underline;
	background-color: #ffe4a2;
	color: Black;
}
a.BookNow:hover
{	text-decoration: underline;
	color: #ffffff;
	background-color: #007FD1;
}
.ShowHide
{
  cursor:pointer;
  background-color: #ffe4a2;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.GalleryText 
{
    font-size:smaller;
    color: #ef9711;	
    
}

#table_Detail li
{
  margin-left:0px;
}

.amenity_left
{
	float: left;	
	width: 200px;
	margin: 1px 0px 1px 0px;
}
	
.amenity_right{
	float: left;	
	width: 160px;
	margin: 1px 0px 1px 0px;
}

.BigHeading
{
	font-size:x-large;
    
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
.Free
{
   font-weight:bold;
   color: Red;
}
.NotFree
{
   font-weight:bold;
   color:Blue;
}

.UserReviews_Name
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #007FD1;
}

.UserReviews_Detail
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: aliceblue;
	color: #222222;
}

.UserRreviewButton
{
	background-color:#007FD1;
	color:#FCA114;
}
a.UserRreviewButton:active
{
	text-decoration: none;
	color:Yellow;
}
a.UserRreviewButton:link
{
	text-decoration: none;
	color: Yellow;
}
a.UserRreviewButton:visited
{
	text-decoration: none;
	color: Yellow;
}
a.UserRreviewButton:hover
{	text-decoration: underline;
	color: #ffffff;
	background-color: #FCA114;
}
.UserRreviewApproved
{
	color:Green;
}
.SightSeeingName
{
	
    
}

.SelectedSightSeeingName
{
    font-weight:bold;
}