/* TEXTOS */

.titulo_item
{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #00427a;
	font-weight: bold;
	padding: 2px;
}

.texto_item
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	padding-left: 10px;
}

.processo_titulo
{
	font-size: 13px !important;
	padding-left: 12px !important;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* ELEMENTOS */

FIELDSET
{
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.gray
{
	color: #333333;
}

.bold
{
	font-weight: bold;
}

.padding_left
{
	padding-left: 10px;
}

.vtop
{
	vertical-align: top;
}

.vbottom
{
	vertical-align: bottom;
}

.fieldset
{
	border: 1px solid #A5A5A5;
}

.collapsed
{
	border-left: 1px solid #FFFFFF !important;
	border-right: 1px solid #FFFFFF !important;
	border-bottom: 1px solid #FFFFFF !important;
}

.textfield, .textarea
{
	border: 1px solid #A5A5A5;
	background: #FFFFFF;
}

.pointer, .button
{
	cursor: pointer;
}

.button
{
	border: 1px solid #A5A5A5;
	background: #ffffff;
}

.item:hover
{
	background: #F1F8FF;
}