/* @group General Styles */

body  {
	font: 12pt Tahoma, Helvetica, Verdana, Arial, sans-serif;
	background:#6699cc; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333399;
}

#Top {
	width: 974px;
	height: 35px;
	background-image: url(../Images/Backgrounds/bgt.png);
	padding: 0px 35px 0px 35px;	 
	margin: 0 auto; 
} 

#TopStrip {
	width: 974px;
	padding: 0px 35px 0px 35px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#Container {
	min-height: 1000px;
	width: 974px;
	padding: 0px 35px 0px 35px;
	

	background-image: url(../Images/Backgrounds/bg.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#Bottom {
	width: 974px;
	height: 35px;
	background-image: url(../Images/Backgrounds/bgb.png);
	padding: 0px 35px 0px 35px;	
	margin: 0 auto; 
 
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end */

/* @group Header */
#Head_Strip{
	text-align: right;
	padding-top: 2px;
}

#Search_Box{
	float: right;
	padding-top: 3px;
	}

#Header { 
	height: 165px;
	margin: 0px 0px 10px 0px;
	text-align: right;
	background-image: url(../Images/Backgrounds/AniHeader.gif);
	padding: 5px;
	}

h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #333399;
	text-align: right;
	font-style: italic;
	font-variant: small-caps;
	padding-right: 10px;
	text-shadow: 2px 2px 4px #FFF, -2px 2px 4px #FFF, 2px -2px 4px #FFF, -2px -2px 4px #FFF;
}	

#table.ticker{
}

#TICKER_Title{
font-weight: bold;
}	

#TICKER{
background: #F1F1FF;
	font-size: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}	

#TICKER a{
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}

#ajaxticker1{
	color: #333399;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.someclass{ //class to apply to your scroller(s) if desired
}

/* @end */

/* @group Main */
#Main{
	margin-bottom: 14px;
}

#Left{
	width: 160px;
	float: left;
	margin-left: 0px;
}

#Right{
	width: 176px;
	margin-right: 0px;
	float: right;
	text-align: center;
}

#Middle{
	margin-right: 190px; 
	margin-left: 174px;
}

#Search_Results{
	margin-left: 174px;
	margin-right: 0px;
}

/* @end */

#Onlinebooking {
	width: 100%;
}

/* @group Column */

.Column_Top{
	width: 160px;
	height: 10px;
	background: url(../Images/Backgrounds/col_top.png);
	margin-bottom: 2px;
}

.Column_Bottom{
	width: 160px;
	height: 10px;
	background: url(../Images/Backgrounds/col_bottom.png);
	margin-bottom: 14px;
}

.Column_Top_R{
	width: 176px;
	height: 10px;
	background: url(../Images/Backgrounds/col_top_r.png);
	margin-bottom: 2px;
}

.Column_Bottom_R{
	width: 176px;
	height: 10px;
	background: url(../Images/Backgrounds/col_bottom_r.png);
	margin-bottom: 14px;
}

/* @end */

/* @group Menu */

.Menu_Button {
	display: block;
	background: #CCCCFF;
	font-size: 10pt;
	margin-bottom: 2px;
}

.Menu_Button a {
	display: block;
	text-decoration: none;
	color: #333399;
	padding: 3px 2px 2px 12px;
}

.Menu_Button a:hover {
	display: block;
	background: #9999FF;
	text-decoration: none;
}

.Menu_Active {
	border-left: 3px solid #990000;
	margin-bottom: 2px;
}

.Menu_Active a {
	text-decoration: none;
}

.Menu_Active a:hover {
	text-decoration: none;
}

.Menu_Title{
	background: #333399;
	color: #FFFFFF;
	padding: 3px 2px 2px 8px;
	margin-left: 1px;
	font-size: 10pt;
}

.Menu_Title a {
	text-decoration: none;
	color: #FFFFFF;
}

