@import url(paginacao.css);

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.colunms{
	display: block;
	float: left;
	/* 
	width: 330px; */
	overflow: hidden;
	padding: 5px 0 5px 10px;
	vertical-align:top;
}

.listar{
	float: right;
		position: relative;
		top: 19px;
}

.listar li{
	float:left;
	padding: 0 0 0 10px !important;
}

body{
	background: #FFF;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 10px;
}

.deletar{
	background: url('../imagens/deletar.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: block;
	float: right;
}

.listagem{
	border: solid 1px #ccc;
	padding:  10px !important;
	margin: 0 0 5px 0;
}

.listagem:hover{
	background: #ccc;
}

option{
	padding: 0px 5px;
}

img{
	border: none;
}

h3{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #f63;
}

a.letra{
	color:#f63;
}

a.edit{
	color: blue;
	background: url('../imagens/edit.png') transparent no-repeat 10px 10px;
	padding: 10px 10px 10px 30px;
}

a.delete{
	color: #f00;
	background: url('../imagens/delete.png') transparent no-repeat 10px 10px;
	padding: 10px 10px 10px 30px;
}

a.images{
	color: blue;
	background: url('../imagens/images.png') transparent no-repeat 10px 10px;
	padding: 10px 10px 10px 30px;
}

a.inscritos{
	color: blue;
	background: url('../imagens/icone_user_group.png') transparent no-repeat 10px 10px;
	padding: 10px 10px 10px 30px;
}

a.view{
	color: #3299cc;
	background: url('../imagens/view.png') transparent no-repeat 10px 10px;
	padding: 10px 10px 10px 30px;
}

a.reject{
	width: 16px;
	height: 16px;
	background: url('../imagens/deletar.png') transparent no-repeat 0 0;
	display: block;
	*margin: 0 5px 0 0;
}

a.allow{
	display: block;
	width: 16px;
	height: 16px;
	background: url('../imagens/add.png') transparent no-repeat 0 0;
	*margin: 0 5px 0 0;
}

label.error{
	background: url('../imagens/error.png') transparent no-repeat 0 3px ;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
	color: #f00;
	padding: 4px 4px 4px 25px;
}

fieldset .produtos{
	border: solid 1px #999 !important;
	padding: 10px;
	margin: 5px 0 5px 0 !important;

}
fieldset .fieldset{
	display:inline;
	border: solid 1px #999 !important;
	padding: 10px;
	margin: 5px 0 5px 0 !important;

}
fieldset .fieldset legend, fieldset .produtos legend{
	text-transform: uppercase ;
	border: solid 1px #999 !important;
	background: #fff;
	padding: 0 5px;

}
fieldset .fieldset.nomargin{
	border: solid 1px #999 !important;
	padding: 10px;
	margin: 5px 0 5px 0 !important;
}

.idioma{
	border: solid 1px #999 !important;
	padding: 10px;
	margin: 20px 0 5px 0 !important;
}

.idioma legend{
	text-transform: uppercase ;
	border: solid 1px #999 !important;
	background: #fff;
	padding: 0 5px;
}

.dica{
	color: #666;
	font-weight: normal;
	text-transform:none;
	letter-spacing: 1px;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.btn-delete{
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	border: none;
	background: transparent;
	cursor: pointer;
	border-left: solid 2px #cdcdcd;
}

.btn-del{
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.btn-delete:hover,
.btn-del:hover{
	color: #f63;
}

.boxe{
	border: solid 1px #ccc !important;
	padding: 10px;
	width: 700px;
}

.lista{
	width: 680px;
}

hr{
	border: none;
	border-bottom: solid 1px #999;
}

.lista li{
	float: left;
	width: 130px;
	overflow: hidden;
}

.nav{
	padding: 0 !important;
}

select, input, textarea{
	border: solid 1px #999;
	font-family: verdana;
	font-size: 10px;
}

select, input {
	padding: 2px;
}

input[type=checkbox] {
  border: none !important;
  vertical-align:top;
} 

textarea {
	overflow: auto;
	width:470px;
	height:100px;
}

textarea.wysiwug, textarea#texto
{
	padding-top:5px;
	width:690px;
	height:300px;
}

select.error, input.error, textarea.error {
	border: 1px dotted red;
}

#error{
	background: url('../imagens/error.png') pink no-repeat 10px 10px;
	font-weight: normal;
	border: solid 1px #f00;
	padding: 10px 10px 10px 40px !important;
	color: #f00;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
}

#alert{
	font-weight: normal;
	background: url('../imagens/alert.png') #ffd no-repeat 10px 10px;
	border: solid 1px #ffd700;
	padding: 10px 10px 10px 40px;
	margin: 0 0 10px 0;
	color: #000;
	letter-spacing: 1px;
}

#list-images {
	width: 600px;
	margin: 0 0 20px 0;
}

