/* Backoffice  */

TD.BackofficeConteudoLeft
{
	border-bottom    : 1px solid #FFCC66;
	padding-top		 : 3px;
	padding-bottom	 : 3px;
	padding-left	 : 3px;
	padding-right	 : 3px;
	vertical-align   : top;
	text-align		 : left;
	background-color : #FFFFFF;
}

TD.BackofficeConteudoCenter
{
	border-bottom    : 1px solid #FFCC66;
	padding-top		 : 3px;
	padding-bottom	 : 3px;
	padding-left	 : 3px;
	padding-right	 : 3px;

	vertical-align   : top;
	text-align		 : center;
	background-color : #FFFFFF;
}

TD.BackofficeConteudoRight
{
	border-bottom    : 1px solid #FFCC66;
	padding-top		 : 3px;
	padding-bottom	 : 3px;
	padding-left	 : 3px;
	padding-right	 : 3px;

	vertical-align   : top;
	text-align		 : right;
	background-color : #FFFFFF;
}


TD.BackofficeTituloLeft
{
	padding-top		 : 3px;
	padding-bottom	 : 3px;
	padding-left	 : 3px;
	padding-right	 : 3px;
	vertical-align   : top;
	text-align		 : left;
	background-color : #FFCC66;

	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}

TD.BackofficeTituloCenter
{
	padding-top		 : 3px;
	padding-bottom	 : 3px;
	padding-left	 : 3px;
	padding-right	 : 3px;
	vertical-align   : top;
	text-align		 : center;
	background-color : #FFCC66;

	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}

TD.BackofficeTituloRight
{
	padding-top		 : 3px;
	padding-bottom	 : 3px;
	padding-left	 : 3px;
	padding-right	 : 3px;
	vertical-align   : top;
	text-align		 : right;
	background-color : #FFCC66;

	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}

TD.BackOfficeRemate
{
	vertical-align   : top;
	background-color : #FF6600;
}

.BackofficeFacultativo
{
	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}
A.BackofficeFacultativo
{
	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	color            : #000000;
}
A:Hover.BackofficeFacultativo
{
	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	color            : #FF6600;
}

.BackofficeObrigatorio
{
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}
A.BackofficeObrigatorio
{
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : underline;
	color            : #000000;
}
A:Hover.BackofficeObrigatorio
{
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : underline;
	color            : #FF6600;
}

