/* Basic  ---------------------------------------- */

.clear {
	clear: both;
}
body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-align: center;
	line-height:15px;
}
a {
	text-decoration:none;
}
.no-display {
	display:none;	
}

#wrapper {
	text-align: left;
	width: 930px;
	margin: 0 auto;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus {
	outline:none;	
}
input[type="radio"]:hover {
	cursor:pointer;	
}
/* Logo  ---------------------------------------- */

h1 {
	margin: 12px 0 12px 5px;
}
h1 span {
	display: none;
}
/* Main Navigation ---------------------------------------- */
.sf-menu li a span.push {
	background: #FF0000;
	font-size: 11px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: white;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 3px;
}
.sf-menu li a.active, .sf-menu li a.active {
	background: #fff;
	color: #C66653;
}
.sf-menu li a.config {
	background: url(../../static/imagem/ico_config.png) no-repeat 8px 6px;
	padding-left: 27px;
	float: right;
}
.sf-menu li:hover a.config, .sf-menu li.sfHover a.config  {
	background: #fff url(../../static/imagem/ico_config.png) no-repeat 8px 6px !important;
}
.sf-menu li a.config.active, .sf-menu li a.config.active {
	background: #fff url(../../static/imagem/ico_config.png) no-repeat 8px 6px !important;
}

.logado {
	float: right;
	margin-top: -42px;
	margin-right: 165px;
	text-align: right;
	color:#C66653;
}
#navTop {
	background: #EEEEEE;
	margin-top: -50px;
	padding: 5px 2px 5px 5px;
	float:right;
	width: auto;
}
#navTop li a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
#navTop li {
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	margin-right:3px;
}
#navTop li.ver_site {
	float: right;
	background-color:#0C0;
}
#navTop li.ver_site:hover {
	background-color:#0F0;
}
#navTop li.logout {
	float: right;
	background-color:#CC0000;
}
#navTop li.logout:hover {
	background-color:#FF0000;
}
#navTop li.ver_minisite:hover {
	background-color:#96E943;
}

/* Container ---------------------------------------- */

#containerHolder {
	background: #eee;
	padding: 5px;
}
#container {
	background: #fff;
	border: 1px solid #ddd;
	width: 918px;
	display: table;
}
/* Sidebar ---------------------------------------- */

#sidebar {
	width: 179px;
	float: left;
}
#sidebar .sideNav {
	width: 179px;
}
#sidebar .sideNav li {
	border-bottom: 1px solid #ddd;
	width: 179px;
}
#sidebar .sideNav li a {
	display: block;
	color: #646464;
	background: #f6f6f6;
	text-decoration: none;
	height: 29px;
	line-height: 29px;
	padding: 0 19px;
	width: 141px;
}
#sidebar .sideNav li a:hover {
	background: #fff;
}
#sidebar .sideNav li a.active, #sidebar .sideNav li a.active:hover {
	background: #fff;
	font-weight:bold;
	color:#C66653;
}
/* Breadcrumb ---------------------------------------- */

h2 {
	width: 718px;
	float: right;
	color: #646464;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}
h2 a {
	color: #646464;
	text-decoration: none;
}
h2 a.active {
	color: #C66653;
}
h2 a:hover {
	text-decoration: underline;
}
/* Content ---------------------------------------- */

#main {
	width: 918px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #C66653;
	padding: 0 0 0 10px;
	margin: 10px 0 10px;
}
h4.subtitulo {
display: block;
font-size: 13px;
color: #C66653;
margin: 20px 0 14px 0;
border-bottom: solid 1px #E9E9E9;
padding-bottom: 6px;
}
.edit_inline {
	position: absolute;
	width: 908px;
	margin-left: -10px;
	padding-left: 10px;
	height: 32px;
	background: #FFFFC2;
}
.form_inline {
	display: inline;
}
#main table {
	border-top: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}
