/* Controlos de ASP.Net */

.GridView
{
	border: 1px none rgb(204, 204, 204);
	font-size: 10px;
	width: 100%;
	border-collapse: collapse;
}

/* Genéricos */

.AjaxLoadingAnimation
{
	text-align: center;
	position: absolute;
	z-index: 999999999;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 70px;
	margin-left: -75px;
	margin-top: -35px;
	background-color: white;
	border: solid 1px gray;
}

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #023783;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin-bottom: 3;
	margin-top: 3;
	margin-left: 3;
	margin-right: 3;
}

SPAN, DIV, TD
{
	font-size: 10px;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}


fieldset
{
	padding-left: 15px; /*width:588px;*/
	width: 650px; /*margin-top:15px;*/
}

fieldset legend
{
	font-weight: bold;
}

.wzResumo
{
	padding-left: 20px;
	font-size: 10px;
}
.btns
{
	cursor: pointer;
}

/*Estilos para Tree*/
.trGen
{
	overflow: auto;
	font-size: 10px;
	font-weight: normal;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
}

.N
{
	margin-left: 0;
	width: 0;
}

.trDef
{
	border-style: none;
}
.trHil
{
	background: #01697B;
	border-color: #01697B;
	color: white;
	border-style: solid;
	border-width: 1px;
}
.trHov
{
	background: Silver;
	border-color: #808080;
	color: #000000;
	border-style: solid;
	border-width: 1px;
}

