@charset "UTF-8";
/* CSS Document */

.DynarchCalendar-bottomBar {
  background:url(brushed-steel.jpg);
}
.url("brushed-steel.jpg") no-repeat 50% -80px;
hr{border:0px;width:100%;background-color:#006699;height:1px;text-align:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
 * html .clearfix{height:1%;}
.clearfix{display:block;}
.month{border:none;}

.month th,td,p,small{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:0.9em;}
.month table{border:0px solid silver;padding:0px;text-align:center;}
.month td,th{padding:2px;border:none;margin:0px;}
.month td{width:20px;height:16px;text-align:center}
.month td.low{
	background-color: none;
	background-image: url(../images/gold.jpg);
}
.month td.mid{
	background-color: none;
	background-image: url(../images/gold.jpg);
}
.month td.high{background-color:#F3C;}
.month td.booked{background-color:#F3C}
.month td.empty{
	background-color: none;
	background-image: url(../images/gold.jpg);
}
.month th{
	color: black;
	font-size:0.7em;
	font-weight: bold;
	/*background-image: url(brushed-steel.jpg);
	background-repeat: no-repeat;*/
}
table{
	border-collapse: separate;
	border-spacing: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calendar{
	display: block;
	background-image: url(../images/brushed-steel1.jpg);
	float: left;
	margin: 2px;
	border: none;
	table-cellspacing: 1px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}
.dom{
	color: #C00;
	}


