/* Estilo do site - Desenvolvido por IM2 - www.im2.com.br */

body,html {
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #47B5CC;
scrollbar-dark-shadow-color: #485CCD;
scrollbar-3dlight-color:#8DCC4A;
scrollbar-face-color:#485CCD;
scrollbar-highlight-color: #8DCC4A;
scrollbar-shadow-color: #47B5CC;
scrollbar-darkshadow-color: #485CCD;
}

html {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #797E7A;
	background: #FFFFFF url(../images/fundo_site.png) repeat-x top left;
}
td {
	color: #797E7A;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link, a:visited {
	color: #F15320;

}
a:hover {
	color: #36C667;

}
.links_rodape {
	color:#F15320;
}
a.links_rodape:link, a.links_rodape:visited {
	color:#F15320;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.links_rodape:hover {
	color: #36C667;
	text-decoration: underline;

}
.rodape_texto_copyright {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : #000000;
	font-size        : 12px;
	font-weight      : bold;
	text-align: right;
}

a.rodape_texto_copyright:link, a.rodape_texto_copyright:visited {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : #468BCE;
	font-size        : 12px;
	font-weight      : bold;
	text-align: right;
	text-decoration: none;
}

a.rodape_texto_copyright:hover {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : #FF0000;
	font-size        : 12px;
	font-weight      : bold;
	text-align: right;
	text-decoration: underline;
}

.inputbox {
	border: 1px solid #7BA600;

}

.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7BA600;
	border: none;

}
.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #485CCD;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#mainlevel {
	list-style  : none;
	margin: 0;
	padding: 0;
}
ul#mainlevel li {
	display          : block;
	float            : left;
	margin           : 0;
	text-transform: capitalize;
}
a.mainlevel:link, a.mainlevel:visited {
	display     : block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	width: 160px;
	height: 25px;
	text-align: left;
	vertical-align: text-bottom;
	background-color: #9FB10C;
	border: 2px solid #92A20E;
	padding-left:5px;
}

a.mainlevel:hover {
	color: #FFFF00;
	text-align: left;
	vertical-align: text-bottom;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* definições do menu categorias */

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}
.arrowlistmenu ul li a{
color: #F15320;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #F15320;
}
.arrowlistmenu ul li a:hover{
color: #36C667; /*hover state CSS*/
background-color: #F3F3F3;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
