/*   
Theme Name: Lefkada Theme
Theme URI: http://lefkada-travel.com
Description: A search engine optimized website framework for WordPress.
Author: Renaud Devaliere
Author URI: http://lefkada-travel.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

	
/* Reset default browser styles */

/*	------------ reset styles ------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {background:#ffffff url(strucimages/bodyBg.jpg) no-repeat top center;}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*	------------ basic styles - please don't add layout, sizing, or page-specific rules here! ------------ */

body {
	line-height: 1.3;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7a7a7a;
	text-align: center; /* for ie6 */
}

address {
	font-style: normal;
}

select, option, input, button {
	line-height: 1.3;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7a7a7a;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 7px;
}

p {
	line-height: 1.5;
}

ol {
	list-style: decimal outside;
	margin-left: 20px;
}

select, option, input, textarea {
	color: #565656;
	margin: 0;
}

input.input_newsl_side {
	width: 140px;
	height: 14px;
}

input.submit_button_blue {
	background-color: #00ADEF;
	border: 0;
	color: #FFFFFF;
	padding: 2px 6px;
	height: 18px;
}

textarea.text {
	line-height: 1.3;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

a			{ color: #7a7a7a; text-decoration: underline; }
a:link		{ color: #7a7a7a; text-decoration: underline; }
a:visited	{ color: #7a7a7a; text-decoration: underline; }
a:hover		{ color: #7a7a7a; text-decoration: none; }
a:active	{ color: #7a7a7a; text-decoration: underline; }

a.plain				{ text-decoration: none; }
a.plain:link		{ text-decoration: none; }
a.plain:visited		{ text-decoration: none; }
a.plain:hover		{ text-decoration: underline; }
a.plain:active		{ text-decoration: none; }

a.plainLM			{ text-decoration: none; }
a.plainLM:link		{ text-decoration: none; }
a.plainLM:visited	{ text-decoration: none; }
a.plainLM:hover		{ text-decoration: none; }
a.plainLM:active	{ text-decoration: none; }
a.plainLM:hover span.triggerLM { text-decoration: underline; }

a.plainU			{ text-transform: uppercase; }
a.plainU:link		{ text-transform: uppercase; }
a.plainU:visited	{ text-transform: uppercase; }
a.plainU:hover		{ text-transform: uppercase; }
a.plainU:active		{ text-transform: uppercase; }

a.form			{ color: #00ADEF; }
a.form:link		{ color: #00ADEF; }
a.form:visited	{ color: #00ADEF; }
a.form:hover	{ color: #00ADEF; }
a.form:active	{ color: #00ADEF; }

a.form2			{ color: #00ADEF !important; text-decoration: underline !important; }
a.form2:link	{ color: #00ADEF !important; text-decoration: underline !important; }
a.form2:visited	{ color: #00ADEF !important; text-decoration: underline !important; }
a.form2:hover	{ color: #00ADEF !important; text-decoration: none !important; }
a.form2:active	{ color: #00ADEF !important; text-decoration: underline !important; }

a.inverseform			{ color: #fff; background: #00ADEF; }
a.inverseform:link		{ color: #fff; background: #00ADEF; }
a.inverseform:visited	{ color: #fff; background: #00ADEF; }
a.inverseform:hover		{ color: #fff; background: #00ADEF; }
a.inverseform:active	{ color: #fff; background: #00ADEF; }

a.iblock {
	display: inline-block;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


.hide {
	display: none;
}

div.hide {
	display: none;
}

.default_input_text {
	color: #999 !important;
	font-size: 9px !important;
}

.floatfix {
display:block;
}

textarea {
-x-system-font:none;
border:1px solid #CCCCCC;
font-family:Verdana,Arial,Serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:20em;
line-height:normal;
padding:10px;
width:80%;
}

input.textbox {
-x-system-font:none;
border:1px solid #CCCCCC;
font-family:Verdana,Arial,Serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:2px;
width:150px;
}

/*	------------ layouts ------------ */


/* start header */

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

#headerbackground {
   background-attachment:scroll;
   background-color:transparent;
   background-image:url(strucimages/headerbackground.jpg);
   background-position:center top;
   background-repeat:no-repeat;
   margin-bottom: -225px;
   height:360px;
   width:100%;
   top: 137px;
   position: relative;
   z-index: 1;
}

#accomodationvillatext a,
#restaurantbartext a,
#travelguidetext a,
#contacttext a  {
text-decoration: none;
}

.container-page h1 {
color:#00ADEF;
font-family:Times New Roman,serif;
font-size:18px;
font-weight:normal;
margin-bottom:10px;
}

#accomodationvillatext p,
#restaurantbartext p,
#travelguidetext p,
#contacttext p  {
   font: bold 18px/22px "Trebuchet MS", sans-serif;
   margin: 0px;
   text-align: left;
}

#accomodationvillatext a  {
   color: #EE1681;
}

#accomodationvillatext  {
   visibility: visible;
   position: absolute;
   left: 518px;
   top: 102px;
   z-index: 4;
   width: 213px;
}

#restaurantbartext a  {
   color: #99CC00;
}

#restaurantbartext  {
   visibility: visible;
   position: absolute;
   left: 735px;
   top: 102px;
   z-index: 4;
   width: 165px;
}

#travelguidetext a  {
   color: #333333;
}

#travelguidetext  {
   visibility: visible;
   position: absolute;
   left: 372px;
   top: 102px;
   z-index: 4;
   width: 134px;
}

#contacttext a  {
   color: #3499CC;
}

#contacttext  {
   visibility: visible;
   position: absolute;
   left: 908px;
   top: 102px;
   z-index: 4;
   width: 88px;
}

#barrebleutop  {
   background-color: #4fa7d3;
   position: absolute;
   left: 0px;
   top: 15px;
   z-index: 4;
   width: 999px;
   height: 22px;
}

.container-page h2 {
font-weight:bold;
margin-left:0;
margin-top:0;
}

.tab3 h2,
.tab4 h2 {
color:#EE1681;
font-family:Verdana,sans-serif;
font-size:12px;
padding: 15px;
font-weight:bold;
}

.container-page h2 {
color:#7A7A7A;
font-family:Verdana,sans-serif;
font-size:10px;
margin-bottom:15px;
margin-top:15px;
}

.container-page li {
background:transparent url(strucimages/list_arrow.gif) no-repeat scroll 0 7px;
line-height:19px;
margin-left:10px;
padding:0 0 0 10px;
}

.content_container li {
list-style-image:none;
list-style-type:none;
background:transparent url(strucimages/list_arrow.gif) no-repeat scroll 0 7px;
line-height:19px;
margin-left:10px;
padding:0 0 0 10px;
}


#search  {
   background: url(strucimages/search.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 816px;
   top: 42px;
   z-index: 4;
   width: 181px;
   height: 23px;
}

#logo  {
   background: url(strucimages/logo.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 3px;
   top: 4px;
   z-index: 5;
   width: 116px;
   height: 113px;
}


#textlogo  {
   background: url(strucimages/textlogo.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 130px;
   top: 50px;
   z-index: 4;
   width: 146px;
   height: 44px;
}

#qtrans_language_chooser li { 
	float:right;
	margin-right:4px;
	list-style-type:none;
 }
 
#qtrans_language_chooser { 
	padding-right: 10px;
	padding-top: 5px;
 }

.qtrans_flag { border:1px solid #ffffff; }

.searchi {
    border:none;
    color:#fff;
	background: none;
	font-weight: bold;
	width: 34px;
	height: 17px;
}

.searchi:hover {
	background-color: #4FA7D3;
}

/* end header */
/* start content */

#Container {
    position:relative;
    width: 999px; 
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    position: relative;
    text-align: left; /* this overrides the text-align: center on the body element. */
    z-index: 2;
}

.container-left {
border:1px solid #DFDCDA;
float:left;
width:182px !important;
margin-left: 10px;
margin-top: 10px;
padding: 10px 10px 0;
position: relative;/*** IE needs this ***/
display:inline;
}

.container-left-guide {
border:1px solid #DFDCDA;
float:left;
width:410px !important;
margin-left: 10px;
margin-right: 10px;
padding:10px;
margin-top: 10px;
position: relative;/*** IE needs this ***/
}

.container-center-guide {
border:1px solid #DFDCDA;
float: right;
width:515px;
padding:10px;
margin-right: 10px;
margin-top: 10px;
position: relative;/*** IE needs this ***/
}

.container-center .details_image_block {
width:715px; /*** good size ***/
}

.container-center .details_image_block .thumb_area {
width:270px;
}

.container-center {
border:1px solid #DFDCDA;
float: right;
width:743px;
padding:10px;
margin-right: 10px;
margin-top: 10px;
position: relative;/*** IE needs this ***/
display:inline; 
}

.container-center-small {
float: left;
width:325px;
margin-right: 10px;
margin-top: 10px;
margin-left: 10px;
position: relative;/*** IE needs this ***/

}

.container-center-in {
border:1px solid #DFDCDA;
margin-bottom: 10px;
}

.container-right {
border:1px solid #DFDCDA;
float:right;
width:418px !important;
position: relative;/*** IE needs this ***/
margin-right: 10px;
margin-top: 10px;
padding: 5px;
}

.container-page {
border:1px solid #DFDCDA;
float:right;
width:969px !important;
position: relative;/*** IE needs this ***/
margin-right: 10px;
margin-top: 10px;
padding: 5px;
}

#restauliste {
padding-top:6px; padding-left:32px; padding-bottom: 6px;
}

#restauliste p {
line-height: 2.5;
}
/* end content */

/* First Page */

#ttop {
   font: bold 10px/12px Verdana, sans-serif;
   margin: 0px;
   color: #FFFFFF;
   text-align: left;
}

#id0fleche,
#id1fleche,
#id2fleche,
#id3fleche  {
   visibility: visible;
   position: absolute;
   top: 374px;
   z-index: 6;
   width: 11px;
   height: 9px;
   background-repeat: no-repeat;
}

#backcity,
#backaccomodation,
#backabout,
#backplane  {
   visibility: visible;
   position: absolute;
   z-index: 4;
   width: 234px;
   height: 36px;
   background-repeat: no-repeat;
}

#backcity  {
   background-image: url(strucimages/first-page/backcity.gif);
   left: 264px;
   top: 358px;
}

#backaccomodation  {
   background-image: url(strucimages/first-page/backaccomodation.gif);
   left: 499px;
    top: 358px;
}

#backplane  {
   background-image: url(strucimages/first-page/backplane.gif);
   left: 29px;
   top: 359px;

}

