/* CSS Document */
	
	.popup{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	a.cal_head2
	{
		color: #666666;
		font-weight: bold;
	}
	a.cal_head2:hover
	{
		text-decoration: underline;
	}
	.cal_head
	{
		background-color: #dddddd;
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
		font-style: normal;
		border: 1px solid #cccccc;
	}
	.cal_days /*darussol*/
	{
		background-color: #dddddd;
		color: gray;
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: normal;
		font-style: normal;
		border: 1px solid #cccccc;
	}
	.cal_content
	{
		background-color: #eeeeee;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: normal;
		font-style: normal;
	}
	.cal_today
	{
		background-color: #dddddd;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: bold;
		font-style: normal;
		border: 1px solid #cccccc;
	}
	.cal_event, a.cal_event /* e-man 17-06-04 */
	{
		background-color:#fce08c;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: bold;
		font-style: normal;
	}