#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	flex:1;
	/*float: left;*/
	/*margin-top: 20px;*/
	text-align: center;
	/*clear: both;*/
	/*width: 100%;*/
	height: 300px;
	/*//background: url('calendar/images/calWaiting.gif') no-repeat center;
	background: url('images/calWaiting.gif') no-repeat center;*/
}

#calendar {
	flex:1;
	/*background: #FFF;*/
	width: 100%;
	height: auto;
}

.cal {
	width: 100%;
	border: 1px solid #9338af;
	margin: 0 auto;
	border-collapse: collapse;
}

.cal a {
	color: #0C0;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	/*//background: url('calendar/images/calBack.gif') repeat center left;
	background: url('images/calBack.gif') repeat center left;*/
	background-color: #9338af;
	padding: 5px;
}

.calhead td{
	color:#FFF;
	font-weight: bold;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 14%;
	font-size: 10px;
	color: #656551;
	padding: 3px;
	border: 1px solid #9338af;
}

.day b{
	font-size: 1.4em;
	float: right;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	//background: url('calendar/images/calEvent.gif') repeat-x top left;
	background: url('images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	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: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}


/*FASE TESTE>>>>>>>>>>>>>>>>>>>>>>>>>*/

.tooltiptext{
	font-size: 12px;
	visibility: hidden;
	max-width: 120px;
	background-color: rgba(20,20,20,0.7);
	color:#fff;
	text-align: center;
	padding: 10px;	
	border-radius:6px;
	margin-top: -68px;
	margin-left:60px;
	position: absolute;
	z-index: 1;
}
.tooltiptext b{
	font-size: 20px;
	font-weight: bold;
}
.tooltiptext i{
	font-size: 15px;
}
/*.tooltiptext::after{
	content: "";
	position: absolute;
	top: -10%;
	left: 50%;
	margin-left: -5px;
	 border-width: 5px;
    border-style: solid;
    border-color: red transparent transparent transparent;
}*/
.dayover:hover .tooltiptext{
	visibility: visible;
}
.calevent{
	border-radius: 5px;
	display: block;
	height: 100%;
	width: 100%;
	/*background-image: linear-gradient(#CCFFCC, transparent 50%);*/
	background-image: url(images/calFunc.gif);
	background-repeat: no-repeat;
}