html, body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #EBEAE8;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg2.jpg) repeat-x center top;
}

label {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	display: block;
	padding: 0px;
}

fieldset {
	padding: 5px;
}

ul {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
}

h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 200%;
	text-align: center;
}

h3 {
	padding-top: 10px;
	font-size: 140%;
	text-align: center;
}

h4 {
	font-size: 120%;
	text-align: right;	
	color: #006400;
}

table {
	/*border: 1px solid black;*/
}
table th {
	background-color: #228B22;
	color: #FFF;;
	font-size: 14px;
}
table th.titulo {
	background-color: #FFF;
	color: #FFF;;
	font-size: 12px;
	height: 21px;
	border-bottom: 1px solid #000;
}
table td {
	padding: 3px;
	color: #000;
	font-size: 12px;
}
table td.verde {
	color: #000;
	font-size: 12px;
	background-color: #d2ffd2;
}
table td.textoNormal {
	color: #000;
	font-size: 14px;
}
table td.textoNormalVerde {
	color: #000;
	font-size: 14px;
	background-color: #d2ffd2;
}

a:link, a:visited{
	color: #228B22;
	text-decoration: none;
	
}
a:hover {
	color: #006400;
	text-decoration: none;
	
}

/*************************************************************/
ul#menuEsquerdo {
	width: 185px;
	border: 1px solid #000;
	background: #006400;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#menuEsquerdo li {
	border-bottom: 1px solid #228B22;
}

ul#menuEsquerdo .title {
	background-color: #8fce3f;
	border-bottom: 1px solid #32CD32;
	color: #353535;
	text-align: center;
	font-weight: bold;
}

ul#menuEsquerdo .titledif {
	background-color: #78d0fe;
	border-bottom: 1px solid #c1eaff;
	color: #353535;
	text-align: center;
	font-weight: bold;
}

ul#menuEsquerdo .dif {
	background-color: #1f76a3;
	color: #FFF;
}

ul#menuEsquerdo li a:link, ul#menuEsquerdo li a:visited {
	display: block;
	height: 1%;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-left: 10px solid #008000;
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
}
ul#menuEsquerdo li a:hover {
	background-color: #228B22;
	color: #FFF;
	border-left: 10px solid #9ACD32;
	font-weight: normal;
} 

/*************************************************************/

/*************************************************************/
ul#menuDireito {
	width: 185px;
	border: 1px solid #000;
	background: #006400;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#menuDireito li {
	border-bottom: 1px solid #228B22;
}

ul#menuDireito .title {
	background-color: #8fce3f;
	border-bottom: 1px solid #32CD32;
	color: #353535;
	text-align: center;
	font-weight: bold;
}

ul#menuDireito li a:link, ul#menuDireito li a:visited {
	display: block;
	height: 1%;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-right: 10px solid #008000;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}
ul#menuDireito li a:hover {
	background-color: #228B22;
	color: #FFF;
	border-right: 10px solid #9ACD32;
	font-weight: normal;
} 

/*************************************************************/


/*************************************************************/
div.header {
	width: 100%;
	display: block;
	height: 75px;
	margin-bottom: 15px;
}
div.header .logo {
	padding-top: 20px;
	padding-left 20px;
	float: left;
	width: 200px;
	height: 75px;
	display: block;
}
div.header .message {
	vertical-align: bottom;
	margin-top: 30px;
	height: 75px;
	width: 100%;
	display: block;
	text-align: left;
}
div.header .login {
	width: 200px;
	display: block;
	float: right;
	text-align: right;
	padding: 6px;
	padding-top: 10px; 
}
div.header .login .inputbox {
	border: 1px solid #000;
	width: 100px;
}

div.main {
	width: 100%;
}

div.main .leftmenu {
	float: left;
	width: 202px;
	display: block;
	margin: 0px;;
	padding-left: 5px;
}

div.main .content {
	float: left;
	display: block;
	width: 400px;
	margin: 0px 5px 0px;
}

div.main .content2 {
	float: left;
	display: block;
	width: 400px;
	margin: 0px 5px 0px;
}

div.main .rightmenu {
	float: right;
	width: 202px;
	display: block;
	margin: 0px;
	text-align: right;
	padding-right: 5px;
}

/*******************************************/

#content-painel {
	font-size: 14px;
	border: 0px;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	width: 100%;
}

div.content-table {
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin-bottom: 5px;
}

div.content-table .titulo{
	font-size: 14px;
	padding: 3px;
	background-color: #FFF;
	border-bottom: #006400 3px solid; 
	font-weight: bold;
	color: #000;
}

div.content-table .titulored{
	font-size: 14px;
	padding: 3px;
	background-color: #640000;
	font-weight: bold;
	color: #FFF;
}
div.content-table .tituloyellow{
	font-size: 14px;
	padding: 3px;
	background-color: #DAA520;
	font-weight: bold;
	color: #000;
}
div.content-table .conteudo{
	font-size: 12px;
}
div.content-table .rodape{
	text-align: right;
	font-size: 9px;
}


/* alternative styles */
table.its {
	text-align: left;
	width: 95%;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000000;
}

table.its th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #316822;
	padding-left: 3px;
	text-decoration: none;
	background-color: #E0E0E0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	padding: 2px 4px 2px 4px !important;
}

table.its th A {
	text-decoration: none;
	color: #316822;
	padding: 2px 4px 2px 4px !important;
}

table.its th A:HOVER {
	text-decoration: none;
	color: #316822;
	padding: 2px 4px 2px 4px !important;
}

table.its tr.even {
	background-color: #EEEEEE;
}

table.its {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-align: left;
}

table.its A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-align: left;
}

table.its A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #666;
	text-decoration: underline;
	text-align: left;
}


th.sortable a {
	display: block;
	width: 100%;
	background-position: right;
	background-image: url(../../images/core/arrow_off.png);
	background-repeat: no-repeat;
}

th.order1 a {
	display: block;
	width: 100%;
	background-image: url(../../images/core/arrow_up.png);
	background-position: right;
	background-repeat: no-repeat;
}

th.order2 a {
	display: block;
	width: 100%;
	background-position: right;
	background-image: url(../../images/core/arrow_down.png);
	background-repeat: no-repeat;
}

.pagelinks {
	font-size: 12px;
	color: #316822;
}

.pagelinks A {
	text-decoration: none;
	color: #316822;
	font-size: 14px;	
}

.pagelinks A:HOVER {
	text-decoration: none;
	color: #316822;
	font-size: 14px;
}