#list-images li{
	display: inline;
	float: left;
	width: 130px;
	padding: 0 10px 10px 10px !important;
}


/* ===================== HEADER ====================== */

#wrapper-header{
	background: url('../imagens/gray.png') repeat-x 0 100px; 
	width: 100%;
	height: 124px;
}

#wrapper-header span.orange{
	background: url('../imagens/orange.jpg') no-repeat top left; 
	border-right: 2px solid #fff;
	display: block;
	position: absolute;
	*left: 0;
	width: 8px;
	height: 24px;
}

#wrapper-header ul {
	width: 990px;
	margin: 0 auto;
	padding: 3px 0 0 0;
	font-size: 13px;
	text-align: right;
	color: #fff;
	background: url('../imagens/ic-logout.png') no-repeat 925px 5px; 
	}

#wrapper-header ul li a{
	color: #fff;
}

#header{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url('../imagens/img_topo.jpg') no-repeat top center; 
}

#header h1{
	display: none;
	text-indent: -5000px;
	width: 180px;
	height: 100px;
	background: url('../imagens/rgb.gif') no-repeat top right; 
}

/* ===================== SIDEBAR ====================== */

#sidebar{
	float: left;
	width: 216px;
	padding: 10px 0 0 0;
	font-size: 11px;
}

#sidebar h2.tools{
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	height: 31px;
	padding: 12px 0 0 12px;
	background: url('../imagens/v-tools.png') no-repeat top left; 
}

#sidebar ul#nav{
	margin: 0 0 0 6px;
}

#sidebar ul#nav li{
	position: relative;
}

#sidebar ul#nav li.submenu ul{
	position: absolute;
	top: 0;
	left: 193px;
	display: none;
	border-bottom: solid 1px #a7a7a7;
	z-index:9999;
}

#sidebar ul#nav li.submenu ul li ul{
	display: none;
}

#sidebar ul#nav li:hover ul li:hover ul{
	display: block;
}

.arrow-l{
	background: url('../imagens/ic-arrow.png') #3f3f3 no-repeat 165px 7px !important;
}

.arrow-l:hover{
		background: url('../imagens/ic-hover-arrow.png') #878787 no-repeat 165px 7px !important;
}

#sidebar ul#nav li a,
#sidebar ul#nav li ul li a{
	border: solid #a7a7a7;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	display: block;
	padding: 7px 0 7px 7px;
	width: 184px;
}

#sidebar ul#nav li a:hover,
#sidebar ul#nav li ul li a:hover{
	color: #fff;
}


#sidebar ul#nav li a{
	background: url('../imagens/ic-arrow.png') #f3f3f3 no-repeat 165px 7px;
}

#sidebar ul#nav li a:hover{
	background: url('../imagens/ic-hover-arrow.png') #878787 no-repeat 165px 7px;
}

#sidebar ul#nav li ul li a{
	background: #f3f3f3;
}

#sidebar ul#nav li ul li a:hover{
	background: #878787;
}

#sidebar ul#nav li:hover ul,
#sidebar ul#nav li.over ul{
	display: block;
}

#sidebar ul#nav li.over ul  li.over ul,
#sidebar ul#nav li:hover ul li:hover ul{
	display: block;
}