IMG
{
	border-width: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

.MnuICls
{
	font-family: MS Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	background: #F0F0F0;
	border-color: #000000;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	cursor: default;
}

.MnuHCls
{
	background: Silver;
	border-color: #808080;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	cursor: default;
}
.MnuSCls
{
	background-image: url(/ig_common/WebNavigator3/ig_menuStandardSep.gif);
	background-repeat: repeat-x;
}
.MnuDCls
{
	color: #D3D3D3;
}
.MenuItCls
{
	border-color: #F0F0F0;
	border-style: solid;
	border-width: 1px;
}



SELECT
{
	font-size: 10px;
}





TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*
.toolbar
	{
		display:none;
		overflow:visible;
		cursor:default;
		padding:1px;
		background-color:buttonface;
		border-top:solid 1px buttonhighlight;
		border-top:solid 1px buttonhighlight;
		border-left:solid 1px buttonhighlight;
		border-right:solid 1px buttonshadow;
		border-bottom:solid 1px buttonshadow;
		border-top-color:buttonhighlight;
		border-left-color:buttonhighlight;
		border-bottom-color:buttonshadow;
		border-right-color:buttonshadow;
		border-top-color:buttonshadow;
		border-left-color:buttonshadow;
		border-bottom-color:buttonhighlight;
		border-right-color:buttonhighlight;
		padding-top:3px;
		padding-left:3px;
		padding-bottom:1px;
		padding-right:1px;
		
		
border-left-width:1px;
border-left-style:solid;
border-left-color:buttonshadow;
border-right-width:1px;
border-right-style:solid;
border-right-color:buttonhighlight;
margin-left:2px;margin-right:2px;
width:2px;overflow:hidden;


		border-top-width:1px;
		border-top-style:solid;
		border-top-color:buttonshadow;
		border-bottom-width:1px;
		border-bottom-style:solid;
		border-bottom-color:buttonhighlight;
		margin-top:2px;
		margin-bottom:2px;
		margin-left:3px;
		margin-right:3px;
		height:2px;
		overflow:hidden;
		
		cursor:move;
		margin-left:2px;
		margin-right:2px;
		border-top:buttonhighlight;
		border-bottom:buttonshadow;
		border-right:buttonshadow;
		border-left:buttonhighlight;
		border-style:solid;
		border-width:1px;
		width:3px;
		overflow:hidden;
		
		cursor:move;
		margin-top:2px;
		margin-bottom:2px;
		margin-left:3px;
		margin-right:3px;
		border-top:buttonhighlight;
		border-bottom:buttonshadow;
		border-right:buttonshadow;
		border-left:buttonhighlight;
		border-style:solid;
		border-width:1px;
		height:3px;
		overflow:hidden;
		}
*/


INPUT, TD, SELECT, TEXTAREA
{
	font-size: 10px;
	font-family: Verdana, Arial;
}

.titulo
{
	font-weight: normal;
}

.subSecNegrito
{
	font-weight: bold;
}

.obrigatorio
{
	background-color: LightYellow;
}



/* plopes 20071122 - Início - este estilo serve para a cor de fundo dos campos quando o modo de edição é locked */
.txtLocked
{
	background-color: #F5F5F5;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}
/* plopes 20071122 - Fim - este estilo serve para a cor de fundo dos campos quando o modo de edição é locked */

.Validator
{
	/*border-color: Red; 	 border-width: 1px; 	 border-style:solid;*/
	color: red;
	background-color: White;
}

/* jnicolau 27-07-2008 */

.expand
{
	background-image: url(img/expand.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.collapse
{
	background-image: url(img/collapse.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.leftArrow
{
	background-image: url(img/left.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.rightArrow
{
	background-image: url(img/right.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

TD
{
	overflow: visible;
}

.noborder
{
	border-style: none;
	border-width: 0px;
}

.griddistrib
{
	border-width: 2px;
	border-style: solid;
	border-color: #C1B58A;
	color: #01697B;
	table-layout: fixed;
}

.griddetalhes
{
	border-width: 0px;
	border-style: none;
	color: #01697B;
}

.preencher
{
	background-color: Red;
}

.Tit10px
{
	font-size: 10px;
	line-height: normal;
}

.Tit11px
{
	font-size: 12px;
	line-height: normal;
}

.Tit11pxAlt
{
	font-size: 12px;
}

.Text11px
{
	font-size: 11px;
	line-height: normal;
}

.Text12px
{
	font-size: 12px;
	line-height: normal;
}

.Text14px
{
	font-size: 14px;
	line-height: normal;
}

.Text12Bpx
{
	font-size: 12px;
	line-height: normal;
	font-weight: bolder;
}


p.hP5em
{
	margin-top: 0.5em;
}

/*Menu ReOnline*/

a.lnkMnu
{
	font-size: 10px;
}


a.lnkMnu:link
{
	color: #663300;
}

.SelectedMnu
{
	font-size: 10px;
	background-color: white;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C1B58A;
	font-weight: bolder;
	padding: 2px;
}

a.lnkMnu:visited
{
	color: #663300;
	text-decoration: none;
}

a.lnkMnu
{
	color: #663300;
	text-decoration: none;
}

a.lnkMnu:hover
{
	text-decoration: underline;
	color: #01697b;
	font-weight: bolder;
	background-color: LightYellow;
}


HR
{
	display: none;
	visibility: hidden;
}
.botaoAction
{
	border-right: 1px outset;
	padding-right: 2px;
	border-top: 1px outset;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: 1px outset;
	color: white;
	padding-top: 2px;
	border-bottom: 1px outset;
	background-color: burlywood;
	text-align:center;
}

.botaoErro
{
	border-right: 2px outset;
	padding-right: 2px;
	border-top: 1px outset;
	padding-left: 2px;
	font-weight: normal;
	padding-bottom: 2px;
	border-left: 1px outset;
	padding-top: 2px;
	border-bottom: 2px outset;
	background-color: red;
	font-weight: bold;
	text-align:center;
}

.botao
{
	border-right: 2px outset;
	padding-right: 2px;
	border-top: 1px outset;
	padding-left: 2px;
	font-weight: normal;
	padding-bottom: 2px;
	border-left: 1px outset;
	padding-top: 2px;
	border-bottom: 2px outset;
	background-color: #f7f5ed;
	font-weight: bold;
	text-align:center;
}
.botao:hover
{
	background-color: #01697b;
	color: White;
}




#demoBox
{
	border-right: #000000 1px solid;
	padding-right: 8px;
	border-top: #000000 1px solid;
	padding-left: 8px;
	padding-bottom: 8px;
	border-left: #000000 1px solid;
	width: 24em;
	padding-top: 8px;
	border-bottom: #000000 1px solid;
}
.footer
{
	margin-bottom: 0px;
	text-align: center;
}
TABLE.boxed
{
	border-spacing: 2px;
	empty-cells: hide;
}
TD.boxed
{
	border-right: #000000 1px solid;
	padding-right: 8px;
	border-top: #000000 1px solid;
	padding-left: 8px;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}
TH.boxed
{
	border-right: #000000 1px solid;
	padding-right: 8px;
	border-top: #000000 1px solid;
	padding-left: 8px;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}
TH.boxedHeader
{
	border-right: #000000 1px solid;
	padding-right: 8px;
	border-top: #000000 1px solid;
	padding-left: 8px;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}
TH.boxed
{
	background-color: #c0c0c0;
}
TH.boxedHeader
{
	color: #ffffff;
	background-color: #808080;
}

.FileUpload_Warning
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	width: 100%;
	color: red;
	border-bottom: lightgrey 1px solid;
	height: 20px;
}

.CriterioResultados
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	color: dimgray;
	border-bottom: silver 1px solid;
	height: 30px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.HeaderLabelPecaProcessual
{
	font-weight: normal;
	font-size: xx-small;
	color: black;
	text-align: left;
}

.HeaderValuePecaProcessual
{
	font-weight: bold;
	font-size: x-small;
	color: maroon;
	text-align: left;
}

.HeaderTipoAccao
{
	font-weight: normal;
	font-size: x-small;
	color: maroon;
	text-align: left;
}

.HeaderFinalidade
{
	font-weight: bold;
	font-size: x-small;
	text-transform: uppercase;
	color: mediumblue;
	text-align: left;
}

.WizardNavigatorCurrentStep
{
	/* 	font-size: 15px; 	font-weight: bolder; 	*/
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	width: 100%;
	border-bottom: silver 1px solid;
	background-color: #ffffcc; /* 	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' ,direction=145, strength=2); 	*/
	font-weight: bolder;
}

td.TitleCitacoes
{
	/* 	height: 20px; 	background-color: palegoldenrod; 	*/
}

.DivCitacaoInterveniente
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: whitesmoke;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%; /* 	width: 700px; 	height: 30px; 	*/
}

.TableCitacaoInterveniente
{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px; /* 	padding-top: 10px; 	padding-bottom: 10px; 	margin: 2px; 	*/
}

td.CitacaoUpperPart
{
	border-bottom: silver 1px solid;
}

.CitacaoFieldLabel
{
	font-weight: bold;
}

.ModoCitacao_SolicitadorArea
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: #efefef;
}

.ModoCitacao_SolicitadorTitle
{
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 4px;
	vertical-align: bottom;
	border-bottom: gainsboro 1px solid;
	height: 20px;
}

.ModoCitacao_SolicitadorInfo
{
	/* 	border-right: gainsboro 1px solid; 	border-top: gainsboro 1px solid; 	border-left: gainsboro 1px solid; 	border-bottom: gainsboro 1px solid; 	*/
}

.ModoCitacao_SolicitadorGridHeader
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	background-color: white;
}

.SolicitadorAssociadoFieldLabel
{
	border-right: darkgray 1px solid;
	padding-right: 6px;
	font-weight: bold;
	width: 100px;
	text-align: right;
}

.SolicitadorAssociadoFalta
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 10 10 10 10;
	color: red;
	height: 80px;
}

.SolicitadorAssociadoFieldValue
{
	padding-left: 6px;
}




.DocHeaderFieldVertLabel
{
	font-weight: bold;
	font-size: xx-small;
	border-bottom: lightgrey 1px solid;
	text-align: center;
}

.DocHeaderFieldVertValue
{
	text-align: center;
	font-size: xx-small;
}

.DocHeaderFieldHorzLabel
{
	font-weight: bold;
	font-size: xx-small;
	width: 120px;
	text-align: right; /* 	border-right: gainsboro 1px solid; 	border-top: gainsboro 1px solid; 	border-bottom: gainsboro 1px solid; 	border-left: gainsboro 1px solid; 	background-color: #f0f0f0; 	*/
}

.DocHeaderFieldHorzValue
{
	font-size: xx-small;
	text-align: left; /* 	padding-left: 4px; 	border-right: gainsboro 1px solid; 	border-top: gainsboro 1px solid; 	border-left: gainsboro 1px solid; 	border-bottom: gainsboro 1px solid; 	background-color: white; 	*/
}

.DocHeaderVertFieldsTable
{
	/* 	BORDER-RIGHT: lightgrey 1px solid;  	BORDER-TOP: lightgrey 1px solid;  	BORDER-LEFT: lightgrey 1px solid;  	BORDER-BOTTOM: lightgrey 1px solid;  	*/
	width: 100%;
	height: 100%;
	font-size: xx-small;
}

.DocHeaderMainPropertiesTable
{
	border-top: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	width: 100%;
	height: 84px;
	font-size: xx-small;
	background-color: whitesmoke; /* 	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'whitesmoke' , endColorStr= 'white' , gradientType= '1')  	background-color: white; 	*/
}

.DocHeaderGeneralTable
{
	border-right: #C1B58A 1px solid;
	border-top: #C1B58A 1px solid;
	border-left: #C1B58A 1px solid;
	border-bottom: #C1B58A 1px solid;
	font-size: xx-small;
	width: 100%;
	background-color: white; /* 	background-color: #efefef; 	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'whitesmoke' , endColorStr= 'oldlace' , gradientType= '1')  	progid:DXImageTransform.Microsoft.Shadow(color= 'black' ,direction=145, strength=1); 	*/
}

.DocHeaderSpecialFieldValue
{
	color: darkgray;
}

.DocHeaderTitleTable
{
	background-color: white; /* 	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'whitesmoke' , endColorStr= 'white' , gradientType= '1')  	*/
}

.PedidoTextBoxDisabled
{
	background-color: gainsboro;
}

.SeparadoresHeader
{
	/* 	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'black' ,direction=145, strength=2); 	*/
}

.TdMudarParaSolicitacaoEspecifica
{
	text-align: center;
	width: 100%;
	vertical-align: middle;
	height: 80px;
	border-right: gainsboro 1px dotted;
	border-top: gainsboro 1px dotted;
	border-left: gainsboro 1px dotted;
	border-bottom: gainsboro 1px dotted;
	padding: 20px;
	margin: 20px;
}

.TdMudarParaSolicitaoSimples
{
	text-align: center;
	width: 100%;
	vertical-align: middle;
	border-top: gainsboro 1px dotted;
	font-size: x-small;
	font-weight: bold;
	padding-top: 5px; /* 	height: 30px; 	*/
}

.TableActionFeedback
{
	width: 100%;
	height: 100%;
}

.TdActionFeedbackText
{
	font-size: x-small;
	font-weight: bold;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}

.ref_artigo
{
	font-size: xx-small;
	font-style: italic;
}

.GridNoResults
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: whitesmoke;
	height: 500px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
}

.GridNoResultsGeneric
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: whitesmoke;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
}

.GridNoResultsSmall
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: whitesmoke;
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
}

.GridPersistirFalse
{
	background-color: gainsboro;
}

.DivGridIntervenientes
{
	/* 	border-right: lightgrey 1px solid; 	border-top: lightgrey 1px solid; 	border-left: lightgrey 1px solid; 	border-bottom: lightgrey 1px solid; 	padding: 4 4 4 4; 	height: 100%; 	*/
}

.GridIntervsTipoInterv
{
	text-align: left;
	height: 25px;
	border-bottom: #ececec 1px solid;
	background-color: #f4f4f4;
}

.GridIntervsNome
{
	text-align: left;
	height: 25px;
	border-bottom: #ececec 1px solid;
}

.GridIntervsChkMandatario
{
	text-align: right;
	height: 25px;
	border-bottom: #ececec 1px solid;
	padding-right: 10px; /* 	width: 200px; 	*/
}

.GridIntervsCellChkPecaAplicavel
{
	text-align: center;
	height: 25px;
	border-bottom: #ececec 1px solid;
	background-color: #f4f4f4;
}

.GridIntervsCell
{
	text-align: left;
	height: 25px;
	border-bottom: #ececec 1px solid;
	background-color: #f4f4f4;
}

.GridIntervsLabelLoggedUser
{
	font-weight: bold;
	font-style: italic;
}

td.EnviarWarnings
{
	background-color: #ffffcc;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

.ModoCitacaoDefault
{
	/* 	font-weight: bold; 	font-size: medium; 	font-style: italic; 	*/
	font-size: x-small;
	font-style: italic;
	color: black;
}

.ErrosValidacao
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.GridIntervsHeaderTipoInterv
{
	vertical-align: middle;
	text-align: center;
	width: 180px;
	height: 30px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial;
	background-color: wheat;
	color: #665533;
	border-top: gainsboro 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'black' ,direction=145, strength=2) progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#e5dec3' , gradientType= '0' );
	background: url(img/gradient2.jpg) 0% 0% repeat-x;
}

.GridIntervsHeaderNome
{
	vertical-align: middle;
	text-align: center; /* 	width: 180px; 	*/
	height: 30px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial;
	background-color: wheat;
	color: #665533;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'black' ,direction=145, strength=2) progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#e5dec3' , gradientType= '0' );
	border-top: gainsboro 1px solid;
	background: url(img/gradient2.jpg) 0% 0% repeat-x;
}

.GridIntervsHeaderChkMandatario
{
	vertical-align: middle;
	text-align: right;
	width: 240px;
	height: 30px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial;
	background-color: wheat;
	color: #665533;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'black' , direction=145, strength=2) progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#e5dec3' , gradientType= '0' );
	border-top: gainsboro 1px solid;
	background: url(img/gradient2.jpg) 0% 0% repeat-x;
}

.TitlePanel
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#e5dec3' , gradientType= '0' );
}

.SeparadoresAction
{
	border-bottom: lightgrey 1px dotted;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#ffffcc' , gradientType= '1' );
}

.TdActionFeedback
{
	text-align: center;
	vertical-align: middle;
	border-right: gainsboro 1px double;
	border-top: gainsboro 1px double;
	border-left: gainsboro 1px double;
	border-bottom: gainsboro 1px double;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#ffffcc' , gradientType= '0' );
}

.FeedbackMessage
{
	text-align: center;
	vertical-align: middle;
	height: 150px;
	font-size: : x-small;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#ffffcc' , gradientType= '0' ); /* 	width: 300px; 	*/
}

.GridIntervsHeaderPecaAplicavel
{
	vertical-align: middle;
	text-align: center;
	width: 80px;
	height: 30px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial;
	background-color: wheat;
	color: #665533;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'black' ,direction=145, strength=2) progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#e5dec3' , gradientType= '0' );
	border-top: gainsboro 1px solid;
	background: url(img/gradient2.jpg) 0% 0% repeat-x;
}

.DivNotificacaoMandatario
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: whitesmoke;
	padding-top: 10px;
	padding-bottom: 10px; /* 	margin: 2px; 	padding-left: 10px; 	padding-bottom: 10px; 	padding-right: 10px; 	border-bottom: blue 1px solid; 	width: 450px; 	*/
}

