#calback {
	clear: both;
	height: 100%;
	background: url('/images/calendar_images/calWaiting.gif') no-repeat center;
}

.cal {
	width: 700px;
	margin: 0;
}

#calhead {
	width : 700px;
	color: #000000;
	background-image : url('/images/infobox_background.png');
	background-repeat : repeat-x;
	height : 34px;
	line-height: 30px;
}

#calhead_left {
	float : left;
	margin-left : 5px;
	width : 12%;
}

#calhead_left a {
	text-decoration : none;
	color : #555555;
}

#calhead_middle {
	float : left;
	font-weight: bold;
	width : 70%;
	text-align:center;
}

#calhead_middle a {
	color : #555555;
	text-decoration : none;
}

#calhead_right {
	float : right;
	margin-right : 5px;
}

#calhead_right a {
	text-decoration : none;
	color : #555555;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	color: #656551;
	padding: 3px;
	font-size : 1.1em;
}

.dayrow td a {
	text-decoration : none;
	color : #171f43;
	font-weight : bold;
}

.day {
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/images/calendar_images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}

#selectors {
	width : 200px;
	float : left;
}

.dd_head {
	height : 30px;
	line-height : 30px;
	background-color : #47a0bc;
	color : #ffffff;
}

#calendar_main {
	width : 100%;
	float : left;
}

.catlist {
	list-style:none;
	margin : 0px;
	padding : 0px;
}

.catlist li {
	margin : 3px;
	font-size : 0.8em;
	cursor : pointer;
	height : 35px;
}

#calwrapper {
	width : 100%;
}

.previous {
	display : none;
}

.next {
	display : none;
}

.td_info {
	display : none;
}

.td_colour {
	display : none;
}

.td_info {
	display : none;
}
