.pos_calendar{
width: 298px;
background: #4BA4CC;
border: 1px solid #DDDDDD;
font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

table.calendar {
	font-size: 10px;
	font-weight: normal;
	background: #fff;
	color: #fff;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
} 
table.calendar td{
 padding: 0px;
}

.calendar a{font-size: 10px;font-weight: normal;font-family: Tahoma,Geneva,Kalimati,sans-serif;}
.navigation a { color: #fff; font-size: 10px; text-decoration: none;}
.navigation a:hover { color: #C3CCD3 }
.calendar th { 	font-size: 12px; }
.calendar td, .calendar th {
	text-align: center;
	width: 25px;
	height: 18px;
	vertical-align: middle;
	font-weight: normal;

	color: #666;

}
.bold th, .bold { font-weight: bold !important; }
 
td.date{
 /*background: url(/i/calendar/date.jpg) no-repeat !important;*/
 	 background: url(/i/calendar/n/calendar-blue.png) no-repeat ;
 color: #fff;
}

td.today {
 background: url(/i/calendar/today.jpg) no-repeat !important;
 color: #fff;
}
td.today a{
 margin: 0px;
 font-size: 10px;
 text-decoration: none;
 text-align: center;
 color: #fff;
}
td.date_has_event{
 /*background: url(/i/calendar/event.jpg) no-repeat ;*/
	 background: url(/i/calendar/n/calendar-green.png) no-repeat ;
}
td.date_has_event a{
 margin: 0px;
 font-size: 10px;
 text-decoration: none;
 text-align: center;
 color: #fff;
}

.calendar .events {
	position: relative;
}
.calendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #8fbf5c url(/i/calendar/popup.png);
	background-repeat: repeat-x;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-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;
}
.calendar .events li {
	padding-bottom: 5px;
}
.calendar .events li a { color: #fff; text-decoration: underline }
.calendar .events li a:hover { color: #FFF; text-decoration: none }
.calendar .events li span {
	display: block;
	font-size: 9px;
	text-align: left;
	color: #FFF;
}
.calendar .events li span.title {
	font-weight: bold;
	color: #222;
	
}

.title {
 margin-left: -14px !important;
 
}

.razdelitel{
 height: 1px;
 line-height: 1px;
 width: 100%;
 background: #237DB1;
}

.left_b{
 height: 25px;
 width: 25px;
 background-image: url(/img/left_arrow.gif);
 display: block;
}

.left_b:hover{
 height: 25px;
 width: 25px;
 background: url(/img/left_arrow.gif) no-repeat;
 display: block;
}

.right_b{
 height: 25px;
 width: 25px;
 background-image: url(/img/right_arrow.gif);
 float: right;
 display: block;
}

.right_b:hover{
 height: 25px;
 width: 25px;
 background-image: url(/img/right_arrow.gif) no-repeat;
 display: block;
}

.pos_table{
 margin-top: -2px;
 margin-left: -20px !important;
}
