html {
    height: 100%;
	
}
body {
    margin: 0;
	padding: 0;
	height: 100%;
    font-family:Arial, Helvetica, sans-serif;
}
body img{
    margin: 0;
	padding: 0;
	border: 0;
}
.todo{
   width:100%;
   height:100%;
}
#login{
   margin:auto;
   margin-top:50px;
   width:350px;
   height:320px;
   background:#FFFFFF;
   border:#003366 3px solid;
   padding:10px;
}
#login .errologin{
   color:#990000;
   font-weight:bold;
   margin: 0px;
   padding:0px;
   margin-bottom:10px;
}

#login h1{
   color:#10415F;
   font-size:18px;
   width:310px;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:20px;
}
#login fieldset{
   margin-top:0px;
   border:0px;
}
#login label{
   font-size:20px;
   color:#333333;
   float:left;
   display:block;
   margin-top:10px;
   text-align:left;
}
#login input[type=submit]{
   background:url(../imagens/bgButton.jpg) repeat-x top;
   width:100px;
   height:40px;
   border:0px;
   float:right; 
   display:block;
   font-size:20px;
   color:#FFFFFF;
   margin-right:15px;
}
#login input[type=submit]:hover{
   background:url(../imagens/bgButton.jpg) repeat-x;
   background-position-y:-50px;
}

#login input[type=text], #login input[type=password]{
   width:100%;
   height:30px;
   border:#CED9E3 1px solid;
   background:#EFF3F8;
   margin:0px;
   margin-top:10px;
   font-size:18px;
   color:#333333;
   display:block;
   float:left;
}
.formpadrao fieldset{
   border:0px;
   float:left;
   display:inline;
   width:270px;
}
.formpadrao label.error {
	width:100%;
	color:#B70404;
	margin-top:2px;
	font-size:12px;
	line-height:35px;
	margin-left:10px;
	clear:left;
	float:left;
	display:block;
}
.formpadrao label{
   font-size:15px;
   color:#333333;
   float:left;
   display:block;
   margin-top:10px;
   text-align:left;
}
.formpadrao input[type=text], .formpadrao input[type=password]{
   width:90%;
   height:20px;
   border:#CED9E3 1px solid;
   background:#EFF3F8;
   margin:0px;
   margin-top:10px;
   font-size:18px;
   color:#333333;
   display:block;
   float:left;
}
.formpadrao textarea{
   width:90%;
   height:50px;
   border:#CED9E3 1px solid;
   background:#EFF3F8;
   margin:0px;
   margin-top:10px;
   font-size:18px;
   color:#333333;
   display:block;
   float:left;
}
.formpadrao input[type=checkbox]{
   margin:0px; margin-top:20px; margin-right:5px; float:left; width:auto; display:inline;
   clear:left;
}
.lblCheck{margin:0px; text-indent:0px; margin-top:20px; float:left; display:inline; line-height:25px; color:#003366; width:auto; clear:none; text-align:left; font-size:12px;}
p{
   font-size:13px;
   color:#333333;
}
#topo{
   float:left;
   width:100%;
   background:url(../imagens/bgtopo.jpg) repeat-x;
   height:50px;
   
}
#topo p{
   color:#FFFFFF;
   font-size:20px;
   line-height:50px;
   margin:0px;
   margin-left:30px;
   float:left;
   display:inline;
}
#topo .sair{
   font-size:15px;
   font-weight:bold;
   color:#FFFFFF; 
   display:inline;
   float:right;
   line-height:50px;
   margin-right:20px;
}
#titul{
   font-size:20px;
   color:#FFFFFF;
}
#menu{
   width:100%;
   height:100px;
   float:left;
   display:block;
   padding-top:0px; 
   background:url(../imagens/bgButton_menu.jpg) repeat-x;
   border-bottom:#B8CBD3 1px solid;
}
#menu img.logo{
   margin-right:30px;
   margin-left:10px;
   float:left;
   display:inline;
   margin-top:10px;
}
#menu ul{
   padding:0px;
   margin:0px;
   margin-left:10px;
   float: left;
   width: auto;
   height:100px;
   list-style:none;
   display:inline;
}
#menu ul li{
   display: inline;
   color: #003366;
   font-size:13px;
   width:120px;
   height:68px;
   float:left;
}
#menu ul .separa{
   display: inline;
   width:6px;
   height:98px;
   float:left;
   background:url(../imagens/separa.jpg) no-repeat;
}