#sidebar span.last{
	display: block;
	_clear: both;
	margin: 0 0 20px 6px;
	border-top: solid 1px #a7a7a7;
	width: 193px;
	background: url('../imagens/last.png') repeat-y top left; 
	height: 13px;
}

/*\*/

* html ul li a{
	height: 1%; 
}

* html ul li{
	height: 1%;float: left
}

/**/

/* ===================== CONTENT ====================== */

#page{
	line-height: 15px;
	width: 990px;
	margin: 0 auto;
	background: url('../imagens/s-background.png') repeat-y top left; 
}

#content{
	width: 758px;
	max-width: 758px;
	float: right;
}

#content #current-category{
	background: url('../imagens/v-category.png') no-repeat top left;
	margin: 10px 0 0 0;
	padding: 7px 0 0 12px;
	height: 26px;
}
#moduloContainer {
	background: url('../imagens/bg_titulopagina.jpg') no-repeat top left;
	margin: 10px 0 0 0;
	padding: 0;
	height: 26px;
}
.moduloContainerTexto {
	margin: 2px 0 0 1px;
	height: 27px;	
}

.moduloContainerTexto h3 {
	min-width: 234px;
	background: url(../imagens/v_titulomeio.jpg) repeat-x center;
	height: 27px;
	float: left;
	line-height: 25px;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
.moduloContainerTextoEsq {
	float: left;
	background: url(../imagens/v_tituloesquerda.jpg) no-repeat center;
	height: 27px;
	width: 5px;	
}


.moduloContainerTextoDir {
	float: left;
	background: url(../imagens/v_titulodireita.jpg) no-repeat center;
	height: 27px;
	width: 5px;	
}

.apply{
	background: url('../imagens/apply.png') no-repeat 0 0;
	padding: 0 0 0 18px;
}

#content .entry{
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	background: #f8f8f8;
	border-left: solid 1px #a7a7a7;
	border-right: solid 1px #a7a7a7;
	width: 718px;
	margin: 0 0 0 8px;
	padding: 5px 10px;
	min-height: 180px;
	*min-height: 180px
}

#content .entry #pesquisaContainer{
	margin: 0px 0 0px 0px;
	padding: 0px 0 5px 0;
	border-bottom: solid 1px #a7a7a7;
}

#content .entry #pesquisaContainer ul li{
	display: inline;
	padding: 0px 4px 0 0px;
}
#content .entry #pesquisaContainer ul li input{
	border: solid 1px #999;
	font-family: verdana;
	font-size: 10px;
	padding:2px 1px 2px 0;
}
#content .entry #pesquisaContainer ul li input[type=submit] {
	border: solid 1px #999;
	padding:1px 1px 1px 0;
	vertical-align:top;
} 
#content .entry #pesquisaContainer ul li select{
	border: solid 1px #999;
	font-family: verdana;
	font-size: 10px;
	padding:1px 1px 1px 0;
	width: 89px;
}

#content .entry #pesquisaContainer #pesquisaAtual{
	font-weight:normal;
	text-transform:none;
	width:714px;
	display:none;
}
#content .entry #pesquisaContainer #pesquisaAtual fieldset {
	border: dotted 1px #999 !important;
	padding-left: 0px;
	padding-bottom: 3px;
	margin:0px;
}
#content .entry #pesquisaContainer #pesquisaAtual fieldset legend{
	padding: 0px 3px 0px 3px;
	margin-left:3px;
	background:#f8f8f8;
}
#pesquisaEspacador{
	display:none;
}

#content .entry #divActions{
	font-size: 11px;
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
}
#content .entry #divActions ul{
	/* border-top: solid 1px #a7a7a7; */
	width: 715px;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
}
#content .entry #divActions ul li{
	display: inline;
	/* float: left; */
	padding: 0 10px 0 0;
}
#content .entry #divActions ul li.select-category{
	margin: 0 0 0 5px;
	float: right;
}
#content .entry #divActions ul li.links{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border: none;
	background: transparent;
	cursor: pointer;
	border-left: solid 2px #cdcdcd;
}

.fl{ float:left;}
.fr{ float:right;}

#content .entry #listagem{
	width: 713px;
	text-align: left;
	border-collapse: collapse;
}

