td div {
padding:5px; 
overflow:auto; 
}
#mostraFormInscricao,#mostraPremio, #mostraFormRecibo,#mostraFormInscricaoAcompanhante,#mostraFontePesqisa,.mostraDadosEmpenho { display: none;}
.boxCarta {
 background: #ACD342;
	color: #fff;
	padding: 0 10px;
	border-bottom: solid 1px #fff;
	margin: 0px;
}

 .cliqueArea, .cliqueTipo { 
     color: #ACD342;
     text-decoration: underline;
     cursor: pointer;
    }
.mostraArea, .mostraTipo, .mostraHistorico { 
    display:none;
    }
table tbody tr:nth-child(2n+1) {
		background-color:#FBFCFC;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 background-color: #F6F7F9;
	font-family: Verdana, Geneva, sans-serif;
}

html, body { 
    top: 0 !important; 
}
#lg{
	position: fixed;
    top:55px;
    right:40px;
}
img {
	border: none;
}
.boxBorder {
	float: left;
	width: 96%;
    border: solid 1px #CCC;
    padding: 2%;
}
.box {
	float: left;
	width: 100%;
}
.cen {
	max-width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}
#rodape {
	width: 100%;
	float: left;
	font-size: 10px;

 color: #ACD342;
 background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rodape a {
 color: #ACD342;
}
#topo {
	width: 100%;
	float: left;
 background-color: #FFFFFF;
}
#logo {
	width: 30%;
	float: left;
}
#menu-acesso {
	width: 70%;
	float: left;
	font-size: 12px;
 color: #ACD342;
	padding-top: 10px;
}
#menu-acesso a {
	margin-left: 5px;
	margin-right: 5px;
 color: #ACD342;
}
/*menu*/
#contentMenu {
    float: left;
    width: 100%;
	
}
#menu {
	width: 100%;
    float: left;
}
#menu-ho {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}
/* menu horizontal-vertical by micox */
.menu-hv * {
	margin: 0;
	padding: 0;
}
.menu-hv ul {
	list-style-type: none;
	padding: 0;
	/*position: absolute;*/
	z-index: 999999999999999999;
}
/*Create a horizontal list with spacing*/
.menu-hv li {
	display: inline-block;
	float: left;
}
.menu-hv li {
	list-style: none;
	float: left;
}
.menu-hv li a {
	display: block;





	color:  #ACD342;
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 30px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.menu-hv li ul {
	position: absolute;
	visibility: hidden;
}
.menu-hv li ul li {
	float: none;
	white-space: nowrap;
	display: inline; /* o inline &eacute; pro IE */
}
.menu-hv li ul li a {
	line-height: 30px;
	color: #333;
	font-size: 12px;
	background-color: #E9EAEB;
} /**SUBMENU */
.menu-hv li ul li a:hover {
	color: #FFF;
	background-color:  #ACD342;

} /**SUBMENU */
.menu-hv li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.menu-hv li:hover ul, .menu-hv li.over ul {
	visibility: visible;
}
.menu-hv li:hover ul ul, .menu-hv li.over ul ul {
	visibility: hidden;
}
.menu-hv ul ul li:hover ul, .menu-hv ul ul li.over ul {
	visibility: visible;
}
/* visual */
.menu-hv li:hover a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	color: #ACD342;
	background-color: #E9EAEB;
}
/*menu fim*/
/**ABAS autor: http://www.zatecus.com/**/
div#caixa {
	display: inline-block;
	width: 100%;
	float: left;
}
div#caixa a {
	color: #666666;
}
div#caixa p#abas {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin: 0 10px 0 10px;
	padding: 0;
	overflow: hidden;
	vertical-align: bottom;
}
div#caixa p#abas a {
	display: inline-block;
	font-size: 14px;
 color: #F6F7F9;
	text-decoration: none;
	padding: 12px 26px 12px 26px;
 background-color: #ACD342;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div#caixa p#abas a:hover {
 background-color: #F6F7F9;
 color: #ACD342;
	text-decoration: underline;
}
div#caixa p#abas a.selected {
 background-color: #F6F7F9;
 color: #ACD342;
	text-decoration: underline;
	font-weight: bold;
}
div#pg ul#conteudos li {
	display: inline-block;
	width: 105%;
	list-style: none;
	margin-left: -4%;
}
/***FIM ABAS**/

