/* CSS Document */

div#wrapper {
	background:url(../images/bg_news.jpg) no-repeat top left #FFFFFF;
}

div#header {
	height:310px;
}

div#mainContent div.colLeft {
	margin-top:45px;
}

div#mainContent div.colMain {
	margin-top:45px;
	margin-left: 6px;
}


/* calendar table formating */

/*

.calendar
.calendarHeader
.calendarToday
*/


table.calendar {
	border:none;
	margin:6px 6px 6px 3px;
	padding:0;
	border:1px dashed #9e9e9e;
}
        
td.calendarHeader {
	font-weight:bold;
	text-align:center;
	padding:3px;
	vertical-align:bottom;
	border:solid thin #eaeaea;
}

table.calendar thead {
	background-color: #eaeaea;
}

td.calendar, td.calendarToday {
	border:1px dashed #9e9e9e;
	empty-cells:show;
	padding:6px;
	margin:0;
	vertical-align:top;
}

td.calendarToday {
	background-color: #eaeaea;
}


div.newsBrief {
	width:229px;
	float: left;
	padding: 3px;
}


div.eventBrief {
	margin-top:12px;
}

div.eventBrief h2 {
	margin-top:3px;
}

span.date {
	font-weight:bold;
	font-style:italic;
}


div.buttonRow {
	margin:6px 0 6px 0;
}

div.weeklyEvents {
	margin:6px 3px 6px 3px;
}


div.eventDetails div.description, div.newsDetails div.description {
	padding:6px 0 6px 0;
}

div.eventDetails div.description img, div.newsDetails div.description img {
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
}