html,body{
margin:0;
padding:0;
height:100%;
border:none
}

body {
background: url(/images/bgMain.jpg) top repeat-x #fff;
margin:0;
padding:0;
text-align:center;
font:11px Arial, Helvetica, sans-serif;
color: #333;
}

#all {
width: 963px;
margin:0 auto;			
text-align:left;
margin-top:45px;
}

#content {
background: #fff;
}

#top {
	position:relative;
	background:url(/images/bgTop.gif) top no-repeat;
	z-index:20; /* por causa da busca */
	height:140px;
}

#middle {
position:relative;
color:#333;
background:#fff;
}

#footer { /* hack nos dois */
background:url(/images/bgFooter.gif) top repeat-x;
padding:25px 0 0 0;
text-align:center;
width:922px;
margin:0 0 0 20px;
clear:both;
position:relative;
top:10px;
}
		/* PARTES DE FOOTER */
		#footer img {
		margin-bottom:20px;
		vertical-align:middle;
		padding:0 5px 0 5px;
		}


/*TOP*/

#logo {
position:relative;
width:154px;
height:135px;
text-align:center;
top:-47px;
left:23px;
color:#333333;
}


#navtop {
width: 943px;
position:absolute;
top:-40px;
padding:5px 0 5px 0;
text-align:right;
color:#75889A;
z-index:100;
}


#searchUser {
position:absolute;
top:1px;
left:240px;
text-align: left;
margin: 0 auto 0;
background:url(/images/bgSearch.gif) no-repeat;
width:441px;
height:112px;
float: left;
}


#userPicture {
position:absolute;
background:url(/images/bgUserPicture.gif);
width:246px;
height:96px;
top:20px;
left:700px;
}
		/* PARTES DE USERPICTURE */
		#userPicture img {
		right: 8px;
		bottom: 8px;
		position:absolute;
		}
		
		#userPicture p {
		text-align: left;
		padding-left: 10px;
		font-size: 12px;
		width: 130px;
		line-height: 18px;
		}
		#userPicture .title {
		font-size: 15px;
		font-weight: bold;
		}


/* MIDDLE */

#middle #um {
width:200px;
float:left;
position:relative;
left:20px;
z-index:10;
}

#middle #dois {
width:504px;
float:left;
position:relative;
left:40px;
}

#middle #tres {
width:181px;
float:right;
position:relative;
padding-right: 20px;
}


/* INTERNO E CLASSES */

#userLogado {
font-family:Arial;
font-size:11px;
color:#333;
font-weight:bold;
}


	/* SEARCH */
	.btSearchUser {
	float: left;
	position: absolute;
	left: 363px;
	top: 50px;
	}
	.areaSearch {
	padding-top: 28px;
	padding-left: 10px;
	height: 34px;
	}
	
	.divSearch {
	position:relative;
	top:14px;
	right:89px;
	float:right;
	padding:10px;
	}
	
	.divSearchOver { /* bug IE 6 */
	position:relative;
	float:right;
	background:#feffff;
	border:1px solid #b3cbe4;
	padding:8px;
	top:15px;
	right:90px;
	z-index: 30;
	}	
	
	.formSearchUser {
	width: 325px;
	background:#fff;
	color:#333;
	font:18px Arial, Helvetica, sans-serif;
	padding:5px;
	border:1px solid #ccc;
	border-style:inset;
	}
	
	ul.listSearch { 
	margin:0 0 0 -40px; 
	}
	
	ul.listSearch li {
	display:block;
	list-style-type:none;
	color: #0051A7;
	padding:10px 0 0 0;
	}
	a.linkSearch, a.linkSearch:visited {
	font-size: 10px;
	color: #0051A7;
	text-decoration:none;
	}
	a.linkSearch:hover { /*color: #1ba50c;*/ text-decoration:underline; }
	
.barInsideLeft {
background:url(/images/barInsideLeft.gif) no-repeat;
margin-bottom:5px;
width:200px;
height:20px;
}

.barInsideLeft td, .barBlueSmaller  {
padding:0 5px 0 5px;
color:#fff;
}

.barBlueSmaller {
background:url(/images/barBlueSmaller.gif) no-repeat;
margin-bottom:5px;
width:504px;
height:20px;
}

	/* TABELAS CLASS */
	.tabelas {background:#b0c9e3;}
	
	.tabelas td {background:#fff;}
	
	.tabelas h1 {font-size:11px;font-weight:bold;color:#0051a7;}
	
	/* MENU */	
	ul#Menu  {
	list-style-type:none;
	text-align: left;
	margin:0 0 0 -1px;
	padding:0;
	}
	
	ul#Menu li a {
	display:block;
	height: 22px;
	width: 179px;
	background: #e0eaf4;
	color: #333;
	text-decoration: none;
	line-height: 22px;
	padding: 1px;
	margin: 1px;
	}
	
	ul#Menu a:hover {
	color: #333;
	text-decoration: none;
	background: #c7d9eb;
	}

	
.off {color:#999;}


.corBarrinha {color:#75889a;}	

/* FONTES */



.fonte10 {font-size: 10px;}

.fonte15 {font-size: 15px;}
.fonteAzul {color:#0051a7;}
.fonteLaranja {color:#df4900;}
.fonteCinza {color: #758493;}

a.linkVerde, a.linkVerde:visited { color:#393; text-decoration:underline;}
a.linkVerde:hover { text-decoration:none;}

a.linkAzul, a.linkAzul:visited {color:#0051a7;text-decoration:underline;}
a.linkAzul:hover { text-decoration:none; }
