body {
	background: #FFFFFF url(imagens/bg.jpg) repeat-x top;
}

a {
	color: #003366; text-decoration: underline;
}
a:link {
	color: #003366; text-decoration: underline;
}
a:active {
	color: #003366; text-decoration: underline;
}
a:visited {
	color: #003366; text-decoration: underline;
}
a:hover {
	color: #003366; text-decoration: underline;
}
.innerfade-title{
        		position: absolute;
        		bottom: 20px;
        		left: 0;
        		z-index: 290;
        		width: 100%;
        		background: #00a7ee url(img/title-bg.png);
        		height: 34px;
        		filter:alpha(opacity=80);
        		-moz-opacity: 0.8;
        		opacity: .8;
        		border-top: 1px solid white;
		}
.innerfade-title h2{
		        color: white;
		        font-weight: bold;
        		margin-top: 0;
        		margin-bottom: 0;
       			text-align: center;
        		font-family: Arial;
        		font-size: 16px;
        		font-style: italic;
        		line-height: 34px;
		}
.mycontrolboxclass{
			position: absolute;
			right: 35px;
			top: 20px;
		}
.bg-frame img { behavior: url(win_png.htc); }

.menu { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 13px;
    color: white;
    text-align: right;
    text-decoration: none;
}
a.menu {
    color: white;
    text-decoration: none;
}
a.menu:link {
    color: white;
    text-decoration: none;
}
a.menu:active {
    color: white;
    text-decoration: none;
}
a.menu:visited {
    color: white;
    text-decoration: none;
}
a.menu:hover {
    color: #FFCC00;
	text-decoration: underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

input {
BORDER-TOP-WIDTH: 1px;
BORDER-LEFT-WIDTH: 1px;
FONT-SIZE: 11px;
BORDER-LEFT-COLOR: white;
BORDER-BOTTOM-WIDTH: 1px;
BORDER-BOTTOM-COLOR: white;
COLOR: black;
BORDER-TOP-COLOR: white;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
BACKGROUND-COLOR: #F2F2F2;
BORDER-RIGHT-WIDTH: 1px;
BORDER-RIGHT-COLOR: white
}
textarea {
BORDER-TOP-WIDTH: 1px;
BORDER-LEFT-WIDTH: 1px;
FONT-SIZE: 11px;
BORDER-LEFT-COLOR: white;
BORDER-BOTTOM-WIDTH: 1px;
BORDER-BOTTOM-COLOR: white;
COLOR: black;
BORDER-TOP-COLOR: white;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
BACKGROUND-COLOR: #F9F9F9;
BORDER-RIGHT-WIDTH: 1px;
BORDER-RIGHT-COLOR: white
}
select {
BORDER-TOP-WIDTH: 1px;
BORDER-LEFT-WIDTH: 1px;
FONT-SIZE: 11px;
BORDER-LEFT-COLOR: white;
BORDER-BOTTOM-WIDTH: 1px;
BORDER-BOTTOM-COLOR: white;
COLOR: black;
BORDER-TOP-COLOR: white;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
BACKGROUND-COLOR: #F9F9F9;
BORDER-RIGHT-WIDTH: 1px;
BORDER-RIGHT-COLOR: white
}

.rodape_b {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;
}
a.rodape_b {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a.rodape_b:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a.rodape_b:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a.rodape_b:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a.rodape_b:hover {
    color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
.rodape {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
}
a.rodape {
    color: white;
    text-decoration: none;
}
a.rodape:link {
    color: white;
    text-decoration: none;
}
a.rodape:active {
    color: white;
    text-decoration: none;
}
a.rodape:visited {
    color: white;
    text-decoration: none;
}
a.rodape:hover {
    color: #FFCC00;
	text-decoration: underline;
}
.titulo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 32px;
	font-weight: bold;
	margin: 8px;
}
.subtitulo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black; 
	font-size: 24px;
	font-weight: bold;
	margin: 5px;
}
.subtitulo2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin: 3px;
}
.subtitulo3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	margin: 3px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(imagens/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(imagens/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/
color: white;
border-color: #D25A0B; /*Brown color theme*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(imagens/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(imagens/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.pointer{cursor:pointer}
.imgnull{display:none;}
.noborder{border:0}

/***************************paginacao**************************/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #996633;
	zoom: 100%;
	text-decoration: none; /* no underline */
	color: #800000;
}
div.pagination a:link, div.pagination a:visited {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #996633;
	zoom: 100%;
	text-decoration: none; /* no underline */
	color: #800000;
}
div.pagination a:hover, div.pagination a:active, div.pagination a:visited:hover {
	border: 1px solid #003366;
   	color: #003366;
   	text-decoration: none;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #800000;

	* zoom: 100%;

	font-weight: bold;
	background-color: #800000;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ABCAFE;

	* zoom: 100%;

	color: #ABCAFE;
}

* span.elipsis {zoom:100%}
.image { position:relative; }
.image .tipo { position:absolute; left:1px; top:98px;  width:145px; padding:0 0 0 3px; height:19px; background:url(img/bgimg-trans.png) no-repeat right top; color:#fff; }
.image .tipo a{ text-decoration: none; color: white; }
.image .lnkDestaqueMais{ display:block; width:9px; height:9px; position:absolute; top:100px; right:70px; z-index:100;}
.image .lnkDestaqueMais img { width:9px !important; height:9px !important; float:right; }

