/***********************************
	Second pages layout
************************************/

div.calendar {
	width:225px !important;
    height:227px !important;
	text-align:center; /* for centrating in ie5.x */
	background-color:none !important;
	background: url(/content/img/calendar.png) no-repeat;
	}

div.calendar div.name {
	text-align:center;
	margin-bottom:10px;
	background-color:#c9cac5;
	height:18px;
	line-height:18px;
	}
div.calendar div.name span{
	padding-left:1.1em;
	padding-right:1.1em;
	padding-top:4px;
	padding-bottom:4px;

	line-height:18px;
	background-color:#fff;
	}
div#calendar a {
	background:none;
	}

div.calendar p {
	padding:1em 1em 0 0;
	margin:0;
	}

div.calendar table{
	width:170px;
	height:90%;
	margin:10px auto;
	margin-bottom:30px;
	padding-right:1em;
	background:none;
	}

div.calendar table td{
	border-top:1px solid #d4d0c8;
	height:15px;
	text-align:center;
	vertical-align:middle;
	}

div.calendar table td a{
	font-size:14px;
/*	width:19px;
	height:24px;
*/
	padding:0.2em 0px;
	margin:2px 0px;
	height:85%;
	width:80%;
	display:block;
	vertical-align:middle;

	color:#014e8e;
	text-decoration:underline;
	}

div.calendar table td a:hover{
	text-decoration:none;
	}


div.calendar table td a.selected {
	margin:0px;
	padding:0.1em 0em;

	color:#3c464f;
	background-color:#d4d0c8;
	font-weight:bold;
	font-size:16px;
	}

div.calendar table td a.mozhno_buhnut{
	color:#008396;
	}
div.calendar ul li {
	list-style:none;
	}	
