/**
Titulo:     Tribunal de Justi&ccedil;a do Estado do Cear&aacute;
Autor:      ruigomes@tjce.jus.br
Atualizado: 09/08/2007
*/

body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	text-align: center;
	color: #383d44;
	background-image: url(../imagens/bg-body.jpg);
	background-repeat:repeat-x;
	}
#pagina{
	width:800px;
	height:auto;
	margin:0 auto;
}

/* Links */
a:link, a:visited {
	padding-bottom:0;
	color: #326ea1;
	text-decoration: none;
	}
a:visited{
	padding-bottom:0;
	color: #003366;
	text-decoration: none;
}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}

/* estrutura da pÃ¡gina */
#main-body {
	width: 800px;
	height:auto;
	margin: 14px auto;
	padding: 0 0 0 0;
	font-size: 12px;
	font-family:arial;
	line-height: 1.6em;
	text-align: left;
	}
#content, #content-spry {
	width: 585px;	
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	
/*	padding-left:8px;	*/
}
#sidebar {
/*	width: 16em;*/
	width: 190px;
	padding-right:1em;
	float: left;

	margin-left: 5px;
	font-size: 86%;
	line-height: 1.5em;
	color: #666b75;			
	}

/* header */
#header {
	padding: 0;
	font-size: 95%;
/*	border-top: 1px solid #464a52;*/
	width:800px;
	margin:0 auto;
	

	}

/* logo */
#logo {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#logo span, #logo a {
	display: block;
	width: 800px;
	height: 76px;
	padding: 0;
	border-style: none;
	background-image: url(../imagens/logo-default.png);
	background-repeat: no-repeat;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo a:hover {
	}

/* navigation */
#nav {
	width: 800px;
	margin: 8px auto 0 auto;
	padding: 0;
	
}
/* basic phrase element styles */

a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #666b75;
	}
ins {
	text-decoration: none;
	font-style: normal;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

/* title box */
#title {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 2px solid #dbd5c5;
	}
	
#title h1 {
	margin: 0;
	padding: 2px 0 0  0;
	font-size: 120%;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	}
#title h1 span {
	color: #666b75;
	}
#title h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #666b75;
	}
#content h3, #content-spry h3{	
	margin: 2px 0 12px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5em;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

#content h4, #content-spry h4{
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.5em;
	color: #693;
}


#content h3 a, #content-spry h3 a{
	border: none;
	}
#content p{
	margin: 0 0 20px 10px;
	}
	
#content p.identado{
	margin: 0 0 20px 30px;
}	

.date-news{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	}

/* entries */
#content h2.date{
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #666b75;
	}



#content ul, #content ol{
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol{
	margin-left: 20px;
	}
#content ol{
	padding-left: 20px;
	}
#content ul{
	list-style-image: url(../imagens/icon-morearrow.gif);
	list-style-position: inside;
	}
#content ul li{
	padding: 0 0 4px 14px;
	line-height: 1.4em;
	background: url(../img/1206/icon-bullet.gif) no-repeat 0 4px;
	}
#content dl dt{
	font-weight: bold;
	}
#content dl dd{
	margin: 0 0 15px 0;
	padding: 0;
	}
#content dl.listing dd em{
	display: block;
	font-family: Georgia, serif;
	color: #666b75;
	}

/* confirm box */
#content .confirm{
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 2px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
	}

/* home page specific */
body#home #title {
	margin-top: -8px;
	padding: 8px 20px 4px 10px;
	background-repeat:repeat-x;
	background-position: right top;
	background-image: url(../imagens/bg-news.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	}
body#home #title h1 {
	margin-bottom: 1px;
	line-height: 1em;
	}
body#home #title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #464a52;
	}	
body#home #title p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	color: #464a52;
	}
#content h3#recent {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.5em;

	color: #0066CC;
	}

/* sidebar */

#sidebar h2 {
	margin: 25px 0 12px 0;
	padding: 5px 5px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 99%;
	line-height: 1em;
	text-transform: uppercase;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	background-color:#F4F4F4;	
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-image: url(../imagens/icons/chart_organisation.gif);
	}
	
#sidebar h4 {
	margin: 25px 0 12px 25px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 98%;
	line-height: 1em;
	/*	letter-spacing: 2px;*/
	text-transform: uppercase;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	background-color:#F4F4F4;	
}
	
