@charset "utf-8";
/* CSS Document */


table.styledtable {
	border: 1px solid #0f88c8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

table.styledtable td.heading {
	background:url(/images/tables/heading-bg.gif) transparent repeat-x top left;
	height:27px;
	border-bottom:1px solid #0081c5;
	border-right:1px solid #0193cc;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

table.styledtable td.sub_heading {
	background:url(/images/tables/sub_heading-bg.gif) transparent repeat-x top left;
	height:27px;
	border-bottom:1px solid #0081c5;
	border-right:1px solid #70d3eb;
	color:#2e439b;
	font-weight:bold;
	font-size:11px;
}

table.styledtable td {
	height:23px;
	padding:2px 2px 0px 8px;
	border-bottom:1px solid #b2ebf5;
	border-right:1px solid #b2ebf5;
}
table.styledtable td.no_right_border  {
	border-right:none;
}
table.styledtable td.no_bottom_border  {
	border-bottom:none;
}

.photoboxprograms {
		width:174px;
		height:174px;
		float:left;
		padding:6px;
		margin-right:10px;
		background:url(/images/calendar/photobox-bg.png) transparent no-repeat top left;
	}
	#main #contentarea .cal-subnav{display:none;}
	
