/* --------     AJUDA PROPERTIES  ---------------------------- */

.ajuda-link:over,
.ajuda-link:hover {
	text-decoration: underline;
}

.ajuda-navigation-link {
	font-size: 11pt;
	font-weight: bold;
}

.ajuda-navigation-link:active,
.ajuda-navigation-link:link,
.ajuda-navigation-link:visited {
    color: #002f55;
	text-decoration: none;
}

.ajuda-navigation-link:over,
.ajuda-navigation-link:hover {
    color: #002f55;
	text-decoration: underline;
}

.ajuda-navigation {
    color: #002f55;
    background-color: #93b1db;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ajuda-name {
	color: #002f55;
    font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
    background-color: #ff9900;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ajuda-horizontal-rule {
	color: #4E6784;
	height: 1;
}

.ajuda-horizontal-rule-2 {
	color: #4E6784;
	_height: 4;
	border-bottom-style: ridge;
}

.ajuda-text, .ajuda-link-text {
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.floatRight {
	float: right;
}

.displayInline {
	display: inline;
}

.defaultListItem {
	color: #4E6784;
	list-style-image: none;
	list-style-position: outside;
	text-align: left;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.tableContainerDiv {
	_width: 100%;
}

.ajuda-table {
	border: 1px;
	border-style: outset;
}

.ajuda-table-2 {
	border: 1px;
	border-style: outset;
}

.ajuda-table-cell {
	border: 1px;
	border-style: inset;
	width: 50%;
}

.ajuda-table-cell-2 {
	border: 1px;
	border-style: inset;
	background-color: #DBDBDB;
	vertical-align: middle;
}

.ajuda-table-cell-3 {
	border: 1px;
	border-style: inset;
	vertical-align: middle;
	height: 20px;
	padding: 2px;
}

.ajuda-table-header-text {
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
}

/* ------- Imagens ------- */
.setaTopo {
	width: 11px;
	height: 11px;
	float: right;
	border-style: none;
}

.img90x20 {
	width: 90px;
	height: 20px;
}

.img105x20 {
	width: 105px;
	height: 20px;
}

/* ------- Redefinição de tags ------- */

UL {
	margin-top: 15px;
	margin-bottom: 0px;
}



/* ------- Paddings -------- */

.padLeft20px {
	padding-left: 20px;
}

.padLeft60px {
	padding-left: 60px;
}

.padLeft40px {
	padding-left: 40px;
}

.padLeft80px {
	padding-left: 80px;
}

.padRight20px {
	padding-right: 20px;
}

.padRight60px {
	padding-right: 60px;
}

.padTop0px {
	padding-top: 0px;
}

.padTop5px {
	padding-top: 5px;
}

.padTop10px {
	padding-top: 10px;
}

.padTop20px {
	padding-top: 20px;
}

.padBottom5px {
	padding-bottom: 5px;
}

.padBottom20px {
	padding-bottom: 20px;
}



/* ------- Margins -------- */

.marginTop0 {
	margin-top: 0px;
}

.marginTop6 {
	margin-top: 6px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop12 {
	margin-top: 12px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginBottom6 {
	margin-bottom: 6px;
}

.marginBottom0 {
	margin-bottom: 0px;
}

