/*Geral*/
*									{ margin:0px; padding:0px; }
body, html 							{ height:100%; }
body 								{ font-family:Verdana, Arial, Helvetica, sans-serif; background-image:url(../imagens_fixas/bg.gif); background-repeat:repeat-x; background-color:#e1e0e0; }
body, input, textarea, select 		{ font-family:Verdana, Arial, Times New Roman; font-size:12px; }
img, fieldset 						{ border:none; }
p									{ margin-bottom:10px; }
a									{ text-decoration:none; color:#666666; }
a:hover								{ color:#FF0000; text-decoration:underline; }

h1									{ font-size:24px; font-weight:normal; color:#9a0606; }
h2									{ font-size:18px; font-weight:normal; color:#9a0606; }

#container							{ width:100%; }
#sombra								{ margin:auto; width:1000px; background:url(../imagens_fixas/sombra.png) repeat-y; }
#waper								{ width:930px; min-height:300px; height:auto !important; height:300px; margin:auto; padding-top:20px; padding-bottom:20px; }

#topo								{ width:1035px; margin:auto; }

#global_left						{ width:248px; float:left; }

#menu								{ width:248px; background:url(../imagens_fixas/bg-menu.gif) repeat-y; margin-top:-2px; }

#conteudo							{ width:467px; float:left; margin-left:15px; }

#global_right						{ width:190px; float:right; margin-bottom:15px; }
#slider								{ width:460px;; height:275px; float:left; margin-bottom:20px; }
#enquete							{ width:170px; padding:10px; background-image:url(../imagens_fixas/bg-enquete.gif); background-repeat:repeat-x; background-color:#ff0000; margin-top:-2px; min-height:200px; height:auto !important; height:200px; }

/*Calendario*/
#calendario table		{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; }
#calendario td			{ width:28px; height:18px; background:url(../imagens_fixas/bg-cal.jpg); }
.dia_semana 			{ background:none !important; }
#calendario a			{ text-decoration:none; color:#FF0000; font-weight:bold; }
#calendario a:hover		{ text-decoration:underline; }
#calendario				{ width:190px; float:right; margin-bottom:20px; }
h3						{ font-weight:normal; font-size:17px; color:#FF0000; font-family:Verdana, Arial, Helvetica, sans-serif; }

.arrowlistmenu{
/* width: 180px; width of accordion menu */
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#FFFFFF;
display: block;
text-decoration: none;
font-weight: bold;
font-size:14px;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000;

}
