/* CSS Document */

.calendar {
	position: relative;
	padding: 0px;
	margin-bottom: 5px;
	width: 232px;
	min-height: 160px;
	border: none;
	background: #993333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
	_overflow: visible;
}

.daynames, .date, .emptydate {
	position: relative;
	width: 32px;
	height: 22px;
	text-align: center;
	margin-left: 1px;
	margin-bottom: 1px; 
	padding-top: 6px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../pics/cal_roh.gif) bottom right no-repeat #FF9900;
	float: left;
}

.emptydate {
	background: none;
}

.date {
	background: #CCCC99;/*#F0CC51;*/
}

.date a {
	color: #FFFFFF;
}

#ZHintDiv{
    float:left;
	height: 50px;
    border: 1px solid silver;
	font-family: Arial, Helvetica, sans-serif;
    background: #5385BA; 
    padding: 5px;
	padding-left: 15px;
    font-size: 12px;
    font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

#ZHintDiv h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	padding-left: 0px;
	margin-top: 2px;
	border-top: 1px solid #CCCCCC;
}

.calendar .butt {
	position: relative;
	padding: 5px;
	margin: 1px;
	border: none;
	background: #D6A3A3;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.calendar .mesic {
	position: relative;
	/*display: block;*/
	padding: 7px;
	margin: 1px;
	margin-left: 10px;
	width: 150px;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.calendar .butt a {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar #header {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	height: 30px;
	background: #D6A3A3;
	overflow: hidden;
	text-align: center;
}