#content .entry #listagem caption{
	font-size: 11px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content .entry #listagem caption ul{
	width: 715px;
	border-top: solid 1px #a7a7a7;
	margin: 5px 0 0 0;
	padding: 15px 0 5px 0;
}

#content .entry #listagem caption ul li{
	display: inline;
	/* float: left; */
	padding: 0 10px 0 0;
}

#content .entry #listagem caption ul li.select-category{
	margin: 0 0 0 5px;
	float: right;
}

#content .entry #listagem caption ul li.links{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border: none;
	background: transparent;
	cursor: pointer;
	border-left: solid 2px #cdcdcd;
}

#content .entry #listagem thead tr th.center{
	text-align:center;
}

#content .entry #listagem thead tr th{
	background: #e8e8e8;
	padding: 5px;
	*padding: 1px;
	text-align:left;
}
#content .entry #listagem thead tr th.sorter{
	background: #e8e8e8;
	padding: 5px;
	*padding: 1px;
	text-align:left;
	cursor:pointer;
}

#content .entry #listagem thead tr th.arrow-down{
	padding: 0 0 0 18px;
	background: url('../imagens/ic-arrow-down.gif') #e8e8e8 no-repeat 4px 8px;
}
#content .entry #listagem thead tr th.arrow-up{
	padding: 0 0 0 18px;
	background: url('../imagens/ic-arrow-up.gif') #e8e8e8 no-repeat 4px 8px;
}

#content .entry #listagem tbody tr{
	border-top: solid 2px #f8f8f8;
}

#content .entry #listagem tbody tr th,
#content .entry #listagem tbody tr td{
	overflow: hidden;
	max-width: 300px;
	padding: 5px;
	*padding: 1px;
	font-weight:normal;
	border-top: solid 2px #f8f8f8;
}

#content .entry #listagem tbody tr.line_normal
{
	background-color: #f4f2ea;
}
#content .entry #listagem tbody tr.line_normal:hover
{
	background-color: #E0DBC9;
}
#content .entry #listagem tbody tr.line_pintada
{
	background-color: #e7e8da;
}
#content .entry #listagem tbody tr.line_pintada:hover
{
	background-color: #E0DBC9;
}
#content .entry #listagem tbody tr.line_checked, #content .entry #listagem tbody tr.line_checked:hover{
	background-color:#FFCFCF;
}

#content .entry #listagem tfoot tr td{
	border-top: solid 2px #f8f8f8;
	background: #e8e8e8;
	padding: 5px;
	text-align: center;
	*height: 20px;
}
#content .entry h2{
	font-size:14px;
}


#content tfoot a, #page strong{
	padding: 0 5px 0 5px;
}

strong.red
{
	color:#ff0000;
}

#content .entry-footer{
	background: url('../imagens/entry-footer.png') no-repeat top left;
	padding: 7px 0 0 12px;
	height: 26px;
}

#content .entry form fieldset{
	margin: 5px 0 0 0;
	border: none;
}

#content .entry form fieldset legend span{
	text-transform: uppercase;
	width: 712px;
	display: block;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: solid 1px #a7a7a7;
	color: #000;
}

#content .entry form ul li{
	padding: 0px 0 0 0;
	
	_width: 600px;
}

#content .entry form ul li.label{
	margin: 0.5em 0pt 0em 0pt;
	padding: 3px 0px 0px 0px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	text-transform:uppercase;
	_width: 600px;
}
#content .entry form ul li.label .colunms{
	padding: 0px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	text-transform:uppercase;
	_width: 600px;
}
#content .entry form ul li.inline{
	font-size:10px;
	font-family:verdana;
	font-weight:normal;
	float: left;
}
#content .entry form ul li.inline.first{
	font-size:10px;
	font-family:verdana;
	text-align:left;
	padding-left:30px;
	padding-bottom:5px;
	width:17px;
	vertical-align:top;
}
#content .entry form ul li.inline.second{
	font-size:10px;
	font-family:verdana;
	text-align:left;
	padding-left:5px;
	padding-bottom:5px;
	width:150px;
	vertical-align:top;
}