.TableNotificacaoMandatario
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%; /* 	height: 100%; 	*/
}

.LabelMoradaNotificEdicaoInterv
{
	font-weight: bold;
	font-size: small;
	vertical-align: top;
}

.ValueMoradaNotificEdicaoInterv
{
	padding-left: 20px;
	color: dimgray;
	vertical-align: top;
}

#divMoradaNotificacaoEdit
{
	border-top: darkgray 1px solid;
}

.CommandInfoButtonCell
{
	text-align: center;
	vertical-align: middle;
}

div.ToolbarPanel
{
	padding: 4 4 4 4;
	border-right: #C0B488 1px solid;
	border-top: #C0B488 1px solid;
	border-left: #C0B488 1px solid;
	border-bottom: #C0B488 1px solid;
	vertical-align: middle;
	height: 23px;
	background-color: #E0DCC0; /* 	margin-bottom: 20px; 	border-bottom: #01697B 1px solid; 	*/
}

.ToolbarInternalPanel
{
}

.TitlePanelCaption
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #716F64;
}

.RadioGroup
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.GridHeader
{
	vertical-align: middle;
	text-align: center;
	height: 30px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial;
	background-color: wheat;
	color: #665533;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'black' ,direction=145, strength=2) progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' , endColorStr= '#e5dec3' , gradientType= '0' );
	border-top: gainsboro 1px solid;
	background: url(img/gradient2.jpg) 0% 0% repeat-x;
}

