/**
 * CSS - Cascade Style Sheet 
 * @author: Wdabliu - Internet com Estilo
 * @moreinfo: www.wdabliu.com.br
 * @created: 24-ago-2008
 * @modified: 24-ago-2008
 **/


/* tags */

html {
	overflow: -moz-scrollbars-vertical;
}


body,div,span,a,input,textarea,quote,fieldset,legend,h1,h2,h3 {
	font-size:14px;
	color:#000;
	font-family:Tahoma,verdana,Sans-Serif,Arial,Helvetica;
	text-decoration: none;
}

body {
	margin:0px;
	padding:0px;
	background: #8b959e;	
}

h1,h2,h3,form {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:18px;
}

a:hover {
	color:#0b5a66;
	text-decoration:underline;
}

a img {
	border:#fff 1px solid;
}

a:hover img {
	border:#0b5a66 1px solid;
}

input,textarea,select {
	border:#ccc 1px solid;
}

fieldset {
	padding:0px;
	margin:0px;
	border:#ccc 1px solid;
}

fieldset div {
	padding:0px;
	margin:10px;	
}

/* ids */

#page {
	position:relative;
	width:779px;
	background:#f00;
	left:50%;
	margin-left:-389px;
	background:url(../img/main_bg.gif) top repeat-y;
}

#header {
	position:relative;
	clear:both;
	height:149px;
	background:url(../img/header_bg.jpg) top no-repeat;
}

#footer {
	position:relative;
	clear:both;
	height:82px;
	background:url(../img/footer_bg.jpg) top no-repeat;
	color:#fff;
	padding:10px 10px 10px 10px;
}

#footer div {
	color:#fff;
}

#footer a {
	color:#fff;
}

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

#main {
	position:relative;
	clear:both;
	background:url(../img/main_bg.gif) top repeat-y;
}

#main_fix {
	position:absolute;
	height:1px;
	line-height:1px;
	clear:both;
}

#header_shadow {
	position:relative;
	clear:both;
	height:4px;
	line-height:4px;
	background:url(../img/header_shadow.gif) top no-repeat;
}

#leftbar, #mainbar, #rightbar {
	position:relative;
	float:left;
	/* background:url(../img/header_shadow.gif) top no-repeat; */
}

#leftbar
{
	width:192px;
	/* background:#f0f; */
}

#mainbar {
	/* width:395px; */
	/* background:#ff0; */
	width:392px;
}

#rightbar {
	width:192px;
	left:4px;
	/* background:#0ff; */
}

#bannerbar {
	position:relative;
	float:left;
	clear:right;
	/* background:#ff0; */
	height:64px;
	padding-left:50px;
}

/* classes */
.sidebox {
	position:relative;
	width:188px;
	left:50%;
	margin-left:-94px;
	background:url(../img/box_bg.gif) center repeat-y;
	margin-bottom:4px;
}

.mainbox {
	position:relative;
	width:393px;
	left:50%;
	margin-left:-195px;
	background:url(../img/box2_bg.gif) center repeat-y;
	margin-bottom:4px;
}

.mainbox_title {
	position:relative;
	width:393px;	
	background:url(../img/box2_title2.gif) top no-repeat;
	padding-top:9px;
	clear:both;
}

.mainbox h1 {
	width:300px;
}

.mainbox h1, .mainbox h2 {
	position:relative;
	top:-4px;
	line-height:22px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
	_padding-bottom:-25px;	
	font-size:15px;
/*	background:url(../img/box2_title_h1_bg.gif) 0px 0px repeat-x;
*/	max-width:360px;
	border-bottom:2px solid #4399B3;
	margin-bottom:7px;
	
}

/*#divisao{
	background:url(../img/box2_title_h1_bg.gif) 0px 0px repeat-x;
	background:url(../img/box_divisao.gif);
	width:315px;
	height:6px;
}*/


.mainbox h2 {
	left:-20px;
/*	background:url(../img/box2_title_h1_bg_end.gif) 0px 0px;
*/}

.mainbox .mainbox_date {
	position:relative;
	clear:both;
	line-height:12px;
	top:-10px;
	left:20px;
	font-size:11px;
	color:#999;
}

.mainbox .mainbox_date a {
	color:#999;
	font-size:11px;
}

.navbar {
	/* padding:10px; */
}
.navbar a {
	display:block;
	background:#17588A;
	padding:3px;
	border:1px #17588A solid;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

.navbar a:hover {
	background:#33749c;
	border:1px #296995 solid;
	color:#000;
}

.box_content, .box2_content {
	position:relative;
	clear:both;
	color:#fff;
	padding:10px;
/*	border:1px #000000 solid;
*/}

.box2_content {
	color:#000;
	padding:0px 10px 0px 10px;
}

.box2_content ul{
margin-left:-15px;
*margin-left:15px;
}

.pagenav {
}

.page_item {
	list-style:none;
}

.error {
	position:relative;
	border:#f00 1px solid;
	background:#FFD5D6 url(../img/ico.x.64x64.png) 10px 15px no-repeat;
	padding:10px;
	padding-left:80px;
}

.info {
	position:relative;
	border:#0f0 1px solid;
	background:#9f9 url(../img/ico.up.64x64.gif) 10px 15px no-repeat;
	padding:10px;
	padding-left:80px;
}

.sidebanner {
	text-align:center;
	margin:10px;
}