﻿body {
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:hover { background-color: #FFFFFF; color: #0000FF; text-decoration: none; }

a.ativo { background-color: #C8EEFC; color: #0000FF; text-decoration: none; }

div#content {
    display: none;
    }

div#loading {
    position: absolute;
	left:50%;
	top:50%;
	margin-left:-110px;
	margin-top:-12px;
    z-index: 1000;
    width: 220px;
    height: 24px;
    background: url(../../images/loading.gif) no-repeat;
    cursor: wait;                
    }
	
.FixHelp{
	position:fixed;
	right:0;
	top: 0;
	background-image: url('../images/help.png');
    width: 24px;
    height: 24px;
}