.GridCell
{
	text-align: center;
	height: 25px;
	border-bottom: #ececec 1px solid;
	background-color: #f4f4f4;
}

.NullValue
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: gainsboro;
	height: 16px;
}

.FieldValue
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: whitesmoke;
	height: 16px;
}

.InlinedFieldValue
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: whitesmoke;
	height: 14px;
}

.VariableHeightFieldValue
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: whitesmoke;
	min-height: 14px;
}

/* for Internet Explorer */
/*\*/
* html .VariableHeightFieldValue
{
	height: 14px;
}
/**/

.CenteredFieldValue
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: whitesmoke;
	height: 14px;
	text-align: center;
}

.DateFieldValue
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: whitesmoke;
	height: 14px;
	text-align: center;
}

.NumberFieldValue
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: whitesmoke;
	height: 14px;
	text-align: right;
	display: inline-block;
}

.DetalheInj_FieldHeightMorada
{
	height: 100%;
}

.DetalheInj_FieldLabelWidth0
{
	width: 30px;
}

.DetalheInj_FieldLabelWidth1
{
	width: 60px;
}

.DetalheInj_FieldLabelWidth2
{
	width: 80px;
}

.DetalheInj_FieldLabelWidth3
{
	width: 100px;
}

.DetalheInj_FieldLabelWidth4
{
	width: 120px;
}

