/* --- image block holder --- */
.image {
	background-image: url(../images/imgDefault.jpg);
		width: 519px;
	height: 180px;
	background-repeat: no-repeat;
}
.block {
	background-color: #CCD5DF;
	width: 300px;
	height: 180px;
}



/* --- page content holder --- */
.contentHolder {
	background-image: url(../images/verOLines.png);
}
.calHolder {
	border: solid 0px red;
	width: 360px;
	margin-left: 93px;
	margin-top: 67px;
	float: left;
}
.newsAlive2010	{
	background-image: url(../images/cal2010Blend.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 383px;
	margin-left: 15px;
}
.newsAlive2011	{
	background-image: url(../images/cal2011Blend.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 383px;
	margin-left: 15px;
}
.newsAlive2012	{
	background-image: url(../images/cal2012Blend.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 383px;
	margin-left: 15px;
}
.tabMonth {
	width: 107px;
	height: 65px;
	padding: 0;
	margin-right: 9px;
	margin-bottom: 9px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/tabMonth.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tabMonth:hover {
    background-position: 0 -65px;
}
.tabMonthGrey {	
	width: 107px;
	height: 65px;
	padding: 0;
	margin-right: 9px;
	margin-bottom: 9px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/tabMonthGrey.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

li.arrowActive {
	color: #8C8C8C;
	background:transparent url(../images/arrowCalActive.gif) no-repeat;
   background-position: 0 5px;
	padding-left: 13px;
	line-height: 22px;
}
li.arrowMain {   
   background:transparent url(../images/arrow.gif) no-repeat;
   background-position: 0 7px;
	padding-left: 13px;
	line-height: 22px;
	margin-left: 12px;
}
li.arrowMainActive {   
    background:transparent url(../images/arrowActive.gif) no-repeat;
    background-position: 0 7px;
	padding-left: 13px;
	line-height: 22px;
	color: #8C8C8C;
	margin-left: 12px;
}

.date {
	font: 85% Arial, Verdana, Helvetica, sans-serif;
	color: #8C8C8C;
}