#backabout  {
   background-image: url(strucimages/first-page/backabout.gif);
   left: 734px;
   top: 359px;
}

.container-left dl.refiner dt {
margin:5px 0;
}

.container-left dt {
font-weight:bold;
}

.container-left dd {
padding-top: 8px;
padding-bottom: 8px;
}

#citiesandvillagestext,
#gettingtolefkadatext,
#aboutustext,
#accomodationtext  {
   visibility: visible;
   position: absolute;
   top: 371px;
   z-index: 5;
   text-align:right;
}

#citiesandvillagestext {
   left: 352px;
   width: 122px;
}

#gettingtolefkadatext  {
   left: 115px;
   width: 123px;
}
#aboutustext  {
   left:785px;
	width:159px;
}
#accomodationtext  {
   left: 616px;
   width: 94px;
}

#id0fleche  {
   background-image: url(strucimages/first-page/id0fleche.gif);
   left: 246px;
}

#id1fleche  {
   background-image: url(strucimages/first-page/id1fleche.gif);
   left: 483px;
}

#id2fleche  {
   background-image: url(strucimages/first-page/id2fleche.gif);
   left: 718px;
}

#id3fleche  {
   background-image: url(strucimages/first-page/id3fleche.gif);
   left: 953px;
}

#menutitle {
-x-system-font:none;
font-family:"Trebuchet MS",sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:22px;
padding-left:10px;
text-align:left;
}

