
/* ///////////////////////////////////////////////////////////////////////////////// */
body, html{
	margin		:0 0 0 0;
	width		:100%;
	height		:100%;
	background-image	:url('../img/back.gif');
	background-position	:center center;
	background-repeat	:repeat;
	background-color	:#ffffff;
	color		:#161829;
	font-family	:Tahoma, Arial, Helvetica, sans-serif;
	font-size	:11px;
	font-weight	:normal;
}

/* definições de links */
/* ///////////////////////////////////////////////////////////////////////////////// */
a {	text-decoration: none; }
a:link		{	color:#3A17DD;	text-decoration: none; 		}
a:visited	{	color:#3A17DD;	text-decoration: none; 		}
a:hover		{	color:#6B63CF;	text-decoration: underline; }
a:active	{	color:#6B63CF;	text-decoration: none; 		}

/* REINICIANDO AS CONFIGURAÇÕES DE "TODOS" OS ELEMENTOS PARA DIVERSOS NAVEGADORES */
/* definições de html basico */
/* ///////////////////////////////////////////////////////////////////////////////// */
*{
	margin		:0;
	padding		:0;
	border		:0;
}
div, span{
	margin		:0;
	padding		:0;
}
h1, h2, h3, h4, h5, h6{
	margin		:0;
	padding		:0;
	margin-top	:5px;
}
h1{
	font-size:21px;
}
h2{
	font-size:19px;
	font-weight:normal;
	padding-left:10px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:15px;
}
h6{
	font-size:12px;
	font-weight:bold;
}
p{
	margin		:0 0 5px 0;
	padding		:0;
}
hr{
	margin:15px 0 15px 0;
}
ul, ol, li{
	margin		:0;
	padding		:0;
	list-style	:none;
	font-size	:inherit;
}
ul, ol, li{
	margin		:0;
	padding		:0;
	list-style	:none;
	font-size	:inherit;
}
.ul{
	margin:10px;
	margin-left:25px;
}
.ul li{
	list-style:disc;
}
img{
	margin		:0;
	padding		:0;
	border		:none;
}
form{
	margin		:0;
	padding		:0;
}
fieldset{
	display		:block;
	float		:left;
	clear		:both;
	margin		:0;
	padding		:0;
	border		:none;
}
input, textarea, select{
	margin		:0;
	padding		:1px;
	width		:auto;
	height		:auto;
	border		:dotted #AFAFC5 1px;
	font-family	:Arial, Helvetica, sans-serif;
	font-size	:11px;
	color		:#101010;
	background-color	:#F1F1F5;
}
label{
	display		:block;
	margin		:0;
	padding		:0 0 0 0;
	height		:auto;
}
.hide{
	display:none;
}
/* definições de formulários */
/* ///////////////////////////////////////////////////////////////////////////////// */
.form{
	display		:block;
	width			:410px;
}
.form input, .form textarea, .form select{
	width:100%;
}
.form label{
	clear:both;
	padding:5px 0 0 0;
}
.form .halfsize{
	width:200px;
	float:left;
}
.form .halfsizeb{
	float:left;
	margin:0 0 0 10px;
	width:200px;
}
.noinput{
	width:auto !important;
	height:auto !important;
	border:none !important;
	background:transparent !important;
	padding:0 0 0 0 !important;
	padding-top:0 !important;
	margin:0 0 0 0 !important;
}
#submit, .submit, #Submit, .Submit{
	float		:right;
	clear		:both;
	padding		:4px 12px 4px 12px;
	width		:auto;
	border		:outset #127D3F 1px;
	color		:#fcfcfc;
	background-color	:#127D3F;
}
.form_alteracao input{
	border:#ccc;
	padding:3px 3px 3px 3px !important;
}
.form_alteracao{
	font-size:11px;
	color:#003777;
}
/* view_table */
/* ///////////////////////////////////////////////////////////////////////////////// */
.view_table {
	float:left;
	clear:both;
	margin-top:10px;
}
.view_table th{
	width:160px !important;
	text-align:right;
	background-color:#BCBDCF;
	border-bottom:#73759B 1px dotted;
	padding:5px;
}
.view_table td{
	padding:3px;
	padding-left:5px;
	border-bottom:#BCBDCF 1px dotted;
}
.view_table td input, .view_table td textarea{
	width:665px;
	padding-top:4px;
	height:17px;
}
.view_table td textarea{
	height:90px; 
}
.view_table .data{
	width:160px;
}
#nota{
	height:50px;
}
.view_table td select{
	width:160px;
	padding-top:4px;
	padding-bottom:3px;
}
#BUTTONS{
	float:left;
	clear:both;
	margin-top:15px;
	width:847px;
}
.errorValidation{
	width:890px;
	margin:0 auto;
	height:auto !important;
	display:table;
	color:red;
	clear:both;
	margin-top:-10px !important;
}
/* definições de estrutura */
/* ///////////////////////////////////////////////////////////////////////////////// */
#BASE{
	margin		:0 auto;
	padding		:0px;
	width		:100%;
	height		:auto;
	border		:none;
	background	:url('../img/back_menu_center.gif') repeat-x 0 83px;
}
.bloco{
	margin:0 auto;
	clear:both;
	width:890px;
	padding-left:10px;
	border-left:1px #4A2081 dotted;
	background-color:#DCDDE7;
}
#EXIT{
	float:right;
	width:52px;
	height:20px;
	padding:5px;
	text-align:center;
	border-left:1px #4A2081 dotted;
	background-color:#DCDDE7;
}
#EXIT span{
	float:left;
	padding-top:2px;
}
#EXIT img{
	float:left;
	margin-right:5px;
}
#EXIT a:link	{	color:#4A2081;	text-decoration: none; 		}
#EXIT a:visited	{	color:#4A2081;	text-decoration: none; 		}
#EXIT a:hover	{	color:#4A2081;	text-decoration: underline; }
#EXIT a:active	{	color:#4A2081;	text-decoration: none; 		}
/* HEADER */
/* ///////////////////////////////////////////////////////////////////////////////// */
#HEADER{
	margin		:0 auto;
	padding		:0px;
	width		:900px;
	height		:auto;
	border		:none;
	height		:160px;
	margin-bottom:10px;
}
#HEADER #LOGO{
	float		:left;
	margin-top	:24px;
	top			:0;
}
#HEADER #CMS{
	top			:0px;
	float		:left;
	margin-top	:13px;
	margin-left	:13px;
	padding-left:14px;
	padding-top	:10px;
	height		:50px;
	border-left	:dotted 1px #9797C4;
	color		:#4A2081;
}
/* MENU */
/* ///////////////////////////////////////////////////////////////////////////////// */
#MENU{
	clear:both;
	float:left;
	margin-top:10px;
	width:100%;
}
#MENU ul{
	display:block;
	background-image:url('../img/back_menu.gif');
	width:900px;
	height:23px;
	margin:0 auto;
}
#MENU ul li{
	float:left;
}
#MENU ul li a{
	display:block;
	padding:5px 25px;
	background-image:url('../img/back_menu.gif');
}
#MENU ul li ul{
	position:absolute;
	display:none;
	width:auto;
	_width:500px;
	padding-right:50px;
	background-position:11px -23px;
}
#MENU ul li {
	border-left:#2B124B 1px solid;
}
#MENU ul li ul li {
	border-left:none;
	border-right:#4A2081 1px solid;
}
#MENU ul li ul a{
	background-position:11px -23px;
}
#MENU .selected, #MENU .hover{
	color:#FFF !important;
	background-position:11px -23px !important;
}
#MENU ul li ul .selected{
	color:#FFF !important;
}
#MENU ul li ul .hover{
	color:#FFF !important;
	background-position:11px 0px !important;
}

