/* --- Calendar Styles --- */
.calendar {
	font-family: tahoma,verdana,sans-serif;
	color: #000;
	font-size: 13px;
	border: 1px solid #83B2C5;
	position: relative;
	z-index: 1;
	display: none;
	cursor: default;
	border-collapse:collapse !important;
}

.calendar table {
	/*font-family: tahoma,verdana,sans-serif;*/
	color: #000;
	font-size: 11px;
	background-color: #fefefe;
	width: auto;
	cursor: default;
	border-collapse: separate;

}

.calendar table td {
	padding: 3px;
	text-align: center;
	font-size:11px;
}

.calendar tbody .disabled {
	color: #999;
}

.calendar tbody .emptyrow {
	display: none;

}

.calendar tbody .today {
	font-weight: bold;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa !important;
}

.calendar tbody .emptycell {
	visibility: hidden;
}

.calendar tbody .active {
	background-color: ##6d9fde;
}

.calendar thead .title {
	font-weight: bold;
}

.calendar thead .headrow {

}

.calendar thead .active {
	background-color: #c4c0b8;
	padding: 2px 0px 0px 2px;

}

.calendar thead .hilite {
	background-color: #e4e0d8;
}

.calendar tfoot .title {
	font-weight: normal;
}

.combo {  position: absolute;  display: none;  width: 4em;  top: 0px;  left: 0px;  cursor: default;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;  background: #e4e0d8;  font-size: smaller;  padding: 1px;}
.combo .label {  text-align: center;  padding: 1px;}
.combo .active {  background: #c4c0b8;  padding: 0px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}
.combo .hilite {  background: #048;  color: #fea;}

.dpContainer {
	display: inline;
}

.list-no-squares {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}





.headrow td {
	background:#b2d4ff;
	border-bottom: 1px solid #3366FF;
}

.calendar .title {
	background:#6d9fde;	
}

.calendar .daynames {
	background: #E4E4E4;
	font-size: 11px !important;
	font-weight:bold;
	border-bottom:1px solid #999999;
}

.calendar .selected {
	background: #FFE8C4;
}

.daysrow td {
	background:url(../img/input.gif) top repeat-x;
	font-size:11px;
}