#sidebar h2.first{
	margin-top:0;
}	
#sidebar h3 {
	margin: 25px 0 12px 0;
	padding: 3px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	line-height: 1em;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	}
	
#sidebar h3.first {
	margin-top: 0px;
	}
#sidebar h3.featured {
	margin-bottom: 0;
	border-bottom: 0;
	}
#sidebar p {
	margin: 0;
	padding: 0;
	}
#sidebar p.estrutura{
	padding-left:1em;
}
#sidebar p.sub{
	padding-left:2.6em;	
}
#sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .6em 0;
	padding: 0 0 0 5px;
	font-size: 120%;
}
#sidebar ul.articles li {
	padding-left: 16px;
	background-image: url(../img/1206/icon-doc.gif);
	background-position: 0 2px;
	}
#sidebar ul li.last {
	margin-bottom: 0;
	}

/* banner img in sidebar */
#sidebar p.banner a {
	padding: 0;
	border: none;
	}


/* sub navigation */
#sidebar ul.sub li.active a:link, #sidebar ul.sub li.active a:visited {
	color: #383d44;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar ul.sub li.active {
	background: url(../img/1206/icon-subon.gif) no-repeat 1px 4px;
	}

/* thumb img */

#sidebar img.thumb {	
	float: left;
	margin: 0 8px 2px 0;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#sidebar a img.thumb:hover {
	border-color: #fff;
	background: #fff;
	}

#portText {
	padding-left: 10px;
	text-align:justify;
}
#portText img {
	padding: 4px;
	border: 1px solid #dbd5c5;
	background-color: #EBEBEB;	
	float:left;	
	margin-right:20px;	
/*	width:194px;
	height:228px;*/
}
#portText2 {
	padding-left: 10px;
	text-align:justify;
	}
#portText2 img{
/*	float:left;
	padding:10px 20px 10px 0;
	width:226px;
	height:170px;*/	
}

#portText p, #portText2 p, #portText5 p {
	margin-left:0px;
}
/* #portText3 refere-se as pÃ¡ginas da CEJAI */
#portText3 {
	padding-left: 10px;
	text-align:justify;
	}
#portText3 img{
	padding:10px 20px 10px 0;
	background:#FFFFFF;
	width:120px;
	height:152px;	
}
/* #portText4 refere-se as pÃ¡ginas da CEJAI e Institucional > Galeria de Ex-Presidentes*/
#portText4 {
	padding-left: 10px;
	text-align:justify;
	}
#portText4 img{
	padding: 4px;
	border: 1px solid #dbd5c5;
	background-color: #EBEBEB;	
	float:left;	
	margin-right:20px;
}
#port ul {
	padding-left: 0;
	margin-left: 0;	
	}
#portimg {
	float: left;
	width: 204px;
	padding: 0 10px 0 10px;
	margin: .5em 15px 0 0;
	color: #666;
	font-size: 100%;
	text-align: left;
	}
#portimg img {
	width:194px;
	height:228px;
}
#portimg dt {
	padding: 4px;
	border: 1px solid #dbd5c5;
	background-color: #EBEBEB;

	}
#content dl#portimg dd {
	padding: 0;
	margin: 10px 0 0 0;
	}

#clearPhoto {
	clear: both;
	margin: 20px 0 0 0;
	}
img#photo {
	margin: 0 0 1em 0;
	padding: 10px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}

/* photo viewer overrides */
body.viewer #sidebar {
	display: none;
	}
body.viewer #main-body {
	background-image: none;
	}
body.viewer #content {
	width: 60em;
	}

/
.tshirt-sample {
	margin-top: 18px;
	text-align: center;
	}
#content .tshirt-sample p {
	margin-top: 5px;
	}
.tshirt-sample img {
	padding: 0;
	border: none;
	background: none;
	}
.prod-desc {
	margin: 18px 0 0 235px;
	font-size: 90%;
	line-height: 1.5em;
	}
form.shirt-form {
	clear: left;
	margin: 0 0 1em 0;
	padding-bottom: 3px;
	}

/* data tables */

table.data {
	width: 40em;
	margin: 0 0 2em 0;
	padding: 0;
	border-collapse: collapse;
	}
table.data th, table.data td {
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #dbd5c5;
	}
table.data tr.last th, table.data tr.last td {
	border-bottom: none;
	}
table.data th {
	text-align: left;
	}
table.data td blockquote {
	margin-left: 0;
	}

/* footer */
#footer {
	width: 64em;
	margin: 0 auto;
	padding: 8px 0 8px 0;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	background-color: #EBEBEB;
	}
