@charset "windows-1251";

div.mycalendar {
	width: 152px;
	height: 110px;
	vertical-align: top;
	}
	
	td.month{
	color: #081d4c;
	font: 14px "Times New Roman", Times, serif;
	text-align: center;
	}
	
table.setka {
	margin-top: 10px;
	border: 0;
	border-collapse: collapse;
	}
	
	table.setka th {
		color: #221e43;
		font: 12px "Times New Roman", Times, serif;
		text-align: center;
		padding-bottom: 6px;
		}
	
	table.setka td {
		color: #000;
		font: 11px Tahoma, Geneva, sans-serif;
		text-align: center;
		padding: 2px;
		border: 1px solid white;
		}
		
		table.setka td:hover {
			/*background: #d9d9d9;*/
			}
		
		table.setka td.action {
			color: #fff;
			font: 11px Tahoma, Geneva, sans-serif;
			text-align: center;
			padding: 2px;
			background: #d4e2fb;
			}
			
		table.setka td.today {
			color: #000;
			font: 11px Tahoma, Geneva, sans-serif;
			text-align: center;
			padding: 2px;
			background: #c6b05d; 
			}
			
			table.setka td  a:hover{
				color: #001F65;
				}
			
			table.setka td.today a {
				color: #000;
				}
			table.setka td.action a:hover {
				color: #C6AF5C;
				}
	
	
	