/* Copyright (c) 2006, CyberGite.com. All rights reserved. */



/***********************************************
 *	GLOBAL
 ***********************************************/


html {
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	margin: 0;
	padding: 0 1.5em 0 3.4em;
	border-left: 16em solid silver;
	background-color: white;
	color: black;
}

input, textarea {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	padding: .2em .2em .2em .5em;
}

input.text {
	background-color: white !important;
	color: black !important;
}

h1, h2 {
	clear: left;
}

h1 {
	font-size: 140%;
	line-height: 1.5em;
	margin: 1em 0 2em -.667em;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}

h1:first-letter {
	font-size: 160%;
	line-height: 1.0em;
	padding: .15em;
	border: 1px solid black;
	background-color: silver;
	color: black;
}

h2 {
	font-size: 125%;
	line-height: 1.5em;
	margin: 1em 0 1em -.714em;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}

h2:first-letter {
	font-size: 160%;
	line-height: 1.0em;
	padding: .15em;
	border: 1px solid black;
	background-color: silver;
	color: black;
}

h3 {
	font-size: 110%;
	line-height: 1.5em;
	margin: 1.5em 0 .8em 0;
}

a img {
	border: none;
}

p, ul, ol {
	margin: 1em 0;
}

ul, ol, li {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

table {
	border-collapse: collapse;
}

table, tr, th, td {
	font-size: 100%;
}

a {
	background-color: white;
	color: blue;
}

a:hover {
	background-color: white;
	color: red;
}



/***********************************************
 *	TABLES
 ***********************************************/


table tr th {
	background-color: silver;
	color: black;
}

table tr.Even td {
	background-color: white;
	color: black;
}

table tr.Odd td {
	background-color: silver;
	color: black;
}



/***********************************************
 *	HIDDEN
 ***********************************************/


#bypass,
span.LinkSeparator {
	position: absolute;
	left: -100em;
}



/***********************************************
 *	NAVIGATION
 ***********************************************/


#Navigation {
/*	position: fixed !important;  */
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 14em;
	min-height: 100%;
	margin: 0;
	padding: 0 1em;
	background-color: silver;
	color: black;
}

#Navigation ul#LanguageSelector {
	list-style: none;
	margin: 1em 0 1em 0;
	text-align: center;
	line-height: 1px;
}

#Navigation ul#LanguageSelector img {
	vertical-align: middle;
	border: 1px solid black;
}

#Navigation ul#LanguageSelector li,
#Navigation ul#LanguageSelector li a {
	display: inline;
}

#Navigation ul#LanguageSelector li {
	margin: 0 .2em;
	padding: 0;
	cursor: default;
}

#Navigation ul#LanguageSelector li a {
	margin: 0;
	padding: 0;
}

#Navigation ul#LanguageSelector,
#Navigation ul#LanguageSelector li a {
	background: none;
	border: none;
}

#Navigation p {
	text-align: center;
	margin: 1em 0;
}

#Navigation p img {
	vertical-align: middle;
}

#Navigation ul {
	list-style: none;
	margin: 1em 0;
	padding: .2em 0;
	border: 1px solid black;
	background-color: white;
	color: black;
}

#Navigation ul ul {
	margin: -1em 0 1em 0;
	padding: 0;
	border: none;
}

#Navigation li {
	margin: 0;
	padding: 0;
}

#Navigation li li {
	margin: 0 0 0 16px;
	padding: 0 0 0 10px;
	border-left: 1px dotted #aa9;
	border-bottom: 1px dotted #aa9;
}

#Navigation li a {
	display: block;
	position: relative;
	z-index: 10;
	margin: 1px 0;
	padding: .4em 1em .4em 30px;
	text-decoration: none;
	line-height: 1.2em;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-color: white;
	color: black;
}

/* trick to avoid same background and border color CSS validation warning */
#Navigation ul a {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#Navigation li li a {
	padding-left: 24px;
	background-position: 4px 50%;
	top: 1em;
	border-left: 1px solid white;
}

#Navigation li a:hover {
	border-color: black;
	background-color: silver;
	color: black;
}

#Navigation li a.Selected,
#Navigation li a.Selected:hover {
	cursor: default;
	border-color: black;
	background-color: gray;
	color: white;
}



/***********************************************
 *	HEADER
 ***********************************************/


#top {
	margin: 0 -1.5em 0 -3.5em;
	border-left: 1.2em solid silver;
	border-bottom: 1.2em solid white;
}

p.SiteTitle {
	font-size: 180%;
	line-height: 1.3em;
	margin: 0 0 0 -.75em;
	padding: .7em 1em .2em 1em;
	text-align: center;
	font-weight: bold;
	background-color: silver;
	color: black;
}

p.SiteSubtitle {
	font-size: 110%;
	line-height: 1.3em;
	margin: 0 0 0 -1.09em;
	padding: .2em 2em 1em 2em;
	text-align: center;
	background-color: silver;
	color: black;
}



