/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 calendar.css
 ================
 Stylesheet for the HTML calendar
 Author: Delphine Bantock
 Date: 	May 2007
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 BODY {
color: #333;
background-color: #ffffff;
margin:0;
font-family: arial, geneva, lucida, sans-serif;
font-size:12px;
}
 
h3.calloading {
	color: #000066;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
		
a, a:visited {
	text-decoration: none;
	color: #000066;
}
		
a:hover {
	color: #cc3300;
}

#bodyContent{
width: 100%;
padding-top: 10px;
}

/* =WRAPPERS 
----------------------------------------------------
*/
		
#cal_month_wrapper {
	width:749px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
}
		
/* =SPANS (handle laying out of the calendar views)
----------------------------------------------------
*/

.cal_month {
	float: left;
	width: 105px;
	height: 125px;
	border: 1px solid #cdcdcd;
	font-size: 11px;
	overflow: auto;
}
		

.cal_month_focus {
	float: left;
	width: 105px;
	height: 125px;
	border: 1px solid #cdcdcd;
	font-size: 11px;
	background-color: #fff5bd;
	overflow: auto;
}
		
.cal_month_placeholder {
	float: left;
	width: 105px;
	height: 125px;
	border: 1px solid #cdcdcd;
	background-color: #cdcdcd;
}
		
.cal_month_days {
	float: left;
	width: 105px;
	text-align: center;
	background-color: #fff;
	color: #000066;
	font-weight: bold;
	border: 1px solid #cdcdcd;
}
		
.cal_month_head {
	float: left;
	border-bottom: none;
	margin-bottom: 1px;
	background-color: #c5c5c5;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.untimed {
	clear: both;
	width: 100%;
	border-bottom: 0px solid #c5c5c5;
	padding: 2px;
}
		
.timed {
	clear: both;
	width: 100%;
	border-bottom: 0px solid #c5c5c5;
	padding: 2px;
}
		
		
.header {
	width: 749px;
	float: left;
	text-align: center;
	background-color: #eee;
	margin-bottom: 10px;
	padding: 3px;
	border-bottom: 2px solid #000066;
	border-top: 2px solid #000066;
}

.hd_1 {
	float:left;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
		
.hd_2 {
	float:left;
	width: 50%;
	vertical-align: top;
	text-align: right;
}

.hd_3 {
	color: #000066;
	font-size: 10px;
	float:left;
	vertical-align: top;
	text-align: right;
}
		
		
/* =ANCHOR TAGS (styling to specific version of <a>
    tags colour is set in default at top of this
	 file)
----------------------------------------------------
*/
		
a.calnavi, a.calnavi:visited {
   font-weight: bold;
	text-decoration: none;
}

a.calnavi:active {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
		
a.mininavs, a.mininavs:visited {
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
}
	
a.doclinks, a.doclinks:visited {
		font-weight: normal;
		text-decoration: none;
}

.calDate{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}