#minicalendar {
	margin-bottom: 10px;
	display: none;	
}

table.yearcal table {

}

table.yearcal td{

}

tr.minical_header {
	border: 1px solid;	
	color: #469ae8;
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
}


tr.minical_header a{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}
tr.minical_header a:active{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}
tr.minical_header a:visited{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}
tr.minical_header a:hover{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}


#prev_month img, #prev_year img, #next_month img, #next_year img {
	vertical-align: top;
}

td.yearcal_header {
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}


td.yearcal_header a{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}
td.yearcal_header a:active{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}
td.yearcal_header a:visited{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}
td.yearcal_header a:hover{color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none; font-weight: bold;}





td.highlight_cell, td.minical_cell, td.weekday_cell, td.event_cell, td.today_cell {
	font-family: verdana; 
	font-size: 9pt;
	padding: 3px;
	color: #ffffff;
	
}


td.minical_cell, td.weekday_cell {
    color:#ffffff;
}


td.highlight_cell {
	color:#469ae8;

}


td.weekday_cell {
	font-weight: bold;
}


td.today_cell {

}

td.event_cell {
    color:#469ae8;
    }



td.minical_cell a, td.today_cell a, td.highlight_cell a {
	color: #ffffff; font-family: verdana; font-size: 9pt; text-decoration: none;
}

td.event_cell a {
	color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none;
}

td.minical_cell a:hover, td.event_cell a:hover, td.highlight_cell a:hover, td.event_cell a:hover{
	color: #469ae8; font-family: verdana; font-size: 9pt; text-decoration: none;
}