#cal {
	font-size: 1em;
	border: 1px solid #fff;
	position:relative;
	width:339px;
	height: 332px;
	color: #fff;
	margin: 0 auto;
}

html>body #cal {
	width: 336px;
	height: 328px;
}

#cal * {
	position: absolute;
}

#cal h1 {
	font-size:1.5em;
	color: E57C00;
	background:#F1C785;
	padding:0;
	margin:0;
	height:44px;
	text-align:center;
	position:relative;
	line-height: 30px;
}

#cal a.prev_mo_arrow {
	position: absolute;
	left:  5px;
	height: 40px;
	color:#E57C00;
	text-decoration: none;
	font-weight: 700;
	font-size: 32px;
}

#cal a.next_mo_arrow {
	position: absolute;
	right: 5px;
	height: 40px;
	color:#E57C00;
	text-decoration: none;
	font-weight: 700;
	font-size: 32px;	
}

#cal h1 a:hover, h1 a:visited:hover {
	color: #1c1d50;
}

#cal a {
	color: #fff;
}
#cal a.day {
margin: auto;
 text-decoration: none;
 margin: 0;
 font-size: 1.5em;
 width:50px;
 height:50px;
 border:1px solid #000000;
 text-align:right;
 padding: 2px;
}

html>body #cal a.day {
	width:42px;
	height:42px;
}

#cal a.pre {
	background: #C6B58B;
	color:#000000;
}

#cal a.post {
	background: #E5A934;
}

#cal a.today {
	background: #FFFFFF;
}

#cal a.post:hover, #cal a.post:visited:hover {
	background: #AB2101;
	color: #000
}

div.weekday_labels {
	margin: auto;
	margin: 0;
	font-size: 1.5em;
	width:50px;
	height:50px;
	border:1px solid #000000;
	text-align:center;
	padding: 2px;
	background: #E57C00;
	color: #ffffff;
	top:44px;
	line-height: 2.7em;
	font-weight: 700;
}

html>body div.weekday_labels {
	width:42px;
	height:42px;
}

div.day_cal_slot {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	width: 200px;
}

div.day_cal_slot div.hour_label {
	width: 60px;
	text-align:right;
	margin: 0;
	padding: 0;
}

div.day_cal_slot div.user_click {
	float: right;
	width: 130px;
	left: 10px;
	margin: 0;
	padding: 0;
	background: #1f1f1f;
}

div.day_cal_slot div.user_click a {
	display: block;
	color: #fff;
	text-decoration: none;
}

p#month_nav_info {
	color: #000;
	font-weight: 800;
	font-size: 1.2em;
	position: relative;
	z-index: 200;
	margin-top: -15px;
	padding: 0;
}

p.tiny {
	font-size: 9px;
}

td.label {
	text-align: right;
	font-size: 0.8em;
	font-weight: 700;
	width:170px;
}

form td em {
	color: #f00;
	font-size: 1.2em;
}