#main table tr td {
	background: #f6f6f6;
	padding: 0px 10px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
	text-align:left;
}
#main table tr td a {
	color:#666666;
	text-decoration:none;
}
#main table tr td a:hover {
	color:#C66653;
	text-decoration:none;
}
#main table tr.odd td {
	background: #fbfbfb;
}
#main table tr:hover td {
	background: #fff;
}
#main table .action {
	text-align: right;
	width:20%;
}
.actions_div {
	height:16px;
}
input.campo_pd {
	border:solid 1px #E9E9E9;
	background:#FFFFFF;
	padding:2px;
	color:#999999;
	width: 20px;
	text-align:center;
}
#main table tr .action a {
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #9b9b9b;
}
#main table tr .action span {
	background:#C66653;
	width:20px;
}
#main table tr:hover .action .edit {
	color: #c5a059;
}
#main table tr:hover .action .delete {
	color: #a02b2b;
}
#main table tr:hover .action .view {
	color: #55a34a;
}
#main table tr:hover .action a:hover {
	text-decoration: underline;
}
#main fieldset {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 19px;
	margin: 0 0 20px 0;
	background: #fbfbfb;
}
#main fieldset p {
	margin: 0 0 14px 0;
	float: left;
	width: 100%;
}
#main fieldset.form-search {
	display:table;
}
#main fieldset.form-search p {
	margin:0px;
}
#main fieldset.form-search div {
	float:left;
	margin-right:10px;
}
#main fieldset.form-search div .bt_pd {
	margin-top: 15px;
}
#main fieldset label {
	display: block;
	width: 100%;
	margin: 0 0 7px 0;
	line-height: 12px;
	font-weight:bold;
	color:#999999;
}
#main fieldset .text-long {
	border: 1px solid #ddd;
	background: #fff url(../../static/imagem/input-shaddow.gif) no-repeat left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 7px;
	width: 350px;
	float: left;
	margin: 0 10px 0 0;
}
#main fieldset .text-medium {
	border: 1px solid #ddd;
	background: #fff url(../../static/imagem/input-shaddow.gif) no-repeat left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 7px;
	width: 220px;
	float: left;
	margin: 0 10px 0 0;
}
#main fieldset .text-small {
	border: 1px solid #ddd;
	background: #fff url(../../static/imagem/input-shaddow.gif) no-repeat left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 7px;
	width: 44px;
	float: left;
	margin: 0 10px 0 0;
}
#main fieldset .nota {
	background:#FFFFCC;
	font-size:11px;
	color:#666666;
	padding:5px;
	display:inline-block;
}
#main fieldset .text-long:focus, #main fieldset .text-medium:focus, #main fieldset .text-small:focus, #main fieldset textarea:focus {
	background: #fff url(../../static/imagem/input-shaddow-hover.gif) no-repeat left top;
}
#main fieldset textarea {
	border: 1px solid #ddd;
	background: #fff url(../../static/imagem/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	/*width: 364px;
*/float: left;
	margin: 0 10px 0 0;/*height: 148px;
overflow: hidden;
*/}
.bt_pd, .bt-link {
	text-decoration: none;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	background: url(../../static/imagem/bg_buttom.png) repeat scroll 0 0 #EEEEEE;
	border-color: #999999 #999999 #888888;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: normal !important;
	padding: 2px 6px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #666666;
	display: inline-block;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}
.bt_pd:hover, .bt-link a:hover {
	color:#000000;
}
.bt-link {
	padding: 7px 6px;
}
.margin_left {
	margin-left:10px;	
}
a.link-del {
	padding: 7px 6px;
	color:#F00;
	text-decoration:underline;
	float: left;
}
a.link-del:hover {
	text-decoration:none;
}
.link-submit {
	padding: 7px 6px;
	color: green;
	text-decoration:underline;
	float: left;	
	height: auto;
	margin: auto;
	display: inline;
}
a.link-submit:hover {
	text-decoration:none;
}
.link-pd {
	text-decoration:underline !important;
}
.link-pd:hover {
	text-decoration:none !important;
}
#main .imagem {
	padding:5px;
	background:#FBFBFB;
	border:solid 1px #EEEEEE;
	margin-bottom:20px;	
	max-width: 870px;
}
/* Footer ---------------------------------------- */

