/* CSS Document */

a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
}
a:hover {
	text-decoration:underline;
}
.links a {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
}
.links a:hover {
	text-decoration:none;
}
table {
	font-size: 12px;
	font-family: Tahoma;
}
input, select, textarea, checkbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #6CB6FF;
	max-width:none;
	border: 1px solid #999999;
}



.title {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #E97D28;
}
.subtitle {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.fieldsIntranet {
	color: #FFFFFF;
	font-weight: bold;
}
.fieldsSuporte {
	color: #000000;
	font-weight: bold;
}
.destaque {
	color: #000000;
	font-weight: bold;
}
.bemvindo {
	font-family: Tahoma;
	font-size: 32px;
	font-weight: bold;
	color: #E97D28;
}
.box250px {
	width: 250px;
}
.box120px {
	width: 120px;
}
.bgAzul {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #00408E;
	font-family: Tahoma;
	font-size: 14px;
}
.bgCinza {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #F0F0F0;
	font-family: Tahoma;
	font-size: 16px;
}
.bordaTOP {
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
.bordaTopo {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.bordaEsquerda {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
.bordaDireita {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}
.bordaBaixo {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bordaAround {
	border: 1px solid #000000;
}
.letraDiv {
	font-family: Tahoma;
	font-size:13px;
}
.tab-selected {
	background-color:#FFFFFF;
	
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;

	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;

	cursor: pointer;
}

.tab-unselected {
	background-color:#6CB6FF;
	border: 1px solid #000000;

	cursor: pointer; 
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Layer1 {
	position:absolute;
	width:620px;
	height:445px;
	top: 160px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	overflow: auto;
	visibility: visible;
}

/************************************************************/
/***********   CSS DO NOVO LAYOUT   ************************/
/**********************************************************/
body {
margin: 0;
padding : 0;
background: #ccc url(images/bg.jpg) center repeat;
color: #555;
font-family: Tahoma;
font-size: 12px;
}
			/*WRAP*/
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: transparent;
color: #666;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 150px;
border-bottom:3px solid #fff;
background: #069 url(images/topo.gif);
color: #000;
background-repeat:no-repeat
}
			/*TOP NAVIGATION*/
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 130%;
text-align: center;
border-bottom:3px solid #fff;
background: #527DB3;
color: #000;
}
#navbar a {
float:left;
width:6em;
height:30px;
text-decoration:none;
color:#fff;
background:#527DB3;
padding:0.5em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#8BBA00;
color: #000;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 200px;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #527DB3;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #DA7910;
}
			/*FOOTER*/
#footer {
clear: both;
width:750px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #069;
color: #000;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #527DB3; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #527DB3;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #527DB3;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}