/* MSG */
.msg-ok {
	display: none;
	position: relative;
	background-color: #E0F2CB;
	color: #7BA827;
	float: left;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	margin-bottom: 10px;
    margin-top: 10px;
}
.msg-erro {
	display: none;
	position: relative;
	background-color: #FBD3B1;
	color: #CE2700;
	float: left;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	margin-bottom: 10px;
    margin-top: 10px;
}
.msg-aviso {
	display: none;
	position: relative;
	background-color: #FFF4CC;
	color: #E7932E;
	float: left;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	margin-bottom: 10px;
    margin-top: 10px;
}
#msg a.close {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -5px;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(img/close.gif);
}
#msg {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
/* FIM MSG */
#pg {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
#pg-esq {
	width: 70%;
	float: left;
}
#pg-dir {
	width: 28%;
	float: right;
	padding-left: 2%;
}
.boxPg {
	width: 98%;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.73);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.73);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.73);
}
.fechaBox {
	font-size: 10px;
	font-weight: bold;
	color: #900;
	cursor: Pointer;
	float: left;
	width: 100%;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: right;
}


.boxPg table{
		font-size: 12px;
}
.boxPg h2 {
 background: #ACD342;
	color: #fff;
	padding: 0 10px;
	line-height: 25px;
	border-bottom: solid 1px #fff;
	margin: 0px;
	font-size: 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.boxPg a {
 color: #ACD342;
}
.boxPg tr:hover td {
	background-color: #FFF9E1;
}
.boxPgInfo {
	width: 98%;
	padding: 1%;
	background-color: #FBFCFC;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
    float: left;
}
.boxPgInfoAlerta {
	width: 96%;
	padding: 2%;
	color: #900;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
    float: left;
    border-bottom: 1px solid #CCC;
    background-color: #FFFFEC;
}
a.ico {
	color: #9d9c9a;
	font-size: 10px;
	text-decoration: none;
	padding: 0 0 0 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ico:hover {
	color: #666;
}
/*FORM*/
input, select, textarea {
	font-size: 14px;
}
form p {
	padding-bottom: 15px;
}
form .req {
	font-size: 13px;
	float: right;
	white-space: nowrap;
	color: #999;
}
.form label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 4px;
}
.input50{
	width: 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d3cfc7;
	background: #fff;
	height: 30px;
}
.input100 {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d3cfc7;
	background: #fff;
	height: 30px;
}
textarea.input100 {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d3cfc7;
	background: #fff;
	height: 150px;
}
.btEnvia {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	padding: 5px;
	width: 100px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.50);
}
.btEnvia:hover {
	background-color: #CCCCCC;
}
/*FIM FORM*/
.buscaAutor,.buscaAutorAdicional {
	cursor: pointer;
	font-weight: bold;
	color: #09C;
	text-decoration: underline;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.input100:disabled {
	background-color: #E9EAEB;
}
input.error{
	border: thin solid #F00;
	}
select.error{
	border: thin solid #F00;
	}
textarea.error{
	border: thin solid #F00;
	}
label.error {
	color: #F00;
	font-size: 10px;
	padding: 2px;
}
/*modal*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#FFF;
  display:none;
}
  
#boxes .window {
	position:absolute;
	left:0%;
	top:0%;
	width:480px;
	display:none;
	z-index:9999;
}
#boxes #dialog {
	width:485px;
	padding:10px;
	height: 550px;
	position: fixed;
	top: 20px;
	overflow:auto;
}
.ref{ font-size: 0px;}
.close{display:block; text-align:right;}
/**/