#footer {
	margin: 10px 0 30px 0;
	font-size: 11px;
	line-height: 11px;
	color: #9B9B9B;
	padding: 0 0 0 5px;
}
#footer a {
	color: #9B9B9B;
	text-decoration:underline;
}
#footer a:hover {
	color: #C66653;
}
#main fieldset .error-div {
	color: #CC0000;
	float: left;
	font-size: 11px;
	margin: 7px 10px 0 20px;
	display:none;
}
#main fieldset .error-input, .error-both, .error-same {
	background: #FFEFEF;
	border-color: #BB6666;
	color: #660000;
}
/* Informa��es lateral */
.txt_pgt_em_dia {
	color:#009900;
	margin:10px;
	padding-left:30px;
	padding-bottom:10px;
	border-bottom: #CCCCCC dotted 1px;
	background:url(../../static/imagem/pgt_ok.jpg) no-repeat left top;
}
.txt_pgt_em_debito {
	color:#CC0000;
	margin:10px;
	padding-left:30px;
	padding-bottom:10px;
	border-bottom: #CCCCCC dotted 1px;
	background:url(../../static/imagem/ico_excla.jpg) no-repeat left top;
}
.txt_padrao_exibe_info {
	margin:10px;
	padding-bottom:10px;
	border-bottom: #CCCCCC dotted 1px;
}
.txt_padrao_exibe_info b {
	color:#C66653;
}
/* Cor de textos */
.cor_vermelho {
	color:#CC0000;
}
.cor_verde {
	color:#009900;
}
.cor_laranja {
	color:#FF6600;
}
/* ERRO E SUCESSO */
.div_nota_sucesso {
	width: 97%;
	margin: auto;
	font-size:12px;
	text-align:left;
	padding:5px;
	margin-bottom:9px;
	margin-top:10px;
	color:#009900;
	border: solid 1px #009900;
	background:#EAFAE7;
	font-weight:bold;
}
.div_nota_aviso {
	width: 97%;
	margin: auto;
	font-size:12px;
	text-align:left;
	padding:5px;
	margin-bottom:9px;
	margin-top:10px;
	color:#FF6600;
	border: solid 1px #FF6600;
	background:#FFF7DD;
	font-weight:bold;
}
.div_nota_erro {
	width: 97%;
	margin: auto;
	font-size:12px;
	text-align:left;
	padding:5px;
	margin-bottom:9px;
	margin-top:10px;
	color:#CC0000;
	border: solid 1px #CC0000;
	background:#FFE6E6;
	font-weight:bold;
}
.ajuda_titulo {
	width:587px;
	height:37px;
	color:#CCCCCC;
	font-size:22px;
	padding-top:33px;
	padding-left:110px;
	margin-top:20px;
	background:url(../../static/imagem/bg_top_ajuda.png) no-repeat top center;
}
.ajuda_conteudo {
	width:587px;
	min-height:50px;
	color:#666666;
	font-size:12px;
	padding:0px 40px 0px 70px;
	background:url(../../static/imagem/bg_center_ajuda.png) repeat-y top center;
}
.ajuda_rodape {
	width:658px;
	height:30px;
	color:#FF6600;
	font-size:12px;
	padding:20px;
	background:url(../../static/imagem/bg_bottom_ajuda.png) no-repeat top center;
}
/* SELECTS */
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px;
	border:solid 1px #CCCCCC;
}
/* ABAS */
.box_abas {
	width:100%;
	height:26px;
	padding-top:8px;
	background:url(../../static/imagem/horiz_tabs_ul_bg.gif) repeat-x bottom #FBFBFB;
}
#abas {
	margin-left:7px;
	padding:0px;
	margin-top:0px;
}
#abas li {
	list-style:none;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	float:left;
	height:20px;
	padding-top:5px;
	margin-right:7px;
	padding-left:10px;
	padding-right:10px;
}
.aba_aberta {
	color: #C66653;
	background:#FFFFFF;
	border:#DDDDDD solid 1px;
	border-bottom:none;
}
.aba_fechada {
	color: #666666;
	background:#F6F6F6;
	border:#DDDDDD solid 1px;
	border-bottom:none;
}
/* OTHERS */
#exibe_load {
	color:#666666;
	font-size:12px;
	background:url(../../static/imagem/ajax-loader.gif) no-repeat left center;
	height:25px;
	visibility:hidden;
	padding-left:40px;
	padding-top:7px;
}
#exibe_load2 {
	color:#666666;
	font-size:12px;
	background:url(../../static/imagem/ajax-loader.gif) no-repeat left center;
	height:25px;
	padding-left:40px;
	padding-top:7px;
	margin:15px 0px 50px 10px;
}
.exibe_load2 {
	background:url(../../static/imagem/ajax-loader2.gif) no-repeat left center;
	height:16px;
}
.ajax_load {
	margin-top:10px;
	color:#666666;
	font-size:12px;
	height:16px;
}
#categorias_e_subs {
	background-color:#FFF;
	clear:both;
	padding:10px;
	width:340px;
	height:200px;
	overflow:auto;
	border:#DDDDDD solid 1px;
}
#categorias_e_subs li .label_categoria {
	font-weight:normal;
	color:#666666;
	width:auto;
	cursor:pointer;
}
#categorias_e_subs li .label_categoria:hover {
	color:#000000;
}
#categorias_e_subs .li_categoria_com_sub {
	color:#666666;
	background:url(../../static/imagem/folder.png) no-repeat top left;
	padding-left:20px;
}
#categorias_e_subs .li_sub_categoria {
	margin-left:7px;
	background:url(../../static/imagem/folder_sub.png) no-repeat top left;
	padding-left:30px;
}
#categorias_e_subs .li_categoria {
	color:#666666;
	background:url(../../static/imagem/folder.png) no-repeat top left;
	padding-left:20px;
}
.checkbox {
	margin-right:5px;
}
.atip {
	text-align:left;
}
.legenda_list td {
	font-weight:normal;
	color:#C66653;
}
.legenda_list .td {
	background:#FFFFFF;
}
/* TXT CORES */
.txt_verd {
	color:#CC0000;
}
.txt_vermelho {
	color:#CC0000;
}
.txt_azul {
	color:#0066CC;
}
/* LISTA ANOS */
h3.anos {
float: right;
margin: 9px 12px 0 0;
}

