
.schedule .plashka {position:absolute; bottom:7px; left:16px; width:280px; height:22px; color:#FFF;}
.icaltable {
	/*border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;*/
	margin: 0 auto;
	padding: 0;
	font-size: 13px;

	width: 100%;

	border-top-color: #3d7eb6;
	border-top-style: solid;
	border-top-width: 1px;

	border-bottom-color: #3d7eb6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.icaltable th {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #A4C3DE;
    /*background-image: url("http://vmf.cuba-design.ru/pictures/bg_table_th.png");*/
    background-origin: padding-box;
    background-position: 50% 0%;
    background-repeat: repeat-x;
    background-size: auto;
    color: #004d94;
    font-size: 12px;
    height: 22px;
    text-align: center;
	position: relative;
}

.icaltable td {
	width: 44px;
	height: 38px;
	text-align: center;
	vertical-align: middle;

	background: url(../pictures/ical/cells.png);
	/*color: #444;*/
	color: white;
	position: relative;
}

/*.icaltable th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #004f97;
	background: url(../pictures/ical/th.png);

}*/


.icaltable td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
.icaltable td.date_has_event:hover {
	background-position: 162px -81px;
}


.icaltable td.date_home_event {
	background-position: 162px 0px;
	color: white;
}
.icaltable td.date_home_event:hover {
	background-position: 162px -81px;
}



.icaltable td.date_nohome_event {
	background-position: 242px 0px;
	color: white;
}
.icaltable td.date_nohome_event:hover {
	background-position: 242px -81px;
}





.icaltable td.padding {
	/*background: url(../pictures/ical/calpad.jpg);*/
         background-color:#4B7DAB;
}
.icaltable td.today {
background-image:url(/pictures/bg_table_th.png);
background-repeat:repeat-x;
background-position: left bottom!important;
background-color:#BEDFF7;
color: #004d94;
	background-position: 81px 0px;
	color: white;
}
.icaltable td.today div {color: #004d94;}
.events {
	position: relative;
	}
.events span {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	display: none;
	z-index: 100;
	padding: 15px;
	background: #E7ECF2 url(../pictures/ical/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
		width: 180px;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

#icalnext{
    position:relative;
    background: #014f97;color: white;
    /*left:274px;*/
}

#icalprev{
    position:relative;
    background: #014f97;color: white;
     /*right:274px;*/
}

#currentmonth, #currentyear{
    font-weight:bold;
}