/** Style for content starts here */

#content {
	width: 100%;
	align: center;
	margin: 0px auto;
}

#content h2 {
	#text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC dashed;
}

#left {
	float: left;
	width: 80%;
	padding: 10px;
	background: #FFFFFF;
}

#right {
  position:absolute;
  top:100px;
  right:20px;
	float: right;
	width: 200px;
	height: auto;
	background: #FFFFFF;
	border: none;
	padding-bottom: 10px;
}

#bold {
	font-weight: bold;
}

.tabs {
  float:left;
  width:100%;
  background: #DCE3E7;
  font-size:93%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

.tabs ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
  }
.tabs li {
  display:inline;
  margin:0;
  padding:0;
  cursor: pointer;
  }
.tabs a {
  float:left;
  background:url("/layout/img/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
.tabs a span {
  float:left;
  display:block;
  background:url("/layout/img/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {
  color:#FF9834;
  }
.tabs a:hover {
  background-position:0% -42px;
  }
.tabs a:hover span {
  background-position:100% -42px;
  }
.tabsli_active a {
	background-position:0% -42px;
}
.tabsli_active a span {
  background-position:100% -42px;
}

#publicacao {
	font: 9px Verdana;
	color: #898989;
}