#textCal
{
	width: 504px;
	 margin-left: auto;
    margin-right: auto;
    
	}
.noPadding
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	
	}
#textCal a img
	{
		border: 0px;
		} 
#textCal table {
	font-family: "Trebuchet MS", Verdana;
	width: 500px;
	background-color: #FFF;
	background-image: url(../images/calendar/calendar_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 70px;
	
}


table #caption #tableTitle
{
    width: 150px;
    margin-right: auto;
    margin-left: auto;
}
#textCal table #months {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;	
}

#textCal table #days {
	background-color: #708094;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 66px;
}
#textCal table #days td {
	border: 1px solid #FFF;
	width: 70px;

}

#textCal table #caption {
	background-color: #3C548C;
	color: #fff;
}
.cells td
{
    height: 65px;
    width: 70px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}

.event   {
	color: #900;
	background-image: url(images/calendar/event_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.noEvent, .noNews
{
    line-height: 2em;
    font-style: italic;
    color: #666;
    background-color: #eef0f0;
    background-image: url(../images/no_news.gif);
    background-repeat: no-repeat;
    background-position: 50% 75%;
    
}


.noNews
{
	 background-image: url(../images/no_news.jpg);
	
	}
	.noEvent
{
	 background-image: url(../images/no_event.gif);
	
	}

.noEvent a, .noEvent a:hover
{
	
	font-size: 14px;
	}
	
	
.cells a, .cells a:hover
{
    font-size: 16px;
    text-decoration: none;
}

