#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear: both;
	background: url('../inc/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
}

.cal {
	border: 1px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #0C0;
	text-decoration: none;
	font-size: 9px;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF !important;
	font-size: 20px;  
	/*background: url('../inc/calendar/images/calBack.gif') repeat center left;*/
	background: #4c4c4c;
	padding: 5px;
}

.calevent {
	width: 95px;
	height: 95px;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.calevent a {
	display: block;
	width: 95px;
	height: 95px;
	margin: 0;
	padding: 0;
}
.calevent a img {
	width: 95px;
	height: 95px;
}
.no-logo a {
	font-size: 14px;
	font-weight: bold;
	width: auto;
	height: auto;
	color: #4c4c4c;
}
.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}
.calhead td {
	color: white;
}
.calhead a {
	text-decoration: none;
	border: none;
}
td {
	text-align: center;
}
.dayhead {
	height: 25px;
	background: #EEE;
	line-height: 1.5em;
}

.dayhead td {
	text-align: center;
	color: #000;
	font-weight: bold;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 95px;
	height: 110px;
	font-size: 9px;
	color: #656551;
	padding: 0;
	border: 1px solid #DDD;
	vertical-align: middle;
	text-align: center;
	margin: 0;
}

#calendar .cal .dayrow td h6 {
	height: 13px;
	display: block;
	font-weight: bold;
	text-align: right;
	padding: 2px 3px 0 2px;
	margin: 0;
	width: 90px;
	z-index: 99;
	border-bottom: 1px dotted #c9c9c9;
	color: #4c4c4c;
	font-size: 12px;	
}
#calendar .cal .dayrow td .prazno, #calendar .cal .dayrow td .reserved, #calendar .cal .dayrow td .sold {
	width: 95px;
	height: 95px;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	letter-spacing: 1px;
	padding: 0;
	vertical-align: middle;
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);
}
#month-banners-container li .reserved, #month-banners-container li .sold, #month-banners-container li .prazno {
	width: 95px;
	height: 95px;
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	padding: 0;
	vertical-align: middle;
}
#calendar .cal .dayrow td .reserved, #month-banners-container li .reserved, #month-banners-container li .reserved {
	color: red;
	font-size: 12px;	
}
#calendar .cal .dayrow td .sold, #month-banners-container li .sold, #month-banners-container li .sold {
	color: green;
	font-size: 12px;	
}
#calendar .cal .dayrow .dayover .prazno {
	color: green;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('../inc/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}