.DetalheInj_FieldLabelWidth5
{
	width: 140px;
}

.DetalheInj_FieldLabelWidth6
{
	width: 200px;
}

.DetalheInj_TribunalCompetente_Label
{
	width: 260px;
}

.DetalheInj_HeaderCaption
{
	text-align: center;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color: lemonchiffon;
	height: 20px;
}


/* plopes 20080109 início - estilos página de pesquisa injunções */

.CFieldSet
{
	width: auto;
	padding-left: 0;
}

.divPaginador
{
	width: 150px;
	height: 35px;
	overflow: auto;
}

.tdPaginador
{
	background-color: whitesmoke;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	width: 150px;
}


/* plopes 20080109 fim - estilos página de pesquisa injunções */


.DivSumarioResultadoInjuncao
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.PageCaption_ConsultasInjuncoes
{
	font-size: x-small;
	font-weight: bold;
	padding-left: 10px;
	height: 30px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background: url(img/gradient2.jpg) 0% 0% repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' ,endColorStr= '#e5dec3' ,gradientType= '0' );
}

.PageCaptionBar
{
	padding-left: 10px;
	height: 30px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background: url(img/gradient2.jpg) 0% 0% repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' ,endColorStr= '#e5dec3' ,gradientType= '0' );
}

.PageCaptionBar_Title
{
	font-size: x-small;
	font-weight: bold;
}