/***********************************************
 *	FOOTER
 ***********************************************/


#Footer {
	margin: 3em 0 0 0;
	padding-bottom: 1em;
	text-align: center;
	font-size: 80%;
	line-height: 1.5em;
}

#Footer p {
	margin: .5em 0;
	line-height: 1.2em;
}

#Footer span.LinkSeparator {
	position: static;
}



/***********************************************
 *	BACK TO TOP
 ***********************************************/


p.BackToTop {
	text-align: right;
	margin: 1em 0;
	clear: both;
	line-height: 1em;
}

p.BackToTop a {
	text-decoration: none;
}



/***********************************************
 *	IMAGE
 ***********************************************/


p.Image {
	float: left;
	clear: left;
	margin: 0 1em .5em 0;
	padding: .5em;
	text-align: center;
	border: 1px solid black;
	background-color: silver;
	color: black;
}

p.Image_r {
	float: right;
	clear: right;
	margin: 0 0 .5em 1em;
}

p.Image img {
	vertical-align: middle;
	border: 1px solid black;
}

p.Image span {
	display: block;
	line-height: 1.2em;
	font-size: 90%;
	margin-top: .3em;
	margin-bottom: .2em;
}



/***********************************************
 *	THUMBNAILS 
 ***********************************************/


p.Thumbnails {
	position: relative;
	clear: both;
	padding: .5em 30px;
	text-align: center;
	border: 1px solid black;
}

p.Thumbnails,
p.Thumbnails a {
	background-color: silver;
	color: black;
}

p.Thumbnails a.PopUpHelp {
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0;
	text-decoration: none;
	cursor: help;
}

p.Thumbnails a.PopUpHelp img {
	border: none;
	vertical-align: middle;
}

p.Thumbnails a.PopUpHelp span {
	position: absolute;
	top: 1em;
	left: -10000px;
	width: 15em;
	padding: .5em;
	border: 1px solid black;
	background-color: white;
	color: black;
}

/* Dummy ruleset for IE */
p.Thumbnails a.PopUpHelp:hover,
p.Thumbnails a.PopUpHelp:active,
p.Thumbnails a.PopUpHelp:focus {
	padding: 0;
}

p.Thumbnails a.PopUpHelp:hover span,
p.Thumbnails a.PopUpHelp:active span,
p.Thumbnails a.PopUpHelp:focus span {
	left: auto;
	right: 25px;
}

p.Thumbnails a {
	margin: 0 .1em;
}

p.Thumbnails img {
	vertical-align: middle;
	margin: .2em 0;
	border: 1px solid black;
}



/***********************************************
 *	LARGE IMAGES
 ***********************************************/


div.LargeImages {
	text-align: center;
}

div.LargeImages div {
	min-width: 50%;
	margin: 1em auto;
	padding: .1em 1em;
	border: 1px solid black;
}

div.LargeImages div,
div.LargeImages div a {
	background-color: silver;
	color: black;
}

div.LargeImages img {
	vertical-align: top;
	border: 1px solid black;
}

div.LargeImages h3 {
	margin: .5em 0;
}

div.LargeImages p {
	margin: .8em 0;
}



/***********************************************
 *	GITE LINKS
 ***********************************************/


p.GiteLinks {
	position: relative;
	top: -2em;
}



/***********************************************
 *	GITE MAIN FEATURES
 ***********************************************/


ul.MainFeatures {
	float: right;
	margin: 0 0 .3em 1em;
	padding: .5em 1em .5em 1em;
	font-weight: bold;
	border: 1px solid black;
	background-color: silver;
	color: black;
}

ul.MainFeatures li {
	margin: .2em 0;
	padding: 0;
	list-style: none;
}



/***********************************************
 *	GITE OTHER FEATURES 
 ***********************************************/


div.GiteFeatures h3 {
	margin: .7em 0 0 0;
}

div.GiteFeatures ul {
	margin: 0;
	padding: 0;
	display: block;
}

div.GiteFeatures ul li {
	margin: 0;
	padding: 0 .2em 0 0;
	white-space: nowrap;
	list-style: none;
	display: inline;
}



/***********************************************
 *	GITE PRICE
 ***********************************************/


div.GitePrice table {
	width: 47%;
	margin-left: 2%;
	float: left;
	margin-top: .5em;
	margin-bottom: 1em;
	border: 1px solid black;
}

div.GitePrice table th {
	padding: .3em .5em;
	text-align: center;
	border: 1px solid black;
}

div.GitePrice table td {
	padding: .5em 1em;
	line-height: 1.2em;
	vertical-align: bottom;
	text-align: left;
}

div.GitePrice td.Price {
	text-align: right;
	white-space: nowrap;
}

div.GitePrice p,
div.GitePrice ul {
	text-align: center;
	clear: both;
}



/***********************************************
 *  CALENDAR
 ***********************************************/


/* calendar block */

