@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	background-image:url(../../graphics/gui/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
}
#shadowindow {
	background-position: -155px top;
}

/* Typo styles and format */

p {
	margin-bottom: 5px;
}
h1 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 1px;
}
h2 {

}
h3 {
}
h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	font-style: italic;
}
h4 {

}
h5 {
	margin-bottom: 5px;
}
h6 {

}

/* General Classes */

.padding {
	padding: 10px;
}
.margin {
	margin: 5px;
}
.normalUl {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.normalUl li {
	padding: 5px;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0px;
}
.detailContentText ul {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.detailContentText li {
	padding: 5px;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0px;
}

.normalUlno {
	padding: 10px;
}
.normalUlno li {
	padding: 2px;
	margin-left: 20px;
}
.bold {
	font-size: 14px;
	font-weight: bold;
}
.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Major Containers */
.wrapper {
	width: 960px;
	margin-left: 20px;
}
#shadowindow .wrapper {
	margin-left: 35px;
	width: 780px;
	margin-top: 30px;
}
#leftcolumn {
	float: left;
	width: 155px;
}
#rightcolumn {
	float: right;
	width: 800px;
}

/* Navigation */

#topNav {
	height: 30px;
}
#topNav li {
	display: inline;
}
#topNav a:link, #topNav a:visited, #topNav a:active {
	display: block;
	float: right;
	padding: 5px;
	text-decoration: none;
	color: #666;
	letter-spacing: 1px;
}
#topNav a:hover {
	color: #F7931E;
}

#sideNav {
	margin-top: 210px;
}
#sideNav li {
	display: inline;
}
#sideNavTitle {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: -20px top;
	text-indent: -9999px;
	margin-bottom: 5px;
	background-image: url(../../graphics/buttons/side_info.gif);
}
#sideNav a:link, #sideNav a:visited, #sideNav a:active {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: -20px top;
	text-indent: -9999px;
}
#sideNav a:hover, #sideNav a.current:link, #sideNav a.current:visited {
	background-position: -20px -30px;
}

/* Header */

#header {
	background-image: url(../../graphics/topbanner/topbanner_rethymno.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 180px;
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}
#bodyvillas #header {
	background-image: url(../../graphics/topbanner/topbanner_villas.jpg);
}
#bodyhotels #header {
	background-image: url(../../graphics/topbanner/topbanner_hotels.jpg);
}
#logo {
	background-image: url(../../graphics/logos/logo_header.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 200px;
	position: absolute;
	width: 270px;
	text-indent: -9999px;
	z-index: 100;
	top: -25px;
	left: -130px;
}

#subNav {
	position: absolute;
	z-index: 100;
	height: 45px;
	width: 330px;
	right: 0px;
	top: 180px;
}
#subNav li {
	display: inline;
}
#subNav a:link, #subNav a:visited, #subNav a:active {
	height: 45px;
	width: 150px;
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 10px;
	text-indent: -9999px;
}
#subNav a:hover {
	background-position: right -45px;
}

#mainNav {
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainNav li {
	display: inline;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	display: block;
	float: left;
	width: 120px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#mainNav a:hover {
	background-position: center -160px;
}

/* Main Content */

.sideColumn {
	float: left;
	width: 200px;
	min-height: 445px;
	background-image: url(../../graphics/gui/column_lower.gif);
	background-repeat: no-repeat;
	background-position: center 45px;
	margin-right: 10px;
}
.thirdColumn {
	float: right;
	width: 360px;
}
.twoColumn {
	float: right;
	width: 570px;
}

/* Detail */

.sideColumn h2 {
	display: block;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	margin-bottom: 45px;
}

/* Footer */

#footer {
	margin: 10px;
	color: #333;
	font-size: 10px;
	padding-top: 30px;
}
#footer a {
	color: #333;
}
#notes {
	background-image: url(../../graphics/logos/eot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	height: 30px;
	width: 320px;
	margin-bottom: 20px;
	float: left;
}
#language {
	float: right;
	height: 20px;
	width: 300px;
}
#language li {
	display: inline;
}
#language a {
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	display: block;
	float: right;
	margin-left: 5px;
}
#dg {
	text-align: center;
}

