#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('../imagens/calendar/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 550px;
	margin-left: 13px;
}

#calendar img{
	border: 0;
	cursor: pointer;
}

.cal {
	width: 550px;
	border: 1px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #0C0;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;  
	background: url('../imagens/calendar/calBack.gif') repeat center left;
	padding: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 50px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 10%;
	font-size: 12px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}


/*
	dias
*/
.day {
	float: right;
	text-align: right;
}

#day b{
	color: #000;
}
.dayEvent {
	float: right;
	text-align: right;
}

#dayEvent b{
	color: #FFF;
}

.today {
	float: right;
	text-align: right;
}

#today b{
	color: #FC0;
}

.dayover {
	background: #E5E5E5;
	text-align: right;
}

.dayout {
	background: #FFF;
	text-align: right;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	background: #CCC;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: #F5F5F5;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
}

#event .posted {
	color: #333;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 60px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}

.calevent{
	background: #C00;
	cursor: pointer;
}