#MENU .block ul{
	display:block;
}

#MENU a:link	{	color:#D1BEEF;	text-decoration: none; 		}
#MENU a:visited	{	color:#D1BEEF;	text-decoration: none; 		}
#MENU a:hover	{	color:#fff;		text-decoration: none; 		}
#MENU a:active	{	color:#fff;		text-decoration: none; 		}

#MENU ul li ul a:link	{	color:#C1A6EA;	text-decoration: none; 		}
#MENU ul li ul a:visited{	color:#C1A6EA;	text-decoration: none; 		}
#MENU ul li ul a:hover	{	color:#fff;		text-decoration: none; 		}
#MENU ul li ul a:active	{	color:#fff;		text-decoration: none; 		}

#MENU_EDICAO{
	float	:right;
	clear	:none;
}

#MENU_EDICAO li{
	display	:block;
	width	:50px;
	float	:left;
	clear	:none;
	margin-right:1px;
}
#MENU_EDICAO li a{
	display		:block;
	text-align	:center;
	width		:50px;
	height		:55px;
	background-color:#F3F2F7;
}
#MENU_EDICAO li img{
	margin-top	:2px;
}
#MENU_EDICAO li a:link		{	background-color:#F3F2F7; filter:alpha(opacity=80); opacity:.8;		}
#MENU_EDICAO li a:visited	{	background-color:#F3F2F7; filter:alpha(opacity=80); opacity:.8;		}
#MENU_EDICAO li a:hover		{	background-color:#F5F5FA; filter:alpha(opacity=100); opacity:1;		}
#MENU_EDICAO li a:active	{	background-color:#E1DFEC; filter:alpha(opacity=100); opacity:1;		}

