/** Folha de estilos principal do site. */

@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');

@import url('util.css');

/*-----------------------------------------------------------------------------*/

html {
	background-color: #E3E3E3;
}

#container {
	position: relative;
	width: 1024px;
	height: auto;
	
	margin: 0 auto 15px;
}

/*-----------------------------------------------------------------------------*/

.header {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	
	position: relative;
	width: auto;
	height: 130px;
}

.header .logo {
	background: transparent url('../images/logo.jpg') no-repeat 0 0;
	
	position: absolute;
	display: block;
	width: 291px;
	height: 58px;
	
	top: 41px;
	left: 48px;
}

#frmSearch {
	background: transparent url('../images/search.jpg') no-repeat 0 0;
	
	position: absolute;
	width: 204px;
	height: 45px;
	
	right: 28px;
	bottom: 12px;
}

#frmSearch input {
	font: normal 14px Tahoma, Verdana, Arial, serif;
	color: #AAA;
	border: 0 solid #000;
	
	position: absolute;
	width: 150px;
	height: auto;
	
	top: 11px;
	left: 7px;
	
	padding: 2px;
}

#frmSearch #search-button {
	position: absolute;
	display: block;
	width: 38px;
	height: 42px;
	
	top: 2px;
	right: 1px;
}

/*-----------------------------------------------------------------------------*/

#top-bar {
	font: normal 12px Tahoma, Verdana, Arial, serif;
	color: #FFF;
	background: transparent url('../images/bg/login.gif') no-repeat 0 0;
	border-top: 1px solid #BBB;
	
	position: absolute;
	overflow: hidden;
	width: 122px;
	height: 29px;
	
	top: 9px;
	right: 12px;
	
	z-index: 1;
}

#top-bar a {
	font: normal 12px Tahoma, Verdana, Arial, serif;
	color: #FFF;
	text-decoration: none;
}

#top-bar a:hover {
	text-decoration: underline;
}

#top-bar .flags {
	border-right: 1px solid #D2DDE8;
	
	position: absolute;
	top: 5px;
	left: 6px;
	
	padding-right: 6px;
}

#top-bar .flags img {
	margin: 0 2px;
}

#frmLogin {
	position: absolute;
	top: 5px;
	left: 78px;
}

#btn-login {
	font-weight: bold !important;
	
	position: relative;
	width: auto;
	height: auto;
	
	top: 1px;
}

#login-fields {
	font: normal 12px Tahoma, Verdana, Arial, serif;
	color: #FFF;
	
	display: none;
}

#login-fields input {
	font: normal 11px Tahoma, Verdana, Arial, serif;
	color: #069;
	border: 1px solid #AAA;
	
	padding: 2px;
}

#login-fields input#bt-ok {
	font-weight: bold;
	font-size: 11px;
	color: #777;
	background-color: #F5F5F5;
	
	height: 18px;
	padding: 0;
}

#logged {
	position: absolute;
	top: 7px;
	left: 78px;
}

/*-----------------------------------------------------------------------------*/

.nav {
	text-align: center;
	background: #FFF url('../images/bg/body.jpg') repeat-y 0 0;
	
	position: relative;
	overflow: hidden;
	width: auto;
	height: 38px;
}

.inner-nav {
	text-align: center;
	background-color: #94ADC7;
	
	position: relative;
	overflow: hidden;
	clear: both;
	width: 1000px;
	height: 100%;
	
	margin: 1px auto;
}

#nav-items-container {
	position: relative;
	width: auto;
	height: auto;
	
	margin: 0 auto;
}

.nav a {
    font: bold 14px Tahoma, Verdana, Arial, serif;
	color: #FFF;
	text-decoration: none;
	background-color: #94ADC7;
	background-repeat: no-repeat;
	background-position: top right;
    
    position: relative;
	display: block;
	float: left;
	width: auto;
    height: 25px;
    
    padding: 5px 8px 6px 0;
	margin-right: 3px;
	
	top: 6px;
}

.nav a span {
	line-height: 15px;
    background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
    
    padding: 4px 0 6px 8px;
}

