﻿@charset "utf-8";
/* CSS Document */
html, body
{
	margin: 0;
	padding: 0;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #666;
	
}


*
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #000;
	text-decoration: none;
}

	a:hover
	{
		color: #C00;
	}

img
{
	border: none;
	outline: none;
}
/*Filter styles*/
.grayscale
{
	opacity: 1.0;
	filter: alpha(opacity=90);
}
/*Selected*/
.contrast
{
	opacity: 0.2;
	filter: alpha(opacity=20);
}
/*Booked*/
.brightness
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
/*Ready for Booking*/
.clear
{
	clear: both;
}
.etname {background:#FFF;font-size: 18px;font-family: 'Open Sans Condensed',sans-serif;color: #D81B22;font-weight: 700;text-align:left;padding-left:10px;padding-top: 4px;padding-bottom: 5px;}
.etname .label{
	color: #D81B22;
}
.etname .etnamespan {
color: #000;
font-size: 14px!important;
line-height: 25px;
}
.hdname {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 15px;
background:#FFF;
}


.popupbox {
	/*border:4px solid black;*/
	border:2px solid #1E96CA;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 38%;
	left: 50%;
	z-index: 999999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	top: 217px;
}
