﻿body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
body {
	margin: 0px;
    background-color: #E6E6E6;
	    background-repeat: no-repeat;
	text-align: center;	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003366;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




/* Text Box with Different Border: */
.tb-border {
    border: 1px solid #0000FF;
}

/* Text Box with Background Color: */
.tb-background {
    background-color : #99FFCC;
    border: 1px solid #008000;
}

/* Text Box with Background Image: */
.tb-bg-image {
    background-image: url(../bg.png);
    border: 1px solid #6297BC;
}

/* Text Box with Focus: */
.tb-focus {
    border: 1px solid #888377;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.tb-focus:focus {
    background-color: #CCFFCC;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


/* Text Box with FocusCAD: */
.tb-focuscad {
    border: 1px solid #888377;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.tb-focus:focuscad {
    background-color: #F4EEDD;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


/* Text Box with Side Image: */
.tb-bg-side {
    background-image: url(../img/lupa.gif);
    background-repeat:no-repeat;
    background-position:left;
    border: 1px solid #6297BC;
    padding-left:20px;
}

/* Text Box with Rounded Corners: */
.tb-rounded {
    border:0;
    background: transparent url(../rounded.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;	
}

/* Text Box with Gradient: */
.tb-gradient {
    border:0;
    background: transparent url(../gradient.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;
}

/* ------- MENU LATERAL DO SITE ----------------- */
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
border-style: solid;
border-color: #656556;
border-size: 1px;
border-width: 1px;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 0px;
border-bottom: 1px solid #778;
border-right: 0px solid #778;
voice-family: "\"}\""; 
voice-family: inherit;
height: 24px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	color: #656556;
	display: block;
	background:  url(../img/but_img/menu8.gif);
	padding: 8px 0 0 25px;
}

.sidebarmenu ul li a:visited{
color: #006666;
}

.sidebarmenu ul li a:hover{
	color: #474739;
	background:  url(../img/but_img/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../img/but_img/menu8.gif) no-repeat 97% 50%;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/* Menu TOPO */
.menu{
	border:none;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background: url("../img/but_img/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		border:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("../img/but_img/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('../img/but_img/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('../img/but_img/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}