html {
	overflow-y: scroll;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: white;
	color: black;
	line-height: 1.2em;
	padding: 0 0 0 0;
	text-align: center;
	background: #f3f3f3 url(../img/fundo_triangulos.png);
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

h1 {
	font-size: 13px;
	margin-top: 0;
	text-align: left;
}

form {
	display: inline-block;
	width: 100%;
}

input[type="button"], input[type="submit"] {
	background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0)) repeat scroll 0% 0% #C4C4C4;
	border-radius: 3px;
	border: 1px solid #A8A8A8;
	padding: 4px;
	margin: 5px;
	width: 160px;
	text-align: center;
	font-weight: bold;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

input[type="button"]:hover, input[type="submit"]:hover {
	border: 1px solid #7096AB;
	background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.6),
		rgba(255, 255, 255, 0)) repeat scroll 0% 0% #85B2CB;
	box-shadow: 0px 0px 8px #85B2CB;
}

input[type="button"]:disabled, input[type="submit"]:disabled {
	color: silver;
}

input[type="text"], input[type=password], select {
	background: none repeat scroll 0% 0% #FFF;
	box-shadow: 0px 2px 2px #8F8F8F inset;
	color: #313131;
	font-weight: normal;
	border: 1px solid #A8A8A8;
	margin: 0px;
	outline: medium none;
	padding: 4px;
	border-radius: 3px;
}

input[type="text"]:hover {
	border: 1px solid #7096AB;
}

.body {
	padding: 30px;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.name {
	vertical-align: bottom;
	font-weight: bold;
	width: 150px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	clear: left;
	text-align: right;
}

.name-menor {
	vertical-align: bottom;
	font-weight: bold;
	width: 50px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	clear: left;
	text-align: right;
}

.name-sem-tamanho-fixo {
	vertical-align: bottom;
	font-weight: bold;
	float: left;
	padding: 5px;
	margin-top: 5px;
	clear: left;
	text-align: right;
}

.value {
	float: left;
	padding: 5px 0px 5px 5px;
}

.value-text {
	float: left;
	padding: 10px 0px 5px 5px;
}

.error {
	float: left;
	padding: 5px 0px 5px 5px;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}

.required {
	color: #FF0000;
	padding-left: 2px;
}

.prop {
	margin-top: 0;
	padding: 5px;
	overflow: auto;
}

.align-right {
	float: right;
	clear: right;
}

.align-left {
	float: left;
	clear: left;
}

.align-center {
	margin-left: auto;
	margin-right: auto;
}

.textMenor {
	width: 90px;
}

.textPequeno {
	width: 120px;
}

.textMedio {
	width: 200px;
}

.textMedioGrande {
	width: 250px;
}

.textGrande {
	width: 350px;
}

.textMaior {
	width: 400px;
}

.text500 {
	width: 500px;
}

.textoVerde {
	color: green !important;
}

.textoVermelho {
	color: red !important;
}

.fundoAmarelo {
	background: #FAFAD2 !important;
}

.fundoAzul {
	background: #A2C4D7 !important;
}

.fundoVerde {
	background: #E3FAD2 !important;
}

.tableControl input[type=submit], .tableControl input[type=button],
	.tableControl select {
	margin: 5px 0 5px 5px;
}

.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.tarefasTree {
	padding: 0px;
	border: none;
}

.tarefasHeader {
	color: #4F4F4F;
}

.actionButtons {
	clear: both;
	text-align: left;
	margin: 5px 0 5px 10px;
}

.actionButtonsRight {
	text-align: right;
	margin: 5px 10px 5px 0;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.botaoIcone {
	border-radius: 3px;
	border: 1px solid rgb(168, 168, 168);
	padding: 3px;
	background: #C4C4C4
		-moz-linear-gradient(center top, rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0)) repeat scroll 0% 0%;
}

.colunasGrid {
	padding: 4px !important;
}

.dashboard-autoheight {
	display: -moz-inline-stack;
	display: inline-block;
	width: 90%;
	*display: inline;
}

.icone {
	margin: 3px 5px;
}

.iconeHome {
	width: 16px;
	height: 16px;
	margin: 1px 5px;
	background-image: url(../img/home.png) !important;
}

.menuLateral {
	text-align: left;
	color: #333;
	width: 204px;
	margin: 0.1em;
}

.msgAEsquerda {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.painelAba-tarefas {
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	margin-left: 20px;
	text-align: left;
}

.painel-tarefas {
	margin-top: 10px;
	width: 204px;
	text-align: left;
	padding: 0.1em;
}

.painel-cabecalho {
	background-color: #DFDDDD;
	border: 0;
	float: right;
	clear: right;
	text-align: right;
}

.painel-assunto {
	width: 820px;
	vertical-align: top;
	text-align: left;
	font-size: 0.98em !important;
}

.painel-assunto-full {
	width: 100%;
	vertical-align: top;
	text-align: left;
	margin-right: 10px;
	font-size: 0.98em !important;
}

.paineis {
	width: 98%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.painel-arquivos {
	width: 55%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tabelas {
	margin-top: 10px;
	margin-bottom: 20px;
}

.textoAutuacao {
	font-size: 12px;
	text-align: left;
	padding: 5px;
}

.visualizador {
	margin-top: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.barraVisualizador {
	padding: 0px;
	margin-bottom: 5px;
	left: 5px;
	width: 98%;
}

.textoBarraVisualizador {
	font-weight: bold !important;
	height: 20px;
	opacity: 1 !important;
	font-size: 1.1em;
}

div.info {
	font-size: 11px;
	text-align: left;
	float: left;
	clear: left;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
	text-align: left;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
	border: 0;
}

table.radio td {
	padding: 0 2px;
}

table.radio input[type=radio] {
	vertical-align: bottom;
}

#outerWrapper {
	margin: 0 auto 0 auto;
	padding: 0px;
}

#backgroundSCA {
	background: url(../img/brasil.png) no-repeat right;
	height: 800px;
	background-position: 90% 75%;
}

#header {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	height: 25px;
}

#outerWrapper #contentWrapper #rightColumn {
	background-color: #eef6ed;
	border-left: solid 1px #8ab573;
	float: right;
	padding: 10px;
	width: 14em;
	height: 200px;
}

#outerWrapper #contentWrapper #leftColumn {
	background-color: rgba(228, 228, 228, 0.5);
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 10px;
	width: 200px;
}