.Sub_Menu{
	background: #FFFFFF;
	border-bottom: 2px solid #333399;
	border-right: 2px solid #333399;
	border-left: 2px solid #333399;
	margin-left: 1px;
	padding: 6px 5px 2px 8px;
	font-size: 10pt;
}

.Sub_Menu p {
	margin-top: 0px;
	margin-bottom: 4px;
}

.Sub_Menu a {
	text-decoration: none;
	color: #333399;
}

.Sub_Menu a:hover {
	text-decoration: underline;
}

/* @end */

.Google_Ads_Column {
	margin-bottom: 14px;
}

.Google_Ads_Banner {
	width: 0 Auto;
	text-align: center;
}

/* @group Widget */

.Widget{
	display: block;
	background: #CCCCFF;
	font-size: 10pt;
	margin-bottom: 2px;
	padding-top: 3px;
}

.Widget_Content{
	background: #E8E8FF;
	font-size: 10pt;
	text-transform: Capitalize;
	font-variant: normal;
	font-weight: normal;
}

.Widget_Static {
	background: #E8E8FF;
	border: 2px solid #CCCCFF;
	font-size: 10pt;
	padding: 7px 3px;
	font-variant: normal;
	font-weight: normal;	
}

.Widget_Static a {
	color: #333399;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}

.Widget_Static a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.Widget_Static p {
	margin-top: 0px;
	margin-bottom: 4px;
}

.Widget_External {
	font-size: 8pt;
	background: #E8E8FF;
	border: 2px solid #CCCCFF;
	padding: 0px 0px;	
}

.Widget_External a {
	color: #333399;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}
.Widget_External a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

#twitter_div {
	display: block;
	overflow: hidden;
	text-overflow:clip;
	font-size: 10px;
	padding: 0 4px 4px 4px;
	text-align: center;
}

#twitter_div a:hover { color: #990000; text-decoration: underline;}
#twitter_div a { text-decoration: none; weight: bold; color: #333399;}
	
#twitter_div ul li a:hover { color: #990000; text-decoration: underline;}
#twitter_div ul li a { text-decoration: none; display: inline; color: #333399; font-weight: bold; margin: 0; }
#twitter_div ul li { display: block; padding: 4px 0; margin: 0px; font-size: 1em;  list-style: none; }
#twitter_div ul { margin: 0; padding: 0; }

/* @end */

.Column{
	width: 160px;
	background: #CCCCFF;
	margin-bottom: 2px;
	font-size: 10pt;
	padding-top: 2px;
}

/* @group Advert */

.Advert{
	display: block;
	width: 160px;
	margin-bottom: 5px;
	font-size: 10pt;
	text-align: center;
}

.Advert a {
	display: block;
	color: #333399;
	font-size: 10pt;
	text-decoration: none;
}

.Advert a:hover {
	display: block;
	color: #990000;
	font-size: 10pt;
	text-decoration: none;
}


.Advert_R {
	display: block;
	width: 176px;
	margin-bottom: 5px;
	font-size: 3pt;
}

.Advert_R a {
	display: block;
	color: #333399;
	font-size: 10pt;
	text-decoration: none;
}

.Advert_R a:hover {
	display: block;
	color: #990000;
	font-size: 10pt;
	text-decoration: none;
}

/* @end */

/* @group Events */
#Heading2 {
	border-bottom: 3px solid #990000;
	margin-bottom: 4px;
	font-size: 16pt;
	font-weight: bold;
	text-transform: Uppercase;
}

#EventDate {
	font-size: 14px;
	margin-bottom: 14px;
}

table.events
{
	table-layout: fixed;
	overflow: fixed;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}
table.events thead th.Date
{
	background: #CCCCFF url('../Images/Backgrounds/col_tl.png') left -1px no-repeat;
}
table.events thead th.Event
{
	background: #CCCCFF url('../Images/Backgrounds/col_tr.png') right -1px no-repeat;
}
table.events th
{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	color: #333399;
	background: #CCCCFF;
}
table.events .Date{
	width: 150px;
}