/* Panels */

.panelsideTop {
	background-image: url(../../graphics/panels/side_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
}
.panelsideCenter {
	background-image: url(../../graphics/panels/side_center.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	padding-bottom: 5px;
}
.panelsideBottom {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../../graphics/panels/side_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
.panelsideCenter img {
	width: 160px;
	margin-bottom: 10px;
}
.panelsideCenter h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 5px;
}
.panelsideAdd a {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	height: 140px;
}
.sideAdd {
	padding-top: 30px;
}
.sideColumn form {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sideColumn label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
}
.sideColumn input {
	width: 170px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.sideColumn select {
	width: 170px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.twoColumn form {
	padding-top: 20px;
	padding-bottom: 20px;
}
.twoColumn fieldset {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
}
.twoColumn legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.twoColumn label {
	display: block;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 20px;
	font-size: 14px;
}
.twoColumn select {
	margin-bottom: 15px;
	margin-left: 20px;
	width: 300px;
}
.twoColumn input {
	margin-bottom: 15px;
	margin-left: 20px;
	width: 300px;
}
.twoColumn textarea {
	width: 300px;
	margin-bottom: 15px;
	margin-left: 20px;
	height: 200px;
}
#detail {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 10px;
}
.detailLeft {
	float: left;
	width: 180px;
}
.detailRight {
	float: right;
	width: 380px;
}
#detail h2 {
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
}
#detail h5 {
	text-align: right;
}
.detailLeft300 {
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.detailLeft300top {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../../graphics/panels/detail_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}
.detailLeftImageCenter {
	background-image: url(../../graphics/panels/detail_center.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

.detailLeft300bottom {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../../graphics/panels/detail_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
.detailLeftImageCenter img {
	width: 260px;
}
.detailRight300 {
	float: right;
	width: 280px;
}
.detailContentText {
	float: right;
	width: 490px;
}

.mapcontent {
	height: 160px;
	text-align: center;
}
.colAddTop {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../../graphics/panels/col_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
.colAddCenter {
	background-image: url(../../graphics/panels/col_center.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	padding-left: 3px;
	padding-right: 17px;
}
.colAddCenter p {
	margin-bottom: 0px;
}

.colAddBottom {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../../graphics/panels/col_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
.propImage {
	height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}

#bookNowButton a:link, #bookNowButton a:visited, #bookNowButton a:active {
	display: block;
	text-indent: -9999px;
	height: 30px;
	margin-bottom: 5px;
	background-image: url(../../graphics/buttons/book.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#bookNowButton a:hover {
	background-position: right -30px;
}

/* Admin Styles */
#adminBody {
	background-image: none;
	background-color: #FFF;
}


#adminHeader {
	height: 120px;
	background-color: #0071BC;
	position: relative;
}
#adminLogo a {
	background-image: url(../../graphics/admin/logo_admin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 200px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	text-indent: -9999px;
}
#adminNav {
	position: absolute;
	height: 20px;
	width: 500px;
	top: 100px;
	left: 20px;
}
#adminNav ul {
	margin: 0px;
	padding: 0px;
}
#adminNav li {
	display: inline;
	list-style-type: none;
}
#adminNav a:link, #adminNav a:visited, #adminNav a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	height: 20px;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#adminNav a:hover, #adminNav a.current:link, #adminNav a.current:visited {
	color: #F00;
	border-right-color: #F00;
}
.adminSubNav {
	position: absolute;
	width: 300px;
	right: 20px;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}
.adminSubNav h1 {
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.adminSubNav p {
	margin-top: 0px;
	color: #FFF;
	letter-spacing: 1px;
}
#adminContent {
	padding: 20px;
}
#adminPlusMenu {
	padding: 10px;
	background-color: #EEE;
}
#adminPlusMenu p {
	font-weight: bold;
}
#adminPlusMenu a:link, #adminPlusMenu a:visited, #adminPlusMenu a:active {
	text-decoration: none;
	color: #0086C8;
}
#adminPlusMenu a:hover, #adminPlusMenu a.current:link, #adminPlusMenu a.current:visited {
	color: #F15A23;
}
	

