﻿.rich-datascr-inact {
    border-top-color: #858585;
    color: #858585;
    font-family: Verdana,Arial,sans-serif,Helvetica;
    font-size: 11px;
    border-top-style: solid;
    border-top-width: 2px;
    cursor: pointer;
    text-align: center;
    width: 25px;
}

.rich-datascr-act {
    border-top-color: #000000;
    color: #000000;
    font-family: Verdana,Arial,sans-serif,Helvetica;
    font-size: 11px;
    font-weight: bolder;
    border-top-style: solid;
    border-top-width: 2px;
    text-align: center;
    width: 25px;
}

.hint-field 
{
	font-size: 10px;
	margin-left: 10px;
}

a.rheasy-tooltip-anchor {
	position: relative;
	text-decoration: none;
}

a.rheasy-tooltip-anchor:hover {
	text-decoration: none;
	background: transparent;
	z-index: 25;
}

.rheasy-tooltip-block {
	display: none;
}

a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	position: absolute;
	display: block;
	background: transparent;
	top:20px;
	left:30px;
	padding: 5px 10px;
	border-style: solid;
	border-color: #8d883a;
	border-width: 1px 2px 2px 1px;
	background-color: #f5f4e0;
	text-decoration: none;
	color: #000000;
}

.rheasy-tooltip-block .panelgrid-column-label {
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 10px;
	padding-left: 15px;
	width: 60px;
	background-color: transparent;
}


/**
 * HelpHint
 */
.helpHint a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	width: 250px;
	border-color: #3C73AA;
	background-color: #7BA6D0;
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
	text-align: left;
	color: #ffffff;
}

.helpHintLeft a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	width: 250px;
	border-color: #3C73AA;
	background-color: #7BA6D0;
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
	text-align: left;
	color: #ffffff;
	right: 0px;
	left: auto;
}

.helpHintBottom a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	width: 250px;
	border-color: #3C73AA;
	background-color: #7BA6D0;
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
	text-align: left;
	color: #ffffff;
	bottom: 20px;
	top: auto;
}

.helpHint-icon {
	margin-left: 5px;
}

.alignTop tr {
	vertical-align: top;
}


/* Mensagem de alerta que aparece no meio da aba */
.alerta {
	color: #990022;
	font-weight: bold;
	background-color: #fffbe0;
	border-bottom: 1px solid #d9d18c;
	border-top: 1px solid #d9d18c;
	padding: 10px 5px;
	margin: 10px 0px;
	display: block;
	text-align: center;
}

.dica {
	font-style: italic;
	font-weight: normal;
	background-color: #fffbe0;
	border-bottom: 1px solid #d9d18c;
	border-top: 1px solid #d9d18c;
	padding: 10px 5px;
	margin: 10px 10px;
	display: block;
}

.dica h2 {
	margin-top:0px;
}

/* Pequena anota��o ou observacao */
.anotacao {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
}

