.printonly {display: none;}
#breadcrumbs {
  font-size: 0.7em;
  padding: 0;
  margin: 0;
  padding-left: 0.5em;
  padding-bottom: 0.4em;
  padding-top: 0.35em;
  border-bottom: #0c50a0 3px solid;
}
.menupanel {vertical-align: top;}
.submenu {font-style: italic;}
.more {text-align: right; margin-top: 0;}
.centrepanel {
  border-style: dotted;
  border-color: #000000;
  border-top: none;
  border-bottom: none;
  border-left-width: thin;
  border-right-width: thin;
}
#language {
  float: right;
  font-size: 0.7em;
  padding: 0;
  margin: 0;
  margin-right: 0.5em;
  margin-bottom: 0.45em;
  margin-top: 0.25em;
  text-align: right;
}
#slogan {
  color: white;
  font-size: 12px;
  vertical-align: bottom;
}
#leftmenu {
  width: 215px;
  vertical-align: top;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 2px #0c50a0 dotted;
  background-color: #ddf2fd; 
  font-size: 0.8em;
  font-weight: bold;
}
#ec-logos {
  text-align: center;
  margin-top: 1em;
}
.twitter, .facebook, .youtube, .linkedin {
 float:right;
}
a.rss:link, a.rss:active, a.rss:visited, a.rss:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url('../images/redessociais/rss.png') no-repeat top center;
	text-indent:0px; display:block; outline:0;
}
a.twitter:link, a.twitter:active, a.twitter:visited, a.twitter:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url('../images/redessociais/twitter.png') no-repeat top center;
	text-indent:0px; display:block; outline:0;
}
a.facebook:link, a.facebook:active, a.facebook:visited, a.facebook:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url('../images/redessociais/facebook.png') no-repeat top center;
	text-indent:0px; display:block; outline:0;
}

a.youtube:link, a.youtube:active, a.youtube:visited, a.youtube:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url('../images/redessociais/youtube.png') no-repeat top center;
	text-indent:0px; display:block; outline:0;
}

a.linkedin:link, a.linkedin:active, a.linkedin:visited, a.linkedin:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url('../images/redessociais/linkedin.png') no-repeat top center;
	text-indent:0px; display:block; outline:0;
}
#fb:like {
	float:right;
	padding-bottom:1em;
}
.textbody {
  width: 75%;
}
#rightmenu {
  float: right;
  text-align: left;
  color: #00adf3;
  border: 2px solid #00adf3;
  padding: 1em;
  margin-left: 0.25em;
  margin-top: 0.75em;
}
#rightmenu ul {
  margin: 0;
  padding: 0;
}
#rightmenu li {
  list-style-position: inside;
}
#rightmenu h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.localnav {
  border-bottom: 1px #0c50a0 dotted;
}

.localnav a:link {
  text-decoration:none;
}

.localnav a:visited {
  text-decoration:none;
}

.localnav a:hover {
  text-decoration:underline;
}

ul.gallery li
{
	float: left;
	width: 160px;
	height: 150px;
	min-height: 150px;
	list-style: none;
	border: 1px solid #ccc;
	text-align: center;
	margin-right: 5px;
	background-color: transparent;
}

ul.gallery li a
{
	display: block;
	padding: 5px 5px 0 5px;
	height: 145px;
	min-height: 145px;
}

ul.gallery li a:hover
{
	background-color: #ccc;
}

ul.gallery li img
{
	border: 0;
}

/* Embedded videos */
.video-embed {
	float: left;
	margin: 10px 20px;
}


/* Community form */
#community-form table {
	border-collapse: collapse;
}

#community-form th, #community-form td {
	vertical-align: top;
}

#community-form th {
	width: 160px;
	text-align: left;
	padding: 0 16px 12px 4px;
}

#community-form td {
	width: 360px;
}

.form-large {
	width: 360px;
}

.error {
	color: red;
}

label.error {
	display: none;
}

input.error {
	color: inherit;
	border: 1px solid red;
}


/* FAQs */
dl.faqs dt {
	font-weight: bold;
	padding: 0 0 8px 0;
}

dl.faqs dt.closed {
	background: transparent url('../images/closed.png') no-repeat 0 2px;
	padding-left: 16px;
}

dl.faqs dt.open {
	background: transparent url('../images/open.png') no-repeat 0 2px;
	padding-left: 16px;
}

dl.faqs dd {
	padding: 0 0 18px 0;
	margin-left: 0px;
}

