div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}

body {
	background: #E8E8E8 ;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
        padding:0;
}

#container {
    margin: 0 auto;
    width: 1000px;
}

#header_fixo{
	z-index:10; 
	position:fixed; 
	top:3px;
	left:50%;
	margin-left:-500px;
	width:1000px;
}

#footer_fixo {
	text-align: center;
	z-index:10; 
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-500px;	
	overflow: auto;	
	width:1000px;
	height:30px;
    background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
	display: none;
}

#header{
	width:1000px;
	position: relative;
        left: 50%;
	margin-left: -500px;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	clear: both;
	text-align: right;
	position:absolute;
	bottom:0px;
	color:#000;
        height: 200px;
        overflow: auto;
}

#header a, #footer a {
	color: #fff;
}

#alertas{
	padding-top:10px;
	padding-left:10px;
	width:990px;
	/*height:40px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	/*background-color:#699;
	top:70px;*/
}


#content{
	background: #98AFC7;
	color: #333;
	width:1000px;
	/*min-height:800px;
        /*max-height: 1000px;*/
	position:relative;
        padding-bottom: 10px;
	left:50%;
	margin-left:-500px;
        margin-top: 1px;
	clear: both;
	color: #333;
	/*padding: 10px 20px 40px 20px;*/
    /*overflow: auto;*/
}


.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0px;
	line-height: 20px;
}


.titulo{
	background: #FFFFFF;
	padding: 0 10px 0 20px;
	font-size:24px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:100%;
} 
 
.sub_titulo{
	background: #FFFFFF;
	padding: 0 10px 0 20px;
	font-size:18px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:100%;
} 

.usuario
{
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width:100%;
}


.rodape {
	color: rgb(0, 102, 102);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:silver;
	width: 100%;
} 

.destaque
{
	color: #903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	width:100%;
}

.pesquisa_retratil
{
    font-size: 12px;
}

.acordion_retratil
{
    font-size: 12px;
}

#ajuda {
	text-align: center;
	z-index:10; 
	position:fixed;
	top:0px;
	right: 0px;
	overflow: auto;	
	width:100%;
	height:100%;
        background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
}
.botao_HTML {
    background-image:url("/img/extensao/html.jpg");
}
.botao_PDF {
    background-image:url("/img/extensao/pdf.jpg");
}

.botao_XLS {
    background-image:url("/img/extensao/xls.jpg");
}

.botao_XLSX {
    background-image:url("/img/extensao/xlsx.jpg");
}

.botao_CSV {
    background-image:url("/img/extensao/txt.jpg");
}

.botao_DOCX {
    background-image:url("/img/extensao/docx.jpg");
}

.botao_RTF {
    background-image:url("/img/extensao/rtf.jpg");
}

.botao_ODT {
    background-image:url("/img/extensao/odt.jpg");
}

.botao_ODS {
    background-image:url("/img/extensao/ods.jpg");
}

.label-alerta {
  background-color: #f0d74f;
}

.label-alerta[href]:hover,
.label-alerta[href]:focus {
  background-color: #f0d74f;
}

.label-cancel {
  background-color: #000000;
}

.label-cancel[href]:hover,
.label-cancel[href]:focus {
  background-color: #000000;
}

.text-visualizar {
	 color: #0000ca;
 }
.text-editar {
	color: #f3a30c;
}
.text-excluir {
	color: #f30000;
}
.text-disabled {
	color: #dddddd;
}
.text-orange {
	color: #FF9933;
}