﻿TABLE.clMainTABLE
{
	height: 240px;
	table-layout:fixed;
	border-collapse: collapse;
	width:400px;
}

TABLE.clContentTABLE
{	
	
	border-collapse: collapse;	
}

TD.clHeaderTD
{
	height:20px;
	background-image:url(../Images/AddressBar.jpg);
	text-align:center;
	vertical-align:middle;
}

SPAN.clHeaderSPAN
{
	color:#01117E;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-family:Verdana;	
}

TD.clContentTD
{
	height: 190px;
	background-color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-family:Verdana;
	border:solid 1px #CFD5EE;
	border-bottom:none;
}

TD.clInnerContentTD
{
  font-size:12px;
	font-weight:bold;
	text-align:left;
	width:150px;
}

TD.clCancelTD
{
	height:20px;
	background-image:url(../Images/ActionBar.jpg);
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
}

TD.clOKTD
{
	height:20px;
	background-image:url(../Images/ActionBar.jpg);
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
}

TD.clFillerTD
{
	height:20px;
	background-image:url(../Images/ActionBar.jpg);
	text-align:right;
	vertical-align:middle;
}

SPAN.clVisibleSPAN
{
	color:White;
	font-size:11px;
	font-weight:bold;
	CURSOR: pointer;
	CURSOR: hand;
}

INPUT.btConcluir
{
	border:none;
	background-color:Transparent;
	font-family:Arial;
	font-size:11;
	font-weight:bold;
	color:White;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	height:18px;
	padding-top:3px;
	padding-right:5px;
}

SPAN.LoginServiceCaption
{
	font-family:Verdana;
	font-size:12;	
	text-decoration:underline;
	color:Gray;
	cursor:hand;
	cursor:pointer;
}