.contactform {
background: url(strucimages/timbre.gif) no-repeat;
background-position: right top;
padding:10px;
width:550px;
float: right;
}

.recommed_place {
margin-top:20px;
}

.recommed_place img {
background:#F0F0F0 none repeat scroll 0 0;
display:inline;
float:left;
height:90px;
margin-right:10px;
width:150px;
}

.recommed_place .locations {
margin-left:155px;
}
.recommed_place .locations .cityname {
border-bottom:1px solid #E0DCD9;
margin-bottom:4px;
padding-bottom:3px;
padding-left:3px;
padding-right:3px;
}
.recommed_place .locations .cityname .count {
float:right;
}
a.r_total:link {
color:#00ADEF;
}
a.r_total {
color:#00ADEF;
}
.recommed_place .locations .cityname b {
text-transform:uppercase;
}
.recommed_place .locations a.r_local {
display:block;
padding-bottom:5px;
padding-left:3px;
padding-top:4px;
}

/* Page */

.details_tabs_container {
margin:40px -5px 0 -4px;
}

.details_tabs_container .tab {
border:1px solid #AFAFAF;
display:none;
position:relative;
}

.details_tabs_container .tab_chooser li {
background:#F3F3F3 none repeat scroll 0 0;
border:1px solid #C4C4C4;
cursor:pointer;
float:left;
margin-bottom:1px;
margin-right:1px;
margin-top:2px;
padding:2px 10px;
}

