body,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

td, th
{
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	background-color: #BECCD8;
	
	padding: 4px;
	margin: 0px;
	
	text-transform: uppercase;
	
	font-size: 10pt;
}

.but
{
	font-size: 10px;
	height: 19px;
}
.but2
{
	font-size: 10px;
	height: 19px;
	background-color: transparent;
	border: solid 1px #000000;
}	
.pref 
{
	font-size:10px;
}
.not
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.exp
{
	font-size:10px;
	color:#FF0000;
	text-decoration:underline;
}
.no
{
	text-align:right;
}
.bold
{
	font-weight:bold;
}
.err
{
	color: #FF0000;
}
a,
a:link,
a:hover,
a:visited
{
	font-size: 10pt;
	color: #082135;
}
.over
{
	background-color:#FFCC00;
}
.out
{
	background-color:#FFFFFF;
}
.input
{
	border:solid 1px #000000;
	font-size:11px;
}

/**
 * Classes diversas
 */
.info-message p,
.error-message p
{
	padding: 0px;
	margin: 0px;
}

.info-message,
.error-message
{
	padding: 8px;
	padding-left: 12px;
}

.info-message
{	
	background-color: #FEFFBF;
}

.error-message
{
	background-color: #FFE1DF;
}

.control-bar
{
	margin-bottom: 12px;
	margin-top: 12px;
}

/**
 * Caixa flutuante de ajuda
 */
#tip-target
{
	font-size: 12pt;
	text-align: left;
	
	display: none;
	position: absolute;
	left: 100px;
	top: 100px;
	
	padding: 6px;
	
	border: 3px solid #afafaf;
	border-left-color: #efefef;
	border-top-color: #efefef;
	background-color: #F1F2F2;
}

#tip-text
{
	width: 100%;
	height: 90%;
	overflow: scroll;
}

#tip-close
{
	display: block;	
	padding: 4px;
	
	background-image: url('../imagens/gridview/bg_command.png');
	background-repeat: repeat-x;
	
	border-bottom: 1px solid black;
	
	text-align: right;
}

#tip-close,
#tip-close a
{
	font-size: 12pt;
	text-decoration: underline;
}