/*** CSS RESET ***/
html,body,p,a,ul,li,h1,h2,h3,h4,h5,h6,span,input,select,button,b,strong,fieldset{margin:0;padding:0;font-family:Arial,Tahoma,Verdana;font-size:12px;color:#333333}
html,body{height:100%;min-height:100%;}
a { text-decoration: none; color: #111111;}
fieldset,img{border:0;}
legend{color:#000;}
li{list-style:none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{/*text-align:left;*/vertical-align:top;font-weight:normal;}
input,textarea,select{font-size:100%;line-height:1.1;border:1px solid #AAAAAA;border-color: #7C7C7C #C3C3C3 #DDDDDD;background: url("../img/bg_input.gif") repeat-x scroll center top #FFFFFF;}
button{cursor: pointer;}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus{border:1px solid #AAAAAA;border-color: #7C7C7C #C3C3C3 #DDDDDD;background: url("../img/bg_input.gif") repeat-x scroll center top #FFFFFF;}
abbr,acronym{border-bottom:.1em dotted;cursor:help;}
br{height:10px;line-height:5px;}

.container, form{
	height: 100%;
	min-height: 100%;
}
body{
	background: url('../img/bg.png') repeat-x;
}
.container {
	margin: 0 auto -50px; /* -50px = .footer, .push */
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
.container, .header{
	width: 100%;
}
.header {
	height: auto;
	float:left;
}

.header .logo{
	float: left;
	margin-top: -10px;
}

.usuariologado{
	padding: 10px 5px 5px 5px;
	float:right;
	text-align:right;
}
.nav, .content{
	height: auto;
	float: left;
}
.nav {
	width: 15%;
	margin-right: 1%;
}
.nav ul{
		margin-top: 10px;
}
.nav ul li ul{
	margin: 0;
}
.nav ul li, .nav ul li span {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
}
p.totalizador, .nav ul li span {
	background-color:#0B3B91;
	color: #FFFFFF;
}
.nav ul li ul li {
	font-weight: normal !important;
	text-align: left;
}

.nav ul li ul li a, .nav ul li span {
	width: 100%;
	display: block;
	padding: 4px 0;
}

.nav ul li ul li a{
	padding-left: 4%;
}
.nav ul li ul li a:hover {
	background-color: #ABB5C8;
	width: 96%;
}
.content {
	width: 84%; /* 960 - 150 (nav) */
	overflow: hidden;
}
.alert{
	width: 99%;
	height: auto;
	background-color:#F97070;
	border:2px solid #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 4px;
	visibility: hidden;
	text-align: center;
}

.sucess{
	border:2px solid #008DFF !important;
	background-color: #69CBFF !important;
	color:#FFFFFF !important;
	padding: 2px 0 2px;
}

.button {
	cursor: hand;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	background: url('../img/bg_button.png') repeat-x;
	padding: 6px 15px;
	width: 70px;
	height: 20px;
	float: left;
	margin-left: 8px;
}
.button b{
	color: #FFFFFF;
	float: left;
}

.actions {
	margin: 10px 0 30px;
	float: left;
	width: 100%;
}
.actions a {
	font-weight: bold;
	text-decoration: underline;
	color: #0B3B91;
}
.btnAction{
	cursor: pointer;
}
.fieldDesc{
	font-size: 10px;
	display: block;
	color:#AAAAAA;
}
.footer, .push{
	height: 45px;
	clear: both;
}
.push{
	height: 100px; /* 45px .footer + 55px (para dar espaço em branco adicional) */
}
.footer{
	width: 100%;
	position: relative;
	background-color: #333333;
	border-top: 5px solid #CCCCCC;
	
}

.pagination{
	background-color:#A0CDE1;
	height: 18px;
	text-align: center;
	padding-top: 2px;
	border-left:1px solid #89A4C1;
	border-right:1px solid #89A4C1;
	border-bottom:1px solid #89A4C1;
}


/**
 * GRID
 */
#grid .actions button, #grid .actions a {
	margin-left: 10px;
}
#grid table.main{
	width: 100%;
}
#grid table.main tr{
	background-color: #D7F0FF;
}
#grid table.main tr th, table.main tr td{
	padding: 3px;
	border: 1px solid #89A4C1;
	font-size: 11px;
}
#grid table.main tr th{
	font-weight: bold;
	background-color: #0080d0;
	color: #FFFFFF;
	vertical-align: middle;
}

#grid table.main tr th.thAction, #grid table.main tr td.tdAction{
	text-align: center;
}
#grid table.main tr td.tdAction{
	background-color:#ADDFFE;
}

#grid table.main tr td.tdAction img{
	cursor: pointer;
}
.highlight{
	background-color:#FFEEB7 !important;
}

/**
 * FORM
 */
#form{
	margin-bottom: 25px;
}
#form .actions button, #form .actions a {
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}

#form fieldset{
	width: 100%;
}