div.VacancyCalendars {
	padding-top: .5em;
	padding-left: 0em;
	padding-right: 0em;
	text-align: center;
}

div.VacancyCalendars table.CalTable {
	display: inline;
}
body div.VacancyCalendars table.CalTable {
  	display: inline-table; 
}


/* calendar table */

table.CalTable {
	margin: .3em;
}

table.CalTable tr th,
table.CalTable tr td {
	text-align: center;
}

table.CalTable tr td {
	font-weight: bold;
	font-size: 75%;
	line-height: 1.8em;
	padding: 0;
	background-color: white;
	color: black;
}

table.CalTable tr th.CalMonth {
	padding: .3em 0;
}

table.CalTable tr.Weekdays th {
	font-weight: normal;
	font-size: 75%;
	line-height: 1.8em;
	padding: 0 .1em;
	width: 2.5em;
}

table.CalTable tr th.Weeknum {
	font-weight: normal;
	font-size: 75%;
	line-height: 1.5em;
	padding: 0 .1em;
	width: 2.5em;
}

table.CalTable tr td del {
	text-decoration: none;
	display: block;
	height: 100%;
	padding-bottom: 1px;
	margin-bottom: -1px;
	background-color: gray;
	color: black;
}

table.CalTable tr.Week1,
table.CalTable tr.Week2,
table.CalTable tr.Week3,
table.CalTable tr.Week4,
table.CalTable tr.Week5,
table.CalTable tr.Week6 {
	cursor: help;
}

/* borders */

table.CalTable tr {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.CalTable tr.Week6 {
	border-bottom: 1px solid black;
}

table.CalTable th.CalMonth {
	border-top: 1px solid black;
}

table.CalTable tr.Weekdays th {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.CalTable tr th.Weeknum {
	border-right: 1px solid black;
}


/* seasons */

table.CalTable tr.Season_l th {
	background-color: aqua;
	color: black;
}

table.CalTable tr.Season_s th {
	background-color: lime;
	color: black;
}

table.CalTable tr.Season_m th {
	background-color: yellow;
	color: black;
}

table.CalTable tr.Season_h th {
	background-color: red;
	color: black;
}

table.CalTable tr.Season_v th {
	background-color: fuchsia;
	color: black;
}


/* legend */

table.VacancyLegend {
	margin: 0 auto;
	text-align: left;
	border: 1px solid black;
}

table.VacancyLegend td {
	padding: .5em 1em;
	vertical-align: top;
	background-color: silver;
	color: black;
}
table.VacancyLegend td td {
	padding: 0;
}

table.VacancyLegend table.CalTable {
	margin: .2em 0;
}

table.VacancyLegend table.CalTable tr {
	border: none;
}

table.VacancyLegend table.CalTable td,
table.VacancyLegend table.CalTable th {
	border: 1px solid black;
}

table.VacancyLegend table.CalTable td.Date {
	width: 2.5em;
}

table.VacancyLegend table.CalTable td.Legend {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	padding-left: .5em;
	border: none;
	background: none;
}

p.LastUpdate {
	text-align: center;
	font-size: 90%;
	line-height: 1.5em;
}


/* Vacancy All */

table.VacancyAll {
	margin: 0em auto;
	text-align: center;
}



/***********************************************
 *  CONTACT
 ***********************************************/


#ContactForm {
	padding: 0;
	margin: 0;
}

#ContactForm label {
	margin-top: .5em;
	margin-left: .5em;
	float: left;
}

#ContactForm input.text,
#ContactForm textarea {
	width: 95%;
	clear: left;
}

#ContactForm input.button {
	width: auto;
	margin-top: 1em;
}

p.ContactSuccessMessage,
p.ContactErrorMessage {
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bold;
}



/***********************************************
 *  PRINT
 ***********************************************/

@media print {
	

	body {
		font-size: 72%;
		padding: 0 0 0 1em;
		margin: 0;
		border: none;
	}

	#Navigation,
	p.Thumbnails a.PopUpHelp,
	p.GiteLinks {
		display: none;
	}
	
	p.BackToTop {
		visibility: hidden;
	}

	#top {
		margin: 0 0 0 -1em;
		border: none;
	}

	p.SiteTitle,
	p.SiteSubtitle {
		margin: 0;
	}

	p.Thumbnails {
		padding: .5em;
	}

	table.CalTable tr td del {
		text-decoration: line-through;
	}

	body,
	p.SiteTitle,
	p.SiteSubtitle,
	h1, h2, h3,
	p.Image,
	p.Image img,
	p.Thumbnails,
	p.Thumbnails img,
	p.Thumbnails a,
	div.LargeImages div,
	div.LargeImages div img,
	div.LargeImages div h3,
	div.LargeImages div a,
	ul.MainFeatures,
	table.VacancyLegend td {
		background-color: #fff !important;
		color: #000;
	}

	h2.GitesVacancy {
		page-break-before: always;
	}

}




