@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	COLORS SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	

 
	Blue: #b74a26
	Light Gray: #787778
	Dark Gray: #787778
	Borders: #efefef 


*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font-family: Helvetica, verdana, "Georgia", "Times New Roman", Arial, sans-serif;
	color: #787778;
	min-width:999px;
	font-size:75.2%;
	line-height: 1.538em;
	background: #8f8f8f url("../images/bg_body.gif") repeat-x top left; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#b74a26;
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color: #787778;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	font-size:1em;
	color:#727272;
	margin: 0 0 12px 0; }

h1, h2, h3, h4, h5 { letter-spacing:-0.5px; }
 
h1 {
	font-size:2.8em;
	color:#b74a26;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:2.2em;
	color:#787778;
	text-transform: uppercase;
	font-weight: normal;
	margin: 25px 0 10px 0; }
 
h3 {
	font-size:1.5em;
	color:#787778;
	font-weight: bold;
	margin: 25px 0 10px 0; }

h4 {
	font-size:1.1em;
	color:#787778;
	font-weight: normal;
	margin: 25px 0 10px 0; }

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.wrapper {
	width:100%; }
 
 /* HEADER */
.header {
	position:relative;
	height: 97px;
	width: 988px;
	margin: 0 auto;
	background:#fff url("../images/bg_header.gif") no-repeat top left; }

.content { 
	width:100%;
	overflow:hidden;
	background:#fff url(../images/bg_content.gif) repeat-y 50% 0; }

.content-wrapper { 
	margin:0 auto;
	width:988px;
        background-color:white;
        overflow:hidden;
}

.sidebar {
	float:left;
	width:266px;
	padding:50px 30px 30px 0;
	margin:0 -1px 0 0;
	overflow:visible;
	height:auto;
	background:#fff url(../images/border.gif) repeat-y 100% 0; }

.footer {
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:center; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position:absolute;
	top:3px; 
	left:10px;
	margin:0;
	padding:0;
	width:280px;
	height:84px;
	text-indent:-9999px;
	background:transparent url("../images/logo.png") no-repeat 0 0; }

.header #nav {
	position:absolute;
	top:21px;
	right:10px;
	margin:0;
	padding:0; }

.header #nav li {
	position: relative;
	float:left;
	width:auto;
	padding:0 5px !important;
	background:transparent; }

.header #nav li a {
	position: relative;
	display:block;
	color:#545454;
	font-size:1.0em;
	border:1px solid #fff;
	padding:15px 2px 8px 2px;
	text-transform:uppercase;
	background:transparent; }

.header #nav li a:hover {
	color:#b74a26;
	background:#fff; }

.header #nav li a.selected {
	color:#b74a26;
	background:#fff; }

.header #nav li.sub a:hover, .header #nav li.sub:hover a {
	color:#b74a26;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #fff;
	background:transparent;
	z-index: 2; }

.header #nav li ul {
	position:absolute;
	padding:5px 10px;
	margin:0;
	width:190px;
	height:auto;
	top:36px;
	left:5px;
	background:#ffffff;
	border:1px solid #efefef;
	display:none;
	z-index: 1; }

.header #nav li ul li {
	float:none;
	padding:0;
	margin:7px 0; }

.header #nav li ul li a  {
	width:190px;
	font-size:1.2em;
	padding:2px 0;
	text-transform: none;
	border:none !important;
	color:#787778 !important; }

.header #nav li ul li a:hover {
	color:#787778 !important;
	border: none !important; }


/* MAIN-CONTENT */
.main-content {
	width:631px;
	min-height:240px;
	padding:30px 30px 30px 30px ;
	margin:0;
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	overflow:hidden;
	background-image: url("../images/diamante.png");
	background-attachment: scroll;
	background-position: 400px -200px;
	background-repeat: no-repeat;
	background-color: #fff;
	 }

* html .main-content {
	height:240px;
	overflow:visible; }
	
.main-content  {
	float:right; }

.main-content h1 {
	font-size:2.9em;
	letter-spacing:-4px;
	text-transform:uppercase;
	margin:0; padding-bottom:10px;
	}

.main-content h2 {
	font-size:3.9em;
	color:#787778;
	font-weight:bold;
	letter-spacing:-6px;
	text-transform:uppercase;
	margin:-13px 0 5px 0; }

/* MAIN CONTENT FOOTER */
.main-content-footer {
	width:629px;
	padding:20px 0 0 0;
	margin:20px 0;
	border-top:1px solid #ebebeb; }

.main-content-footer .grid {
	display:inline;
	float: left;
	position: relative; }

.main-content-footer .col-left,
.main-content-footer .col-right  {
	width:305px;
	float:left;
	margin:0; }

.main-content-footer .col-left {
	margin:0 19px 0 0; }

.main-content-footer .col-left .icon,
.main-content-footer .col-right .icon  {
	width:70px;
	height:100%;
	float:left;
	margin:0 15px 0 0; }

.main-content-footer .col-left .text,
.main-content-footer .col-right .text {
	padding:0 0 0 85px; }

.main-content-footer .col-left p,
.main-content-footer .col-right p {
	margin:5px 0;}

.main-content-footer .col-left a,
.main-content-footer .col-right a {
	margin:5px 0;
	color:#787778;
	font-size: 16px; }

.main-content-footer .col-left a:hover,
.main-content-footer .col-right a:hover {
	margin:5px 0;
	color:#b74a26;
	font-weight: 400; }

/* MANAGEMENT TEAM */
.team-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.team-block .box-left {
	width:150px;
	padding:0;
	float:left; }

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	margin:0 0 0 150px; 
	padding:0; }

.team-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../images/quote.png) no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }


