/** Other files go here */
/* @import "menu.css"; */
@import "news.css";
@import "destaques.css";
@import "faq.css";
@import "smp.css";
@import "boxes.css";
@import "search.css";

/**
 * Common
 ************/
html {
		
}

#container {
	margin-left: auto;
	margin-right: auto;
	font-size: 14px; /* forçar o tamanho */
}

#copyright {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: x-small;
	color: #888;
	padding: 3px;
}

.center {
	text-align: center;
}

* {
	font-family: "Trebuchet MS", sans-serif;
}

form, p, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

pre {
	display: inline;
	font-family: monospace;
}

.arrow-link {
	display: block;
	padding: 2px;
	padding-left: 18px;
	background: url(../images/icons/arrow-right.gif) no-repeat left 2px !important;
}

.arrow-down-link {
	display: block;
	padding: 2px;
	padding-left: 18px;
	background: url(../images/icons/arrow-down.gif) no-repeat left 2px !important;
}

.branding-bottom-right {
	background: url(../images/branding.jpg) no-repeat bottom right !important;
}

a img {
	border: 0px;
	margin: 0px;
}

/**
 Login Form
 */
 
.login-error {
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	border: 1px solid #ffcccc;
	background-color: #ffeeee;
	padding: 10px;
}
 
.login-form {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	font-size: 0.9em;
}

.login-form .login-form-title {
	border-bottom: 1px solid #c0c0c0;
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.login-form .login-form-label {
	display: block;
	width: 45%;
	float: left;
	margin: 2px;
	padding: 3px;
	background-color: #fafafa;
	clear: left;
}

.login-form .login-form-username-field, .login-form .login-form-password-field {
	border: 1px solid #c0c0c0;
	margin: 2px;
	padding: 3px;
	width: 45%;
}

.login-form .login-form-body {
	padding: 5px;
}

.login-form .login-form-buttonbar {
	text-align: right;
	border-top: 1px solid #c0c0c0;
	padding: 5px;
}

.forgot-password {
	text-align: center;
	font-size: 0.9em;
}

.forgot-password a {
	color: #505050;
}

/** Icons */
.icon-address {
	background: url(../images/icons/address.png) no-repeat center left !important;
}

.icon-phone {
	background: url(../images/icons/phone.png) no-repeat center left !important;
}

.icon-fax {
	background: url(../images/icons/fax.png) no-repeat center left !important;
}


/* Common */
a.glossary-link {
	background: url(../images/icons/link.png) no-repeat center right !important;
	padding-right: 14px;
}

a:visited {
	/* color: #808080; */
}
	
a:hover {
	text-decoration: underline;
}

a {
	color: #191970;
	text-decoration: none;
}

.field-disabled {
	color: #aaa !important;
}

.hidden {
	display: none;
}

.back-link {
	text-align: center;
}

.back-link a {
	font-size: 0.9em;
	padding-left: 18px;
	background: url(../images/icons/arrow-left.gif) no-repeat center left !important;
}

/* Banner */

#banner {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	position: relative;
	background: url(../images/banner-top.jpg) no-repeat center left !important;
}

#banner .banner-logo {
	position: absolute;
	display: block;
	top: 10px;
	left: 2px;
	background: url(../images/logo.png) no-repeat center right !important;
	width: 420px;
	height: 85px;
}

#banner .banner-login-info {
	position: absolute;
	bottom: 35px;
	right: 13px;
	font-size: 0.75em !important;
}

#banner .banner-login-info {
	color: #808080 !important;
}

#banner .banner-login-info a.banner-login-info-login {
	padding-left: 14px;
	background: url(../images/icons/login.gif) no-repeat center left !important;
}

#banner .banner-login-info .banner-login-info-summary {
	padding-left: 14px;
	background: url(../images/icons/user.gif) no-repeat center left !important;
}

#banner .banner-login-info, #banner .banner-login-info a {
	color: #808080;
}

#search-panel {
	/* background-color: #313127; */
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#search-panel .search-panel-text-field {
	border: 0px;
	padding: 2px;
	width: 120px;
	
	border: 1px solid #DFEDF6;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	
	padding-left: 18px;
	background: url(../images/icons/lupa-bg-white.png) no-repeat 2px 2px !important;
	background-color: white !important;
}

/**
  Content
*/

#content {
	
	margin-left: auto;
	margin-right: auto;

	padding-bottom: 27px; /* 25px -- footer + 2px -- separator */

	background: url(../images/body-bg.png) repeat-x left top;
	background-color: white !important;
	
	padding: 10px;
	
	z-index: 0;
	
	border-top: 1px solid #c0c0c0;
	
}

#content .left-2-on-3 {
	width: 66%;
	float: left;
}

#content .right-1-on-3 {
	width: 33%;
	float: right;
}

#content .left-3-on-4 {
	width: 75%;
	float: left;
}

