@CHARSET "ISO-8859-1";

/*
	As partes dos nomes que se referem a posição, estão de
	acordo com a posição que o balão ficara em relação à ancora
*/
.boxAjuda {
	width: 250px;
	visibility: hidden;
	position: absolute;
}

/* Right Top  */
.boxAjudaFirstRightTop {
	background-image: url('/docs/img/boxAjuda/boxFirstRightTop.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 250px;
	height: 22px;
}



.boxAjudaLastRightTop {
	background-image: url('/docs/img/boxAjuda/boxLastRightTop.gif');
	background-position: bottom center; 
	background-repeat: no-repeat;
	width: 250px;
	height: 32px;
	margin: 0;
}

/* Right Bottom */
.boxAjudaFirstRightBottom {
	background-image: url('/docs/img/boxAjuda/boxFirstRightBottom.gif');
	background-position: top center; 
	background-repeat: no-repeat;
	width: 250px;
	height: 32px;
	margin: 0;
}

.boxAjudaLastRightBottom {
	background-image: url('/docs/img/boxAjuda/boxLastRightBottom.gif');
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px;
	height: 22px;
}

/* Left Top */

.boxAjudaFirstLeftTop {
	background-image: url('/docs/img/boxAjuda/boxFirstLeftTop.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 250px;
	height: 22px;
}

.boxAjudaLastLeftTop {
	background-image: url('/docs/img/boxAjuda/boxLastLeftTop.gif');
	background-position: bottom center; 
	background-repeat: no-repeat;
	width: 250px;
	height: 32px;
	margin: 0;
}

/* Left Bottom */
.boxAjudaFirstLeftBottom {
	background-image: url('/docs/img/boxAjuda/boxFirstLeftBottom.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 250px;
	height: 32px;
}

.boxAjudaLastLeftBottom {
	background-image: url('/docs/img/boxAjuda/boxLastLeftBottom.gif');
	background-position: top center; 
	background-repeat: no-repeat;
	width: 250px;
	height: 22px;
	margin: 0;
}

/* Middle */

.boxAjudaMiddleRight {
	background-image: url('/docs/img/boxAjuda/boxMiddleRight.gif');
	background-position: top center;
	background-repeat: repeat-y;
	width: 250px;
}

.boxAjudaMiddleLeft {
	background-image: url('/docs/img/boxAjuda/boxMiddleLeft.gif');
	background-position: top center;
	background-repeat: repeat-y;
	width: 250px;
}

/* Text */

.boxAjuda h2 {
	margin: 0;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 5px;
	font-family: arial,serif;
	font-size: 11px;
	font-weight: bold;
	color: #00194b;	
}

.boxAjuda p {
	margin: 0;
	margin-left: 12px;
	margin-right: 12px;
	font-family: arial,serif;
	font-size: 11px;
	font-weight: regular;
	color: #00194b;
}


