body
{
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	line-height: 1.5;
}

table
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 1.5;
	color: #77776b;
}

li
{
	line-height: 2;
}

a
{
	color: #009898;
	text-decoration: none;
	cursor: hand;
}

img
{
	border-width: 0;
	vertical-align: top;
}

input, select, textarea
{
	border: 1 solid #AAAAAA;
	color: #333333;
	font-family: Verdana;
	font-size: 8pt;
}

.submit
{
	background: #CCCCCC;
	border-top: 1 solid #FFFFFF;
	border-right: 1 solid #888888;
	border-bottom: 1 solid #888888;
	border-left: 1 solid #FFFFFF;
	font-family: Verdana;
	padding: 1 2 1 2;
	font-size: 7.5pt;
}

.error
{
	color: red;
}

.success
{
	color: #14A111;
}

/* ################################# */
/* ##### Classes da aplicação ###### */
/* ################################# */

.container
{
	width: 100%;
	height: 100%;
	background-image: url('../images/background/background.gif');
	background-repeat: repeat-x;
}

.mainTable
{
	margin-top: 5px;
	width: 593px;
}

.mainTableLogo
{
	height: 97px;
	background-image: url('../images/background/logo.gif');
	background-repeat: no-repeat;
}

.mainTableTop
{
	vertical-align: top;
	padding-right: 30px;
	text-align: right;
	height: 35px;
	background: white;
	background-image: url('../images/background/mainTop.gif');
	background-repeat: no-repeat;
}

.mainTableMiddleLeft
{
	width: 26%;
	border-left: 1px solid #cfd0d1;
	background: white;
	background-image: url('../images/background/mainMiddle.gif');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}

.mainTableMiddleRight
{
	vertical-align: top;
	width: 74%;
	border-right: 1px solid #cfd0d1;
	background: white;
	background-image: url('../images/background/mainMiddle.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
}

.mainTableBottom
{
	height: 50px;
	background-image: url('../images/background/mainBottom.gif');
	background-repeat: no-repeat;
}

.menuTable
{
	width: 134px;
	height: 420px;
	background: #f0f0f0;
	background-image: url('../images/menu/menuTop.gif');
	background-repeat: no-repeat;
}

.menuBottom
{
	margin-top: 20px;
	height: 198px;
	background-image: url('../images/menu/menuImage.gif');
	background-repeat: no-repeat;
}

.textTitle
{
	font-size: 8pt;
	font-weight: bold;
	color: #225c7a;
	margin-bottom: 8px;
	margin-left: 5px;
}

.textTable
{
	width: 100%;
	border-top: 1 solid #c0c0a0;
	border-left: 1 solid #c0c0a0;
}

.textCell
{
	padding: 15px;
	line-height: 1.5;
	text-align: justify;
}

.textWithBorderTable
{
	border-right: 1 solid #cfd9e3;
	border-left: 1 solid #cfd9e3;
	width: 100%;
	background: #F7F7F7;
}

.textWithBorderCell
{
	padding: 0 25 0 25;
	text-align: justify;
}