#content .entry form ul li input,
#content .entry form ul li textarea{
	/*
	margin: -15px 0px 0px 0px;
	width: 434px;
	*/
	}
	
#content .entry form ul li .a-btn{
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
	width: 197px;
	height: 19px;
}

#content .entry form ul li .btn{
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	text-transform: uppercase;
	color: #fff;
	height: 24px;
	border: none;
	width: 197px;
	cursor: pointer;
}
#content .entry form ul li .add-img{
	background: url('../imagens/orange.jpg') repeat-x top left; 
}
#content .entry form ul li .back-img{
	width: 97px;
	background: url('../imagens/dark-orange.jpg') repeat-x top left; 
}
.brown{
	background: url('../imagens/dark-orange.jpg') repeat-x top left;
}

/* ===================== FOOTER ====================== */

#wrapper-footer{
	clear: both;
	background: url('../imagens/gray.png') repeat-x 0 0; 
	width: 100%;
	height: 24px;
}

#footer{
	width: 990px;
	margin: 0 auto;
}

#footer ul{
	height: 24px;
	float: right;
}

#footer ul li{
	display: inline;
}

#footer ul li.tec{
	position: relative;
	top: -8px;
	color: #fff;
}

.ln {
	height:2px;
	clear:both;
}
#uploadContainer{
	background:#E0DBC9;
	font-weight:normal;
	border-top:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
	display:block;
}
#uploadSimples{
	padding:3px;
}
.hiding
{
	display:none;
}
.showing
{
	display:block;
}
#uploadBulkReady{
	/* background-color:#f4f2ea; */
	display:none;
	padding:0px;
}

#uploadBulkInfoContainer{
	/* background-color:#f4f2ea; */
	background-color:#F5F5F5;
	font-weight: bold;
	padding:5px;
	margin-bottom: 5px;
	height:13px;
}
#uploadBulkInfo{
	/* background-color:#f4f2ea; */
	background-color:#F5F5F5;
	font-weight: bold;
	padding:0px;
	margin-bottom: 0px;
	float:left;
}
#uploadBulkInfoProgress{
	float:right;
	position:relative;
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 0px;
	width: 360px;
}
#uploadBulkInfoProgressBar{
	background-color: #6DC360;
	width: 1px;
	height: 10px;
}
#listaFotosContainer
{
	border-top:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
	background-color: #E0DBC9;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight:normal;
}
.photothumb, #listaFotosContainer a img
{
	background-color: #ffffff;
	border:1px solid #a7a7a7;
	padding:2px;
}
#listaFotosContainer a img.fotoCapa
{
	padding:2px;
	background-color: #ffffff;
	border:2px solid #ff9933;
}
#listaFotosContainer a
{
	font-weight:bold;
}

