table.newsTable
{
	width:98%;
	border-collapse:collapse;
}

table.newsTable img
{
	border:none;
} 


div.newsTitle
{
	font-weight:bold;
}

div.newsDateTime
{
	padding-left:10px;
	font-style: italic;
	margin-bottom: 10px;
}

.readMore a
{
	font-size:9px;
	color:#666;
}
#mainNewsTitle{
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(0,0,0,0.3);
}
.newsTableHeader{
	float:left;
	width:96%;
	margin-top:10px;
	text-align:left;
	font-weight:bold;
	color: #FFFFFF;
	padding: 5px 10px;
	background: #333;
	background: -moz-linear-gradient(top,  #999 0%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#333));
	background: -webkit-linear-gradient(top,  #999 0%,#333 100%);
	background: -o-linear-gradient(top,  #999 0%,#333 100%);
	background: -ms-linear-gradient(top,  #999 0%,#333 100%);
	background: linear-gradient(to bottom,  #999 0%,#333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#333',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	text-shadow:
		0px 1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(0,0,0,0.3);
}

.newsTableEventBox{
	float:left;
	width:97%;
	padding:5px;
	margin-top:3px;
	background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(0,0,0,0.3);

}
.calListHighlightEventBox a{
	color: #069;
}
.calListHighlightEventBox{
	width:210px;
	padding:5px;
	padding-bottom:15px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	box-shadow:
		0px 1px 1px rgba(255,255,255,0.3),
		inset 0px 0px 1px rgba(0,0,0,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(0,0,0,0.3);

}
.readMoreButton a{
	color: #FFFFFF;
}
.readMoreButton{
	color: #ffffff;
	width: 80px;
	text-align: center;
	cursor: pointer;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#0ca5e7 0%,
		#0187c1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0ca5e7),
		to(#0187c1));
	background: -ms-linear-gradient(top, #0ca5e7 0%, #0187c1 100%);
	background: -o-linear-gradient(#0ca5e7, #0187c1);
	background: linear-gradient(#0ca5e7, #0187c1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0ca5e7', endColorstr='#0187c1');/*For IE7-8-9*/ 
	height: 1%;/*For IE7*/ 
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #0087c1;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 1px rgba(000,078,112,1),
		0px 1px 0px rgba(255,255,255,0.3);
}
.readMoreButton:hover{
	background: -moz-linear-gradient(
		top,
		#0187c1 0%,
		#0ca5e7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0187c1),
		to(#0ca5e7));
	background: -ms-linear-gradient(top, #0187c1 0%, #0ca5e7 100%);
	background: -o-linear-gradient(#0187c1, #0ca5e7);
	background: linear-gradient(#0187c1, #0ca5e7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0187c1', endColorstr='#0ca5e7');/*For IE7-8-9*/ 
	height: 1%;/*For IE7*/ 
}



DIV.CategoryButton a{
	color: #FFFFFF;
}
.CategoryButton{
	color: #ffffff;
	width: 200px;
	text-align: center;
	cursor: pointer;
	padding: 5px 5px;
		background: -moz-linear-gradient(
		top,
		#999 0%,
		#666);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#999),
		to(#666));
	background: -ms-linear-gradient(top, #999 0%, #666 100%);
	background: -o-linear-gradient(#999, #666);
	background: linear-gradient(#999, #666);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#666666');/*For IE7-8-9*/ 
	height: 1%;/*For IE7*/ 
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #333;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 1px rgba(000,078,112,1),
		0px 1px 0px rgba(255,255,255,0.3);
}
.CategoryButton:hover{
		background: -moz-linear-gradient(
		top,
		#666 0%,
		#999);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#666),
		to(#999));	
	background: -ms-linear-gradient(top, #666 0%, #999 100%);
	background: -o-linear-gradient(#666, #999);
	background: linear-gradient(#666, #999);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666666', endColorstr='#999999');/*For IE7-8-9*/ 
	height: 1%;/*For IE7*/ 
}


.PaginationButton a{
	color: #FFFFFF;
}
.PaginationButton{
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	padding: 5px 5px;
		background: -moz-linear-gradient(
		top,
		#999 0%,
		#666);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#999),
		to(#666));
	background: -ms-linear-gradient(top, #999 0%, #666 100%);
	background: -o-linear-gradient(#999, #666);
	background: linear-gradient(#999, #666);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#666666');/*For IE7-8-9*/ 
	height: 1%;/*For IE7*/ 
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #333;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5), 
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 1px rgba(000,078,112,1),
		0px 1px 0px rgba(255,255,255,0.3);
}
.PaginationButton:hover{
		background: -moz-linear-gradient(
		top,
		#666 0%,
		#999);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#666),
		to(#999));	
	background: -ms-linear-gradient(top, #666 0%, #999 100%);
	background: -o-linear-gradient(#666, #999);
	background: linear-gradient(#666, #999);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666666', endColorstr='#999999');/*For IE7-8-9*/ 
	height: 1%;/*For IE7*/ 
}
.newsImgContainer{
	width: 80px;
	height: 80px;
	display: none;
}