.details_tabs_container .tab_chooser li.left {
background:#00ADEF none repeat scroll 0 0;
color:white;
font-weight:bold;
}

.details_tabs_container .tab h3 {
font-size:11px;
font-weight:bold;
margin-bottom:15px;
text-transform:uppercase;
}

.details_tabs_container .tab .customer_comments li {
border-top:1px solid #CCCCCC;
margin-bottom:15px;
padding-top:10px;
background: none;

}

.details_tabs_container .tab .customer_comments p.old {
padding-top:7px;
}

.details_tabs_container .tab .customer_comments p {
padding-right:65px;
}

.details_image_block .thumb_area .thumb_page img {
border-color:-moz-use-text-color -moz-use-text-color #FFFFFF #FFFFFF;
border-style:none none solid solid;
border-width:0 0 1px 1px;
cursor:pointer;
display:block;
height:90px;
width:133px;
}

.details_tabs_container .tab p {
text-align:justify;
}

.details_tabs_container .tab .customer_comments p.sign {
font-weight:bold;
padding-top:7px;
}

.satellite_content h2 {
color:#7A7A7A;
font-family:Verdana,sans-serif;
font-size:10px;
margin-bottom:15px;
margin-top:40px;
}

.entry h2 {
color:#EE1681;
font-family:Verdana,sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
}

.satellite_privacy h2 {
font-weight:bold;
margin-left:0;
margin-top:0;
}

.satellite_content {
padding:23px;
}

.satellite_content div.alt {
background:#F1F0EE none repeat scroll 0 0;
margin-left:-23px;
margin-right:-23px;
padding-left:23px;
padding-right:23px;
}

.satellite_privacy .pp_entry {
padding-bottom:10px;
padding-top:10px;
text-align:justify;
}

.details_tabs_container .tab .customer_comments .customer_rating {
color:#00ADEF;
font-size:14px;
font-weight:bold;
height:32px;
padding-top:10px;
position:absolute;
right:20px;
text-align:right;
width:32px;
}

.details_tabs_container .tab_chooser li.selected {
background:white none repeat scroll 0 0 !important;
border-bottom:2px solid white;
border-color:#AFAFAF #AFAFAF white;
color:#493F35;
font-size:11px;
font-weight:bold;
margin-left:1px;
margin-right:2px;
margin-top:0;
padding:5px 15px 6px;
}

