@charset "windows-1251";
/* CSS Document */

/* calendar styles */
.cal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #909090;
	text-decoration: none;
	}

.calv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #f07070;
	text-decoration: none;
	}

.calcur { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	}

.calblack { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #303030;
	}

a.calblack:hover { color: #606060; }

.calred { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
	}

a.calred:hover { color: #600000; }