@charset "utf-8";
/* CSS base para layout genrico */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * - Propriedades Gerais
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#F1F1F1;
	color:#6B6F77;
}

.limpa{
 	clear:both;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * - Elementos
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a {
	color: #666666;
	font-family:  Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

h2 {
	font-size:14px;
	line-height: 30px;
	font-weight:bold;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, Geneva, sans-serif;
}

h2 a {
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, Verdana, Geneva, sans-serif;
}

h3 {
	font-size: 12px;
	line-height: 25px;
}

img {
	border: 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * - Formularios
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



input, select {
	color: #666666;
	height: 20px;
}

textarea{
	color: #666666;
	height:64px;
}

input:focus, select:focus {
	font-weight: bold;
}

select:focus option {
	font-weight: normal;
}

input[type=text], input[type=password], textarea , input[type=file]{
	width: 327px;
	padding-top: 3px;
	padding-left: 3px;
}

input[type=submit] {
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

select {
	width: 308px;
	height: 25px;
	padding-left: 3px;
	padding-top:3px;
}

option {
	height: 20px;
	line-height: 25px;
	text-indent: 3px;
}

legend{
	width: 302px;
	float:left;
	font-size:14px;
}

fieldset {
	width: 313px;
}

input[type=radio] {
	margin: 2px;
	padding: 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * - Tabelas
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table.registros {
	background-color: #fff;
	width: 937px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin:4px;
}

table.registros th {
	height: 25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

table.registros td {
	text-align: center;
	height: 25px;
}

table.home {
	background-color: #fff;
	width: 580px;
	margin:4px;
}

table.home th {
	height: 25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

table.home td {
	text-align: left;
	height: 25px;
	border:1px solid #000;
}

