@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #C7B299;
}
.footer_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#069;
}
img{border:none;}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}
.contact_headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight:bold;
	text-decoration:underline;
}
.contact_gps {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight:bold;
}
.contact_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
}
.tbl {
	border-top: #E8EEFA 1px;
	border-top-style:solid;
	border-bottom: #E8EEFA 1px;
	border-bottom-style:solid;
	border-left: #E8EEFA 1px;
	border-left-style:solid;
	border-right: #E8EEFA 1px;
	border-right-style:solid;
}
.orange_text_smaller {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#D5621F;
	font-style:normal;
	font-weight:normal;
}
/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	height:auto;
	width:auto;
	}
	
#tables
{
	background:#FFF;
	align:"left";
	text-align:left;
}
#bkground
{
	background: #C6D7F5;
}
		/* 
================================================
jquery drop down menu START
================================================
*/
/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; z-index:1;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 198px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { background-color:#C6D7F5; height: 32px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid #FFFFFF; color: white; font-size: 16px; padding: 6px; line-height: 1.4; text-decoration:none; }
  #nav li.hover a { background-color: #6a5952; }
  #nav ul { top: 32px; }
    #nav ul li a { background-color: #6a5952; font-size: 14px;}
      #nav ul a.hover { background-color: #C6D7F5; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); text-align:left;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
/* 
================================================
jquery drop down menu END
================================================
*/
	dl {
		width: 240px;
		margin: 0 0 8px 8px;
		padding: 0;
		background: #ccc url(../images/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 4px 0;
		padding: 4px;
		font-size: 130%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(../images/box_top.gif) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 4px;
		padding: 0 4px 4px 4px;
		color:#333;
		font-family: Verdana, sans-serif;
		font-size: 90%;
		/*background: url(images/arrow.gif) no-repeat 0 3px;*/
		}
		
	#blue dt {
	background-color: #6a5952;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
		}
	
	#blue {
		background-color: #C0B8B5;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}
		
	#club_mykonos dt {
		background-color: #0296EC;
		}
	
	#club_mykonos {
		background-color:#CFECFC;
		}
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
