
body,td {
	font-family: cursive;
	font-size: 14px;
	color: #000000;
}

#principal {
	width: 600px;
	min-height: 670px;
	background-color: #8B814C;
	border: #000000;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	margin: 0 auto;
}

#meio {
	min-height: 500px;
}

.datepicker_trans {
	font-family: Arial,sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #696969;
	width: 220px;
	border: 0px;
	background-color: transparent;
}

.linhas_texto {
	font-size: 22px;
	cursor: hand; 
	cursor: pointer;
	float: left;
}
.linhas_texto_check {
	text-decoration:line-through;
	font-size: 22px;
	cursor: hand; 
	cursor: pointer;
	float: left;
}

#pop_calendario {
	font-family: cursive;
	font-size: 14px;
	color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#pop_checkbox {
	font-family: cursive;
	font-size: 14px;
	color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#pop_visualizar {
	font-family: cursive;
	font-size: 14px;
	color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#pop_cadastrar {
	font-family: cursive;
	font-size: 14px;
	color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.cad_variavel{
	font-family: cursive;
	font-size: 20px;
	font-weight: bold;
	color: #00688B;
	padding-bottom: 10px;
	width: 15%;
}
.cad_valor{
	font-family: cursive;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	width: *;
}
#campo_data {
	font-family: cursive;
	font-size: 18px;
	color: #000000;
	width: 130px;
	/*margin-right: 10px;*/
}
#campo_texto {
	font-family: cursive;
	font-size: 18px;
	color: #000000;
	width: 400px;
}
