/* calendar table*/
.main-table{
	background:#e6eaff url(/assets/images/caltop.gif) no-repeat 0 0;
	width:547px;
	margin:0 0 7px;
	position:relative;
}
.table-holder{
	clear:both;
	min-height:0;
	background:#e6eaff;
	padding:5px 7px 9px 6px;
	background:url(/assets/images/calbase.gif) no-repeat 0 100%;
}
ul.backnext{
	margin:0;
	color:#1c3f95;
	position:absolute;
	font-weight:bold;
}
li.next,li.back{
	position:absolute;
	top:-18px;
	font-size:10px;
	white-space:nowrap;
}
li.next{left:500px;}
li.back{left:7px;}
ul.backnext a,ul.backnext a:visited{color:#1c3f95;}

table.cal{
	width:100%;
	table-layout:fixed;
}
.cal th{
	text-align:center;
	font-size:12px;
	padding:2px 0 6px;
	color:#fff;
	background:#1c3f95;
	vertical-align:top;
	width:74px;
	font-weight:bold;
}
.cal td{
	background:#fff;
	color:#515151;
	width:74px;
	height:87px;
	border:3px solid #e6eaff;
	vertical-align:top;
}
.cal td div{
	width:74px;
	height:87px;
	overflow:auto;
}
.cal td div{word-wrap:break-word}/* ie only*/
.cal td.last{border-right:none;}
#outer .main-table h4{
	margin:0;
	text-align:center;
	font-size:13px;
	color:#1c3f95;
	padding:7px 0 3px;
}
.cal h5{
	margin:0 1px 5px 2px;
	font-size:13px;
	color:#666;
	text-align:left;
	background:#fff;
	padding:0 0 3px 0;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#outer .cal p{margin:0 1px 5px 2px;color:#888;font-size:9px}
.cal tr.lastrow td{border-bottom:none;}
h5 a:hover{text-decoration:none}
/* set a style for cell with white background and different coloured top*/
.cal td.event h5{color:#000;font-weight:bold}
.cal h6 {
	font-size:9px;
	color:#1c3f95;
	margin:5px 1px 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}