#footer-inner {
	padding-left: 40px;
	background: url(../img/1206/logo-footer.gif) no-repeat 0 1px;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#footer a.rss {
	padding-left: 16px;
	background: url(../imagens/icon-rss.gif) no-repeat 0 0;
	}

/* in sidebar */

#sidebar ul li.vevent {
	margin-bottom: 10px;
	padding-left: 0;
	background: 0;
	}
#sidebar ul li.vevent abbr.dtstart {
	padding: 0 0 0 15px;
	background: url(../img/1206/icon-hcalendar.gif) no-repeat 0 3px;
	}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clearing floats */
#nav ul:after, 
#main-body:after,
#flickr:after,
#extra:after,
#footer:after,
#port:after, 
.prod-feature:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

select {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.select{
	font-size: 1.0em;	
}
form label, caption {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-align:left;
}
.table-form{
	background-color:#FBFBFB;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;

}
.form-consulta-maior{
/*	width:340px;
	height:206px;*/
	height:auto;	
	margin-top:-16px;
	margin-left:9px;	
	background-image:url(../imagens/bg-form-consulta-maior.jpg);
	background-repeat:no-repeat;
	
	padding-left:7px;
	padding-right:7px;
	background-position: 0px 0px;	
}
.form-consulta-maior caption{	
	margin-left:0;
	margin-top:6px;
	font-size:14px;
	color:#669900;
	padding-bottom:8px 0;
	}
	
.form-consulta-menor{
/*	width:340px;
	height:206px;*/
	height:auto;	
	margin-top:-16px;
	margin-left:9px;	
	background-image:url(../imagens/bg-form-consulta-menor.jpg);
	background-repeat:no-repeat;	
	padding-left:7px;
	padding-right:7px;
	background-position: 0px 0px;	
}
.form-consulta-menor caption{	
	margin-left:0;
	margin-top:6px;
	font-size:14px;
	color:#669900;
	padding-bottom:8px 0;
	}

.table-catalogo{
	width:540px;
}
.table-form-shirt{
	width:auto;
}
.table-title{
	background-color:#D7E8F1;
	color: #333333;
	font-weight:bold;
	font-size:10pt;
}
.table-form-button{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../imagens/bg-button.jpg);
}
.table-form .input{
	border: 1px solid #CDCDCD;
	background-color:#F9FEFF;
}
/*paragrafo contendo select*/
.bg-select-consulta{
	width:354px;
	height:40px;
	margin-left:-5px;
	background-image:url(../imagens/bg-select-consulta.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;	
}
.select-consulta {
	margin-left:5px;
	margin-top:10px;	
}
.alert{
	padding-left: 16px;
/*	background: url(../imagens/icon-alert.gif) no-repeat 0 1px;*/	
	}	
.endereco-comarcas{
	padding:10px;
	border: 1px solid #CCCCCC;	
}
.endereco-comarcas legend{
	color: #693;
	font-weight: bold;
	font-size: 12px;
}
.alinha_nomes {
	padding-left: 15px;
/*	background: url(../imagens/icon-alert.gif) no-repeat 0 1px;*/
	display:block;	
	}
/* REFERE-SE AOS PAINEIS DA PÃGINA INCIAL:  DESTAQUE, NOTICIAS, EVENTOS */
#content-top{
	width:585px;
}


#destaque ul{list-style:none; margin-left:-5px;}
#destaque ul a{list-style:none;}
#destaque ul li{list-style:none;}
#destaque ul li a{list-style:none;} 

#destaque{
	width:180px;
	height:255px;
	float:left;
	margin-left:5px;
	background-image:url(../imagens/quadros/bg-destaque.jpg);
	background-repeat:no-repeat;
	
}
#destaque img{	
	width:160px;
	height:120px;	
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;

}
#destaque p {
	font-size: .9em;
	text-align:justify;
	width:160px;
/*	display:block;*/
	padding:0;
}


.destcapa{width:160px; margin-left:8px; border:1px solid #FF6600; margin:auto;}
.destcapa img{margin-left:-5px;}
.destcapa ul{list-style:none;} 

#noticias{	
	float:left;
	width:255px;
	height:255px;
	margin-left:5px;
	background-image:url(../imagens/quadros/bg-noticias.jpg);
	background-repeat:no-repeat;

}
#noticias p{
	width:242px;
	display:block;
	margin-top:-10px;

}