.rf{float:right}
.lf{float:left}
.btnboxr{background-image:url(../imagens/btnbox_r.gif)}
.grabtn,.grabtnnf{background-image:url(../imagens/btnbox_l.gif)}
.grabtn,.btnboxr,.grabtn_blue,.btnboxr_blue{display:inline-table;line-height:normal;vertical-align:middle;background-repeat:no-repeat;font-size:10px;font-weight:700;height:20px;white-space:nowrap}
.grabtn,.grabtn_blue{text-transform:lowercase; margin:2px 0 2px 2px; padding:2px 5px 4px 10px}
.btnboxr,.btnboxr_blue{width:5px;margin:2px 2px 2px 0;padding:2px 0 4px}
.btnboxr_blue{background-image:url(../imagens/btn_blue_r.png)}
.grabtn_blue{background-image:url(../imagens/btn_blue_l.png)}
.grabtn_blue a{color:#FFF}
.grabtn_blue a:hover{color:#FFF;text-decoration:underline}
.btnboxr img,.btnboxr_blue img{vertical-align:middle; width:5px; height:14px; *height:13  _height:14}
.listdivi{margin-top:1px;margin-bottom:1px;clear:both;font-size:1px;line-height:1px;overflow:hidden;background:transparent;height:0}

textarea.hide-prompt{
	color: #999;
	padding:2px;
}
textarea.show-prompt{
	color: #000;
	padding:2px;
}
.enviarImagens{
	background: url('../imagens/orange.jpg') repeat-x top left; 
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	text-transform: none;
	color: #fff;
	height: 24px;
	width: 197px;
	cursor: pointer;
	padding:2px;
	font-family: verdana;
	font-size: 12px;
	border: 0px solid #999999;
}
.limparImagens{
	width: 97px;
	background: url('../imagens/dark-orange.jpg') repeat-x top left; 
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	text-transform: none;
	color: #fff;
	height: 24px;
	cursor: pointer;
	padding:2px;
	margin-right:10px;
	font-family: verdana;
	font-size: 11px;
	border: 0px;
}
.unStyle{
	font-weight:normal;
	text-transform: none;
	
}
.editable{
	background-color: #ffffd3;
	cursor: pointer;	
}


.button {
		padding: 5px 10px;
		display: inline;
		background: #777 url(../imagens/button.png) repeat-x bottom;
		border: none;
		color: #fff !important;
		cursor: pointer;
		font-weight: bold;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-shadow: 1px 1px #666;
}
.button:hover {
	background-position: 0 center !important;
}
.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
}
.button.red { background-color: #e50000; !important; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

#divSubmit{
	margin: 0.5em 0pt 0.5em 0pt !important;
	padding: 5px 0px 5px 0px !important;
}

/* ### MENU ### */
#menu {
	float: left;
	width: 219px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	margin: 12px 0 0 0px;
}



.cor { background: #666; border-color: #666; color: #fff; } /* SELETOR */
.cor2 { background: #F05A28; border-color: #F05A28; color: #fff; } /* SELETOR */
.setor { margin-bottom: 15px; }
.setorTitulo {
	line-height: 26px;
	vertical-align: middle;
	padding-left: 4px;
	cursor: pointer;
	font-size: 12px;

}
.setorTitulo p{
	font-weight:bold;
}
.setorTituloBotao {
	float: right;
	line-height: 24px;
	font-size: 12px;
	margin-right: 5px;
	padding: 0 2px 0 2px;
	font-weight:bold;
}

.setorCorpo {
	font-size: 12px;
}
.setorCorpo ul li { border-top: 1px solid #3e8837; }
.setorCorpo ul a {
	padding: 4px 10px;
	display: block;
	cursor: pointer;
	background: #c2d9bf;
}
.setorCorpo ul a:hover { color: inherit; background: #fff3e8; }
.setorCorpo ul li ul li a { background: #c2d9bf; padding-left: 20px; }
.setorCorpo ul li ul li a:hover { background: #ffffff; padding-left: 15px; border-left:5px solid #3e8837; }


.clienteSetor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}
#content .entry .clienteSetor h2 {
	line-height: 20px;
	font-size: 11px;
	vertical-align: middle;
	color: #323232;
	background: #e8e8e8;
	padding-left: 8px;
	font-weight: bold;
	display: block;
	margin: 15px 0 0 -3px;
}
.clienteSetor h3 {
	padding: 0;
	margin: 8px 0 0 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #323232;
}
.clienteSetor p {
	color: #616161;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	padding-left:3px;
}
.setorHomeLista {	
		padding: 5px 10px;
		background: #777 url(../imagens/button.png) repeat-x bottom;
		border: none;
		color: #fff !important;
		font-weight: bold;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size: 90%;
		padding: 3px 7px;
}

.column { width: 100%; float: left; padding-bottom: 100px; }
.portlet {width: 100%;  margin: 0 1em 1em 0; }
.portlet-header { margin: 0.3em; padding-top: 4px; padding-bottom: 4px; padding-left: 0.2em; color:#000 }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }

/*
.ui-widget-header {
	background:url("../images/?new=5c9ccc&w=500&h=100&f=png&q=100&fltr[]=over|textures/12_gloss_wave.png|0|0|55") repeat-x scroll 50% 50% #5C9CCC
}
.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-right {  -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }


.ui-widget-overlay { background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
*/