#content .right-1-on-4 {
	width: 25%;
	float: right;
}

#content .content-breadcrumb {
	font-size: 0.75em;
	color: #555;
	margin-bottom: 10px;
}

/** footer */

.footer-separator {
	border-top: 1px solid #85BBE1;
	border-bottom: 1px solid white;
}

#footer {
	background-color: #A5D5D9;
	color: #888;
	padding: 5px;
	font-size: 0.75em;
	text-align: right;
	border-bottom: 1px solid #c0c0c0;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a {
	color: #888;
}

/** Highlights Home */
.home-top-right-box {
	font-size: 0.85em;
	background: url(../images/content/bg-ac.png) no-repeat bottom right !important;
}

.home-highlight {
	font-size: 13px;
	clear: left;
}

.home-highlight-box {
	background: url(../images/content/bg-info.jpg) no-repeat bottom right !important;
}

.home-highlight .home-highlight-title {
	border-bottom: 1px solid #BBD9ED;
	padding: 3px;
}

.home-highlight .home-highlight-title a {
	color: #8b0000;
	font-size: 1em;
}

.home-highlight .home-highlight-body {
	font-size: 0.85em;
	padding: 3px;
}

.home-highlight .home-highlight-body-thumb {
	float: left;
	margin: 5px;
	margin-top: 0px;
}

.home-highlight .home-highlight-body-thumb img {
	padding: 1px;
	border: 1px solid #BBD9ED;
	height: 50px;
}


.home-highlight .home-highlight-footer {
	font-size: 0.9em;
	text-align: right;
	color: #ccc;
}

.home-highlight .home-highlight-footer a {
	color: #888;
	padding-left: 12px;
	font-style: italic;
	background: url(../images/icons/url1.gif) no-repeat left 2px !important;
}

/** Headings */
#content h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content h2-icon-faq {
	
}

/** Form servicos min. publico */
.smp-form .smp-form-textfield {
	width: 100%;
	border: 1px solid #85BBE1;
}

/**
 player
 */
div.player {
	position: relative;
	margin-top: 0px;
	width: 99.5%;
	display: block;
	height: 217px;
	text-align: center;
	background: white url(../images/body-bg.png) repeat-x top left;
	z-index: 0;
}

div.player .play:hover {
	opacity: 1;
}

div.player .play {
	margin-top: 15%;
	cursor: pointer;
	opacity: 0.7;
}

div.player .info {
	height: 20px;
	width: 96%;

	background: #fff url(../images/content/player/bg.gif) repeat-x left 1px;
	
	opacity: 0.7;
	
	text-align: left;
	font-size: 0.9em;
	border-top: 1px solid #c0c0c0;
	
	position: absolute;
	bottom: 0px;
	padding: 2%;
	left: 0px;
}

div.player .info span {
	color: #555;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
}

/**
	Glossary
*/

.glossary a.glossary-index-item:hover {
	background-color: #efefef;
}

.glossary .glossary-index {
	text-align: center;
}

.glossary a.glossary-index-item {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin: 2px;
	background-color: white;
	width: 20px;
	text-align: center;
}

.glossary .glossary-index-title {
	font-size: 1.2em;
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}

.glossary .glossary-index-title .glossary-index-title-toplink {
	font-size: 0.8em;
	float: right;
	padding-left: 17px;
	background: url(../images/icons/arrow-up.gif) no-repeat left top !important;
}

.glossary .glossary-item {
	font-size: 0.9em;
	margin: 10px;
	
}

.glossary .glossary-item .glossary-item-title {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #d0d0d0;
	padding: 5px;
	background-color: #efefef;
}


.glossary .glossary-item .glossary-item-body {
	padding: 5px;
}

/**
 Content Item (content.jsp)
*/
.content-item-detail {
	border-right: 1px solid #dedede;
	padding-right: 10px;
}
 
.content-item-detail .content-item-detail-title {
	font-size: 1.6em;
	border-bottom: 1px solid #c0c0c0;
	padding: 5px;
	margin-bottom: 5px;
}

.content-item-detail .content-item-detail-summary {
	border-bottom: 1px solid #c0c0c0;
	font-size: 0.9em;
}

.content-item-detail .content-item-detail-thumbnail {
	float: left;
	margin: 5px;
	margin-top: 0px;
}

.content-item-detail .content-item-detail-thumbnail img {
	border: 1px solid #c0c0c0;
	padding: 1px;
}

.content-item-detail .content-item-detail-date {
	float: right;
	color: #888;
	font-size: 0.75em;
}

.content-item-detail .content-item-detail-body {
	font-size: 0.9em;
}

/**
 Default Nav Bar
 */

.default-nav-bar-table {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
}

.default-nav-bar, .default-nav-bar a, .default-nav-bar select {
	font-size: 11px;
}

.default-nav-bar {
	margin: 3px;
}