.HeaderPaginaDetalheInjuncao
{
	background-color: #e5dec3;
	height: 24px;
	font-family: 'Arial Black';
	text-transform: uppercase;
	padding-left: 10px;
}

.DivSumarioResultadoConsultaInjuncoes
{
	border-top: gainsboro 1px solid; /*	 	border-right: gainsboro 1px solid; 	border-left: gainsboro 1px solid; 	border-bottom: gainsboro 1px solid; 	background-color: whitesmoke; 	*/
	width: 100%;
	cursor: pointer;
	font-size: xx-small;
}

.DivSumarioResultadoConsultaInjuncoes_Selected
{
	border-right: paleturquoise 1px solid;
	border-top: paleturquoise 1px solid;
	border-left: paleturquoise 1px solid;
	border-bottom: paleturquoise 1px solid; /*background-color: aliceblue;*/
	width: 100%;
	background: url(img/gradient1.jpg) 0% 0% repeat-x;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'black' ,direction=145,strength=1) progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' ,endColorStr= 'aliceblue' ,gradientType= '0' );
}



.ConteudoPaginasConsultaInjuncoes
{
	overflow: auto;
	height: 100%;
	width: 100%;
}




.Paginador_PaginaActual
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: palegoldenrod;
	font-size: large;
	font-weight: bold;
}

.Paginador
{
	border-top: gainsboro 1px solid; /* 	border-bottom: gainsboro 1px solid; 	border-right: gainsboro 1px solid; 	border-left: gainsboro 1px solid; 	*/
	background-color: lemonchiffon;
}

.Paginador_Info
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color: #f0f0f0;
}

.Paginador_Page
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.ConsultasFrameset_Toolbar
{
	height: 1%;
}


.DivNotificMandInterv_Selected
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	width: 100%;
	background: url(img/gradient1.jpg) 0% 0% repeat-x;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   'black' ,direction=145,strength=1) progid:DXImageTransform.Microsoft.Gradient(startColorStr=   'whitesmoke' ,endColorStr= 'aliceblue' ,gradientType= '0' );
}

.DivNotificMandInterv
{
	border-top: gainsboro 1px solid;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* 	border-right: gainsboro 1px solid; 	border-left: gainsboro 1px solid; 	border-bottom: gainsboro 1px solid; 	background-color: whitesmoke; 	*/
	width: 100%;
	cursor: pointer;
	font-size: xx-small;
}



/***************************************************************************************************
   BEGIN:  Faq Styles
***************************************************************************************************/

.FaqRep
{
	margin-left: 75px;
}

.FaqRepP
{
	font-weight: bold;
}

.FaqRepR
{
	/*font-weight: bold*/
}

.FaqN0
{
	font-size: 16px;
}

.FaqN1
{
	padding-left: 25px;
	background-color: #E0DCC0;
	color: #01697B;
	font-weight: bold;
	font-size: small;
}

