/* base do site */
body {
	margin: 0px;
	padding: 0px;
	background:#006699 url(../img/back.png) repeat-x top center;	
	font-family: tahoma;
	font-size: 12px;
	color:#000000;
}

#carregando {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	text-align:center;
	background-image:#0099FF url(../img/back.png) repeat-x top center;
	color:#000000;
	z-index:9999;
}

#tudo {
	width:100%;
	margin: 0px auto;
	text-align: center;
}

#area {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#conteudos {
	width: 740px;
	margin-left: 10px;
	float: right;
}


/* ancoras */
a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#333333;
	text-decoration:none;
}

.link{
	color:#000000;
	text-decoration:none;
}

.link:hover{
	color:#333333;
	text-decoration:none;
}

.lk{
	color:#FFFFFF;
	text-decoration:none;
}

.lk:hover{
	color:#DDDDDD;
	text-decoration:none;
}


/* separadores - stilos */
.separador {
	width:80%;
	height:1px;
	background-color:#CCCCCC;
	border-bottom:#999999;
	margin-bottom:5px;
	margin-top:5px;
}

.separadorfull {
	width:100%;
	height:1px;
	background-color:#CCCCCC;
	border-bottom:#999999;
	margin-bottom:5px;
	margin-top:5px;
}

.separadorfull_traco {
	width:100%;
	background-color:#CCCCCC;
	border-bottom:#999999;
	border-bottom-width:1px;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom-style:dotted;
}


/* classes de texto - style */
.titulo {
	font-size:14px;
	font-weight:bold;
	color: #000000;
}

.titulo_m {
	font-size:18px;
	font-weight:bold;
}

.texto {
	font-size:12px;
	color: #000000;
}

.erro 
{
	color: Red;
	font-weight: bold;
}

.esconde {
	display:none;
}


/* menus */
.menu_titulo {
	border-left:8px solid transparent;
	color:#000000;
}

.menu {
	border-left:8px solid transparent;
	cursor:pointer;
	cursor:hand;
	color:#000000;
}

.menu:hover {
	border-left:8px solid #CCCCCC;
}

.submenu {
	border-left:8px solid transparent;
	cursor:pointer;
	cursor:hand;
	color:#000000;
}

.submenu:hover {
	border-left:8px solid #CCCCCC;
}



#menu {
	width: 250px;
	float: left;
	text-align: left;
}

#menu_centro {
	width: 230px;
	padding: 0px 10px 0px 10px;
	float: left;
	background-color: white; 
	text-align: left;
}


/* linha superior -  cabecalho */
#topo {
	height: 42px; 
	width: 100%;
	margin-bottom: 10px;
	background:transparent url('../img/bk_menu.png') repeat-x center top;
}

#topoconteudo {
	height: 42px; 
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#unidade  {
	margin-top:12px;
	width: 500px;
	float: left;
	text-align: left;
}

#sair {
	margin-top: 12px;
	width: 500px;
	float: right;
	text-align: right;
}


/* ans */
#ans_f{
	margin-top:40px;
	margin-left:50px;
	background:transparent url(../img/ans.jpg) no-repeat center top;
	height:23px;
	width:123px;
	padding-top:4px;
}
#ans{
	margin-left:53px;
	height:10px;
	width:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#FFF;
}


/* lado direito - menu usuario */
#lateral {
	width: 170px;
	margin-left: 10px;
	float: right;
}

#auxiliar {
	width: 170px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}

#fundo_usu {
	width: 170px;
	height: 120px;
	background-color:#FFFFFF;
	text-align: center;
}

#usuario {
	height: 120px;
	width: 150px;
	margin-left:10px;
	background:#006699 url(../img/back_usu.png) no-repeat center center;
	text-align: center;
	z-index:4444;
}

#bt_config{
	/* position:fixed; */
	width:36px;
	height:35px;
	margin-top:-35px;
	margin-left:124px;
	background-color:#006699;
	z-index:5555;
}

#usuario_nomargin {
	height: 120px;
	width: 150px;
	background:#006699 url(../img/back_usu.png) no-repeat center center;
	text-align: center;
	z-index:4111;
}

#bt_config_nomargin{
	/* position:fixed; */
	width:36px;
	height:35px;
	margin-top:-35px;
	margin-left:114px;
	background-color:#006699;
	z-index:5111;
}

.rightPanelBarContainer
{
	position:absolute;
	top: 159px;
	left: 50%;
	margin-left: 205px;
	z-index:6666;
    width: 250px;
}


/* rodape */
#rodape {
	clear: both;
    height: 40px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

#rodapeconteudo {
	height: 30px; 
	width: 1000px;	
	margin: 0 auto;
	text-align: left;
	background: transparent url(../img/rodape.png) no-repeat top center;
}

#click {
	height: 100%; 
	width: 200px;	
	margin: 0 auto;
	float:right;
	text-align: left;
	cursor:pointer;
	cursor:hand;
}


/* seletor de cores */
#coloral{
	display:none;
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:7777;
}

#cores{
	display:none;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:8200;
	background: transparent url(../img/preto_trans.png);
}

#coresinterna{
	position:absolute;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	padding:20px;
	cursor: pointer;
	cursor: hand;
	z-index:8888;
	background-color:#FFFFFF;
}

.colorchart{
	width:16px;
	height:12px;
}


/* botoes laterais */
#botoes{
	width:100%;
	background-color:#FFFFFF;
	margin-top:0px;
}
.bts{
	width:150px;
	height:50px;
	margin-bottom: 5px;
	cursor:pointer;
	cursor: hand;
}
.bts_brilho{
	display:none;
}
#bt_pco{
	background:transparent url(../img/bt_painel.png) no-repeat top left;
}
#bt_emp{
	background:transparent url(../img/bt_empresa.png) no-repeat top left;
}
#bt_col{
	background:transparent url(../img/bt_colaborador.png) no-repeat top left;
}
#bt_red{
	background:transparent url(../img/bt_rede_cre.png) no-repeat top left;
}
#bt_tis{
	background:transparent url(../img/bt_tiss.png) no-repeat top left;
}
#bt_psi{
	background:transparent url(../img/bt_admin_singular.png) no-repeat top left;
}
#bt_sin{
	background:transparent url(../img/bt_singular.png) no-repeat top left;
}
#bt_ben{
	background:transparent url(../img/bt_beneficiario.png) no-repeat top left;
}

#bt_int{
	background:transparent url(../img/bt_intercambio.png) no-repeat top left;
}
#bt_lvt{
	background:transparent url(../img/bt_lojavirtual.png) no-repeat top left;
}
#bt_ger{
	background:transparent url(../img/bt_gerenciador.png) no-repeat top left;
}
#bt_arearestrita{
	background:transparent url(../img/bt_loginarearestrita.png) no-repeat top left;
}

