#cal {	
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	background: #000;
	width: 100%; 
}
#cal td{
	padding: 5px;
}

.calcat-row {
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	width:200px;
	background:#666;
	text-indent: 4px;
}

.calcat {
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	width:60px;
	text-indent: 4px;
}

.calcat-right {
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	width:140px;
	text-align:right;
	text-indent: 4px;
}

#calback {
	margin: 0 auto;
	width: 100%;
}

#calendar {
	width: 100%;
	height: 100%;
}



.calhead img {
	border: none;
}

.dayhead {
	height: 20px;
	background:#666;
}

.dayhead td {
	text-align: center;
	color: #000;
	font-size: 8px;
}

.dayrow {
	background:#333;
	height: 20px;
}

.dayrow td {
	width: 12px;
	color: #AAA;
	font-size: 10px;
}

.dayrow_event_lightup {
	width: 12px;
	background-color:#A65300;
	font-size: 10px;
}

.day {
	float: right;
}

.dayover {
	background-color: #666;
}

.dayout {
	background-color: #333;
}

.dayover_event {
	background-color:#F90;
}

.dayout_event {
	background-color:#A65300;
}

#calendar_input input{
font-size:10px;
padding:0px 0px;
border:solid 1px #666;
background:#333;
color:#CCC;
width:150px;
margin:0px 0px 0px 0px;
}

#calendar_input select{
font-size:10px;
padding:0px 0px;
border:solid 1px #666;
background:#333;
color:#CCC;
width:40px;
margin:0px 0px 0px 0px;
}

#calendar_input textarea {
font-size:10px;
padding: 5px;
border:solid 1px #666;
background:#333;
color:#CCC;
width:350px;
height:300px;
margin:5px 0px 2px 0px;
}

#calendar_input button {
font-size:10px;
padding:0px 0px;
border:solid 1px #666;
background:#333;
color:#CCC;
width:50px;
margin:0px 0px 0px 0px;
}
