* {
	margin: 0;
	padding: 0;
	border: 0;
}

body,td,th,p {
	font-family: "trebuchet ms", sans-serif;
	font-size: 14px;
}

.inline {
	display: inline;
}

.smalltext {
	font-size: 9pt;
}

a,a:visited {
	color: #0000ee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* Header */
#header {
	height: 90px;
	background-image: url('../res/images/cabecalho.jpg');
	background-position: bottom left;
	padding-left: 30px;
	padding-top: 0px;
	font-family: "trebuchet ms", sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}

#header h1 {
	font-size: 1.6em;
}

#header h2 {
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
}
/* Menu */
#menu {
	background-image: url('../res/images/a6.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#right {
	position: absolute;
	right: 0.6em;
	top: 170px;
	width: 200px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#left {
	width: 180px;
	background-color: #FFFFFF;
	border: 2px none #666666;
}

#left h1 {
	background: url('../res/images/a1.gif') no-repeat;
	width: 140px;
	height: 20px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 1px;
	padding-top: 0px;
	color: #5D5F53;
}

.titleText {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.titleText2 {
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.center {
	text-align: center;
}

/* Footer */
#footer {
	margin-top: 4px;
	color: #999;
	width: 100%;
	text-align: center;
	border-top: 1px dashed black;
	line-height: 1.2em;
}

textarea,input,select {
	border: 1px solid #000000;
	font-size: 14px;
	padding: 1px 5px;
}

select {
	font-family: verdana;
	padding: 0;
}

textarea:focus,input:focus,select:focus {
	background-color: #FFFF9D;
}

.negrito {
	font-weight: bold;
}

.cinza {
	color: #727272;
}

.tab_ativo {
	font-weight: bold;
	background-color: #C6DEFF;
	background-image: none;
}

.tab_inativo {
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}

.nopadding {
	padding: 0;
}

ul.ulmenu {
	list-style-type: none;
}

ul.ulmenu li a {
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #9CABC1;
	padding: 1px;
	padding-left: 20px;
	background: url('../res/images/grid.gif') no-repeat;
	font-family: "trebuchet ms", sans-serif;
}

ul.ulmenu li a:hover {
	background-color: #ECF4FE;
	text-decoration: underline;
}

.crud select,.crud input[type=text],.crud textarea {
	width: 300px;
}

.crud tr {
	height: 2em;
}

hr {
	color: #aaa;
	border-style: dotted;
}

label {
	font-weight: bold;
}

tr.clickable td {
	padding: 0;
}

tr.clickable td a {
	display: block;
	padding: 4px;
}

a.iconButton {
	display: inline !important;
	padding: 0 !important;
}

.obrigatorio {
	color: red;
	margin-right: 10px;
}

.alternate {
	background-color: #ddc;
}

/* estilizacao das mensagens do rich:messages */
.msginfo,.msgwarn,.msgerro {
	width: 500px;
	margin: 3px;
	padding: 3px;
}

.msginfo {
	background-color: #efe;
	border: 1px solid #090;
}

.msgwarn {
	background-color: #ffd;
	border: 1px solid #fc0;
}

.msgerro {
	background-color: #fdd;
	border: 1px solid #c00;
}

.excluido {
	background-color: #ecc;
}

.rascunho {
	background-color: #eec;
}

.rich-panel-body {
	font-size: 13px;
}

.side-help {
	margin-left: 5px;
	color: #444;
	font-size: 80%;
}