#menu ul li a{
    float:left;
	padding-top:15px;
	height:84px;
	width:118px;
	display:block;
    color: #333333;
    text-decoration: none;
	text-align:center;
}
#menu ul li a:hover{
   background:#FFEAD5;
   border:#FFCE9D 1px solid;
}
#menu ul li img{
   display: block;
   border:0px;
   clear:right;
   margin:auto;
   margin-bottom:5px;
}
/*
#menuvert{
	background: #F3F7F8;
	border-left: 1px solid #9BBBC1;
	border-right: 1px solid #9BBBC1;
	padding: 0px;
	padding-top:20px;
	width: 15%;
	min-height: 100%;
	display:inline;
	float:left;
}
#menuvert h1{
   float:left;
   display:block;
   margin-left:5px;
   color:#333333;
   font-weight:bold;
   font-size:14px;
   margin-bottom:30px;
   border-bottom:#000000 1px solid;
   width:100px;
}

#menuvert ul{
	margin: 0;
	padding:0;
	list-style-type: none;
    width:100%;
	height:100%;
	float:left;
	display:block;
	clear:left;
}
#menuvert li{
	border-bottom:#CCCCCC 1px solid;
}
#menuvert li a:link, #menuvert li a:visited {
	border-left:7px solid #006699;
	padding-left:5px;
	display:block;
	height:40px;
	text-decoration: none; 
	font-size:14px;
	color:#003366;
	line-height:35px;
}
#menuvert li a:hover {
	background-color: #006699;
	color: #FFFFFF;
	display:block;
	border-left:7px solid #006699;
}

#menuvert li img{
   display: inline;
   border:0px;
   clear:right;
   margin-left:10px;
   margin-right:10px;
}*/
#meio{
   /*width:84%;*/
   width:95%;
   height:auto;
   padding:20px;
   float:left;
   display:inline;
   margin-top:20px;
   
}
#meio h1{
   color:#006699;
   font-size:18px;
   font-weight:bold;
   text-align:left;
   float:left;
   display:inline;
   padding-left:10px;
   margin:0px;
}
#meio h2{
   color:#006699;
   font-size:15px;
   font-weight:bold;
   text-align:left;  
   padding-left:30px;
   margin:0px;
   margin-top:30px;
   margin-bottom:20px;
}
#meio a{
   color:#0066CC;
   font-size:15px;
   text-decoration:none;
}
#meio a:hover{
   text-decoration:underline;
}
#meio img.doc{ margin-top:20px; clear:left;}
#topomeio{
	border-bottom:#333333 2px solid;
	width:100%;
	height:50px;
	margin-bottom:20px;
}

#topomeio ul{
	margin: 0;
	padding:0;
	list-style-type: none;
    width:auto;
	height:32px;
	float:right;
	display:inline;
}
#topomeio li{
	padding:5px;
	display:inline;
	float:left;
	height:32px;
}
#topomeio li a:link, #topomeio a:visited {
	text-decoration: none; 
	font-size:14px;
	font-weight:bold;
	color:#003366;
	line-height:35px;
}
#topomeio li a:hover {
	text-decoration:underline;
	color:#006699;
}

#topomeio li img{
   display: inline;
   border:0px;
   margin-right:5px;
}

#topomeio img{
   margin-right:5px;
}
#topomeio p{
   float:left;
   clear:left;
   margin-left:10px;
   color:#666666;
   font-style:italic;
   font-size:12px;
}
#meio p{
   color:#333333;
   font-size:15px;
   text-align:left;
   margin-left:20px;
}
#meio ul{
   margin-left:20px;
}
#meio ul li{
   color:#333333;
   font-size:15px;
}
#meio .itens{
   width:200px;
   height:auto;
   display:inline;
   border:#7DAEC8 2px solid;
   padding:6px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   float:left;
   margin-bottom:10px;
   margin-top:10px;
   margin-right:20px;
}
#meio .itens img{
   max-width:190px;
   max-height:180px;
   display:block;
   margin:auto;
}
#meio .itens h3{
   margin-left:5px;
   width:100%;
   font-weight:bold;
   font-size:13px;
   color:#006699;
   display:block;
   float:left;
   padding:0px;
   margin-bottom:5px;
   margin-top:0px;
   cursor:default;
   text-align:left;
}

