.bo {
	border: 1px solid #CCCCCC;
}
.box {
	height: 20px;
	width: 120px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:4px;
}
.bos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #292728;	
}

.date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
}
.scheduler_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #e12410;*/
	color: #FFFFFF;
	font-weight:bold;
}

a.scheduler_title, a.scheduler_title:link {
	color: #FFFFFF;
	text-decoration : underline;
	font-weight:bold;
}

a.scheduler_title:visited {
	font-size:12px;
	color: #FFFFFF;
	text-decoration : underline;
}

a.scheduler_title:hover{
	color: #FFFFFF;
    text-decoration : none;
}


.month
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #972316;
	font-weight:bold;
}

.month a, month a:link {
	color: #fe270a;
	text-decoration : underline;
	font-weight:bold;
}

.month a:visited {
	font-size:12px;
	color: #fe270a;
	text-decoration : underline;
}

.month a:hover{
	color: #e72408;
    text-decoration : none;
}

.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	
	border: 1px outset #666666;
	height:23px;
	background-color:#a72412;
}

a.style {
	color: #FF0000;
	text-decoration : underline;
	font-weight:bold;
}

a.style:visited {
	font-size:12px;
	color: #FF0000;
	text-decoration : underline;
}

a.style:hover{
	color: #FFFFFF;
    text-decoration : none;
}

a {
	color: FF0000;
	text-decoration : underline;
}

a:visited {
	color: FF0000;
	text-decoration : underline;
}

a:hover{
	color: White;
    text-decoration : none;
}

table.scheduler_border {			
	border: 1px solid #2d2d2d;
	border-color:#000000;
	border-top: 1px solid #616161;
	border-left: 1px solid #616161;
	border-bottom: 2px solid #2d2d2d;
	border-right: 2px solid #2d2d2d;
}

.greybg1 
{
	background-color:#616161;
}

.greybg2 
{
	background-color:#2d2d2d;
}

.reserved 
{
	color:#9a9a9a;
}

.reserved a, .reserved a:visited, .reserved a:hover
{
	color:#9a9a9a;
}

.available 
{
	color:#e90003;
}

.available a, .available a:visited, .available a:hover
{
	color:#ebebeb;
}

a.intro, a.intro:link,a.intro:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}

a.intro:hover{
	color: #e90003;
    text-decoration:none;
}

.submit
{
	background-color:#d82507;
	color:#ffffff;
	border-right:1px solid #2b1f1f;
	border-bottom:1px solid #2b1f1f;
}