.details_tabs_container .tab_chooser {
height:23px;
margin-top:-22px;
overflow:hidden;
position:absolute;
z-index:2;
}

.listed_hotel .text_block {
height:92px;
margin-left:20px;
overflow:hidden;
}

.details_small_desc {
margin-top:11px;
}

.hbox {
float:left;
}

.details_image_block .main_image {
display:block;
float:left;
height:300px;
width:445px;
}

.details_image_block .thumb_area {
height:300px;
position:relative;
}

.details_tabs_container .tab .content_container {
background:white none repeat scroll 0 0;
padding:20px 10px;
}

.extra_pad_bttt {
margin-top:50px;
}

.details_tabs_container .tab {
border:1px solid #AFAFAF;
display:none;
position:relative;
}

.details_tabs_container .tab_chooser {
height:23px;
margin-top:-22px;
overflow:hidden;
position:absolute;
z-index:2;
}

.details_small_desc {
margin-top:11px;
}

.details_small_desc li.rec {
cursor:pointer;
float:right;
text-align:right;
width:350px;
}

.details_small_desc li.rec .rating3 {
color:#00ADEF;
float:right;
height:11px;
margin:0;
padding:0;
}

.details_small_desc li.rec .rating2 {
background:transparent url(files/rating_bar.gif) repeat scroll 0 -15px;
float:right;
font-size:0;
height:11px;
margin:2px 0 0;
padding:0;
width:33px;
}

.details_small_desc li {
padding-top:3px;
}

.details_image_block {
height:300px;
margin-top:15px;
position:relative;
}

.details_image_block .thumb_area .pager {
background:#F1F0EE none repeat scroll 0 0;
border-left:1px solid white;
bottom:0;
height:20px;
left:0;
padding-top:7px;
position:absolute;
text-align:center;
width:100%;
}

.back_to_the_top {
border-top:1px solid #DFDCDA;
margin:10px 0 0;
padding:20px;
text-align:right;
}

.wide_content {
padding:2px;
position:relative;
}

.hentry {
padding: 10px;
}

h1.title,
h1.title a,
h1.title a:hover {
font-family: Verdana;
font-size:24px;
color: #4fa7d3;
text-decoration: none;
}


h2.title,
h2.title a,
h2.title a:hover {
font-family: Verdana;
font-size:24px;
color: #4fa7d3;
text-decoration: none;
}

/* start sidebar */

#sidebar ul li {
list-style-image:none;
list-style-type:none;
margin-bottom:10px;
padding: 5px;
height: 215px;
}

.qtrans_language_chooser li {
float:right;
list-style-type:none;
margin-right:5px;
margin-top:5px;
}

#sidebar ul, #sidebar ul ol {
background:#00ADEF none repeat scroll 0 0;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:21px;
margin:0;
padding:0;
}

#sidebar h2 {
font-family:verdana;
font-size:10px;
font-weight: bold;
width:180px;
color: white;
}

.container-center-in h3 {
padding:0px;
line-height:1.7;
}

.listed_hotel {
border-top:1px solid #DFDCDA;
margin:10px 0 0;
padding-left:20px;
padding-top:10px;
}

.details_image_block .loading_image {
color:black;
display:none;
font-weight:bold;
left:220px;
margin-top:145px;
position:absolute;
z-index:2;
}

.listed_hotel .rooms_block {
float:right;
height:92px;
padding-right:20px;
text-align:right;
width:180px;
}

.listed_hotel .resto_block {
float:right;
padding-right:20px;
text-align:right;
width:230px;
}

listed_hotel .rooms_block .avg {
margin-bottom:5px;
}

.listed_hotel h2 {
color:#4B3C35;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
}

.listed_hotel h2 a:link {
color:#4B3C35;
font-weight:bold;
text-decoration:none;
}