#form fieldset p{
    float: left;
    height: auto;
	min-height: 55px;
    padding-left: 10px;
    padding-top: 5px;
    width: 300px;
}

#form fieldset p.destaque {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
    min-height: 55px;
    padding-left: 8px;
	padding-top: 3px;
    width: 298px;
}
acronym.help {
	text-indent:-500px;
	overflow: hidden;
	background: url('../img/icones/help.png');
	width: 16px;
	border-bottom: 0;
	float: left;
	margin: 3px 0 0 3px;
	height: 16px;
}

#form fieldset p.col-2{
	width: 630px;
}

#form fieldset p.col-3{
	width: 945px;
}

#form fieldset p.required label{
	padding-top: 0;
}

#form fieldset div.required_descricao{
	display: block;
    float: left;
    height: auto !important;
    margin-top: 15px;
    width: 100%;
}

#form fieldset p label{
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
}

input.text, select, textarea{
	padding: 2px;
	font-size: 90%;
	width: 250px;
	float: left;
}

#form textarea{
	width: 500px;
	height: 50px;
	margin-bottom: 10px;
}

input.disabled, select.disabled{
	background-color: #E1E4EA;
	border-color: #A2A2A2;
}

#form fieldset p input.checkbox{
	margin-top: 5px;
	float: left;
}

#form fieldset p span.checkbox{
	margin-top: 3px;
	float: left;
	margin-left: 5px;
}

#form fieldset p select, #form fieldset p select option{
	padding: 2px;
}

#form fieldset legend{
	text-align: right;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF;
}

#form fieldset legend ins{
	color:#0080D0;
}

span.field{
	font-size: 14px;
	padding-left: 5px;
}

/**
 * Pesquisa
 */
#search {
	border: 1px solid #FFC200;
	background-color: #FFEEB7;
	margin-bottom: 5px;
	padding: 8px 5px 5px 5px;
}
#search p.field {
	width: auto;
	height: 25px;
	float: left;
	margin-left: 5px;
}
#search p.buttons {
	width: auto;
	float: left;
	margin-left: 20px;
}
#search p.buttons button {
	padding: 1px 15px;
}
#search input {
	font-size: 100%;
	width: 200px;
	padding: 2px;
}
#search select {
	font-size: 100%;
	padding: 1px;
	width: 200px;
}

hr{
	border: 1px solid #AAAAAA;
}

.clearBoth{
	clear: both;
}

.files{
	width: 100% !important;
	display: block;
	height: auto !important;
	margin-top: 10px;
}

.files span span{
	display: block;
	margin-top: 5px;
	width: 100%;
	/*height: 20px;*/
	float: left;
}
.files .title{
	width: 99%;
	display: block;
	background-color: #0B3B91;
	color:#FFFFFF;
	padding: 3px 1%;
	font-weight: bold;
	margin-top: 0px;
	height: auto !important;
}
.files img{
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.files span a, .files span input{
	float: left;
}
.fileField{
	width: 100%;
	float:left;
	/*height: 40px !important;*/
}
.fileField span{
	width: auto;
	float: left;
	width: 50% !important;
}
.files-list-slide{
	width: 100%;
	background-color:#EEEEEE;
	display: block;
	padding: 3px 0;
	margin-top: 5px;
	float: left;
	cursor: pointer;
	font-weight: bold;
}

.top{
	width: 98% !important;
	display: block;
	border:1px solid #69CBFF;
	background-color: #DAF2FF;
	min-height: 0 !important;
}
.top span{
	width: 100%;
	display: block;
	height: 20px;
	font-size: 12px !important;
}
.top label, .top span span{
	font-weight: bold;
	float: left;
	width: auto !important;
	display: inline;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	/*font-size: 13px !important;*/
	font-size: 12px !important;
}
.top label{
	font-weight: normal !important;
	width: 180px !important;
}


/*
	BOX de alteração de senha
*/
.boxAlterarSenha fieldset{
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.boxAlterarSenha fieldset legend{
	font-size: 14px;
	font-weight: bold;
}
.boxAlterarSenha{
	position: absolute;
	margin-left:-150px;
	margin-top:-80px;
	top: 50%;
	left: 50%;
	height: 160px;
	width: 300px;
	background-color:#EEEEEE;
	border: 2px solid #CCCCCC;
	padding: 10px;
	display: none;
}
.boxAlterarSenha p, .boxAlterarSenha p label, .boxAlterarSenha p input{
	display: block;
}
.boxAlterarSenha p{
	width: 100%;
	float: left;
	margin: 5px 0;
}
.boxAlterarSenha p label{
	font-weight: bold;
}
.boxAlterarSenha p button{
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	background-color:#F8F8F8;
	margin: 5px;
	font-weight: bold;
}
.boxAlterarSenha p button:hover, .boxAlterarSenha p button:active{
	background-color:#FFFFFF;
	color:#0080D0;
}