
/****claendar specific styles****/
.tpl_scroller_container
{
    font-family: arial, tahoma;
	color:#444;
	font-weight:bold;
	text-align:center;
	font-size:10pt;
	height:200px;
	width:170px;
	overflow:auto;
	border:1px solid black;
}

.tpl_scroller_button{
    font-family: arial, tahoma;
	text-align:center;
	font-weight:bold;
	font-size:15px;	
	color: #512375;	
	cursor:pointer;
	margin-top:5px;
	width:100%;
}

.tpl_scroller_spacer{
	height:125px;
}

.tpl_scroller_header
{
	margin-top:5px;
	margin-bottom:20px;
	font-size:10pt;
	font-weight:bold;
}

.tpl-box{
	width:170px;
	border:1px solid #999999;	
	padding: 0px 0px 0px 0px;
}

.tpl_scroller_date
{
	text-align:left;
	font-size:12px;
	color: #512375;	
}

.tpl_scroller_events{
	text-align:left;
	padding:5px;
}

.tpl_scroller_events a:link,
.tpl_scroller_events a:active,
.tpl_scroller_events a:visited{
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	color:#667eaf;
}

.tpl_scroller_events a:hover{
	text-decoration:underline;
}

.tpl_scroller_button a:link,
.tpl_scroller_button a:active,
.tpl_scroller_button a:visited,
.tpl_scroller_button a:hover
{
	color:#444;
	font-weight:bold;
	text-decoration:none;
}

.tpl_scroller_button a:hover{
	text-decoration:underline;
}
