﻿/***********************************/
/* ezDefault_Content.ascx CSS Tags */
/***********************************/

div#ezdefault_content_wrapper{
	width: 723px;
}
div#ezdefault_content_featurenews{
	float: left;
	width: 300px;
	padding-left:10px;
	padding-right:10px;
}
div#ezdefault_content_newsblock{
	float: left;
	vertical-align:top;
	margin-right: -10px;
	width: 250px;
}
div#ezdefault_content_newsblockcontent{
	margin-left: 15px;
	font-size: 11px;
	width: 135px;
}
div#ezdefault_content_newsblockcontent a{
	color: Gray;
	text-decoration: none;
}
div#ezdefault_content_newsblockcontent a:hover{
	color: Gray;
	text-decoration: none;
}
div#ezdefault_content_newsblockcontent a:active{
	color: Gray;
	text-decoration: none;
}
div#ezdefault_content_newsblockcontent a:visited{
	color: Gray;
	text-decoration: none;
}
div#ezdefault_content_linkblock{
	float: right;
	margin-left: 10px;
	width: 150px;
}
div.ezdefault_content_morelink{
	font-size: 10px;
	text-align: right;
}
div.ezdefault_content_morelink .moreimage{
	vertical-align: middle;
}
div.ezdefault_content_morelink a{
	color: black;
	text-decoration: none;
}
div.ezdefault_content_morelink a:hover{
	color: black;
	text-decoration: none;
}
div.ezdefault_content_morelink a:active{
	color: black;
	text-decoration: none;
}
div.ezdefault_content_morelink a:visited{
	color: black;
	text-decoration: none;
}
.background {
	background-image: url('images/DefaultGraphic.jpg');
	background-repeat: no-repeat;
}
.newsCalendar {
	padding-top: 130px;
}