table.events .Event{
	border-left: 1px solid #fff;
}

table.events td
{
	padding: 5px;
	font-size: 10pt;
	background: #E8E8FF;
	border-top: 2px solid #fff;
	color: #333399;
}
table.events tfoot td.foot-left
{
	background: #CCCCFF url('../Images/Backgrounds/col_bl.png') left bottom no-repeat;
}
table.events tfoot td.foot-right
{
	background: #CCCCFF url('../Images/Backgrounds/col_br.png') right bottom no-repeat;
}
table.events tbody tr:hover td
{
	background: #9999FF;
}


/* @end */

/* @group Time Table */
table.timetable
{
	table-layout: fixed;
	overflow: fixed;
	width: 580px;
	border-collapse: collapse;
	margin-left: 15px;
}
table.timetable thead th.Time
{
	background: #CCCCFF url('../Images/Backgrounds/col_tl.png') left -1px no-repeat;
}
table.timetable thead th.Event
{
	background: #CCCCFF url('../Images/Backgrounds/col_tr.png') right -1px no-repeat;
} 
table.timetable th
{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	color: #333399;
	background: #CCCCFF;
}
table.timetable .Time{
	width: 80px;
	text-align: center;
}

table.timetable .Event{
	border-left: 1px solid #fff;
	text-align: left;
}

table.timetable td
{
	padding: 5px;
	font-size: 10pt;
	background: #E8E8FF;
	border-top: 2px solid #fff;
	color: #333399;
}

/* @end */


/* @group Content */

#Heading {
	border-bottom: 3px solid #990000;
	margin-bottom: 14px;
	font-size: 16pt;
	font-weight: bold;
	text-transform: Uppercase;
}

.Content{
	font-size: 10pt;
	margin-bottom: 12pt;
}

.Content a{
	color: #333399;	
	font-weight: bold;
	text-decoration: none;
}

.Content a:hover{
	color: #990000;	
}

.Sub_Heading{
	border-bottom: 1px solid #990000;
	border-top: 3px solid #990000;
	margin-top: 24px;
	padding: 5px 0px;
	font-size: 14pt;
	font-weight: bold;
}

.Sub_Heading a{
	color: #333399;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
}

.Sub_Heading a:hover{
	color: #990000;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;	
}

.Sub_Heading2{
	border-bottom: 1px solid #990000;
	margin: 24px 0px 5px 0px;
	padding-bottom: 2px;
	font-size: 14pt;
}

.Sub_Content{
	border-bottom: 1px solid #990000;
	background: #E8E8FF;
	padding: 10px 10px 10px 10px;
	font-size: 10pt;
}

.Sub_Content a{
	font-weight: Bold;
	color: #333399;	
	text-decoration: none;
}

.Sub_Content a:hover{
	color: #990000;
}

.Sub_Content h2{
	font-size: 12pt;
	margin: 0;
	line-height: 14pt;
}

.Sub_Content h3{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: -10px;
}

.Centered{
	text-align: center;
	margin-top: 20px;
}
.Sub_Content_BG{
	background: #E8E8FF;
	margin-top: 4px;
	padding: 10px 0px 10px 10px;
	border: 2px solid #333399;
	font-size: 10pt;
	text-align: center;
}

.popout{
	background: #CCCCFF;
	margin: 14px 25px;
	padding: 5px 14px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-shadow: 2px 2px 4px #FFF;
	font-style: italic;
}

.bl {
	background: url('../Images/Backgrounds/col_bl.png') 0 100% no-repeat;
}

.br {
	background: url('../Images/Backgrounds/col_br.png') 100% 100% no-repeat;
}

.tl {
	background: url('../Images/Backgrounds/col_tl.png') 0 0 no-repeat;
}

.tr {
	background: url('../Images/Backgrounds/col_tr.png') 100% 0 no-repeat;
}

/* @end */
/* @group Restaurant Entries */