#noticias a{
	color: #333333;
	font-size: 11px;
}
.noticia{
	text-align:left;
}
#publicacoes{
	float:left;
	width:120px;
	/*	height:19.7em;*/
	height:255px;
	margin-left:5px;
	
	background-image:url(../imagens/quadros/bg-publicacoes.jpg);
	background-repeat:no-repeat;
}
#publicacoes p{
	font-size:11px;
	margin-top:-10px;

}
#publicacoes img{
/*	width:100px;
	height:75px;*/

	width:100px;
	height:140px;
	margin:-10px 8px;
}
#destaque h5, #noticias h5, #publicacoes h5, #consulta-processual h5{
	padding:0 5px 0 10px;
	margin-top:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #3399CC;
	font-size:12px;
}
/*FORMULARIOS DE CONSULTA PROCESSUAL DA HOME PAGE */
#consulta-processual{
	/*	padding-top:25px;
	padding-right:9px;	*/
	margin:8px;
	width:364px;
	height:auto;
	float:left;	
	margin-top:5px;	
	z-index:30;
}

/*CEJAI*/
.dia-internacional-adocao{
	margin-bottom:20px;
}
#img-estatistica img{
	width:430px;
	height:258px;
	float:none;
	border:none;
	padding:0;
}
#img-proposta-informatizacao img{
	width:436px;
	height:285px;
	float:none;
	margin:2px 0 20px 20px;
}

/*ICONES NO MENU SIDEBAR */
.dj-assinantes, .dj-gratuito, .catalogos, .fale-presidente,
.ouvidoria, .pautas-julgamento, .relatorio-gestao, .planoestrategico, 
.telejustica, .webmail, .push, .consulta-processual, .custas-processuais, 
.projudi, .home, .foto, .bacen-jud, .concurso, .certidao, .plt2, 
.atos-normativos {
	margin: 0 5px 0 0;
	padding: 0 0 0 22px;
	color: #666b75;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: 0 50%;	
}
.planoestrategico{
	background-image: url(../imagens/icons/planoestrategico.gif);			
}
.certidao{
	background-image: url(../imagens/icons/certidao_negativa.gif);	
}
.concurso{
	background-image: url(../imagens/icons/concurso.gif);
}
.dj-assinantes{
	background-image: url(../imagens/icons/dja.gif);
}
.dj-gratuito{
	background-image: url(../imagens/icons/djg.gif);
}
.catalogos, .atos-normativos {
	background-image: url(../imagens/icons/catalogo.gif);
}
.fale-presidente{
	background-image: url(../imagens/icons/fale.gif);		
}
.ouvidoria{
	background-image: url(../imagens/icons/ouvidoria.gif);		
}
.pautas-julgamento{
	background-image: url(../imagens/icons/pautas-julgamento.gif);		
}
.relatorio-gestao{
	background-image: url(../imagens/icons/relatorio-gestao.gif);		
}
.telejustica{
	background-image: url(../imagens/icons/telejustica.gif);		
}
.webmail{
	background-image: url(../imagens/icons/webmail.gif);		
}
.push{
	background-image: url(../imagens/icons/push.gif);		
}
.consulta-processual{
	background-image: url(../imagens/icons/consulta-processual.gif);			
}
.custas-processuais{
	background-image: url(../imagens/icons/custas-processuais.gif);			
}
.selos{
	background: url(../imagens/pxselo.png) no-repeat left center; padding-left:20px;			
}
.projudi{
	background-image: url(../imagens/icons/projudi.gif);			
}
.home{
	background-image: url(../imagens/icons/home.gif);			
}
.foto{
	background-image: url(../imagens/icons/camera.gif);			
}
.plt2{
	background-image: url(../imagens/icons/clock.gif);			
}
.bacen-jud{
	background-image: url(../imagens/icons/bacen-jud.gif);			
}

