/* CSS Document */

.calendar {
	width: 180px;
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1em;
	/*
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	border-bottom: 1px dotted silver;
	*/
	
}

.calendar caption {
	margin: 0;
	padding: .3em 0;
	background: #F8D700;
	font-weight: bold;
	/*
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	border-top: 1px dotted silver;
	*/
}

.calendar th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background: #f8f1c8;
	text-align: center;
}

.calendar tr:hover {
	background-color: transaprent;
}

.calendar td {
	border: 1px solid #fff;
	padding: .1em .3em;
	padding: 3px;
	width: 1em;
	text-align: center;
}

.calendar a {
	color: #000;
	text-decoration: none;
}

.calendar a:hover {
	background-color: transparent;	
}

.calendar td.highlighted {
	background: #F8D700;
	color: #FFFFFF;
}

.calendar td.nestandardni {
	background: #d1b500;
	color: #FFFFFF;
}

.calendar td.passed {
	background: white;
	color: black;
}

.calendar td:hover,
.calendar td.today:hover, 
.calendar td.selected:hover,
.calendar td.highlighted:hover,
.calendar td.hover {
	background: #4A8DDC;
	border: 1px solid #1C63BD;
	color: black;
}




.calendar td.today {
	background: #a0cf6d;
}

#sunday, #saturday {
	background: #f0f0f0;
}

.calendar td.selected {
	border: 1px dotted #AE0103;
	background: #f47c7a;
	color: black;
}

.calendar input {
	display: none;
}

.calendar td.pad {
	color: #999;
	background: #fff;
}

.calendar td.pad:hover {
	background-color: none;
	border: 0;
	cursor: default;
}