#MINI_HEADER{
	float:right;
	clear:both;
	width:890px;
	margin-left	:-1px;
	margin-top	:5px;
	height		:55px;
}
#MINI_HEADER h2{
	display		:block;
	float		:left;
	font-size	:21;
	padding-top	:22px;
	padding-bottom:10px;
	color		:#4A2081;
}
#FILTERS {
	
}
#FILTERS form{
	color:#4A2081;
	margin-left	:10px;
	height:22px;
}
#FILTERS form span{
	float		:left;
	display		:block;
	padding-top	:5px;
}
.ok{
	margin-left:5px !important;
}
#FILTERS form input{
	float		:left;
	padding-top	:5px;
	width		:305px;
	margin-left	:5px;
}

#MINI_FOOTER{
	width:900px;
	background:url('../img/back_footer.gif');
	height:3px;
	margin:0 auto;
	border-left:1px #4A2081 dotted;
}
#MINI_FOOTER_CONTENT{
	width:900px;
	margin:0 auto;
	padding:5px;
}
#FOOTER{
	width:100%;
	background:url('../img/back_footer_center.gif') top center;
	_background:none;
	height:3px;
	margin-bottom:25px;
}
#CONTENT{
	margin	:5px auto;
	padding	:0 0 0 0;
	width	:900px;
	min-height:300px;
}
#CONTENT .listing{
}
#CONTENT .listing, #CONTENT .listing tr{
	width:960px;
	_width:900px;
}
#CONTENT .listing .noaction td{
	cursor:default !important;
}
#CONTENT .listing .corAlternativa{
	background-color:#EBECF1;
}
#CONTENT .listing th, #CONTENT .listing td{
	text-align	:left;
	border-left	:1px #4A2081 dotted;
	background-color:#DCDDE7;
	height		:15px;
	padding		:2px 5px 2px 5px;
}
#CONTENT .listing th{
	background-color:#BCBDCF;
	padding		:4px 5px 4px 5px;
}
#CONTENT .listing th a:link	{	color:#371861;	text-decoration: none; 		}
#CONTENT .listing th a:visited{	color:#4A2081;	text-decoration: none; 		}
#CONTENT .listing th a:hover	{	color:#770BEE;		text-decoration: none; 		}
#CONTENT .listing th a:active	{	color:#770BEE;		text-decoration: none; 		}
#CONTENT .listing .hover{
	background-color:#BEBEDC;
}
#CONTENT .listing td{
	cursor:pointer;
}
#CONTENT .listing .id{
	width:30px;
	border-left:none !important;
}
#CONTENT .listing .tools{
	position:relative;
	_display:none;
	z-index:2;
	height:17px;
	padding:0 0px 0 0px !important;
	border-left:none;
	background-color:transparent !important;
	width:60px;
}
#CONTENT .listing .tools div{
	background-color:#BEBEDC;
	display:none;	
}
#CONTENT .listing .tools a, #CONTENT .listing .tools img{
	height:17px;
}
/* ESTRUTURA LOGIN */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------------------------------------------------------- */
#BOX_LOGIN{
	position:absolute;
	width:620px;
	height:260px;
	top:50%;
	left:50%;
	margin-left:-350px;
	margin-top:-70px;
	text-align:right;
	display:none;
}
#MENU_LOGIN{
	position:absolute;
	top:50%;
	float:left;
	clear:both;
	width:100%;
	margin-top:15px;
	background:url('../img/back_menu_center.gif') top center no-repeat;
	display:none;
	height:23px;
}
#MENU_LOGIN_INT .response{
	float:right !important;
	width:350px !important;
	text-align:right !important;
	margin-top:0px !important;
}
#MENU_LOGIN_INT{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-350px;
	width:620px;
	height:23px;
	margin-top:15px;
	color:#FFF;
	background:url('../img/back_menu.gif') top center;
	text-align:right;
	display:none;
}
#BOX_LOGIN h2{
	font-size:11px;
	color:#4D0927;
	margin-top:10px;
	margin-bottom:0px;
	text-align:right;
}
#BOX_LOGIN h3{
	font-size	:11px;
	margin-top	:1px;
	color		:#97132B;
	font-weight	:normal;
	text-align	:right;
}
#BOX_LOGIN img{
	margin	:0 auto;
}
.form_login{
	float	:left;
	height	:23px;
}
.form_login span{
	margin-left	:0px;
	padding-top	:4px;
	float		:left;
	display		:block;
}
.form_login div{
	float		:left;
	display		:block;
}
.form_login div label{
	clear:both;
	float:left;
	position:absolute;
	z-index:20;	
	background-position:0px 2px;
	margin-left:5px;
	margin-top:30px;
	padding-bottom:5px;
	padding-top:1px;
	width:180px;
}
.form_login input{
	padding-top:4px;
	height:18px;
	width:180px;
	border:#120920;
	border-bottom:0;
	margin-left:3px;
	*margin-top:-1px;
	background:#DCD7EA;
	color:#120920;
	float:left;
}
.form_login #senha{
	width:135px;
}
.form_login #conf_senha{
	width:135px;
}
.form_login .ok{
	margin-left:8px !important;
}