.BarsRestaurants{
	background: #F1F1FF;
	margin-bottom: 2px;
	padding: 5px;	
}
/* @end */

/* @group Hotel Entries */

#hotelResults{
width: 100%;
	
}


.Data{
	width: 475px;
}

.Data_Title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #990000;
}

.Data_Contact{
	font-size: 10pt;
	margin-bottom: 10px;
}

.Data_Description{
	font-size: 12px;
	font-weight: normal;	
}

.Data_Image{
	float: right;
	width: 200px;
	margin: 0px 0px 10px 10px;	
}


/* Sortable tables */


table.sortable
{
	table-layout: fixed;
	overflow: fixed;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}
table.sortable thead th.name
{
	background: #CCCCFF url('../Images/Backgrounds/col_tl.png') left -1px no-repeat;
}
table.sortable thead th.minprice
{
	background: #CCCCFF url('../Images/Backgrounds/col_tr.png') right -1px no-repeat;
}
table.sortable th
{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	color: #333399;
	background: #CCCCFF;
}
table.sortable .name{
	width: 485px;
}

table.sortable .type{
	text-align: center;
	border-left: 1px solid #fff;
}

table.sortable .minprice{
	text-align: center;
	border-left: 1px solid #fff;
}
table.sortable td
{
	padding: 5px;
	font-size: 8pt;
	background: #E8E8FF;
	border-top: 2px solid #fff;
	color: #333399;
}
table.sortable tfoot td.rounded-foot-left
{
	background: #CCCCFF url('../Images/Backgrounds/col_bl.png') left bottom no-repeat;
}
table.sortable tfoot td.rounded-foot-right
{
	background: #CCCCFF url('../Images/Backgrounds/col_br.png') right bottom no-repeat;
}
table.sortable tbody tr:hover td
{
	background: #E8E8FF;
}


table.paidentry{
	font-size: 12px;
	text-align: left;
	width: 300px;
	border-collapse: collapse;
}

table.paidentry thead
{
	border-bottom: 1px solid #9999FF;
}


/* @end */

/* @group Property */

.Property_Gallery {
		margin-left: -2em;
}

.Property_Gallery li {
	width:190px;
	margin: 0px 5px;
	padding: 0px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
}

.Propert_Gallery a span{
	position:absolute;
	bottom:20px;
	left:10px;
	width:190px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 18px;
}

#Property_Previous {
	display:block;
	float: left;
	width: 135px;
}

#Property_Back{
	text-align: center;
	float: left;
	width: 330px;
}

#Property_Next {
	display:block;
	text-align: right;
	float: left;
	width: 135px;
}

table.Property
{
	table-layout: fixed;
	overflow: fixed;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}

table.Property thead th.Image
{
	background: #CCCCFF url('../Images/Backgrounds/col_tl.png') left -1px no-repeat;
}

table.Property thead th.Rate
{
	background: #CCCCFF url('../Images/Backgrounds/col_tr.png') right -1px no-repeat;
}
table.Property th
{
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	color: #333399;
	background: #CCCCFF;
}
table.Property .Image{
	width: 190px;
}
table.Property .Description{
	border-left: 1px solid #fff;
	padding: 5px;
}
table.Property .Location{
	border-left: 1px solid #fff;
	padding: 5px;
	width: 80px;
}

table.Property .Rate{
	border-left: 1px solid #fff;
	padding: 5px;
	width: 80px;
}

table.Property td
{
	font-size: 10pt;
	background: #E8E8FF;
	border-top: 2px solid #fff;
	color: #333399;
}
table.Property tfoot td.foot-left
{
	background: #CCCCFF url('../Images/Backgrounds/col_bl.png') left bottom no-repeat;
}
table.Property tfoot td.foot-right
{
	background: #CCCCFF url('../Images/Backgrounds/col_br.png') right bottom no-repeat;
}
table.Property tbody tr:hover td
{
	background: #9999FF;
}


/* @end */