#outerWrapper #contentWrapper #content {
	margin: 15px 10px 10px 230px;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}

#tasks_content {
	padding: 3px 0px;
}

#rodape {
	float: right;
	bottom: 0px;
	margin-right:10px;
	clear: both;
}

.ui-treenode-leaf-icon {
	width: 4px !important;
	height: 16px !important;
}

.ui-menuitem-link {
	line-height: 14px !important;
}

.ui-growl {
	position: fixed;
	top: 50px;
}

.barraTituloEsquerda>.ui-panel-titlebar {
	text-align: left;
}

a.eventoVermelho {
	background: #D0525D !important;
	border-color: #932c39 !important;
}

a.eventoAmarelo {
	background: lightyellow !important;
	border-color: lightyellow !important;
	color: black !important;
}

.ui-tabs {
	text-align: left;
}

.ui-datatable tr.ui-datatable-even:hover, .ui-datatable tr.ui-datatable-odd:hover
	{
	background: #c4d8ed;
}

.excluir {
	background-image: url("../img/delete.png") !important;
	width: 16px;
	height: 16px;
}

.alterar {
	background-image: url("../img/edit.png") !important;
	width: 16px;
	height: 16px;
}

.iconeBotao {
	width: 16px !important;
	height: 16px !important;
	background-image: none !important;
	background-color: transparent !important;
	border-bottom: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.matrix-row,.matrix-col {
	border: 1px solid;
	text-align: center;
}

.matrix-row {
	width: 200px;
}

.matrix-col {
	width: 80px;
}

.matrix-col-disabled {
	background-color: rgb(220, 220, 210);
}

.matrix-col-enabled {
	background-color: rgb(255, 255, 255);
}