.lista_anos_financeiro {
width: 53px;
height: auto;
background: #FFFFFF;
border: #F0F0F0 solid 3px;
position: absolute;
margin-left: 827px;
margin-top: 11px;
padding-bottom: 6px;
-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.50);
box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.50);
}
.lista_anos_financeiro a {
	font-size:14px;
	font-weight:bold;
	color:#C66653;
	text-decoration:none;
}
.lista_anos_financeiro li {
	margin-left:10px;
	margin-top:6px;
}
.menu_adicional {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	line-height: 29px;
}
.categoria a {
	font-size: 11px;
	background: #DDDDDD;
	color: #999;
	padding: 1px 3px 1px 3px;
	margin: 0 0 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.categoria a:hover {
	background: #C66653;
	color: #fff !important;
}
.menu_adicional li {
	display: inline;
	margin-left: 12px;
	border-right: solid 1px #ddd;
	padding-right: 16px;
	height: 30px;
}
.menu_adicional li a {
	font-weight: bold;
}
/* ARVORE DE CATEGORIAS OU MENUS INFINITOS */
.categorias ul {
}
.categorias ul li {
	margin-left: 19px;
	line-height: 21px;
	list-style: disc;
	color: #C66653;
}
.categorias ul li li {
	list-style: circle;
}
.categorias span {
	padding-left: 5px;
}
.categorias li a, .categorias li label {
	color: #646464 !important;
	font-weight:normal !important;
}
.categorias li a:hover,  .categorias li label:hover {
	color: #C66653 !important;
}
.categorias li a.active {
	color: #C66653;
	font-weight:bold;
}
.cols.pedido {
	padding: 12px;
}
.cols.pedido .col1,  .cols.pedido .col2 {
	float: left;
	margin-bottom: 40px;
}
.cols.pedido .col1 {
margin-right: 20px;
margin-bottom: 40px;
padding-right: 20px;
width: 500px;
}
.cols.pedido .col2 {
	margin-right: 0;
	margin-bottom: 40px;
	width: 345px;
}
.cols.pedido p {
margin-bottom: 10px;
padding: 5px;
font-size: 12px;
line-height: 14px;
border: solid 1px #EAEAEA;
background: #F7F7F7;
}
table.zebra .legenda_list th {
padding: 0px 10px;
height: 29px;
line-height: 29px;
border-bottom: 1px solid #ddd;
text-align: left;
font-weight: normal;
color: #A9A9A9;
}
table.zebra tr td {
	background: none;
	color: #989898;
}
table.zebra tr.zebraUm td {
	background: #FFFDF4 !important;
}
table.zebra tr.zebraDois td {
	background: #FFFAE5 !important;
}