/* @group Images */
.image_left{
	float: left;
	width: 300px;
	margin: 6px 10px 6px 0px;
	text-align: left;
	font-size: 8pt;
	font-style: italic;
}

.image_right{
	float: right;
	width: 300px;
	margin: 10px 0px 10px 10px;
	text-align: right;
	font-size: 8pt;
	font-style: italic;
}

/* @end */

/* @group Contact Form */
table.contacttable
{
	table-layout: fixed;
	overflow: fixed;
	text-align: center;
	width: 100%;
	padding: 4px;
	border-collapse: collapse;
}

table.contacttable .left{
	width: 160px;
	text-align: right;
}

table.contacttable .right{
text-align: left;
	
}

/* @end */
/* @group Credits */
table.credits
{
	table-layout: fixed;
	overflow: fixed;
	width: 100%;
	border-collapse: collapse;
}

table.credits .badge{
	width: 175px;
	text-align: center;
}

table.credits .desc{
	text-align: left;
	
}

/* @end */
/* @group SiteMap */

.sm {
	margin-left: 20px;
	padding: 35px 0 0 5px;
	border-left: 1px solid #990000;
}
.sm2 {
	margin-left: 20px;
	padding: 0 0 0 5px;
	border-left: 1px solid #990000;
}

/* @end */

/* @group Gallery */

#Gallery{
	margin-left: 174px;
	margin-right: 0px;
	font-size: 10pt;
}

#Gallery a {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color:#333399;
	text-align: center;
}

#Gallery a:hover {
	color:#990000;
}

#Gallery p {
	text-align: center;
}

#Gallery li {
	width:200px;
	padding:0px 18px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
}

#Gallery a span{
	position:absolute;
	bottom:20px;
	left:10px;
	width:190px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 18px;
}

#Previous {
	margin-left: 35px;
	display:block;
	float: left;
	width: 135px;
	padding-left: 15px;
}

#Gallery_View {
	text-align: center;
	float: left;
	width: 430px;
}

#Next {
	display:block;
	text-align: right;
	float: left;
	width: 135px;
	padding-right: 15px;
}

#Full_Photo {

	padding:0px 15px 0px 15px;
	margin: 0px 35px 0px;
}

img{
	border: 0px;
}

/* @end */


/* @group Google Map */
#Google_Map {
	border: 2px solid #333399;
}

table.Google_Map_Key
{
	table-layout: fixed;
	overflow: fixed;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #333399;
}

table.Google_Map_Key .icon{
	width: 50px;
	padding: 5px 0;
	text-align: center;
}
table.Google_Map_Key .description{
	border-right: 1px solid #333399;
	width: 149px;
	padding: 5px;
}

table.Google_Map_Head
{
	table-layout: fixed;
	overflow: fixed;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #333399;
	background: #CCCCFF;

}

table.Google_Map_Head a
{
	text-decoration: none;
	color: #333399;}

table.Google_Map_Head .title{
	border-right: 1px solid #333399;
	width: 199px;
	padding: 5px;
}
table.Google_Map_Head .titleactive{
	border-right: 1px solid #333399;
	width: 199px;
	padding: 5px;
	background: #333399;

}
table.Google_Map_Head .titleactive a{
	color: #ffffff;}


table.Google_Map_Key td
{
	font-size: 10pt;
	border-top: 1px solid #333399;
	color: #333399;
}



/* @end */
/* @group Footer */

#Footer{
	background: url(../Images/Backgrounds/footer_flag.png) 0 0 repeat-x;
	margin-top: 14px;
	padding-top: 20px;
	text-align: center;
	font-size: 8pt;
}

#Footer a{
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #333399;	
}

#Footer a:hover {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

#Footer a:visited {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #333399;	
}

#SiteLinks {
	width: 974px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 8pt; 
} 
#SiteLinks a{
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #333399;	
}

#SiteLinks a:hover {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

#SiteLinks a:visited {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #333399;	
}


/* @end */