.FaqN2
{
	padding-left: 50px;
	font-size: 12px;
	color: #716F64;
	background-color: White;
	font-weight: bold;
}

.FaqN3
{
	padding-left: 75px;
	font-size: 12px;
	font-weight: bold;
}

.FaqMargin
{
	margin-bottom: 10px;
}

/***************************************************************************************************
   END:  Faq Styles
***************************************************************************************************/






.LoginLabel
{
	font-family: Arial;
	font-size: 10pt;
	color: #01697B;
	font-weight: bold;
}

.CaptionRequerimentos
{
	font-weight: bold;
	font-size: 14px;
	color: navy;
	text-align: left;
}

.ReleaseMessage
{
	font-weight: bold;
	color: red;
	font-size: medium;
}

.MenusTopTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #716F64;
	text-align: right;
	padding: 15px 30px 15px 0;
}

.MenusHyperlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01697B;
	width: 90%;
	text-align: left;
	vertical-align: middle;
}

.MenusHyperlink a
{
	color: #01697B;
	text-decoration: none;
	font-weight: bold;
}

.MenusHyperlink a:hover
{
	text-decoration: underline;
	color: #C4B88F;
	font-weight: bold;
}

.CaptionViewMaster
{
	font-weight: bold;
	color: navy;
	text-align: left;
	padding-left: 16px;
	font-size: 15pt;
}

.Interveniente_RequiredFieldMarker
{
	font-weight: bold;
	color: blue;
}

.AreaIconQuickMenus
{
	width: 90px;
	height: 100%;
}

.PagerDiv
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.PagerCurrentPage
{
	background-color: lemonchiffon;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.PagerLabel
{
	font-weight: bold;
}

.PesquisaComunicInjuncoesTitleBar
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: #e5dec3;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.PesquisaComunicInjuncoesTitleBar_Caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}

.PesquisaComunicInjuncoesTitleBar_NovaConsulta
{
	text-align: right;
	cursor: pointer;
}

.DivInjuncaoNotifRequerido
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: whitesmoke;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

.TableInjuncaoNotifRequerido
{
	padding: 8 8 8 8;
}

.TdInjuncaoNotifRequeridoTitle
{
	border-bottom: silver 1px solid;
}

/************************
        /Controls
*************************/

.NumericTextBox
{
	text-align: right;
}

/************************
        Calendário AJAX
*************************/


.AjaxCalendar .ajax__calendar_container
{
	width: 180px;
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}
.AjaxCalendar .ajax__calendar_body
{
	height: 139px;
	width: 180px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.AjaxCalendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
	top: 0px;
	left: 0px;
	height: 139px;
	width: 180px;
	position: absolute;
	text-align: center;
	margin: auto;
}
.AjaxCalendar .ajax__calendar_dayname
{
	height: 17px;
	width: 18px;
	text-align: right;
	padding: 0 2px;
}

.AjaxCalendar .ajax__calendar_active .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.AjaxCalendar .ajax__calendar_active .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.AjaxCalendar .ajax__calendar_active .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}

.AjaxCalendar .ajax__calendar_other .ajax__calendar_day
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}
.AjaxCalendar .ajax__calendar_other .ajax__calendar_year
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}

.AjaxCalendar .ajax__calendar_hover .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}


#consultaExecucoes
{
	margin-right: 10px;
	margin-left: 10px;
}

#consultaExecucoes input, select
{
	margin-top: 5px;
}



#consultaExecucoes #titulo
{
	margin-top: 10px;
}

#consultaExecucoes h2
{
	border-bottom: #c1b58a 2px solid;
	color: White;
	font-size: 10px;
}

#consultaExecucoes h2 strong
{
	background-color: #c1b58a;
	padding-left: 5px;
	padding-right: 5px;
}


#consultaExecucoes #resultados
{
	margin-top: 30px;
}


/*
<td style="BORDER-BOTTOM: " width="50%">
                            <strong style="COLOR: white; BACKGROUND-COLOR: #c1b58a">&nbsp;Identifique o executado a pesquisar&nbsp;&nbsp;</strong>
                        </td>
*/

.CaptionCriterioConsultaExecutados
{
	font-weight: bold;
	text-decoration: underline;
}

.LabelCriterioConsultaExecutados
{
	/*font-style: italic;*/
	font-weight: bold;
}

.CampoCriterioConsultaExecutadosDisabled
{
	background-color: gainsboro;
}

