/******************************/
/*** CLASSES DO FRAMEWORK *****/
/******************************/

body
{
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 8pt;
	background: #FAFAFA url('../images/register/bg.gif') repeat;
}

object
{
	margin-top: 7;
}

table
{
	font-family: Verdana;
	font-size: 8pt;
	color: #003366;
}

input, textarea, select
{
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #90A3BB;
}

img
{
	vertical-align: middle;
	border-width: 0;
}

a
{
	color: #0051A2;
	cursor: pointer;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	color: #DA251D;
	height: 1;
}

.checkbox
{
	border-width: 0;
}

.inputImage
{
	border-width: 0;
}

.error
{
	color: red;
	font-size: 7.5pt;
	font-weight: bold;
}

.success
{
	color: #0008B3;
	font-family: 8pt;
}

.submit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-transform: none;
	color: #000000;
	font-style: normal;
	line-height: normal;
	background-color: #BBBBBB;
	border-left: 3pxpx solid #EEEEEE;
	border-top: 3pxpx solid #EEEEEE;
	border-right: 3pxpx solid #666666;
	border-bottom: 3pxpx solid #666666;
}

.recordsFound
{
	color: blue;
}

.pagingPagesFound
{
	color: blue;
}

.pagingCurrentPage
{
	color: red;
}

.formTable
{
	width: 90%;
	border: 1px solid #90A3BB;
	background: #EEF2F7;
	color: #444444;
}

.formInfo
{
	font-size: 7pt;
	color: #999999;
}

.formTableHeader
{
	background: #547FB2;
	color: #FFFFFF;
}

/******************************/
/**** CLASSES DA APLICAÇÃO ****/
/******************************/

.container
{
	width: 760;
	height: 100%;
}

.top
{
	background-image: url(../images/background/topRegister.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 71;
	cursor: pointer;
	text-align: right;
	padding-right: 40px;
	color: #FFFFFF;
}

.main
{
	background: transparent;
	padding: 5 0 5 0;
	text-align: center;
}

.mainTable
{
	width: 100%;
	height: 100%;
	border: 1px solid #91A1AA;
	background: #FAFAFA url('../images/register/bg.gif') repeat;
}

.bottomContainer
{
	height: 1;
	vertical-align: middle;
	background-image: url(../images/background/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 3 0 3 0;
}

.bottom
{
	width: 100%;
	font-size: 7.5pt;
	text-align: center;
	color: #777777;
	font-weight: bold;
	padding: 0 0 0 0;
	height: 40;
}

.addressesTable
{
	background: #FFFFFF;
	width: 90%;
	border: 1px solid #90A3BB;
	margin: 0 0 10 0;
}

.selectedActivitiesCell
{
	background: white;
	border: 1px solid #90A3BB;
	width: 100%;
}

.contactsTable
{
	background: #FFFFFF;
	width: 90%;
	border: 1px solid #90A3BB;
	margin: 0 0 10 0;
	line-height: 2;
}

/**************************************/
/********** TABELA DE AJUDA ***********/
/**************************************/

.helpTable
{
	background: #FAFAFA;
	width: 90%;
	color: #133B6B;
	border: 1px solid #DADADA;
	line-height: 2;
	font-size: 8pt;
}

.helpTableHeader
{
	background: #DFEBF5;
	line-height: 0.8;
}

.helpTableCell
{
	padding: 4 10 4 10;
	background: #FAFAFA;
	line-height: 1.5;
	border-bottom: 1px solid #DADADA;
}

.helpTableRequired
{
	padding: 1 1 1 1;
	font-size: 7.5pt;
	color: red;
	font-weight: bold;
	text-align: right;
}
