html {height: 100%;}
body {min-height: 100%;}
* html body {height: 100%;}

body
  {
  	margin: 0px 0px 0px 0px;
	text-align: left;
	 /*background-color: #fff; */
    background-color: #fff; 
	/* color: #fff;*/
	font-family: verdana;
  }


body a 
  {
    color: #6699FF;
  }


body ul li
  {
    /* margin-top: 3px; */
  }
#content h4
  {
  	display: inline;
	font-family: verdana;
	font-size:medium;
	/*color: #1D0A65; */
	color: #fff;
      
	/* border-bottom: 1px solid ; */
	padding-right: 10px;
    background: #6699FF url("../img/fundo_titulos_direito.gif") no-repeat right top;
	height: 15px;

	
	
  }

#div_complemento_h4
  {
    padding-left: 8px;
	
	background: #000 url("../img/fundo_titulos_esquerdo.gif") no-repeat left top;
        

  }

#content table 
  {
  	border: 1px solid;
	width: 100%;
  }
 
#content table tr td
  {
  	font-family: verdana;
	font-size: x-small;
	
	border: 1px solid
  } 
.titulo_coluna
  {
  	background-color: #1D0A65;
	color: #ccc;
	
  }  
#menu_principal  
  {
  	margin-left: 0px;
	/* background-color: #1D0A65;*/
	/*background-color: #3fb2ff;*/
	/* background-color: #747e8a; essa é a ultima q eu tava usando */
	background-color: #6699FF;
	
	
	text-align:left;
	padding:3px;
  }

#menu_principal  li
  {
	
	margin-right: 3px;
	display: inline;
	color: #fff;
  }
#menu_principal  li a
  {
  	font-family: verdana;
	font-size:x-small;
  	text-decoration: none;
	/*color: #fff; ultimo q tava usando */
	color: #fff;
	
	
	padding: 3px;
  }
#menu_principal li a:hover
  {
	/* color: #3fb2ff; tava usando esse*/
	color: #000;
  }
  
#menu_conteudo
  {
	/* background-color: #ccc; */
	background-color: #C8DCE4;
	width: 15%;
	float:left;
	position: relative;
  }
#menu_conteudo ul
  {
  	padding-left: 0px;
    list-style: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 1px;
  }  
#menu_conteudo li
  {
  	width: 100%;
  }
#menu_conteudo li a
  {
  	font-family: verdana;
	font-size:x-small;
  	text-decoration: none;
	color: #000;
	padding: 3px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
  }
  
#menu_conteudo_item_selecionado  
  {
  	
	background-color:#fff;
	border-right: 2px solid #fff;
  }


 
#menu_conteudo li a:hover
  {
	background-color: #3fb2ff;
  }
  
#content
  {
  	float: right;
	width: 83%;
	position: relative;
	text-align: left;
	font-size: x-small;
	padding-bottom:1px;
	

  }

#tela_pai_submenu 
  {
  	margin-left: 0px;
  	padding-left: 0px;
	
  }
#tela_pai_submenu li
  {
  	display: inline;
	margin-right: 3px;
	border: 1px solid;
	
	background-color: #ccc;
  }
#tela_pai_submenu a
  {
  	text-decoration:none;
	padding: 2px 2px 2px 2px;
	color: #1D0A65;
  }
#tela_pai_submenu a:hover
  {
    background-color: #E69F5F;	
  }
#rodape
  {
  	color: #6699FF;
	font-weight:bold;
  	clear:both;
	text-align:center;
	border-top:1px solid #747e8a;
  }

#lightbox_ofcweb
  {
	top:0px;
	left: 0px;
	width: 100%;
	/* height: 100%; */
	
	position: absolute;
	background-image: url("../css/back_tranparente_exp_ie.png");
	background-repeat: repeat;
	
	/* beleza do IE :-S */
	filter = "alpha(opacity=60)";
	/* Firefoca */
	-moz-opacity: 0.60;
	/* Opera e Firefox 2 */
	opacity: 0.60;
	clear: both;
	
  	/*style.background = 'repeat url("back_transparente_exp.png") '; */
	
	
  }
  
#showmessage
  {
    background-image: url("../img/showmessage/excla.gif");
	background-repeat:no-repeat;
	
	background-position: 10px 40%;
	padding-top: 50px;
	padding-right: 20px;	
	padding-left: 100px;
	padding-bottom: 20px;
	font-size: x-small;
  }
#showmessage a
  {
  	color:blue;
	text-decoration:none;
  }  
#ok_showmessage 
  {
    background-color: #ccc;	
	padding: 5px 5px 5px; 5px;
	margin-bottom: 13px;
	font-weight: bold;
	color: #000;
  }
#ok_showmessage:hover
  {
  	background-color: #000;
  }


.chamada
  {
    width: 192 px;
    height: 21px;
    background-image: url("../img/fundo_chamadas.gif");
    background-repeat: no-repeat;
    color: #000;
    font-size: xx-small;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
  }
  
#citacao
  {
  	font-size: 9px;
  	font-family: verdana;
  	border-top: 1px solid;
  }

  
  