.form_login label.error{
	text-align:left;
}
#MENU_LOGIN_INT .errorValidation{
	float:right;
	*float:left;
	clear:both;
	margin-top:40px;
	width:612px;
	background-color:#F1F0F7;
	color:red;	
}
#MENU_LOGIN_INT .errorValidation li{
	margin-top:0px;	
}
#MENU_LOGIN_INT .errorValidation li b{
	display:block;
	float:left;
	clear:none;
}
#FORM_SENHA #email{
	width:225px;
}
#MENU_LOGIN_INT .errorValidation li span{
	margin-top:0px;	
	display:block;
	float:left;
	clear:none;
}
.esqueci			{	float:left; display:block; padding-top:5px; padding-right:10px; font-size:10px; }
.esqueci:link 		{	color: #DAC0F1;		text-decoration: none; }
.esqueci:visited 	{	color: #DAC0F1;		text-decoration: none; }
.esqueci:hover 		{	color: #fff;		text-decoration: underline; }
.esqueci:active 	{	color: #fff;		text-decoration: none; }
/* -------------------------------------------------------------------------------- */

/* PAGING */
/* ///////////////////////////////////////////////////////////////////////////////// */
.paging{
	display:table;
	background-color:#4A2081 !important;
	padding-right:45px;
	color:#D8CAF7;
}
.paging li{
	display:block;
	float:left;
	clear:none;
	padding:2px 5px;
	font-size:11px;
	background-color:#4A2081 !important;
}
.paging li a:link 		{	color: #F7F1FE;		text-decoration: none; }
.paging li a:visited 	{	color: #F7F1FE;		text-decoration: none; }
.paging li a:hover 		{	color: #F7F1FE;		text-decoration: underline; }
.paging li a:active 	{	color: #F7F1FE;		text-decoration: none; }
.paging .press{
	font-weight:bold;
	background-color:#1D0D33;
	padding:0px 5px;
}

/* LIGHTBOX 0.5 */
/* ///////////////////////////////////////////////////////////////////////////////// */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* ALERT */
/* ///////////////////////////////////////////////////////////////////////////////// */
#ALERT .alert_back{
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.1;
	filter: alpha(opacity = 10);
	display:none;
	*display:none !important;
	_visibility:hidden !important;
	visibility /*\**/:hidden\9;
}
#ALERT .alert_content{
	position:absolute;
	z-index:220;
	top:50%;
	left:50%;
	width:320px;
	height:100px;
	margin-top:-120px;
	margin-left:-160px;
	text-align:center;
	padding:20px;
	background-color:#EBECF1;
	border:4px solid #DCDEE7;
	display:none;
}
#ALERT .msg{
	margin-bottom:30px;
}
#ALERT .opt{
	width:100%;
	float:left;
	clear:none;
	text-align:center;
}
#ALERT .button{
	padding:2px 6px 2px 6px;
	height:auto;
	margin:2px 2px;
	color:#FFF;
}
#ALERT .sim{
	background-color:#B52F3F;
	border:1px dotted #B52F3F;

}
#ALERT .nao{
	clear:both;
	background-color:#4A2081;
	border:1px dotted #4A2081;
}
.response{
	clear:both;
	width:900px;
	position:absolute;
	z-index:10;
	top:22%;
	background-color:#E6E4ED;
	text-align:center;
	margin-top:-100px;
}
.response .sucesso{
	color:#FFF;
	color:#6AA862;
	padding:5px 10px;
}
.response .erro{
	color:#FFF;
	color:#B52F3F;
	padding:5px 10px;
}
.response img{
	margin:60px auto;
}
/* VALIDATE */
/* ///////////////////////////////////////////////////////////////////////////////// */
form.cmxform {
	width: 370px;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../img/validate/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 3px 3px 3px;
	background: url(../img/validate/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: normal;
	padding-left:18px;
	padding-bottom:7px;
	background: url(../img/validate/unchecked.gif) 2px 1px no-repeat;
}
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
.errorValidation{
	border	: 1px dotted red;
	padding	:0px 5px 5px 5px;
	margin-top:5px;
	background-color:#FEFBF1;
}
.errorValidation b{
	display:block;
	float:left;
	clear:both;
	padding-top:5px;
	width:100%;
}
.errorValidation span{
	display:block;
	float:left;
	clear:both;
	width:100%;
}