/** 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');
@import url('messages.css');

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

html {
	background: #FFF url('../images/bg/body.gif') repeat 0 0;
}

a.std {
	font: bold 12px Arial, Verdana, serif;
	color: #DDDD75;
	text-decoration: none;
}

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

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

#container {
	position: relative;
	width: 780px;
	height: auto;
	
	margin: 26px auto 15px auto;
}

.header {
	background-color: #000;
		
	position: relative;
	width: auto;
	height: auto;
	
	margin-bottom: 19px;
}

.header .hr {
	background-color: #FFF;
	width: auto;
	margin: 0;
}

.face {
	background: #000 url('../images/splash.jpg') no-repeat top right;
	
	position: relative;
	width: auto;
	height: 70px;
}

.face .logo {
	background: transparent url('../images/logo.jpg') no-repeat 0 0;
	
	position: absolute;
	width: 126px;
	height: 51px;
	
	top: 14px;
	left: 28px;
}

.nav {
	font-size: 0;
	text-align: center;
	background: #000 url('../images/bg/menu.jpg') repeat-x 0 0;
	
	position: relative;
	width: auto;
	height: 48px;
}

.nav a {
	font: bold 12px Arial, Verdana, serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 48px;
	
	width: auto;
	height: 48px;
	
	padding: 16px 8px 17px 8px;
}

.nav a:hover,
.nav a.selected {
	color: #000;
	background: transparent url('../images/bg/menu_on.jpg') repeat-x 0 0;
}

.hd-separator {
	background: transparent url('../images/bg/separator.jpg') repeat-x 0 0;
	
	position: relative;
	overflow: hidden;
	width: auto;
	height: 4px;
}

.sub-nav {
	font: normal 12px Arial, Verdana, serif;
	color: #999;
	text-align: center;
	line-height: 30px;
	background: #F7F7F7 url('../images/bg/submenu.gif') repeat-x bottom left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	
	position: relative;
	width: auto;
	height: 32px;
	
	padding: 0 10px;
}

.sub-nav[class] {
	line-height: 32px;
}

.sub-nav .round-left,
.sub-nav .round-right {
	background-color: transparent;
	background-image: url('../images/bg/sprites.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
	
	position: absolute;
	width: 6px;
	height: 32px;
	
	bottom: 0;
}

.sub-nav .round-left {
	left: -1px;
}

.sub-nav .round-right {
	background-position: -7px 10px;
	right: -1px;
}

.sub-nav a {
	font: normal 12px Arial, Verdana, serif;
	color: #000;
	text-decoration: none;
	line-height: inherit;
	
	margin: 0 4px;
}

.sub-nav a:hover {
	text-decoration: underline;
}

.sub-nav a.selected {
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	border: 1px solid #DDD;
	
	padding: 3px 6px;
}

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

.content {
	background-color: #FFF;
	border: 1px solid #E6E6E6;
	
	position: relative;
	width: auto;
	height: auto;
	
	padding: 18px 10px 0 10px;
}

.content .main,
.content .adv {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	
	margin-bottom: 22px;
}

.content .main {
	overflow: hidden;
	width: 504px;
	margin-right: 20px;
}

.content .adv {
	width: 230px;
}

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

.item {
	position: relative;
	clear: both;
	width: auto;
	height: 85px;
	min-height: 85px;
	
	margin-bottom: 16px;
}

.item[class] {
	height: auto;
}

.item .image {
	text-align: center;
	border: 1px solid #CCC;
	background-color: #FFF;
	
	position: relative;
	display: block;
	float: left;
	width: 85px;
	height: 65px;
	
	padding: 2px;
}

.item .text {
	font: normal 12px Arial, Verdana, serif;
	color: #000;
	
	margin-left: 98px;
}

.item .text h1 {
	font-weight: bold;
	font-size: 12px;
	
	margin-top: 0;
	margin-bottom: 8px;
}

.mini-itens {
	border-bottom: 1px solid #EEE;
}

.mini-itens a {
	font: normal 11px Arial, Verdana, serif;
	color: #AAA;
	text-decoration: none;
	line-height: 22px;
	border-top: 1px solid #EEE;
	
	position: relative;
	overflow: hidden;
	display: block;
	width: auto;
	height: 22px;
	
	padding: 0 3px;
}

.mini-itens a span {
	font-weight: bold;
	color: #777;
}

.mini-itens a:hover {
	background-color: #EFEFEF;
}

.mini-itens a:hover span {
	color: #000;
}

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

.adv form {
	margin: 0 2px;
}

.adv label {
	font: bold 12px Arial, Verdana, serif;
	color: #000;
	text-align: left;
	
	display: block;
	margin-bottom: 2px;
}

.adv input {
	font: normal 12px Arial, Verdana, serif;
	color: #AAA;
	border: 1px solid #DDD;
	
	width: 184px;
	height: auto;
	
	padding: 3px;
}

.adv .button {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	
	width: 30px;
	height: 24px;
}

.adv .banner {
	text-align: center;
	
	display: block;
	margin: 12px 0 0 0;
}

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

.footer {
	font: normal 10px Arial, Verdana, serif;
	color: #888;
	text-align: center;
	border-top: 1px solid #E6E6E6;
	
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	
	padding: 6px 0 12px 0;
	margin: 0 8px;
}

.content .footer[class] {
	padding-top: 12px;
}

.footer a {
	color: #888;
}

.footer a:hover {
	color: #000;
}

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

.main h1 {
	font: bold 22px Arial, Verdana, serif;
	color: #000;
	
	margin: 0 0 12px 0;
}

.main h1.section {
	border-bottom: 1px solid #DDD;
	padding-bottom: 6px;
}

.main h2 {
	font: bold 15px Arial, Verdana, serif;
	color: #888;
}

.main h6 {
	font: bold 14px Arial, Verdana, serif;
	color: #DDDD75;
	text-transform: uppercase;
	border-top: 1px solid #DDD;
	
	padding-top: 12px;
	margin: 12px 0;
}

.main p,
.main li {
	font: normal 13px Arial, Verdana, serif;
	color: #000;
	line-height: 17px;
}

.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 Arial, Verdana, serif;
	
	border-top: 1px solid #CCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left: 1px solid #CCC;
	
	padding: 5px;
}

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

.attach {
	font: normal 13px Arial, Verdana, serif;
	color: #888;
	background: #FFF url('../images/icons/attach.gif') no-repeat 3px 8px;
	border-top: 1px solid #EEE;
	
	padding: 7px 5px 7px 22px;
	margin: 12px 0;
}

.attach a {
	font: normal 13px Arial, Verdana, serif;
	color: #00C;
}

.attach a:hover {
	color: #C00;
}

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

#warning-label {
	margin-bottom: 18px;
}

#warning-label p {
	font-size: 11px;
	line-height: 13px;
}

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

