div.vcal_sub {
		text-align: left;
		font-style: bold;
		color: black;
		background: #eee;
		border: 1px solid #aaa;
	}
	.vcal_sub ul {
	list-style-type: none;
	list-style-image: url('images/arrow.gif');
	list-style-position: inside;
	}
			a.cal_head
			{
				color: green;
			}
			a.cal_head:hover
			{
				text-decoration: none;
			}
			.cal_head
			{
				background-color: #eee;
				color:            green;
        font: bold 12px Verdana, Sans-serif;
			}
			.cal_days /*darussol*/
			{
				background-color: #aaa;
				color:        black;
        font: bold 12px Verdana, Sans-serif;
			}
			.cal_content
			{
				background-color: #fff;
				color:           #aaa;
				font: normal 11px Verdana, Sans-serif;
			
			}
			.cal_today
			{
				background-color: #999;
				color:           #fff;
				font: normal 11px Verdana, Sans-serif;
			
			}
 			.cal_event, a.cal_event /* e-man 17-06-04 */
			{
				background-color: white;
				color:           #555;
				font: bold 11px Verdana, Sans-serif;
			}
			h5 {padding: .1em 0 .1em .3em;margin: 0 0;border-bottom: 2px groove #fff;color: #7a7;}

