/*----------kalendars-------*/
a.cal_head, a.cal_head:hover, a.cal_head:visited
			{
				color:#9AA0AC;
			}
a.cal_head:hover
			{
				text-decoration: none;
			}
.cal_head
			{	color:			#9AA0AC;
				font-family:	Century Gothic;
				font-size:		8pt;
				font-weight:	bold;
				font-style: 	normal;
				
			}
.cal_days 
			{	color:           #9AA0AC;
				font-size:       7pt;
				font-weight:     bold;
				font-style:      normal;
			}
.cal_content, a.cal_content, .cal_content a:hover, .cal_content a:visited, .cal_content a:link,
			{
				background-color:#E4E5E9;
				color: #003366;
				
				font-size:       8pt;
				font-weight:     normal;
				font-style:      normal;
			}
.cal_today , .cal_today a:Link, .cal_today a:visited, .cal_today a:hover,  .cal_today a:active
			{
				background-color: #666666;
				color:			#ffffff;
				font-size:      8pt;
				font-weight:    normal;
				font-style:     normal;
			}
.cal_event, a.cal_event, .cal_event a:hover, .cal_event a:visited, .cal_event a:link,
			{
				background-color: #FFffff;
				color:           #FFffff;
				font-size:       8pt;
				font-weight:     normal;
				font-style:      normal;
				text-align: center;
			}
