@CHARSET "UTF-8";

*{outline:none !important;}

/* GERAL */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.noMargin {
	margin: 0px !important;
}

.noBorder {
	border: none !important;
}
.noBaseBorder {
	border-bottom: none !important;
}

.liquid {
	overflow: hidden;
	position: relative;
	/*padding-bottom: 15px;*/
}

#breadcrumbs {
	float: right;
	margin: 8px 8px 0 0;
	text-align: right;
	font-size: 11px;
	padding-left: 20px;
}

#breadcrumbs a {
	text-decoration:none !important;
}
#breadcrumbs a:hover {
	text-decoration:none !important;
}

#breadcrumbs a.first {
	font-weight:bold;
	text-decoration:none;
}

.userCase {
	float: left;
	margin: 0px 0 0 8px;
	padding-right:20px;
	overflow: hidden;
	white-space: nowrap;
}

#mainBodyContainer
{
	clear: both;
}

.controlPanel {
	float:right;
	margin-right:-20px;
}

.body {
	border-top: 2px solid #e3912e;
	border-bottom: 1px solid #e3912e;
	width: 96%;
	margin: 0 8px;
	padding: 10px;
}

fieldset {
	padding: 2px 10px 10px 10px;
	margin-bottom: 20px;
}

.collapse {
	padding-left: 10px;
}

.collapsible {
	margin-bottom: 10px;
}

/* ******** */

/* PORTAL - CABEÇALHO */

.searchPanel {
	width: 490px;
	height: 32px;
	margin-top: 38px;
	float: left;
}
.infoPanel {
	width: 467px;
	height: 65px;
	margin-top: 15px;
	float: right;
}
.helpDeskPanel {
	width: 467px;
	height: 20px;
	display: block;
	float: right;
}


/* ******** */

/* MENSAGENS DE ALERTA */

.closeHelp {
	width: 12px;
	height: 12px;
	/*float: right;*/
	position: absolute;
	right: 7px;
	cursor: pointer;
	margin: 3px 3px 0 0;
	border: none !important;
	background: url(../images/fecharAjuda12pxOff.png) no-repeat top left !important;
}
.closeHelp:hover {
	background: url(../images/fecharAjuda12pxOn.png) no-repeat top left !important;
}

.helpBox {
	width: 350px !important;
	_height: 10px !important;
	min-height: 10px !important;
	overflow: auto !important;
	_overflow: visible !important;
	position: absolute;
	right: 1.8%;
	display: none;
}

.helpBox shadowRight {
	width: 100%;
	_height: 10px !important;
	min-height: 10px !important;
	overflow: auto !important;
	_overflow: visible !important;
}

.helpBox .shadowBottom {
 	height:5px;
 	margin-right:6px;
}

.helpBox .shadowRight {
	padding-right: 6px !important;
}

.helpBox .helpContentBox {
	width: 100%;
	_height: 10px;
	min-height: 10px;
	overflow: auto;
	_overflow: visible;
}

.helpBoxBig {
	width: 95% !important;
	_height: 10px !important;
	min-height: 10px !important;
	overflow: auto !important;
	_overflow: visible !important;
	position: absolute;
	display: none;
}

.helpBoxBig shadowRight {
	width: 100%;
	_height: 10px !important;
	min-height: 10px !important;
	overflow: auto !important;
	_overflow: visible !important;
}

.helpBoxBig .shadowBottom {
 	height: 5px;
 	margin-right: 6px;

}

.helpBoxBig .shadowRight {
	padding-right: 6px !important;
}

.helpBoxBig .helpContentBox {
	width: 100%;
	_height: 10px;
	min-height: 10px;
	overflow: auto;
	_overflow: visible;
}

.helpContentBox h1 {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	float: none !important;
	margin-bottom: 0px; 
	padding: 0 0 0 10px;
}

.helpContentBox h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.helpContentBox p + h2 
{
	margin-top: 20px;
}

.helpContentBox div {
	font-size: 10px;
	padding: 20px;
}

.messages {
	_height: 26px;
	min-height: 26px;
	overflow: auto;
	_overflow: visible;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}
.messages div {
	_height: 26px;
	min-height: 26px;
	overflow: auto;
	_overflow: visible;
	text-align: left;
}

.messages div span {
	width: 93%;
	_height: 25px;
	min-height: 25px;
	overflow: auto;
	_overflow: visible;
	line-height: 23px;
	display: inline-block;
	padding-left: 35px;
	float: left;
	margin-left: 0,5em;
}

.messages input {
	width: 21px;
	height: 21px;
	display: inline-block;
	float: right;
	border: none;
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
}


/* ******** */

/* MODAL MENSAGES */
.modalConfirm .confirm {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.modalConfirm .confirm span {
	display: inline-block;
	margin-right: 10px;
}	

.modalConfirm .confirm button {
	height: 18px;
	padding : 0 10px !important;
	cursor: pointer;
	font-size: 11px !important;
	border: none;	
}

.modalConfirm .yes {
	height: 18px;
	border: 1px solid #0081CF !important;
	cursor: pointer;
	margin-right: 5px;
	padding: 0 5px;
}

.modalConfirm .no {
	height: 18px;
	cursor: pointer;
	margin-right: 5px;
	padding: 0 5px;
}

.modalConfirm .close {
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	border: none !important;
	margin-top: -25px;
}


/* ******** */

/* FONTES */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 7px;
	padding: 2px 10px;
	float: left;
}

h2 {
	font-size: 13px; 
	font-weight : bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* ******** */

/* MEDIDAS */
.xx-small {
	width: 30px;
}

.x-small {
	width: 50px;
}

.small {
	width: 100px;
}

.medium {
	width: 200px;
}

.big {
	width: 300px;
}

.x-big {
	width: 350px;
}

.xx-big {
	width: 400px;
}

.mediumHeight {
	height: 100px;
}

/* ******** */

/* ALINHAMENTO */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.float-left {
	float: left;
}
	
.float-right {
	float: right;
}

/* ******** */

/* VISIBILIDADE */

.hidden {
	display: none;
}

.expandHideAll {
	margin-top: 10px;
}

/* ******** */

.download {
	background: url(../images/download_32x32.png) no-repeat top left;
	height: 32px;
	padding-left: 35px;
	padding-top: 3px;
	width: 180px;
	margin-top: 20px;
}

/* *** */

li
{
	list-style-position: inside;
	list-style-image: url(../images/setaPagDirOff.png);
	*margin-left: -7px;
}

li a
{
	*padding-left: 5px;
}

p
{
	margin: 1em 0;
}