/*Estilos de indicador de password*/
#password-strength-bar
{
	width: 100%;
	color: White;
	height: 25px;
	margin-top: 5px;
	padding: 2px;
}

.password-min-char
{
}

/*Estilos usados para a pagina NotificacaoMandatarios.aspx*/
.selectLine
{
	background: #E0DCC0;
}

.singleModeEditing
{
	background: #F5F5F5;
}


 #passwordStrength 
 { 
	height:10px; 
	display:block; 
	float:left; 
 } 
 .strength0 
	{ width:75px; background:#cccccc; } 
 .strength1 
    { width:100px; background:#ff0000; } 
 .strength2 
	{ width:125px; background:#ff5f5f; } 
 .strength3 
	{ width:150px; background:#56e500; } 
 .strength4 
	{ width:175px; background:#4dcd00;  } 
 .strength5 
	{ width:200px; background:#399800; }
	

/*
---------------------------------
           Menu 
---------------------------------
*/



#tableMenu {
	width: 100%;
}

#tableMenu tr td.logo {
	width:150px;
}

#menu {
	list-style: none;
	margin: 0;
	float: left;
	/*width: 920px;*/
	font-size: 1.2em;
	background-color: #E0DCC0;
}

#menu li {
	float: left;
	margin: 0;
	position: relative; 
	z-index:1000;
}

#menu li a , #menu li p{
	padding:2px 5px;
	color: #01697b;
	display: block;
	text-decoration: none;
	cursor:pointer;
}

#menu li a:hover{
    color: #fff;
	background-color:#01697b;
}

#menu li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 27px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	background: #E0DCC0;
}

ul.subnav1 {
	list-style: none;
	position: absolute;
	top: 0px;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	z-index:9999;
}

#menu li ul.subnav li, ul.subnav1 li {
	margin: 0; 
	padding: 0;
	border-top: 1px solid #fcf7d7;
	border-bottom: 1px solid #aeab95;
	clear: both;
	display:block;
	width:350px;
	background-color: #E0DCC0;
	color:#01697b;
}

#menu li ul.subnav li a, ul.subnav1 li a, #menu li ul.subnav li p, ul.subnav1 li p {
	white-space:nowrap;
	padding:5px;
	cursor:pointer;
}

li ul li div {
    width:4px;
    height:7px;
    background-image:url(images/subMenuIcon.gif);
    background-repeat:no-repeat;
    float:right;
    margin:8px 5px 0px 0px;
}

/*
---------------------------------
           Tree
---------------------------------
*/

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin: 0 0 0 -16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 1px 0pt 1px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover, .tree span.process:hover, .tree span.interv:hover { text-decoration:underline; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
	background: url(img/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.tree li { padding: 2px 0 1px 14px; }


 .tree span.court, .tree span.section, .tree span.process, .tree span.interv { 
	padding: 1px 0 1px 22px; 
	display: block; 
	background: url(img/contact.gif) 0 0 no-repeat;
}

.treeview li span strong {
	margin:0px 2px 0px 10px;	
}
.tree span.court { background: url(img/court.gif) 0 0 no-repeat; }
.tree span.section { background: url(img/unorg.gif) 0 0 no-repeat; }
.tree span.process { background: url(img/proc.gif) 0 0 no-repeat; }
.tree span.interv { background: url(img/icon-contact.gif) 0 0 no-repeat; }

#courts {
	/*max-height:100px; FF only*/
	overflow:auto;
	height:100px; /*IE and FF*/
}
/*
.Button
{
	border-right: 2px outset;
	padding-right: 2px;
	border-top: 1px outset;
	padding-left: 2px;
	font-weight: normal;
	padding-bottom: 2px;
	border-left: 1px outset;
	padding-top: 2px;
	border-bottom: 2px outset;
	background-color: #f7f5ed;
	font-weight: bold;
	color: #33C;
	cursor: pointer;
	width: 100px;
}*/

div.ButtonPanel
{
	padding: 4 4 4 4;
	border-right: #C0B488 1px solid;
	border-top: #C0B488 1px solid;
	border-left: #C0B488 1px solid;
	border-bottom: #C0B488 1px solid;
	vertical-align: middle;
	height: 23px;
	background-color: #E0DCC0; /* 	margin-bottom: 20px; 	border-bottom: #01697B 1px solid; 	*/	
	
}

.Button:hover
{
	background-color: #01697b;
	color: White;
}