@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	/*background-attachment:fixed;
   background: url("../images/backgr.jpg")   repeat-x ;*/
	
	background-color: #bbc9c9;   6f8c8f
}


a {
	color: #015757;
	text-decoration: none;
}
a:hover {
	color: #000;	
}

.portal {
	text-align: left;
	color: #000;
}

table#top {
	height:150px;
	background: url("../images/top_cloud2.png") repeat-x;
}

table#bottom {
	height:150px;
	border-top:4px solid #92a8a9;
	background-image: url(../images/bg_bottom_line2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

table#banners {
	border: 3px solid #efefc2;
	margin: 3px;
	padding: 3px;
}

table#categorytitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

table#accommodation {
	text-decoration: none;
	font-size: 13px;
}

table#accommodation a {
	text-decoration: none;
	color: #efefc2;
	font-size: 14px;
	font-weight:bold;
}

table#food {
	text-decoration: none;
	font-size: 13px;
}

table#food a {
	text-decoration: none;
	color: #efefc2;
	font-size: 14px;
	font-weight:bold;
}

table#fun {
	text-decoration: none;
	font-size: 13px;
}

table#fun a {
	text-decoration: none;
	color: #efefc2;
	font-size: 14px;
	font-weight:bold;
}

table#shops {
	text-decoration: none;
	font-size: 13px;
}

table#shops a {
	text-decoration: none;
	color: #efefc2;
	font-size: 14px;
	font-weight:bold;
}

table#activities {
	text-decoration: none;
	font-size: 13px;
}

table#activities a {
	text-decoration: none;
	color: #efefc2;
	font-size: 14px;
	font-weight:bold;
}

table#village {
	text-decoration: none;
	font-size: 13px;
}

table#village a {
	text-decoration: none;
	color: #efefc2;
	font-size: 14px;
	font-weight:bold;
}

.portal_details {
	font-size: 11px;
		
}
.portal_details a {
	font-size: 11px;
	color: #bbc9c9;
}


.bottom_details {
	font-size: 12px;
}

.bottom_details2 {
	font-size: 11px;
	color: #015757;	
}
.bottom_details2 a {
	font-size: 11px;
	color: #015757;	
}

.windmenu {
	color:#996600;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.windmenu a {
	color:#996600;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.windmenu a:hover {
	color:#754F00;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.request_new {
	color:#015757;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.request_new a {
	color:#015757;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.request_new a:hover {
	color:#000;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}

ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/OFF2.gif") repeat-x top left;
	border-bottom:4px solid #92a8a9;
	border-top:1px solid #6f8c8f;
}
ul#menu li {
	display:block;
	float:left;
	margin:0;
}
ul#menu li a {
	display:block;
	float:left;
	color:#e2e2ad;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/DIVIDER2.gif") no-repeat top right;
}
ul#menu li a:hover {
	background:transparent url("../images/HOVER2.gif") repeat-x top left;	
}
li#voidli1 {
	padding:12px 0px 0 1px;
	height:24px;
	width:170px;
	background:transparent url("../images/DIVIDER2.gif") no-repeat top right;
}


ul#menu2 {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/OFF_AQUA.gif") repeat-x top left;
	border-bottom:4px solid #9a885a;
	border-top:1px solid #fff;
}
ul#menu2 li {
	display:block;
	float:left;
	margin:0;
}
ul#menu2 li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/DIVIDER_AQUA.gif") no-repeat top right;
}
ul#menu2 li a:hover {
	background:transparent url("../images/HOVER_AQUA.gif") no-repeat top right;	
}
li#voidli2 {
	padding:12px 0px 0 1px;
	height:24px;
	width:170px;
	background:transparent url("../images/DIVIDER_AQUA.gif") no-repeat top right;
}

fieldset {
	width:420px
	border: 1px solid #FFF;
}
legend {
	color: #6f8c8f;
	background: #FFFFFF;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.search_button {
	cursor: pointer;
	border: 1px outset #ccc;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 3px;
	font-size: 14px;
	background-color: #004c99;
}
.search_button:hover {
	cursor: pointer;
	border: 1px inset #0000CE;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 3px;
	font-size: 14px;
	background-color: #7ba5d7;
}
.upload {
	font-size: 11px;
}
.logo {
	font-family: Athena, "Comic Sans MS", cursive;
	font-size: 38px;
	color: #efefc2;      
	font-weight: bold;
	cursor: pointer;
}
.sub_logo {
	font-family:  Athena, "Comic Sans MS", cursive;
	font-size: 20px;
	color: #efefc2;
	cursor: pointer;
}
.subtitle_logo {
	font-family:  Athena, "Comic Sans MS", cursive;
	font-size: 20px;
	color: #efefc2;
	cursor: pointer;
}
.guestbook_text {
	font-size: 14px;
}
table#guestbook {
	border: 1px solid #ededd5;	
}

