/* html tags */

body {
	background: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	vertical-align: top;
}

table {
	vertical-align: middle;
}

th {
	text-align: left;
	color: #16316F;
}

legend {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}

html>body legend{
        	margin-bottom: 0px;
}

fieldset {
	padding: 20px;
	border: 1px solid #CCC;
}

form {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.sectiontableentry2{
        background-color:#DEE7EC;
}

/* template organization */

#main {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 766px;
	align: center;
	text-align: left;
	font-size: 10pt;
}

#header {
	display: block;
	background-color: #ffffff;
        height:60px;
	width: 99%;
}

#faixa{
	display:block;
	width:99%;
}

#header-logo {
	display: block;
	float:left;
	width:50%;
}

#language{
	display:block;
	margin:2%;
	float:right;
	align:right;
}

#topmenu{
	display:block;
	margin-left:50%;
	width:49%;
	align:right;
}

#topmenu .mainlevel-nav{
	margin-left:50%;
	width:49%;
	align:right;
}


#topmenu ul {
	margin: 0;
	padding: 0;
	display: table;
	list-style-type: none;
}

#topmenu li{
	display: inline;
	padding-right: 10px;
	padding-left: 10px
}

#mainmenu {
	background-color:  #ffffff;
	padding: 0;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	display: block;
}

#mainmenu li {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top:5px;
	list-style: none;
	text-align: right;
	font-size:9pt;
	border-top: 1px dotted #000000;
	border-right: 1px dotted #000000;
}
#mainmenu li a{
	text-decoration: none;
}

#mainmenu .current{
	background-image: url(../images/favicon.gif);
	background-position:left;
	background-repeat: no-repeat;
}

#mainmenu li a:hover{
	text-decoration: underline;
}
#mainmenu li:hover{
	background-image: url(../images/menu_bkg.gif);
	background-position:right;
	background-repeat: no-repeat;
}

.search{
	font-family: Arial, Verdana, Tahoma;
	display: block;
	float: none;
	font-size:80%;
	padding-top: 20px;
	align:center;
}

.search .inputbox {
	text-color: #aaa;
	border: #aaa 1px solid;
	background-color: #d4e1ff;
	width: 65%;
}

.search .button {
	border: #000000 1px solid;
	background-color: lightgrey;
	margin-left:7px;
	align: right;
}

#footer {
	width: 99%;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0;
	border-top: 1px solid #000000;
	margin-top: 20px;
	display:block;
	clear: both;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#loginbox {
	display: none;
}

#content {
	background-color: #ffffff;
	width: 99%;
	padding: 0;
	margin: 0;
	display:block;
}

#content .blogintro {
	width: 100%;
	overflow: hidden;
}

#content-left {
	width: 26%;
	display: block;
	float: left;
	margin-bottom: 10px;
}

#content-right {
	display:block;
	width: 69%;
	text-align: justify;
	font-family: Verdana,Tahoma, Arial;
	align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 26%;
	padding-left: 20px;
	margin-right: 2%;
	min-height: 99%;
}

#content-right h1 {
	color: #16316F;
	font-size: 150%;
	text-align: center;
}

#content-right h2 {
	color: #16316F;
	font-size: 150%;
	text-align: center;
}

#content-right h3 {
	color: #16316F;
	font-size: 130%;
	text-align: center;
}

#content-right .blogintro .itemblock {
	font-size: 80%;
	text-align: left;
}

#content-right .blogintro .itemblock h1 {
	font-size: 160%;
}

#content-right .blogintro .itemblock h2 {
	font-size: 140%;
}

#content-right .blogintro .itemblock h3 {
	font-size: 130%;
}

#content-right strong {
	color: #16316F;
}

#content-right a {
	text-decoration: underline;
	color: #16316F;
}

#content-right .date, #content .author, #content .modifydate {
	display: none;
}

#content-right .buttonheading {
	display: block;
	text-align: right;
}

#content-right label {
	text-align: left;
}

#content-right .pagenav {
	overflow: hidden;
}

#content-right .pagenav a, #content-left .back_button a {
	font-size: 80%;
}
/* specific selectors */

#content-right .syndicate {
	margin: 4em 0 4em 0;
}

#content-left .section {
	font-style: italic;
}

#content-right .search {
	margin: 3em 0 5em 0;
}

.smallgrey {
	display: -moz-inline-box;
	display: inline-block;
	width: 3.3em;
}