#meio .itens input[type=button]{
   background:url(../imagens/bgButton_m.jpg) repeat-x top;
   width:190px;
   height:30px;
   border:0px;
   margin-left:auto;
   margin-right:auto;
   margin-top:10px;
   display:block;
   font-size:20px;
   line-height:15px;
   color:#FFFFFF;
      padding:6px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;	
}
#meio .itens input[type=button]:hover{
   background:url(../imagens/bgButton_m.jpg) repeat-x;
   background-position-y:-30px;
}
#submenu{
   width:100%;
   height:70px;
   float:left;
   display:block;
   padding-top:10px; 
   background:#F1F4F5;
   border-bottom:#B8CBD3 2px solid;
}
#submenu ul{
   padding:0px;
   margin:0px;
   margin-left:30px;
   float: left;
   width: auto;
   list-style:none;
   display:block;
}
#submenu ul li{
   display: inline;
   color: #003366;
   font-weight:bold;
   font-size:15px;
   width:auto;
   float:left;
}
#submenu ul li a{
    padding: 2px 20px;
    float:left;
    color: #003366;
    text-decoration: none;
}
#submenu ul li a:hover{
    color: #006699;
    border-bottom:1px solid #003366;
}
#submenu ul li img{
   display: block;
   border:0px;
   clear:right;
   margin:auto;
}
/*Tabelas*/
.tableger{
   margin-left:30px;
   width:60%;
   border:#006699 1px solid;
   padding:5px;
   font-size:80%;
}
.tableger td, .tableger th{
	padding:5px;
}
.tableger thead th{
   background:#9cf;
   text-align:left;
}
.tableger tfoot td{
	text-align:right;
	font-weight:bold;
	background:#1B648F;
	color:#FFFFFF;
}
.tableger tbody td{
	background:#C9E1ED;	
}
.tableger tbody tr.odd td{
	background:#FFFFFF;
}
.tableger tbody tr td a{
   border:0px;
   margin:0px;
   padding:0px;
}

/*formularios */
.formger{ width:920px; margin-left:20px; margin-top:30px; padding:5px; display:block; border:0; background:#FFFFFF;}
.formger label{float:left; width:150px; height:20px; text-align:right; padding-right:5px; margin-top:5px; padding-bottom:5px; display:block; background:#E2EFFE; font-weight:bold; float:left; clear:left;}
.formger input{float:left; width:auto; height:20px; margin-top:5px; display:block; border:#CCCCCC 1px solid; background:#F9F9F9; margin-left:5px;}
.formger select{float:left; width:auto; height:20px; margin-top:5px; display:block; border:#CCCCCC 1px solid; background:#F9F9F9; margin-left:5px;}
.formger textarea{float:left; width:auto; height:80px; margin-top:5px; display:block; border:#CCCCCC 1px solid; background:#F9F9F9; margin-left:5px;}
.formger input[type=submit]{margin-left:0px; margin-top:20px; width:70px; height:25px; float:left; display:block; background:url(../imagens/bgButton_m.jpg) repeat-x top; border:none; color:#FFFFFF; font-weight:bold;}
   .formger input[type=button]{margin-left:10px; margin-top:20px; width:auto; height:25px; float:left; display:block; background:url(../imagens/bgButton_m.jpg) repeat-x top; border:none; color:#FFFFFF; font-weight:bold;}
.formger fieldset{border:1px solid #006699; padding-bottom:10px; clear:left;}
.formger legend {
		color:#666666;
		padding:2px 5px;
		font-weight:bold;
		text-align:left;
		background-color:#FFFFFF;
}
.formger label.error {
background:#FFFFFF;
color:#CC0000;
margin-top:2px;
margin-left:210px;
font-size:12px;
font-style:italic;
float:left;
display:block;
clear:left;
width:auto;
height:10px; 
}
.formger input.error {
border: 1px dotted #990000;
}
