/* CSS Document */
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input{
	background-color: transparent;
	border-style: solid;
	border-top-color: 000000;
	border-left-color: 000000;
	border-right-color: 000000;
	border-bottom-color: 000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	color: 000000;
}

div{
	scrollbar-arrow-color: #0066C8;
	scrollbar-3dlight-color: #f4f4f0;
	scrollbar-darkshadow-color: #f4f4f0;
	scrollbar-face-color: #f4f4f0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ffffff;
}

.link {
	cursor: hand;
	font-size: 11px;
	color:#0000CC;
}

.login{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.fazer_cadastro{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#990000;
}
.esqueceu_senha{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#9F9F9F;
}
.erro{
	color:#990000;
	text-align:center;
}
.msg{
	color:#006600;
	text-align:center;
}

.dia_selecionado{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#990000;
	cursor: default;
}

.dia_deselecionado{
	color:#9C9899;
	cursor:hand;
}