﻿body
{
	background-color: #181818;
	color: #cccccc;
	font-family:Arial,Helvetica,sans-serif; 
	font-size:92%; 
}
	
.mainContent
{
		background:#222222 none repeat scroll 0 0;
		text-align: left;
}

.clearfix {
	display:block;
}

.left2 {
	border-right:1px solid #333333;
}

div.h2 
{
	color: #fff;
	font-size:1.333em;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 0.5em;
	padding:0;
	text-transform:capitalize;
}

.login-label
{
	font-weight:bold;
	font-size:1em;
	color:#CCCCCC;
	display:block;
	padding:5px 0 0 2px;
}

.btn2, .btnPhone
{
	border: 1px solid #181818;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #a51c30;
	color:white;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 7px;	
}

.btnPhone
{
	font-size: 16px;
}

.create
{
	margin-left:auto;
	margin-right:auto;
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:#222222 none repeat scroll 0 0;
		color:#CCCCCC;
		border: 1px solid #fff;
		font-weight: bold;
		width: 600px;
		text-align: left;
}

a.customer_links{
	text-decoration:none; color: yellow;font-weight: normal;
}
a.customer_links:link:visited{
	text-decoration:none; color: yellow;font-weight: normal;
}
a.customer_links:link{
	text-decoration:none; color: yellow; font-weight: normal;
}
a.customer_links:hover{
	text-decoration: underline; color: yellow;font-weight: normal;
}
a.customer_links:link:hover{
	text-decoration: underline; color: yellow;font-weight: normal;
}
a.customer_links:link:visited:hover{
	text-decoration: underline; color: yellow; font-weight: normal;
}

a.forgot{
	text-decoration:none; color: #CCCCCC;font-weight: normal;
}
a.forgot:link:visited{
	text-decoration:none; color: #CCCCCC;font-weight: normal;
}
a.forgot:link{
	text-decoration:none; color: #CCCCCC; font-weight: normal;
}
a.forgot:hover{
	text-decoration: underline; color: yellow;font-weight: normal;
}
a.forgot:link:hover{
	text-decoration: underline; color: yellow;font-weight: normal;
}
a.forgot:link:visited:hover{
	text-decoration: underline; color: yellow; font-weight: normal;
}


/* Booking Calendar */

.Calendar
{
	background-color: #fefefe;
	color: #232323;
}

.MonthYear
{
	background-color: #a51c30;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 2px solid #232323;
	border-right: 1px solid #232323;
	text-align: center;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
}

.DayHeaders
{
	background-color: #a51c30;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	text-align: center;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}

.DaysOfWeek
{
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	text-align: center;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
}

.AvailableDay
{
	background-color: yellow;
	color: #000000;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	text-align: center;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
}

.Filler
{
	background-color: #bebebe;
	color: #000000;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	padding: 3px 0px 3px 0px;
}

a.calendar_links{
	text-decoration:none; color: #ffffff;font-weight: bold;
}
a.calendar_links:link:visited{
	text-decoration:none; color: #ffffff;font-weight: bold;
}
a.calendar_links:link{
	text-decoration:none; color: #ffffff; font-weight: bold;
}
a.calendar_links:hover{
	text-decoration: underline; color: #ffffff;font-weight: bold;
}
a.calendar_links:link:hover{
	text-decoration: underline; color: #ffffff;font-weight: bold;
}
a.calendar_links:link:visited:hover{
	text-decoration: underline; color: #ffffff; font-weight: bold;
}

p#footerlinks {
	border-top: 1px solid #c1ccd2;
	padding: 10px 10px 0;
	font-size: 12px;
}
#footer p {
	text-align: center;
	margin: 5px 0;
}
#footer a {
	/*color: #5894ca;*/
	text-decoration:none; color: yellow; font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #byline {
	font-size: 10px;
}
#byline em {
	font-style: normal;
	text-decoration: underline;
}