table#offer {
	text-decoration: none;
	font-size: 13px;
}

table#offer a {
	text-decoration: none;
	color: #6f8c8f;
	font-size: 14px;
	font-weight:bold;
}

.offer_name {
	color: #efefc2;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;		
}
.offer_name a {
	color: #6f8c8f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;		
}
.offer_name a:hover {
	color: #6f8c8f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;		
}

table#link {
	border: 1px solid #bbc9c9;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}
table#link a:link {
	color: #efefc2;
	text-decoration: none;
}

table#link a:visited {
	color: #000;
	text-decoration: none;
}

table#link a:hover {
	color: #bbc9c9;
	text-decoration: none;
}

.left_td {
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7e7e6a;
	*/
}
.right_td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #92a8a9;
}
table#comments a {
	font-size: 11px;
	color: #e8e8bc;
	text-decoration: none;
}
table#comments a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
div.error {
	color: #C33;
	font-weight: bold;
}
div.success {
	color: #053FF9;
	font-weight: bold;
}
.site_sub {
	font-size: 11px;
}
.detailsname {
	font-size: 20px;
	font-weight: bold;
}
.detailsheaders {
	font-size: 15px;
}
.detailstextheading {
	font-size: 18px;
	font-weight: bold;
}
.detailstext {
	font-size: 12px;
}

/*
.breadcrumb a {
	text-decoration: none;	
}
*/
#breadcrumb {
	background-image:url('../images/bc_bg2.png');
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	color:#efefc2;
	border:solid 1px #92a8a9;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a {
	display:block;
	background-image:url('../images/bc_separator.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	color:#efefc2;
	font-weight: bold;
}
#breadcrumb a:hover {
	color:#000000;
}
.home {
    border: none;
    margin: 8px 0px;
}

.admin_database_all {
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6f8c8f;
}

.checkboxes {
	font-size: 12px;	
}


.enter {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.userpass {
	font-size: 14px;
	color: #554314;
	font-weight: bold;
}
fieldset {
	width: 350px;
}
legend {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.usersonline {
	font-size: 11px;
	font-weight: bold;
}
.reviews_all {
	color: #6f8c8f;	
}
.reviews_all_sum {
	font-size: 18px;
	font-weight: bold;
}
.rating_text {
	font-size: 11px;
}
.rating_votes {
	font-size: 11px;
}
.rating_baloon {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/rating.gif);
	background-repeat: no-repeat;
	background-position: center 2px;
}
.rating_bar {
  width: 150px;
  background: url(../images/rating_bar_bg.gif) 0 0 repeat-x;
}
.rating_bar div {
  height: 12px;
  background: url(../images/rating_bar_blue.gif) 0 0 repeat-x;
}
.rating_bar div div {
  background: url(../images/rating_bar_tip.gif) right 0 no-repeat;
}
.rating_bar_long {
  width: 220px;
  background: url(../images/rating_bar_bg.gif) 0 0 repeat-x;
}
.rating_bar_long div {
  height: 12px;
  background: url(../images/rating_bar_blue.gif) 0 0 repeat-x;
}
.rating_bar_long div div {
  background: url(../images/rating_bar_tip.gif) right 0 no-repeat;
}
.rating_bar_small {
  width: 50px;
  background: url(../images/rating_bar_bg.gif) 0 0 repeat-x;
}
.rating_bar_small div {
  height: 12px;
  background: url(../images/rating_bar_blue.gif) 0 0 repeat-x;
}
.rating_bar_small div div {
  background: url(../images/rating_bar_tip.gif) right 0 no-repeat;
}
.rating_bar_small_font {
	font-size: 11px;
	font-weight: bold;
}
.smallBR {
	font-size: 1px;
	line-height: 2;
}
.hotel_booked {
	font-size: 12px;
}
.hotel_booked a {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-image: url(../images/hotel_booked.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 30px;
	padding: 15px;
	height: 43px;
}
.hotel_booked a:hover {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-image: url(../images/hotel_booked_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 30px;
	padding: 15px;
	height: 43px;
}
