@charset "utf-8";
/* CSS Document */

input, textarea, select {
	padding: 1px;
	border: 1px solid #006699;
}

.texto1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;	
}
.texto2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}	
.texto3{
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-top: 1px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	
}
.texto5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	
}
.tabela {
	border: 1px solid #000000;
	background-color: #FBFBFB;
	
}
.botaoform{
	background-color: #EEEEEE;
	width: 100px;
	border: 1px solid #666666;
	color: #333333;
	background-image: url(img/icon/16x16/actions/filesave.png);
	background-repeat: no-repeat;
	background-position: 80px center;
}
.botaologin{
	background-color: #EEEEEE;
	width: 100px;
	border: 1px solid #666666;
	color: #333333;
	background-image: url(img/icon/16x16/apps/kgpg.png);
	background-repeat: no-repeat;
	background-position: 80px center;
}
.botaobusca{
	background-color: #EEEEEE;
	width: 100px;
	border: 1px solid #666666;
	color: #333333;
	background-image: url(img/icon/16x16/actions/find.png);
	background-repeat: no-repeat;
	background-position: 80px center;
}
a {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
}
.obs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11px;
}
.fundo{
	border-collapse: separate;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-spacing: 0pt;
}
.fundo2
{
	border-collapse: separate;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-spacing: 0pt;
}
table thead tr th, table tfoot tr th {
	background-color: #CCCCCC;
	font-size: 11px;
	padding-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: white;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table tbody tr.odd td {

}
table thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
background-color: #666;
color:#fff;
}
