
#Container
{
	background:#DFECF2;
	height:420px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#Frame
{
	width:100%;
	height:100%;
}

.PB
{
	text-decoration:none;
	font-family:Verdana, Arial, Tahoma;
	font-size:10px;
}

#SkyLine
{
    float:right;
    height:182px;
    width:740px;
    border:0px;
    background:url(images/SkyLine.gif) no-repeat;
}


body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #DFECF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p
{
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}

img
{
	border:0;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066FF;
	text-decoration:none;
}

.midLeft { width:25px; }
.midRight { width:25px; }
.midCenter { width:100%; }

.leftCol
{
	width:50%;
	text-align:right;
	font-weight:bold;
}

.rightCol
{
	width:50%;
	text-align:left;
}

.Button
{
	width:120px;
}

.ButtonLrg
{
	width:180px;
}

.Controls
{
	width:100%;
	height:40px;
}

td.Controls
{
	width:50%;
}

.MasterLayout
{
	border:1px;
	width:100%;
	height:100%;
}

.InnerLayout
{
	border:0px;
	width:100%;
	height:100%;
}
.Outer
{
	width:100%;
	border:0px;
	height:100%;
}

.Spacer
{	
	height:50%; 
}

.Calendar
{
	border:none;
	height:13px;
	width:12px;
	cursor:auto;
}

.main
{
	width:200px;
	border:1px solid black;
}

.month
{
	background-color:black;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
	color:white;
}

.Address
{
	text-align:left;
}

.daysofweek
{
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days
{
font-size: 12px;
font-family:verdana;
font-weight:bold;
color:green;
background-color:lightyellow;
padding: 2px;
}

.days #booked
{
font-weight:normal;
color: red;
}