.listed_hotel h2 a {
color:#4B3C35;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

.listed_hotel h5 {
font-weight:normal;
margin-bottom:10px;
}

.listed_hotel h5 img,
.listed_hotel h2 img {
border : 0 none;
}

.listed_hotel .thumb_layer {
float:left;
height:90px;
margin-right:10px;
}

/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

	label.checkbox span.holder {
		height: 61px; /* Total height of your checkbox image */
		background: url(strucimages/prettyCheckboxes/checkbox.gif) 0 -1px no-repeat; /* Path to your checkbox image */
	}
	
	label.radio span.holder {
		height: 61px; /* Total height of your radio buttons image */
		background: url(strucimages/prettyCheckboxes/radio.gif) 0 -1px no-repeat; /* Path to your radio button image */
	}
	
	label.checkbox:hover span.holder,
	label.radio:hover span.holder { top: -21px !important; } /* Background position on mouseover */
	
	label.checked span.holder,
	label.checked span.holder,
	label.checked:hover span.holder,
	label.checked:hover span.holder { top: -42px !important; } /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

	label.list {
		float: left; clear: left;
		margin: 0 0 5px 0;
	}
	
	label.inline {
		float: left; margin: 0 10px 0 0;
	}
	
		input.hiddenCheckbox {
			position: absolute; left: -10000px; /* Hide the input */
		}
	
		label.prettyCheckbox span.holderWrap {
			display: block; float: left;
			position: relative;
			margin-right: 5px;
			overflow: hidden;
		}
		
		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0; left: 0;
		}

/* Price charts */

.price-chart {
  empty-cells: show;
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.5em;
}

.price-chart td, .price-chart th {
  padding: 0;
}

.price-chart th {
  font-size: 86%;
  font-weight: normal;
  text-align: center;
}

.price-chart tr.bars td {
  min-height: 46px;
  white-space: nowrap;
  padding-right: 1px;
}

.price-chart tr.bars td div.bar {
  width: 100%;
  background-color: #4FA7D3;
  z-index: 10;
}

.price-chart tr.bars td.unavailable div.bar {
  background-color: #4FA7D3;
}

.price-chart tr.bars td a {
  display: block;
  border: 1px solid #586A1E;
  margin-bottom: 1px;
  text-decoration: none;
}

.price-chart tr.bars td a:hover div.bar {
  background-color: #586A1E;
  z-index: 10;
}

.price-chart tr.bars th.axis {
  font-size: 75%;
  padding-right: 2px;
}

.price-chart tr.bars th.axis div.axis-wrap {
  position: relative;
  border-top: 1px solid #999; 
  border-right: 1px solid #999;
}

.price-chart th.axis div.max-label, .price-chart th.axis div.min-label {
  top: -0.5em;
  right: 0.4em;
  position: absolute;
  background-color: white;
  padding-right: 0.2em;
  white-space: nowrap;
}

.price-chart th.axis div.min-label {
  top: 14px;
}

.price-chart tr.bars td {
  padding-bottom: 0px;
  padding-top: 1em;
}

.price-chart tr.bars td div.bar-wrap {
  position: relative;
}

.price-chart tr.bars td.known a span.hover {
  position: absolute;
  left: 0;
  top: -1.4em;
  font-size: 90%;
  white-space: nowrap;
  visibility: hidden;
  -visibility: visible;
  color: black;
  -color: white;
}


.price-chart tr.bars td.known a:hover span.hover {
  visibility: visible;
  -color: black;
}

.price-chart tr.bars td.unknown span {
  display: none;
}

.price-chart tfoot th.day {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 2em;
  padding: 0.15em 0.1em;
  background-color: white;
}

.price-chart tfoot th.month {
  padding: 0.2em 0 0 0;
  font-size: 90%;
  color: #555;
}

.price-chart tfoot th.weekend {
  background-color: #ddd
}


.price-chart td.corner {
  width: 1px;
}


table.year-price-chart {
margin:5px;
}


table.year-price-chart td img {
  background-color: #4FA7D3;
  display: block;
}

