body {
	float:left;
	margin-top:0px;
	margin-left:0px;
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img {
	border:none;
}

#DivContainer {
	width:1000px;
	height:auto;
	float:left;
	position:relative;
	left: 20%;
	margin-left:-125px;
	background-color:#F3F3F3;
}



/* Topo */

#DivTop {
	width:1000px;
	height:auto;
	float:left;
}

#DivTop #DivBanner {
	width:1000px;
	height:150px;
	float:left;
}

#DivTop #DivMenu {
	width:1000px;
	height:70px;
	float:left;
	margin-top:2px;
	background-image:url(../images/menu_Bar.png);
	background-repeat:no-repeat;
}


#DivMenu ul {
	width:auto;
	height:70px;
	float:left;
	margin-top:0px;
	margin-left:20px;
	padding-top:25px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#DivMenu ul li {
	width:auto;
	height:68px;
	float:left;
	margin-top:1px;
	margin-left:20px;
	text-align:center;
	list-style:none;
}


#DivMenu ul li a{

	color:#FFFFFF;
	text-decoration:none;

}


/* Esquerda (painel principal) */

#DivLeft {
	width:750px;
	height:auto;
	float:left;
	margin-top:10px;
}

#DivLeft #DivShow {
	width:750px;
	height:auto;
	float:left;
	margin-top:10px;
}

/* Direita */

#DivRight {
	width:230px;
	height:auto;
	float:right;
	margin-top:10px;
}

#DivRight #DivNewsletter{
	width:230px;
	height:100px;
	float:left;
	margin-top:20px;
	background-image:url(../images/newsletter.png);
	background-repeat:no-repeat;
}

#DivNewsletter table {
	width:226;
	float:left;
	margin-left:2px;
	margin-top:15px;
	font-weight:bold;
}

#DivNewsletter table .input {
	width:216px;
	height:17px;
	float:left;
}

#DivRight #DivPub {
	width:230px;
	height:250px;
	float:left;
	margin-top:10px;
	background-image:url(../images/pub.png);
	background-repeat:no-repeat;
}

#DivRight #DivRadio {
	width:230px;
	height:250px;
	float:left;
	margin-top:10px;
	background-image:url(../images/radio.png);
	background-repeat:no-repeat;
}


#DivRight #DivRadio #DivRadioImg {
	margin-top:10px;
	margin-left:5px;
}
/* Fundo */

#DivFoot {
	width:1000px;
	height:auto;
	float:left;
	margin-top:30px;
	border-top-style:outset;
	border-top-color:#01FF01;
	padding-top:5px;
	text-align:center;
}




/*    Menu das noticias    */

#SelectMenu {
	width:750px;
	height:20px;
	float:left;
	margin-left:0px;
	font-weight:bold;
}

#SelectMenu ul {
	width:auto;
	float:left;
	margin-top:0px;
	margin-left:-41px;
}

#SelectMenu ul li {
	width:106px;
	height:18px;
	float:left;
	margin-left:1px;
	padding-top:2px;
	text-align:center;
	list-style:none;
	background-image:url(../images/unselect.png);
	background-repeat:no-repeat;
}

#SelectMenu ul li:hover{
	width:106px;
	height:18px;
	float:left;
	margin-left:1px;
	padding-top:2px;
	text-align:center;
	list-style:none;
	background-image:url(../images/select.png);
	background-repeat:no-repeat;
}

#SelectMenu ul li.select{
	width:108px;
	height:18px;
	float:left;
	margin-left:1px;
	padding-top:2px;
	text-align:center;
	list-style:none;
	background-image:url(../images/select.png);
	background-repeat:no-repeat;
}

#SelectMenu li a {
	width:100px;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#NewsFolder {
	width:745px;
	height:335px;
	float:left;
	padding-top:15px;
	padding-left:5px;
	background-image:url(../images/newsTitle.png);
	background-repeat:no-repeat;
}

/* Botao ativo */

.NewBT {
	width:80px;
	height:20px;
	float:right;
	margin-left:2px;
	font-weight:bold;
	color:#FFFFFF;
	border:none;
	background-image:url(../images/Active_BT.png);
}

/* Botao desativado */

.D_NewBT {
	width:80px;
	height:20px;
	float:right;
	margin-right:2px;
	font-weight:bold;
	color:#FFFFFF;
	border:none;
	background-image:url(../images/Disabled_BT.png);
}

#NewsBox {
	width:350px;
	height:310px;;
	float:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-left:5px;
	border-style:solid;
	border-width:1px;
	border-color:#00FF00;
}

#NewsBox a {
	float:right;
	color:#FFCC00;
}


/* Mascara para formolario e fotos */

#dialog a {color:#333; text-decoration:none}
#dialog a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:none;
  z-index:9999;
}

#boxes #dialog {
  width:auto; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
}

.close{display:block; text-align:right;}     