.nav a.selected,
.nav a:hover {
	color: #94ADC7;
	background-image: url('../images/bt/sd_white_a.gif');
}

.nav a.selected span,
.nav a:hover span {
    background-image: url('../images/bt/sd_white_span.gif');
}

/*-----------------------------------------------------------------------------*/

#content {
	background: #FFF url('../images/bg/body.jpg') repeat-y 0 0;
	
	float: left;
	width: auto;
	height: 370px;
}

#content[id] {
	float: none;
	height: auto;
	min-height: 370px;
}

#content:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#inner-content {
	position: relative;
	clear: both;
	width: 1000px;
	height: 100%;
	
	margin: 0 auto;
}

#inner-content:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*-----------------------------------------------------------------------------*/

.menu {
	background-color: #EFF3F7;
	
	position: relative;
	float: left;
	width: 180px;
	height: 100%;
	
	margin-right: 20px;
}

.menu a {
	font: normal 11px Verdana, Arial, serif;
	color: #888;
	text-align: right;
	text-decoration: none;
	border: 1px solid #EFF3F7;
	border-right-style: none;
	
	position: relative;
	overflow: hidden;
	display: block;
	width: auto;
	height: auto;
	
	padding: 4px 12px;
	margin: 6px 0 6px 8px;
}

.menu a:hover,
.menu a.selected {
	color: #94ADC7;
	background-color: #FFF;
	border: 1px solid #D6E2EF;
	border-right-style: none;
}

.menu a.selected {
	font-weight: bold;
	padding-right: 14px;
}

/*-----------------------------------------------------------------------------*/

.main {
	background-color: #FFF;
	
	font-family: Verdana, Arial, serif;
	font-size: 13px;
	color: #666;
	
	position: relative;
	float: left;
	width: 780px;
	height: auto;
	
	padding: 8px 0 12px 0;
	margin-right: 10px;
}

.main[class] {
	width: 790px;
}

.main h1 {
	font: normal 22px Verdana, Arial, serif;
	color: #F60;
	
	margin: 4px 0 16px 0;
}

.main h2 {
	font-size: 14px;
	color: #94ADC7;
	text-transform: uppercase;
	
	padding-bottom: 8px;
	margin-top: 18px;
	margin-bottom: 2px;
}

.main h2.more {
	color: #069;
	border-bottom: 1px solid #B5D5DF;
}

.main p {
	line-height: 15px;
}

.main a {
	color: #94ADC7;
}

.main a:hover {
	color: #036;
}

.main table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left-style: none;
	
	width: 100%;
	height: auto;
}

.main td {
	font: normal 13px Verdana, Arial, serif;
	
	border-top: 1px solid #CCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left: 1px solid #CCC;
	
	padding: 5px;
}

.main img {
	border: 1px solid #DDD;
	padding: 3px;
}

.main .running {
	color: #CCC;
}

.main .attach {
	background: transparent url('../images/icons/attach.gif') no-repeat 0 1px;
	padding-left: 20px;
}

.main .intro-table {
	width: 99%;
	margin-bottom: 18px;
}

.main .intro-table,
.main .intro-table td {
	border-style: none;
}

.main .intro-table ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 16px;
}

.main .about {
	background: transparent url('../images/icons/lightbulb.gif') no-repeat center left;
	
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	
	padding-left: 22px;
}

/*-----------------------------------------------------------------------------*/

.footer {
	font: normal 12px Verdana, Arial, serif;
	color: #888;
	background: transparent url('../images/bg/footer.jpg') repeat-x 0 0;
	
	position: relative;
	clear: both;
	width: auto;
	height: 57px;
	
	padding: 6px 10px;
}

.footer a {
	font: normal 12px Verdana, Arial, serif;
	color: #888;
	text-decoration: none;
}

.footer a:hover {
	color: #94ADC7;
	text-decoration: underline;
}

.footer .part-1 {
	position: absolute;
	top: 14px;
	left: 28px; 
}

.footer .part-2 {
	position: absolute;
	top: 14px;
	right: 28px; 
}

/*-----------------------------------------------------------------------------*/