table.year-price-chart tr.bars td {
  
}

table.year-price-chart td.unavailable img,
table.year-price-chart td.unavailable img.difference {
  background-color: #ea0d8b;
}

table.year-price-chart td img.difference {
  background-color: #bcd06a;
}

table.year-price-chart td.unknown img {
  background-color: #666;
}

table.year-price-chart td.month-start {
  border-left: 1px dotted #999;
  -border-left: 1px solid #ddd;
}

table.year-price-chart td.year-start {
  border-left: 2px solid #444;
}

table.year-price-chart td.week-start {
  /*border-left: 1px dotted #bec0b6;*/
}

table.year-price-chart td img.hover {
  background-color: #555;
}

table.year-price-chart tfoot td {
  text-align: center;
  font-size: 78%;
  text-transform: uppercase;
  padding-top: 0.2em;
}

table.year-price-chart tfoot tr.years td {
  font-weight: bold;
  color: #777;
  font-size: 92%;
  padding-top: 0.4em;
}

table.year-price-chart td.axis {
  padding-top: 10px;
}

table.year-price-chart td.axis td {
  border-top: 1px dotted #999;
  padding-left: 10px;
  padding-right: 2px;
  height: 30px;
  font-size: 90%;
}

#fixedtipdiv {
  position: absolute;
  width: 200px;
  padding: 2px 3px;
  color: #444;
  visibility: hidden;
  z-index: 600;
  text-align: left;
  font-weight: bold;
  height: 30px;
  font-size: 85%;
  white-space: nowrap;
}

#fixedtipdiv span.tip-contents {
  background-color: white;
  padding: 1px 2px;
}

/* FOOTER */

.content_bot_bar {
    clear:both;
    padding-top: 15px;
    text-align: left; /* this overrides the text-align: center on the body element. */

}

.content_menu_footer {
	position: relative;
	width: 1000px;
	height: 114px;
	border-top: 1px solid #e0dcd9;
	background-color: #f1f0ee;
	font-size: 10px;
	color: #7a7a7a;
}

.content_menu_footer h3 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.content_menu_footer a			{ text-decoration: none; }
.content_menu_footer a:link		{ text-decoration: none; }
.content_menu_footer a:visited	{ text-decoration: none; }
.content_menu_footer a:hover	{ text-decoration: none; color: #4b3e37; }
.content_menu_footer a:active	{ text-decoration: none; }

.content_menu_footer a.hl {
	color: #4b3e37;
}

#footer_logo {
	position: absolute;
	top: 24px;
	left: 0px;
}

#footer_block_1 {
	position: absolute;
	top: 24px;
	left: 311px;
}

#footer_block_2 {
	position: absolute;
	top: 24px;
	left: 476px;
}

#footer_block_3 {
	position: absolute;
	top: 24px;
	left: 653px;
}

#footer_block_4 {
	position: absolute;
	top: 24px;
	left: 853px;
}

.version_string {
float:right;
margin-top:2px;
}

div.calendar {
	 float:left;
	 padding:11px;
}
div.calendar table
 {
 float:left;
 padding:5px;
 background-color:#F7F9FB;
 border:1px solid #7B9EBD;
 margin: 10px;
 font:100% sans-serif;
 text-align:center;
 border-spacing:0;
 border-collapse:separate;
 }

div.calendar table caption {
 border:1px solid #E0E0E0;
 vertical-align:middle;
 background-color:#FFF;
 position:relative;
 text-align:center;
 }

div.calendar table tbody td
 {
 padding:.1em .2em;
 border:1px solid #E0E0E0;
 background-color:#FFF;
 }

div.calendar table thead th
 {
font-weight: bold;
 }
div.calendar table tbody td.booked
 {
 background-color:#F66;
 }
 
.price_table {
border:2px solid #BBBBBB;
font-size:10px;
}

.price_table th, .price_table td {
padding:7px;
}

.price_table th {
border-bottom:1px solid #BBBBBB;
}