/* CSS Document */
html {
	width:100%;
	height:100%;	
}
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(../backgroundimages/bg_2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
ul, li, p, img {
	margin:0px;
	padding:0px;
	border:none;
}
#txt_black a:link, #txt_black a:visited {
	color:#FFF;
	text-decoration:underline;
}
#txt_black a:hover, #txt_white a:hover {
	color:#FF283E;
}
hr {
	
}

/* login */
#login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-142px;
	margin-top:-65px;
	padding-top:30px;
	color:#FFF;	
	width:284px;
	height:100px;
	background:rgba(255,255,255,1);
}
#login label {
	width:100px;
	float:left;
	clear:left;
	height:20px;
	padding-top:2px;
	margin-bottom:10px;
	color:#666;
	text-align:right;
	margin-right:10px;
}

#login input {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:1px solid #000;
	font-size:11px;
	width:100px;
	padding:2px;
	text-align:left;
	margin-bottom:10px;
}
#login .button {
	background-color:#999;
	color:#000;
	border:1px solid #000;
	margin:0px;
	border:none;
	padding-bottom:2px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}
#info {
	color:#FF0000;	
}

/*site */
.title {
	color:#ff283e;	
	font-weight:bold;
	font-size:14px;
}

div#logo {
	position:absolute;
	right:15px;
	top:10px;	
	z-index:10;
}
div#logo img {
	cursor:pointer;	
}

#nav_left {	
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-54px;
	margin-top:-200px;
	width:54px;	
}
#nav_left a:link, #nav_left a:visited {
	display:block;
	width:54px;
	height:54px;
	background-color:#ff273d;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:54px;
}

#nav_left a:hover {
	background-color:#000000;
}

#nav_right {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-200px;
	width:54px;
}
#nav_right a:link, #nav_right a:visited {
	display:block;
	width:54px;
	height:54px;
	background-color:#ff273d;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:54px;
}
#nav_right a:hover {
	background-color:#000000;	
}
#nav_left a.nav_active:link, #nav_left a.nav_active:visited, #nav_right a.nav_active:link, #nav_right a.nav_active:visited, #nav_left a.nav_promo:hover  {
	background-color:#000000;
}

#txt_black {
	position:absolute;
	left:50%;
	top:50%;
	width:0px;
	margin-top:-200px;
	height:465px;
	background: rgba(0,0,0,0.8);
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
}

#txt_black label {
	width:35px;
	float:left;
	clear:left;
	height:20px;
	margin-bottom:10px;
}


#txt_black input {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#fffafa;
	color:#666;
	border:1px solid #000;
	font-size:11px;
	width:100px;
	padding:5px;
	text-align:left;
	height:10px;
	margin-bottom:10px;
}
div.ui-datepicker{
 font-size:12px;
}

#mapframe {
	width:600px;
	height:465px;
	float:left;
}

/* calendar */
#booking {
	background-color:#FFF;
	color:#000000;
	width:490px;
}
#booking td {
	height:20px;	
}
#booking .bookable:hover {
	opacity:0.8;	
}
#booking a:link, #booking a:visited, #booking a:hover {
	color:#ff283e;	
	text-decoration:none;
}
.leg_member {
	width:10px;
	height:10px;	
}
#act_day {
	border:1px solid #F00;	
}
#calendar {
	float:left;	
}
#legend {
	float:left; 
	margin-left:20px;
}

/*earth plugin */
#map3d {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	margin-left:-400px;
	margin-top:-200px;
	height:465px;	
}
