body {
	background: #FFF none !important; 
	font-size: 80%;
}
#container {
	width: 100% !important;
}
#cabecalho #identificacao {
	float: left;
	width: 100%;
	height: 30px;
	padding: 0px 0px 0px 0px;
}		

#logo {
	background: none !important;
	padding: 0px;
	margin: 0px;
	top: 0px !important;
	height: 25px !important;
	padding: 0px 10px 0px 0px !important;
}		
		
#cabecalho {
	height: 30px;
}				
		
#cabecalho #acesso {
	margin-top: 0px !important;
}		
		
#cabecalho #identificacao span.ufrn {
	width: auto;
	padding-top: 5px;
}		

#opcoes-modulo {
	height: 100%;
	left: 0;
	width: 99%;
	position: relative;
	padding: 0;
}		

#opcoes-modulo dt {
	width: 100%;
	padding-right: 0;
	margin: 0;
}

#opcoes-modulo form {
	margin: 0;
	padding: 0;
	background: none;
	width: 100%;
	height: 202px;
}		

#opcoes-modulo dl, #opcoes-modulo ul {
	width: 100%;
	height: 100%;
}		

#opcoes-modulo a, #opcoes-modulo ul li a {
	font-size: 13px !important;
}

#noticias {
	width: 90%;
	
}

#noticias h3 {
	font-weight: normal;
	font-size: 16px;
}		

div.descricaoOperacao {
	margin: 10px 5px 15px;
}

table.formulario {
	font-size: 14px;			
}

table.formulario caption {
	padding: 10px;
}

table.formulario input[type=text],select,textarea {
	padding: 8px;
	width: 95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

table.formulario select {
line-height: 30px;
}

table.formulario tbody tr th {
	text-align: left;
	font-weight: bold;
	padding: 10px;
}

table.formulario caption, table.listagem caption, table.visualizacao caption, h3.tituloTabela{
	background: #43A2BC;
}

.consultar{
	background: url('../img/consultar.png') no-repeat transparent;
	width: 158px; 
	height: 35px;
	border-width: 0px;
	cursor: pointer;
}

.visualizar{
	background: url('../img/visualizar.png') no-repeat transparent;
	width: 49px; 
	height: 47px;
	border-width: 0px;
	cursor: pointer;
}


#home {
	margin: 0; 
	height: 30px;
	background: #F9FBFD;
	font-weight: bold;
	color: #2F3E46;
	text-shadow: 0 1px 0 white;
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#CCCDCF));
	background-image: -webkit-linear-gradient(white,#CCCDCF);
	background-image: -moz-linear-gradient(white,#CCCDCF);
	background-image: -ms-linear-gradient(white,#CCCDCF);
	background-image: -o-linear-gradient(white,#CCCDCF);
	background-image: linear-gradient(white,#CCCDCF);
	top: 0px;
	position: fixed;
	width: 100%;
	
}

#home a {
	text-decoration: none;
	cursor: pointer;
}

.title {
	color: #333333;
	font-variant: small-caps;
	font-size: 1.2em;
	white-space: nowrap;
	margin-left: 5px;
}

.clear { clear: both;}