/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F607F;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #A0b0c0;
}
.bottom_bar {
	background-image: url(../images/bottom_line.gif);
}
.top_bar {
	background-image: url(../images/top_line.gif);
}
.logo {
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}
table.margin_table {
	line-height: 15px;
}
td.margin_submenu {
	border: 1px solid #5F5F5F;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
}
td.margin_content {
	border: 1px solid #5F5F5F;
	padding-top: 6px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	border: 1px solid #5F5F5F;
}
input.checkbox {
	border: 0px;
}
a:link {
	color: #3F607F;
}
a:visited {
	color: #3F607F;
}
a:hover {
	color: #c1d6e9;
}

a.questao:link {
	color: #3F607F;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
a.questao:visited {
	color: #3F607F;
    text-decoration: none;
    font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;

}
a.questao:hover {
	color: #c1d6e9;
    text-decoration: none;
    font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;

}



.message_success {
	text-align: center;
	background-color: #3F607F;
	font-weight: bold;
	color: #ffffff;
}
.message_error {
	text-align: center;
	background-color: #DFC041;
	font-weight: bold;
	color: #ffffff;
}
.menu_layout {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
a.menu:link {
	font-weight: bold;
}
a.menu:visited {
	font-weight: bold;
}
.menu_active {
	font-weight: bold;
	color: #c1d6e9;
}
.submenu_active {
	color: #c1d6e9;
}
.list_border {
	border: 1px solid #000000;
}

.list_border_record_1 {
	border: 1px solid #000000;
	background-color: #99ccff;	
}

.list_border_record_2 {
	border: 1px solid #000000;
	background-color: #ccffff;	
}
