/* CSS Document */

table {border-collapse:collapse;}
td {padding:10px 5px 20px 5px;}
td h2.news_title {font-size:1.3em; margin:4px 0px 0.5em 0px; color:#369; font-weight:bold;}
h2.calendar_title {font-size:0.95em; color:#369; font-weight:bold;}

.c1 {width:95px; vertical-align:top;}
.c1 img {padding:1px; margin-top:5px;}
.c2 {background-image:url(../../_sharedimg/h1_bg.gif); background-repeat:repeat-x; background-position: bottom;}

p.news_date {margin:0px; font-size:0.8em; color:#ADC2E1;}

div.newsItem {
	position:relative;
	padding:0px 0px 4px 127px;
	margin:0px;
	min-height:100px;
	height:auto;
	min-height:75px;
}
	
div.newsItemBot{
	position:relative;
	margin:0px;
	height:15px;
	padding:5px 0px 30px 0px;
	background-image: url(../../_sharedimg/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.newsItemBot a {
	margin-left:127px;
}

div.calendarwrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	padding:6px 0px 0px 0px;
	background-image: url(../../_sharedimg/calendar_icon_bg.gif);
	background-repeat: no-repeat;
	background-position: 18px 0px;
}

.calendardate{
	padding:0px;
	margin:0px;
	color:#6fb969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	line-height:0.8;
	font-weight: bold;
	text-align: center;
}

.calendarmonth{
	padding:0px;
	margin:0px;
	color:#4f3d38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}



/* ----------------- PAGING STYLES ------------------ */
div.pagingPanel {
	position:relative;
	margin-bottom:4px;
	padding:0px 0px 14px 0px;
	background:url(../../_sharedimg/h1_bg.gif) repeat-x bottom;
	overflow:hidden;
}

div.pagingPanel .hidden {display:block;}

div.pagingPanel p.pagingReadout {
	margin:0em;
	font-size:10pt;
	line-height:1em;
	color:#4E4441!important;
}

div.pagingPanel ul.pagingShuttle {
	position:absolute;
	top:0px;
	right:0px;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.pagingPanel ul.pagingShuttle li {
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
	color:#C8C8C8;
	background-image: none;
}

div.pagingPanel ul.pagingShuttle li a {
	color:#999797;
	text-decoration:none;
}

div.pagingPanel ul.pagingShuttle li.pagingControlPreviousPage {margin-right:3px; text-align:center;}
div.pagingPanel ul.pagingShuttle li.pagingControlNextPage {margin-left:3px; text-align:center;}
div.pagingPanel ul.pagingShuttle li.pagingControlPreviousPage a,
div.pagingPanel ul.pagingShuttle li.pagingControlNextPage a {
	display:block;
	margin:0px;
	padding:4px 0px 5px 0px;
	width:15px;
	height:18px;
	color: #CCC;
}

div.pagingPanel ul.pagingShuttle li.pagingControlPageSelector {
	margin:0px 3px;
	text-align:center;
}

div.pagingPanel ul.pagingShuttle li.pagingControlPageSelector a {
	display:block;
	margin:0px;
	padding:4px 0px 5px 0px;
	width:18px;
	color:#89CC8C;
	background-color:#FFF;
	overflow:hidden;
}

div.pagingPanel ul.pagingShuttle li.pagingControlPageSelector a:hover {color:#FFF; background-color:#B0D1E0;}
div.pagingPanel ul.pagingShuttle li.pagingControlPageSelector a.selected {color:#FFF; background-color:#89CC8C;}

div.pagingPanel ul.pagingShuttle li.pagingControlPreviousPage a.enabled {color:#70B56C;}
div.pagingPanel ul.pagingShuttle li.pagingControlNextPage a.enabled {color:#70B56C;}