.default-nav-bar a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behaviour: url(border-radius.htc);
}

.default-nav-bar a, .default-nav-bar a:visited {
	text-decoration: none;
	color: black;
}

.default-nav-bar .default-nav-bar-start-disabled,
.default-nav-bar .default-nav-bar-previous-disabled,
.default-nav-bar .default-nav-bar-next-disabled,
.default-nav-bar .default-nav-bar-end-disabled
{
	cursor: default;
	color: #c0c0c0;
}

.default-nav-bar a {
	background: url(../images/content/btn-bg.gif) repeat-x left top !important;
	padding: 3px;
	border: 1px solid #c0c0c0;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin-left: 3px;
	margin-right: 3px;
}

.default-nav-bar select {
	
}

/**
 Util Box
 */
.util-box {
	font-size: 0.8em;
	padding-left: 10px;
}

.util-box .util-box-email,
.util-box .util-box-print
{
	display: block;
	padding: 5px;
	padding-left: 24px;
	
}

.util-box .util-box-print {
	background: url(../images/icons/printer.png) no-repeat left 5px !important;
}

.util-box .util-box-email {
	background: url(../images/icons/email.png) no-repeat left 5px !important;
}

/**
 Sugestoes
 */
.sugestoes-form {
	font-size: 0.9em;
}


.sugestoes-form .label {
	display: block;
	padding: 2px;
}

.sugestoes-form input, .sugestoes-form textarea {
	width: 100%;
	border: 1px solid #c0c0c0;
}

.sugestoes-form textarea {
	height: 100px;
}

/**
 Item List
*/
.item-list {
	border-right: 1px solid #dedede;
	padding-right: 10px;	
}

.item-list .item-list-title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
}

.item-list .item-list-summary {
	font-size: 0.9em;
	padding: 5px;
}

.item-list .item-list-list {
	font-size: 0.9em;
}

.item-list .item-list-list .item-list-list-link {
}

.item-list .item-list-list .item-list-list-summary {
	margin-left: 3%;
	font-size: 0.9em;
}

.item-list .item-list-list .item-list-item-thumbnail {
	float: left;
	margin: 2px 5px 5px 0px;
}

.item-list .item-list-list .item-list-item-thumbnail img {
	border: 1px solid #c0c0c0;
	padding: 1px;
}

/**
 * ForgotPW Form
 */
.forgotpw {
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.forgotpw .forgotpw-username-label {
	display: block;
	margin: 1px;
	width: 120px;
	float: left;
	padding: 3px;
}

.forgotpw .forgotpw-buttonbar {
	background-color: #eaeaea;
	padding: 3px;
	text-align: right;
}

.forgotpw .forgotpw-username-field {
	border: 1px solid #c0c0c0;
	margin: 1px;
}

.forgotpw .forgotpw-captcha #recaptcha_widget_div div {
	margin-left: auto;
	margin-right: auto;
}

 /**
  * Send Email
  **/
.send-email-form-table {
	
}
  
.send-email-form {
	font-size: 0.9em;
}

.send-email-form label {
	display: block;
	margin: 1px;
	width: 150px;
	float: left;
	padding: 3px;
}

.send-email-form textarea {
	font-size: 0.8em;
}

.send-email-form .re-captcha {
	margin-left: 156px;
}

.send-email-form #recaptcha_widget_div div {
}

.send-email-form input, .send-email-form textarea {
	border: 1px solid #c0c0c0;
	margin: 1px;
	width: 310px;
}

.send-email-form textarea {
	height: 200px;
}

.send-email-form .send-email-buttonbar {
	background-color: #eaeaea;
	padding: 3px;
	text-align: right;
}

/**
 * ChPwd
 **/
 
 .chpwd-form {
	font-size: 0.9em;
}

.chpwd-form label {
	display: block;
	margin: 1px;
	width: 120px;
	float: left;
	padding: 3px;
}

.chpwd-form #recaptcha_widget_div div {
	margin-left: auto;
	margin-right: auto;
}

.chpwd-form input, .chpwd-form textarea {
	border: 1px solid #c0c0c0;
	margin: 1px;
	width: 300px;
}

.chpwd-form .chpwd-form-buttonbar {
	background-color: #eaeaea;
	padding: 3px;
	text-align: right;
}

.chpwd-form .chpwd-form-error {
	float: left;
	color: red;
}

/**
 * Site Map rules
 *************/
#sitemap {
	font-size: 0.9em;
}
 
#sitemap a {
}

#sitemap .nav-top-separator {
	display: none;
	visibility: hidden;
}

#sitemap .node-description, #sitemap .item-description {
	font-size: 0.85em;
	color: #555;
}

/**
 * Default Gallery
 *****************/
.default-gallery a {
	margin: 2px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
}

.default-gallery .title {
	text-align: center;
	font-size: .8em;
}