/*	-------------------------------------------------------------
	SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* SUB NAVIGATION */
ul.subnav {
	padding:0;
	margin:0 0 20px 0; }

ul.subnav li  {
	display:block;
	padding: 3px 0; }

ul.subnav li a {
	display:block;
	font-size: 1.3em;
	padding:12px 10px 3px 10px;
	text-align: right;
	border-top:1px solid #efefef;
	color: #545454 }

ul.subnav li a:hover, ul.subnav li a.selected {
	color: #3d3d3d }


ul.subnav li:first-child a  {
	padding-top:0;
	display:block;
	border-top:0px solid #efefef; }

/* SCROLL WIDGET */
.scroll {
	position:relative;
	min-height:137px;
	border:1px solid #efefef;
	margin:0 0 20px 0;
	background:#fff; }

.scroll .titulo
{
	color:#555;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	padding:5px 10px 6px;
	margin: 0;
	text-align:center;
}

.scroll .conteudo
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background:#F5F5F5;
	min-height:120px;
	padding:5px 5px 20px 18px;
}

.scroll h2 {
	margin:18px 0 5px 19px;
	border:none;
	font-size:1.4em;
	line-height:1em; }

.scroll ul {
	position:relative;
	width:230px;
	height:91px;
	margin:0 19px;
	list-style:none; }
	
.scroll ul li {
	/*width:230px;*/
	/*height:84px;*/
	margin:0;
	line-height:1.334em;}

.scroll ul li span {
	display:block;
	margin:0 0 .4em; }

.scroll ol {
	height:22px;
	position:absolute;
	top:0;
	right:15px;
	list-style:none;}

.scroll ol li {
	float:left; }

.scroll ol a {
	display:block;
	width:11px;
	height:22px;
	margin:0 1px;
	padding:0 2px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:50% 0; }

.scroll ol li.previous a {
	background-image:url("../images/icon-arrow-down.gif");}

.scroll ol li.next a {
	background-image:url("../images/icon-arrow-up.gif");}

.scroll ol li a:hover {
	background-position:50% 100%; }

#scrollSpotlight h2 {
	margin-bottom:18px; }

#scrollSpotlight ul {
	width:230px;}

#scrollSpotlight ul li {
	width:230px;} 

#scrollSpotlight ul li a {
	padding:0 0 0 13px;
	background:transparent url("../images/arrow.gif") no-repeat 1px 3px; }

#scrollSpotlight ul li strong {
	color:#787778;}

#scrollSpotlight li p {
	margin:0 0 .4em;
	line-height:1.25em; }

/* BUTTONS */
.btn-widget {
	border:1px solid #efefef;
	background:#f8f8f8;
	padding:12px 18px; 
	margin-bottom:10px;}

.btn-widget:hover {
	background:#fff;
	cursor: pointer; }

/* BUTTONS */
.btn-widget2 {
	border:1px solid #8d2a1c;
	background:#8d2a1c;
	padding:6px 9px; 
	margin-bottom:10px;}

.btn-widget2:hover {
	background:#b74a26;
	cursor: pointer; }


/*	-------------------------------------------------------------
	VARIOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.span1, .span2, .span4, .span5 {
	float:left;
	margin:0 30px 0 0;
	text-align: left;
	width:300px; }

.span2 {
	margin:0 ; }

.span3 {
	float:left;
	text-align: justify;
	padding:10px 0 20px 60px;
	margin:20px 0 0 -10px;
	width:240px;
	background:transparent url("../images/col_sep_quote.gif") no-repeat top left;  }

.span3 p {
	font-size:1.6em;
	text-align: justify;
	line-height:1.2em;
	color:#787778;
	padding:3px 0 3px 0 }

.span3 span {
	padding: 0 0 5px 0;
	font-size:1.2em; }

.span4 {
	width:250px; }

.span5 {
	width:320px; }


blockquote { 
	margin:20px 0 20px 15px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../images/quote.png) no-repeat 0 0; }
	
blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	width:100%;
	background:#fff url("../images/bg_footer.gif") repeat-x top left; }

.footer-wrapper {
	position:relative;
	width: 948px;
	margin: 0 auto;
	text-align: center;
	padding:10px 20px 10px 20px;
	background:#fff url("../images/bg_footer_wrapper.gif") no-repeat top left; }

.footer-wrapper p {
	color:#fff; }

.footer-wrapper a {
	color:#fff;
	font-weight: bold; }

.errorMessage
{
	color: red;
}

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

ul.yiiPager
{
    font-size:11px;
    border:0;
    margin:0;
    padding:0;
    line-height:100%;
    display:inline;
}

ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    border:solid 1px #DEDEDE;
    font-weight:bold;
    color:#b74a26;
    padding:1px 6px;
    text-decoration:none;
}

ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager a:hover
{
    border:solid 1px #b74a26;
}

ul.yiiPager .selected a
{
    background:#b74a26;
    color:#FFFFFF;
    font-weight:bold;
}

ul.yiiPager .hidden a
{
    border:solid 1px #DEDEDE;
    color:#888888;
    cursor:default;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
    display:none;
}

/**
 * Forum
 */

 div.principal{
     position:relative;
 }
 
 div.principal .data_author{
     float:right;
     text-align:right;
     padding:5px;
     margin-top:-6px;
     margin-right:-6px;
     border:1px solid silver;
 }
 
 div.principal .data_author_admin{
     float:right;
     text-align:right;
     padding:5px;
     margin-top:-6px;
     margin-right:-6px;
     border:1px solid #B74A26;
     border-bottom:3px solid #B74A26;
     border-left:2px solid #B74A26;
 }

 div.principal .rodape{
     text-align:left
 }
 