
/* HTML -------------------------------------- */

h3 {
	background: url("img/bg_h3.gif") bottom repeat-x;
	
	padding:8px 6px 6px 8px;
	margin:0px;
	font-weight:bold;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	letter-spacing:1px;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-bottom:1px solid #a1a1a1; 
	border-right:1px solid #a1a1a1;
}

/* PAINEL -------------------------------------- */

.painel { 
	text-align: center;  
	vertical-align: middle; 
	background:#f9f9f9;
	height:80px; 
	border:1px solid #d5d5d5;
	}
	
.painel td {
	text-align:center;
	}
	
.painel div.icon {
	margin:3px 5px;
	background: #ffffff url("img/bg_icon.gif") repeat-x bottom;
	}
	
.painel div.icon a { 
	display: block;
	width: 85px;
	height:65px;
	vertical-align: middle; 
	
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	
	padding: 2px 5px 1px 5px;
	letter-spacing:1px; 
	font-size:10px; 
	color : #303030;  
	text-decoration : none;
	}

.painel div.icon a:hover   { 
	color : #c24733; 
	background-color: #f1e8e6;  
	border: 1px solid #c24733;
	padding: 3px 4px 0px 6px; 
	}

.painel div.icon img { 
	margin: 9px 0 3px 0;
	}

.painel div.icon span { 
	display: block; 
	padding-top: 3px;
	}

/* PAINEL 2 ------------------------------------------------ */

.painel2 { 
	margin:10px 0;
	text-align: center;  
	background:#f9f9f9;  
	border:1px solid #d5d5d5;
	
	}

.painel2 div.icon {
	margin:3px;
	background: #ffffff url("img/bg_h3_off.gif") repeat-x bottom;
	}
.painel2 div.icon a { 
	display: block;
	padding: 5px 5px 4px 25px;
	
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	
	font-size:11px;
	color : #444;  
	letter-spacing:1px; 
	text-decoration : none;
	}

.painel2 div.icon a:hover   { 
	color : #c24733; 
	background-color: #f1e8e6;  
	border: 1px solid #c24733;
}

.painel2 div.icon .home {
	background: url('img/ic_home.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .voltar {
	background: url('img/ic_voltar.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .avancar {
	background: url('img/ic_avancar.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .acima {
	background: url('img/ic_acima.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .comprar {
	background: url('img/ic_comprar.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}
.painel2 div.icon .novo {
	background: url('img/ic_novo.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .salvar {
	background: url('img/ic_salvar.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}
.painel2 div.icon .padrao {
	background: url('img/ic_padrao.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .pdf {
	background: url('img/ic_pdf.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .boleto {
	background: url('img/ic_boleto.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .ok {
	background: url('img/ic_ok.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .grupo {
	background: url('img/ic_grupo.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .rel {
	background: url('img/ic_rel.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .download {
	background: url('img/ic_download.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .send {
	background: url('img/ic_send.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .coment {
	background: url('img/ic_coment.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}

.painel2 div.icon .chat {
	background: url('img/ic_chat.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}


.painel2 div.icon .fechar {
	background: url('img/ic_close.gif') 5px 3px no-repeat !important;
	background-position: 5px 5px;
}



.painel2 div.icon span {

}


/* TABELA ------------------------------------------------- */
.tabela {
	width:100%;
	border-spacing:2px;
	/*clear:both;*/
}

.tabela th{
			
	background: #dfdfdf url('img/thbg.jpg') 0 -5px repeat-x; 
	padding:5px;
	letter-spacing:1px;
/*	border-top:1px solid #c1c1c1; */
	border-bottom:2px solid #b1b1b1;
	border-right:1px solid #a1a1a1;
	/*border-left:1px solid #c1c1c1;*/
	
}
.tabela tr {	
	
	background: #f4f4f4;
}
.link:hover {
	background:#e9e9e9;
	cursor:pointer;
}
.secondalt {
	background:#00FFFF;
}
.firstalt {
	background:#FFFF00;
}
.tabela td {
	padding:4px;
	margin-bottom:3px;
	border-bottom:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;	
}
.tabela label {
	/*font-weight:bold;*/
	font-size:11px;
	font-weight:bold;
	color:#666;
}
.tabela span {
	color:#cc0000;
	font-size:11px;
}


/* MENSAGENS ------------------------------------------------- */
#success {
	font: 10px Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin:5px;
	border:2px solid #009933;
	padding-left:25px;
	background:#f8fdfa url("img/ic_sucess.gif") 5px 3px no-repeat ;
	}
	
#error {
	font: 10px Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin:5px;
	border:2px solid #cc0000;
	padding-left:25px;
	background:#f4ecec url("img/ic_error.gif") 5px 3px no-repeat;
}

#alert {
	font: 10px Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin:5px;
	border:2px solid #EEBF3E;
	padding-left:25px;
	background:#FFF7DF url("img/ic_alert.gif") 5px 3px no-repeat;
}

.paginacao {
    clear: left;
    cursor:default;
}

.paginacao a, .paginacao b {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background-color: #fff;
    background:url("img/bg_icon3.gif");
    border: 1px solid #999;
    text-decoration: none;
    margin:2px;
    color:#555;
}

.paginacao b {
	background:#FF6633;
	color:#fff;
	border-color: #FF6633;
}

.paginacao a:hover {
    border-color: #FF6633;
    color: #FF6633;
}

.filtro {
	float:right;
    margin-bottom:12px;
}

#autocomplete_choices {
	position:absolute;
	background-color:#fff;
	border:1px solid #888;
}

#autocomplete_choices ul {
	list-style-image: none;
}

.selected {
	background-color:#e5e5e5;
}

.smaq {
 	text-align:right;
 	padding-right:15px;
}

.editarmenu a {
	font-size:10px;
	text-decoration:none;
	padding-right:20px;
}