/* by vitorgga */
a, a:link, a:visited {
    color: #444444;
}
a:hover {
    color: #6A1616;
    cursor: pointer; cursor: hand;
}
a:hover {
    text-decoration: none;
}

body {
    background: #606060;
}

body, table, input, textarea, select, button {
    color: #333333;
    font-size: 8pt;
}

.curvas {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

hr {
    clear: both;
    border: none;
    border-top: 2px solid #D5D5D5;
    height: 1px;
}

input, select, textarea {
	background: #F6F6F6;
	color: #666666;
	padding: 5px;
    border: 1px solid #CCCCCC;
}
input:active, select:active, textarea:active {
	background: #FFFFFF;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
    border: none;
    background: #333333;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 5px;
    color: #FFFFFF;
    font-family: "Trebuchet MS",Tahoma;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 5px 7px;
    color: #FFFFFF;
}
button:hover, .button:hover {
    background: #000000;
    color: #FFFFFF;
}

.item { border-bottom: 1px solid #F2F2F2; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #6B1616; }

h1, h2, h3, h4 {
    clear: both;
    margin: 0px;
    padding: 0px; 
}
h1 {
 background-image: url("design/titulo.gif");
 background-position: top left;
 background-repeat: no-repeat;
 padding: 3px;
 height: 30px;
 background-repeat: no-repeat;
 padding-left: 30px;
 font-variant: small-caps;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 13pt;
 color: #000000;
}
h2, h3 {
 background: #F2F2F2;
 padding: 8px;
}

#conteudo {
	padding: 4px;
    margin: 0 5px 0 0;
    min-height: 500px;
	background: #D5D5D5 url('design/conteudo2.jpg') bottom left no-repeat;
	overflow-x: hidden;
}

.banners img, .banners embed, .banners object {
 margin: 2px;
 vertical-align: middle;
}

a.tooltip span {display:none; text-align:left; padding:2px 3px; margin-left:8px; max-width:250px; z-index: 99999;} 
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

#menu {
    width: 173px;
    display: block;
}
#menu *
{
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11pt;
}
#menu a {
	vertical-align: middle;
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
#menu a:hover {
	background: url('design/menu_on.gif') no-repeat left center;
}
#menu a img {
	margin: 0 5px 0 10px;
	vertical-align: middle;
}

#menu2 * {
    font-family: "Trebuchet MS",Tahoma;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 11pt; 
    vertical-align: middle;
}
#menu2 a {
	padding: 4px;
	text-decoration: none;
}
#menu2 a:hover {
	color: #000000;
}
#menu2 a span {
	visibility: visible;
	width: 10px;
}
#menu2 a:hover span {
	visibility: hidden;
}

#d_rodape {
    color: #FFFFFF;
    padding: 0 0 0 10px;
}

#d_destaques div div {
    position: absolute;
    background: url('design/transparencia.png');
    width: 276px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    margin: 5px 0 0 2px;
}
