/***********************************************************
 * Empresa: CTIS Tenologia S/A
 * Autor: Hugo Baés
 * Data de Criação: 31/08/2009
 * Data da Última Alteração:
 ***********************************************************/

body {
	font-family: sans, sans-serif, "open_sansregular", Arial, Helvetica;
	/*font-size:1.3em;*/
	color:#333333;
}


/* ajax */
#aguarde{
	position:absolute;
	left:45%;
	width:100px;
	height:100px;
	background-image:url(/geral_includes/images/ajax_load.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}

.boxOutlineCinza2{
	margin:0px;
	padding:0px;
	width:100%;
	overflow:auto;
	background-color:#f7f7f7;
	border:1px solid #cccccc;
	clear:both;
}
.user{
	float:right;
	position:relative;
	width:99%;
	height:auto;
	color:#438DA0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	margin-right:10px;
	margin-top:3px;
}
.listaComSetasAtiva		{
	font-weight:bold;
    background-image: url("../images/ico_setaDown.gif");
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-size: 1em;
    padding-left: 20px;
	}
.listaComSetasInativa	{
	font-weight:bold;
    background-image: url("../images/ico_setaRight.gif");
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-size: 1em;
    padding-left: 20px;
	}

/* Grafico de evolução do IDSS */
.tabela_grafico{
	border:1px solid #ccc;
}
.valores{
	width:auto;
	height:48px;
}
.conteiner_colunas_grafico{
	padding:0 5px 0 5px;
	background-image:url("images/fundografico.png");
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
}
.conteiner_colunas{
	padding:0 5px 0 5px;
}

.coluna{
	float:left;
	position:relative;
	width:50px;
	height:100%;
	margin-right:13px;
}
.valor_coluna_grafico{
	float:left;
	position:absolute;
	width:48px;
	height:15px;
	bottom:-7px;
	vertical-align: bottom;
	font-weight:bold;
	text-align:center;
}
.legenda_coluna_grafico{
	float:left;
	position:absolute;
	width:48px;
	height:20px;
	bottom:0;
	vertical-align: bottom;
	font-weight:bold;
	text-align:center;
}
.coluna_grafico{
	float:left;
	position:absolute;
	width:48px;
	bottom:0;
	height:10px;
	vertical-align: bottom;
	filter:alpha(opacity=80, finishopacity=80, style=8);
	opacity:0.8;
	-moz-opacity:.8;
	-khtml-opacity:.8;
}
.legenda{
	width:95%;
	height:auto;
	padding:5px 0 5px 0;
}
.legenda:last-child{
	margin-bottom:20px;
}