/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}
	
/* links */
a, a:visited {
	text-decoration: none;
	color: #CB5353; 
	background: inherit;
}
a:hover {
	color: #C62F2F;
	background: inherit;
}

/* headers */

.topo{
	background: #F6F6F6 url(../images/header_bg.jpg) no-repeat right top;
}
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

/* form elements */
#main form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
}
label {
/*	font-weight:bold; */
	margin:5px 0;
	font-size: 12px;
}
/*#######################################################33*/
.entrada1 .labelColumn{
	font-size: 11px;
	font-weight: normal;
}

textarea {
	width:400px;
	padding:2px;
	display:block;
}

input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #B95353;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear:none;
	width: 760px;
	padding-left: 40px; 
	margin: 0 ;
	font-size: 11px;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(../images/header.gif) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(../images/menu.gif) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #333;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 50%;
}

#mainright {
	float: right;
	width: 70%;
}

#main h1, #mainright h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #CD0202;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-red.gif) no-repeat 3px 50%;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;
	color: #666;
}

#sidebar ul.sidemenu a:hover{
	color: #C62F2F;
}
/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img{
	border:none;
}

/*##############################################################################################################*/

#menubv{

	list-style:none;
	width: 236px;
	border:1px solid #ccc;
	padding-bottom: 4px;
	margin-top: 4px;
	padding-right: 8px;
	background-color:#fefefe; /*Cinza clarinho*/
}

#menubv li{
	padding: 6px;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold;
	width:100%;
	border-bottom:1px solid #ccc;
}

#menubv li a{
	background-image: url('../images/go.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left:15px;
	color: #888;
}

#menubv li a:visited{
	color: #888;
}

#menubv li a:hover{
	color: #CB5353;
}

/* Corpo completp*/

.loginBody{

}
.loginLimitBorder{

}
.loginTabelaInterna{

}

.conteudocorpo{
	background-image: url('../images/content.jpg');
	background-position: center;
	background-repeat: repeat-y;
	padding-left: 30px;
}

/*Titulo da tela - canto superior esquerdo*/

.barraTituloListagem{
	font:Verdana, 'Trebuchet MS', Sans-serif;
	padding: 1px;
	color: #CD0202;
/*	border-bottom: 1px solid #EFF0F1;	*/
	width: 400px;
}

.alignright a{
	padding:0;
	width:10px;
}

.barraTituloListagem a{

}
/* FORM */

input, slect, textarea{
	border: 1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#444;
}
input, slect{
	height: 20px;
	font-size: 11px;
}


button {
	font: normal 1em Verdana, sans-serif;
	padding:1px;
	border:1px solid #ccc;
	font-size: 11px;
	font-weight:bold;
	color: #222;
	background-color: #f9f9f9;
}

.filtro1 td{
	font-size: 11px;
}

legend{
	font-weight:bold;
	font-size: 14px;
	color:#000;
}

.tabelaFiltro{
	width:100%;
}
.listagem{
		padding-top: 2px;
		width: 98%;
		margin-left: 1%;
		margin-top: 6px;
}

/*Pagina inicial saudação*/

.saudacao{
	font-size: 12px;
	text-align: justify;
}

.janelaLogout{
	background-color:#F6F6F6;
	width: 500px;
	border: 2px solid #777;
	margin-top: 20px;
}

.janelaLogoutAcad{
	background-color:#fafafa;
	width: 500px;
	border: 1px solid #ccc;
	margin-top: 70px;
	margin-bottom: 200px;

}

.corpoheader{
	border-bottom: 1px solid #EFF0F1;
}

.verde13{
	font-weight: normal;
}

/* MENSSAGENS ECEPTIONS*/
#messageBlock .messagetitle{color: #020053;}
#messageBlock .fieldname{color: #aaa;}
#messageBlock .validationerror{color:#666; }
#messageBlock .exceptionitem{color: #222;}

/*
#messageBlock , .bindblock{
	margin-top: 5px;
	margin-left:14px;
	margin-right:5px;
	text-align: left;
	padding-bottom: 14px;
	padding-left: 18px;
	border: 1px solid;
	background: #fff url("../images/info.gif") top left no-repeat;
}
*/

.messageblock{
	border: 1px solid #000000;
	background-color: #fff3e3;
	width: 350px;
	padding:10px;
	padding-left:30px;
	text-align:left;
}

.error
{
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.info
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
