
#calendar td {
	padding: 3px;
}

#calwin {
	width: 230px;
	float:left;
	margin-right:15px;
	margin-left: 15px ;
/*	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	display: block;*/
	background: transparent;
}

.bar {
	text-align: right;
	background: url('/calendar/images/calBar.gif') no-repeat top left;
}

.bar img {
	border: none;
}

.bar a {
	margin-right: 5px;
}

#calback {
	width: 100%;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #444;
	width: 100%;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

.calhead td {
	padding: 0px;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 18px;
	background: #EEE;
}

.dayhead td {
	font-size: 11px;
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	width: 14%;
	color: #000;
	font-size: .7em;
	text-align: right;
}

.day {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

.dayoff {
	background: #CCC;
}