/** 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');

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

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

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

.header {
	background-color: #FFF;
	
	position: relative;
	width: auto;
	height: 130px;
	
	margin-bottom: 1px;
}

.header .logo {
	background: transparent url('../images/logo.jpg') no-repeat 0 0;
	
	position: absolute;
	display: block;
	width: 306px;
	height: 108px;
	
	top: 10px;
	left: 2px;
}

.header .banner {
	background-color: #FCF;
	
	position: absolute;
	width: 652px;
	height: 130px;
	
	top: 0;
	right: 10px;
}

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

.nav {
	background: transparent url('../images/bg/nav.jpg') repeat-x 0 0;
	
	position: relative;
	width: auto;
	height: 46px;
}

.nav .l-round,
.nav .r-round {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	
	position: absolute;
	width: 13px;
	height: 46px;
	
	top: 0;
}

.nav .l-round {
	background-image: url('../images/bg/nav_l_round.jpg');
	left: 0;
}

.nav .r-round {
	background-image: url('../images/bg/nav_r_round.jpg');
	right: 0;
}

.nav .items {
	font-size: 0;
	text-align: left;
	background: transparent url('../images/bg/nav_splitter.jpg') no-repeat right top;
	
	position: relative;
	width: auto;
	height: auto;
	
	margin: 0 225px 0 20px;
}

.items a {
	font: bold 14px Verdana, Arial, serif;
	color: #FFF;
	text-decoration: none;
	line-height: 38px;
	
	width: auto;
	height: 38px;
	
	padding: 10px 7px 11px;
}

.items a[href] {
	padding: 9px 7px 12px;
}

.items a:hover,
.items a:focus,
.items a:active,
.items a.selected {
	background: transparent url('../images/bg/nav_on.jpg') repeat-x 0 0;
}

.nav form {
	background: transparent url('../images/search.jpg') no-repeat 0 0;
	
	position: absolute;
	width: 194px;
	height: 27px;
	
	top: 6px;
	right: 18px;
}

.nav form input {
	font: normal 13px Verdana, Arial, serif;
	color: #BBB;
	border: 0 solid #000;
	
	position: absolute;
	width: 152px;
	height: auto;
	
	top: 3px;
	left: 8px;
	
	padding: 2px;
}

.nav form a {
	position: absolute;
	display: block;
	width: 25px;
	height: 23px;
	
	top: 1px;
	right: 0;
}

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

.content {
	background-color: transparent;
	
	position: relative;
	width: 954px;
	height: 370px;
	
	top: 0;
	
	padding-bottom: 28px;
	margin: 0 auto;
}

.content[class] {
	float: none;
	height: auto;
	min-height: 370px;
}

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

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

.menu {
	background-color: #F3F3F3;
	
	position: relative;
	float: left;
	width: 180px;
	height: auto;
	
	top: -6px;
}

.menu .mtop {
	background: transparent url('../images/bg/mtop.jpg') no-repeat 0 0;
	
	position: relative;
	width: 180px;
	height: 35px;
}

.menu .mbottom {
	background: transparent url('../images/bg/mbottom.jpg') no-repeat 0 0;
	
	position: relative;
	width: 180px;
	height: 23px;
	
	margin-top: 12px;
}

.menu a {
	font: bold 12px Verdana, Arial, serif;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #EEE;
	
	position: relative;
	display: block;
	width: auto;
	height: auto;
	
	padding: 4px 6px;
	margin: 0 7px 6px 7px;
	
	outline-style: none !important;
}

.menu a.selected {
	font-size: 14px;
	color: #8EB4E1 !important;
	background-color: #FFF !important;
	border-bottom: 1px solid #E5E5E5;
	
	margin-right: 0;
}

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

.main {
	font-family: Verdana, Arial, serif;
	font-size: 13px;
	background-color: #FFF;
	
	position: relative;
	float: left;
	width: 759px;
	height: auto;
	
	margin: 12px 0 0 15px;
}

.main h1 {
	font: bold 32px Arial, Verdana, serif;
	color: #80BA03;
	
	margin: 0 0 16px 0;
}

.main h2 {
	font-size: 16px;
	color: #AA2924;
	border-bottom: 2px solid #DDD;
	
	clear: both;
	
	padding-bottom: 3px;
	margin-top: 18px;
	margin-bottom: 8px;
}

.main h2.more {
	color: #F60;
	border-bottom: 2px solid #F60;
}

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

.main a {
	color: #008FAD;
}

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

.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;
}

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

.footer {
	font: normal 13px Verdana, Arial, serif;
	color: #999;
	text-align: center;
	background-color: #FFF;
	border-top: 1px solid #DDD;
	
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	
	padding-top: 6px;
	margin: 0 13px;
}

.footer a {
	color: #069;
	text-decoration: none;
}

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

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