/* icone novo */
.novo{
	margin: 0 5px 0 0;
	padding: 0 30px 0 0;
	text-decoration: none;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: right 50%;
	background-image: url(../imagens/novo.gif);
}
.hour-news{
	color: #693;
	font-size: 1em;
}
.marcador{
	background: url(../imagens/icon-morearrow.gif) no-repeat 0 4px;
	padding-left:10px;
}
.foto-ex-presidente{
	width:123px;
	height:158px;
}
/* PÃGINA INICIAL*/
#sistema-projudi{
	margin:2px;
	margin-top:5px;
	width:178px;
	height:100px;
	float:left;
	text-align:justify;
	background-image:url(../imagens/bg-projudi.gif);
	background-repeat:repeat-x;
}
#banner{
	margin:2px;
	margin-top:47px;
	width:178px;
	height:90px;
	float:left;
}
#sistema-projudi h5, #sistema-push h5{
	font-size:14px;
	margin-top:5px;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#sistema-projudi h6, #sistema-push h6{
	font-size:12px;
	margin-left:5px;
	margin-top:-20px;
	
	width:165px;
}
#sistema-push, #banner-juri {
	margin:2px;
	margin-top:5px;
	width:178px;
	height:100px;
	float:left;
	text-align:justify;
	background-image:url(../imagens/bg-push.gif);
	background-repeat:repeat-x;
}
#banner-juri {

	background:none;

}
#paginacao-noticias {
	margin-left:10px;
	margin-top:35px;

}
#paginacao-noticias p{
	float:left;
}

#paginacao-noticias input.inativo{
	background-image:url(../imagens/bg-button.jpg);
	border: 1px solid #CCCCCC;
	width:20px;
	height:20px;
}
#paginacao-noticias input.ativo{
	background-image:url(../imagens/bg-button.jpg);
	border: 1px solid #999999;
	width:22px;
	height:22px;
	font-weight:bold;	
}	
.juiz{
	font-size:12px;
	color: #003399;
	font-weight: bold;
}

#controles-fonte{
	width:50px;
	float:right;
	margin-top:-20px;
}
#controles-fonte a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.aviso{
	display:block;
	background-color:#F2F2F2;
	border: 1px dotted #D6D6D6;	
	width:260px;
	float:left;
	padding:10px;
	
}
.aviso .segundo-painel{
	margin-left:10px;
}
.aviso h3{
	color:#CC0000;
}


/*alteraÃ§Ã£o para menu lateral do FERMOJU*/
#menu-fermoju li ul li {
	font-size:12px;
	margin-left:10px;
	list-style-type: circle;
	list-style-position: inside;
}


/* CustomizaÃ§Ã£o da pÃ¡gina conteÃºdo */
 
#alinhaTabs{width:590px; float:left; margin-bottom:50px;}
#alinhaTabs .TabbedPanelsContentGroup li{list-style-image:url(../imagens/pxpaper.gif); margin-left:20px;}
#tjConteudoInterno{width:72.5%; float:left; padding:5px; margin-bottom:10px;}
#tjConteudoInterno fieldset{border:1px solid #F2F2F2; padding:10px; width:95%;}
#tjConteudoInterno legend{color:#FF6600; font-weight:bold; font-size:13px; font-family:"Trebuchet MS";}
#tjConteudoInterno legend img {vertical-align:middle; margin-left:3px; margin-right:3px;}

.atosNumTit{font-size:16px; font-weight:bold; color:#0099CC; text-transform:uppercase;}

.tjtopbox2{font-size:18px; font-weight:bold; color:#FF6600; border-bottom:1px solid #CCCCCC; width:99%; padding:5px; margin-bottom:5px; margin-top:5px;}



label.error {
	margin-left: 2px;
	margin-bottom:5px;
	background-image:url(../Imagens/exclamation.gif);
	background-repeat:no-repeat; 
	padding-left:20px;
	padding-bottom:5px;
	width: auto;
	display: inline;
	color:#CC0000;

}
label.valid {
	margin-left: 2px;
	background-image:url(../Imagens/accept.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	width: auto;
	display: inline;
	color:#CC0000;
	
	}

.tbox{	
	padding:0 5px 0 10px;
	margin-top:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #3399CC;
	font-size:12px;
	font-weight:bold;
	
	} 
	
#colEsq{width:183px; padding:3px; float:left;}
#colEsq img{ margin-bottom:3px; border:none; margin-top:15px;}
.gambiarra a{
	display:block;
	clear:both;
	height:30px;
	margin:10px 0;
	background:#DCE4E4;
	width:170px;
	padding:3px;
}
.aviso-temporario a {
	display:block;
	width:96%;
	height:80px;
	clear:both;
	background-image:url(../imagens/bg-select-consulta2.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding:12px 10px;
	margin-top:10px;
	font-size:14px;
	text-align:center; 
	font-weight:bold;
	color:#F00;
	border:none;
}
.new {
	display:inline;
	font-size:7px;
	color:#f00;
}