@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/*******CONTAINER DO MENU VERTICAL*********/

.containMenu {
	width: 162px;
	position: absolute;
	margin-left: 10px;
	z-index: 10000;/*top: 118px;
	left: 138px; posicao caso o menu tenha que ser incluido no final do codigo*/
}
.containMenu .orelhaMenu {
	width: 171px;
	height: 39px;
	position:relative;
	z-index: 10000;
	cursor: hand;
	cursor: pointer;
}

.orelhaMenu a {
	cursor: hand;
	cursor: pointer;
}


.orelhaMenu a:focus {
	outline: 0;
}

/*******CONTAINER DO MENU VERTICAL*********/

/*******MENU VERTICAL*********/

.menu_head {
	border:0px solid #998675;
}
.menu_body { /* a propriedade display está sendo aplicada direto na página */
	width:163px;
	margin-top: 1px;
}
.menu_bg {
	background:#F4FBEE;
	border-right:1px solid #BCE395;
	border-left:1px solid #BCE395;
	width: 161px;
}
.primeiro {
	height: 25px;
	width: 161px;
	background: url(/img/menu_bg_top.jpg) repeat-x;
}
.placar {
	text-align: center;
	font: bold 1.1em trebuchet ms, verdana, arial;
	color: #F00;
	line-height: 10px;
	padding: 5px 0;
	margin: 0 auto;
	width: 151px;
}
.placar span {
	font-size: .5em;
	font-weight: normal;
	color: #000;
}
.bt_enviarTrabalho {
	background: url(/img/dots_green.gif) repeat-x left top;
	padding-top: 2px;
	/*border-top:1px dotted #999;*/
	width: 151px;
	margin: 0 auto;
	font: bold .8em trebuchet ms, verdana, arial;
	text-align: center;
	margin-bottom: 10px;
}
.bt_enviarTrabalho a {
	color: #000;
	text-decoration: none;
}
.bt_enviarTrabalho a:hover {
	color: #F00;
}
.tt_area {
	width: 143px;
	height: 24px;
	margin: 0 auto;
	font: 1.1em trebuchet ms, verdana, arial;
	color: #FFF;
	background: url(/img/ears.gif) no-repeat 0 0;
	padding: 3px 4px 0 4px;
}
.space_area {
	width: 151px;
	height: 10px;
	margin: 0 auto;
}
.area {
	width: 151px;
	margin: 0 auto;
	font: bold .8em trebuchet ms, verdana, arial;
	color: #060;
	background: #FFF;
}
.final {
	width: 163px;
	height: 19px;
	display:block;
	background: url(/img/ears.gif) no-repeat -173px 0;
}

.tt_newsletterAndEnquete {
	width: 143px;
	height: 24px;
	margin: 0 auto;
	font: 1.1em trebuchet ms, verdana, arial;
	color: #060;
	border-bottom: 1px solid #CCC;
	/*background: url(/img/ears.gif) no-repeat 0 0;*/
	padding: 3px 4px 0 4px;
}
.area_newsletterAndEnquete {
	width: 141px;
	margin: 0 auto;
	padding: 5px;
	font: .7em trebuchet ms, verdana, arial;
	color: #666;
	background: #FFF;
}

.area_newsletterAndEnquete span {
	font-weight: bold;
	color: #000;
}

.campoBusca_newsletterAndEnquete {
	width: 98%;
	border: 1px solid #A5D528;
	/*font-size: 1.1em;*/
	color: #000;
}

.botao_newsletterAndEnquete {
	/*font: .8em trebuchet ms, verdana, arial;*/
	color: #FFF;
	background: #71B731;
	border: 0;
	padding: 0 2px;
	height: 20px;
}

.botaoAssinar {
	color: #FFF;
	background: url(/img/menu_bt_assinar.gif);
	border: 0px;
	padding: 0 2px;
	width: 57px;
	height: 20px;
}

.botaoVotar {
	color: #FFF;
	background: url(/img/menu_bt_votar.gif);
	border: 0px;
	padding: 0 2px;
	width: 44px;
	height: 20px;
}

.botaoFechar_resultado {
	color: #FFF;
	background: url(/img/menu_bt_fechar_resultado.gif);
	border: 0px;
	padding: 0 2px;
	width: 80px;
	height: 20px;
}

/*******MENU VERTICAL*********/

/*******ACCORDION MENU*********/

/* A few IE bug fixes 
* { margin: 0; padding: 0; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }*/
		
