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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/background.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003F00;
}
a:link {
	text-decoration: none;
	color: #00923F;
}
a:visited {
	text-decoration: none;
	color: #00923F;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #00923F;
}
.combobutton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-right: 3px; 
	padding-left: 3px; 
	font-size: 14px;
	padding-bottom: 3px; 
	color: #ffffff; 
	padding-top: 3px;
	background-color: #7BC4A0;
	border-top: 0px solid; 
	border-left: 0px solid; 
	border-right: 0px solid; 
	border-bottom: 0px solid
}
.combotext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px; 
	border-top: #7BC4A0 1px solid; 
	border-bottom: #7BC4A0 1px solid;
	border-right: #7BC4A0 1px solid;
	border-left: #7BC4A0 1px solid;
	background-color:#7BC4A0;
}
.combotexton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border-right: #7BC4A0 1px solid; 
	border-top: #7BC4A0 1px solid; 
	margin: 0px 0px; 
	border-left: #7BC4A0 1px solid; 
	border-bottom: #7BC4A0 1px solid;
	background-color: #B6DDC7;
}
/* css paginacao */
.paginacao{
	height: 28px;
	text-align: center;
	clear: both;
}
.paginacao li{
	display: inline-block;
	*display: inline;
	font-size: 14px;
	padding: 5px;
	*height: 28px;
}
.paginacao li a{
	padding: 5px;
	*height: 28px;
	border: solid 1px #7BC4A0;
}
.paginacao li a:hover{
	border-color: #7BC4A0;
	background: #B6DDC7; 
	color: #00923F;
	*height: 28px;
}
.paginacao_nada{
	border-color: #7BC4A0;
	background: #7BC4A0; 
	color: #00923F;
	*height: 28px;
}

