body,td{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.data{
	color: #BA2020;
	font-size: 11px;
}

.livre{
	color: #FFFFFF;
	background-color: Green;
	font-weight: 700;
}
.ocupado{
	color: #FFFFFF;
	background-color: Maroon;
	font-weight: 700;
}

a {
	color: #BA2020;
	text-decoration: underline;
}
a:hover{
	color: #BA2020;
	text-decoration: none;
}

.menut,a.menut{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
a.menut:hover{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

.menu,a.menu{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	
}
.menuout{ background-color : transparent;}
.menuhover{background-color : #75838A;}
a.menu:hover{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
}


.titulo_branco{
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}
.branco{
	color: #ffffff;
}

.titulo_cinza{
	color: #5C676D;
	font-size: 14px;
	font-weight: 700;
}

.titulo_vermelho{
	color: #BA2020;
	font-size: 14px;
	font-weight: 700;
}


.erro{
color: #BA2020;
}
tr.erro{
	color: #BA2020;
	border: 1px dashed #BA2020;
}

textarea, select, input {
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.frm_field {
	font-size: 12px;
	color: #000000;
	background-color: whitesmoke;
	text-align: center;
}

.admin{
text-align: center;
/*	position: relative;*/
	font-size: 12px;
	color: #000000;
	background-image: url(imagens/admin/botao.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
/*	display: block;*/
	width: 124px;
	height: 22px;
	margin: 0; 
	padding: 3px; 
	text-decoration: none;

}