.theMenu {
	width: 151px;
}
/* Header links styling */
h3.head a {
	color: #060;
	display:block;
	text-decoration: none;
	background: url(/img/expand.gif) no-repeat 2px 50%;
	padding: 3px 5px 3px 13px;
	border-bottom: 1px solid #B8DF54;
	font-size: .9em;
	font-weight: bold;
}
h3.ui-state-active a {
	background: url(/img/contract.gif) no-repeat 2px 50%;
	color: #060;
	padding: 3px 5px 3px 13px;
}
h3.head a:hover {
	color: #060;
	background: url(/img/expand.gif) no-repeat 2px 50%;
}
h3.ui-state-active a:hover {
	background: url(/img/contract.gif) no-repeat 2px 50%;
	color: #060;
}
h3.ui-state-active a:focus {
	outline: 0;
}
.head_subcategoria {
	display: none;
}
.head_subcategoria li {
	display: block;
	margin-left: 10px;
	font-size: .9em;
	/*font-weight: normal;
	line-height: 15px;
	border-bottom: 1px dotted #CCC;*/
}
.head_subcategoria a {
	color: #000;
	text-decoration: none;
}
h3.head_lessArrow a {
	color: #060;
	display:block;
	text-decoration: none;
	background: #FFF;
	padding: 3px 5px 3px 13px;
	border-bottom: 1px solid #B8DF54;
	font-size: .9em;
	font-weight: bold;
}
h3.head_lessArrow a:hover {
	color: #060;
}
h3.head_lessArrow a:focus {
	outline: 0;
}
/*******ACCORDION MENU*********/

/*******TABS*********/

.tabs {
	width: 620px;
	padding: 5px;
	background: #C7E47B url(/img/bg_tabs.jpg) no-repeat;
	margin-bottom: 5px;
}

ul.tabNavigation {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	z-index: 10;
	position: relative;
}

ul.tabNavigation li {
	display: inline;
	font: bold .8em trebuchet ms, verdana, arial;
}

ul.tabNavigation li a {
	padding: 10px 11px 15px 11px;
	background: url(/img/no_selected.jpg) no-repeat;
	color: #999;
	text-decoration: none;
}

ul.tabNavigation li a.ui-state-active {
	background: url(/img/selected.jpg) no-repeat;
	color: #F90;
	/*padding-top: 4px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;*/
}

ul.tabNavigation li a:focus {
	outline: 0;
}
/*div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	border: 5px solid #333;
}

div.tabs > div h2 {
	margin-top: 0;
}*/

#first, #second {
	padding: 5px;
	margin-top: 5px;
	height: 150px;
	width: 608px;
	overflow: scroll;
	border: 1px solid #CCC;
	overflow-x: hidden;
	z-index:1;
	font: .9em trebuchet ms, verdana, arial;
	color: #666;
}

.linha_trabalhosAndnoticias {
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
}

#first {
	background-color: #FFF;
	display: block;
}

#first span {
	font-size: .7em;
	font-family: verdana;
	color: #F90;
}

#first a {
	color: #666;
	text-decoration: none;
}

#first a:hover {
	color: #000;
}

#second {
	background-color: #FFF;
	display: none;
}

#second a {
	color: #666;
	text-decoration: none;
}

#second a:hover {
	color: #000;
}

.waste {
	min-height: 1000px;
}

/*******TABS*********/

/*******SLIDER IMG*********/

.bg_slider {
	width: 300px;
	height:241px;
	margin-bottom: 5px;
	padding: 5px;
	background: #EFEFEF;
}

.bg_slider2 {
    width: 300px;
    height:250px;
    margin-bottom: 5px;
    padding: 5px;
    background: #EFEFEF;
}


#slider {
	width: 300px;
	height:241px;
	overflow:hidden;
	border: 1px solid #999;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	width: 298px;
	height:239px;
	overflow:hidden;
}

#prevBtn, #nextBtn {
	display:block;
	width:30px;
	height:25px;
	position:absolute;
	left:270px;
	top:7px;
}

#nextBtn {
	left:287px;
}

#prevBtn a, #nextBtn a {
	display:block;
	width:33px;
	height:25px;
	background:url(/img/btn_prev.png) no-repeat 0 0;
}

#prevBtn a, #nextBtn a {
	outline: 0;
}

#nextBtn a {
	background:url(/img/btn_next.png) no-repeat 0 0;
}	

/*******SLIDER IMG*********/
