@charset "utf-8";
/* jQuery */
.ui-tabs { }
.ui-tabs .ui-tabs-nav { position: relative; }
.ui-tabs .ui-tabs-nav li { border: none !important; display: block; float: left; font-size: 0.65em; line-height: 27px; position: relative; padding: 0 10px !important; width: 80px; }
.ui-tabs .ui-tabs-nav li a { text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background: transparent url(../images/tab-active.png) no-repeat left top !important; font-weight: bold; }
.ui-tabs .ui-tabs-nav li.ui-state-default { background: transparent url(../images/tab-inactive.png) no-repeat left top; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; background: url(../images/tab-panel-bg.png) repeat-x left top; padding: 10px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-sortable-placeholder {
	-moz-border-radius: 5px;
	-webkit--border-radius: 5px;
	background: none !important;
	border: 1px dashed #ddd;
	visibility: visible !important;
}

a.ui-state-active {
	font-weight: bold;
}

.ui-dialog { background: #fff; border: 1px solid #c9c9c9; position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { position: relative; }
.ui-dialog .ui-dialog-title { float: left; font-size: 0.85em; font-weight: bold; margin: 5px; color: #312f27; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0; width: 19px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; text-indent: -9999px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; background: none; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; float: right }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog iframe {color: #312f27; font-size: 0.75em; padding: 0 0 0 15px; }

div.ui-datepicker{
 font-size:12px;
}


.ui-datepicker .ui-datepicker-next span {display:block;left:50%;margin-left:-58px; margin-top:-5px; position:absolute; top:50%;}
.ui-datepicker .ui-datepicker-prev span {display:block;left:50%;margin-left:-5px; margin-top:-5px; position:absolute; top:50%;}
.ui-datepicker-trigger{cursor:pointer; margin-bottom:0}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 25em; padding: .2em .2em 0; font-size: 10px;font-family: Tahoma, Verdana,Arial,sans-serif;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; font-size: 12px;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; cursor: pointer}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 65px;}
.ui-datepicker table {width: 95%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px;}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-widget { font-family: Tahoma, Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Tahoma, Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }


.ui-icon { /*width: 16px; height: 16px; background-image: url(../images/modal/ui-icons_222222_256x240.png)*//*{iconsContent}*/; }

.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

.ui-icon.item, .ui-icon.item-selected {
	display: block;
	float: left;
	height: 9px;
	margin: 1px 10px 0 0;
	width: 9px;
}

.ui-icon.item {
	background: transparent url(../images/plus.png) no-repeat left top;
}

.ui-icon.item-selected {
	background: transparent url(../images/minus.png) no-repeat left top;
}

.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; position: absolute; top: 0; }
.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0/*{bgShadowXPos}*/ 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; }

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* CSS Document */
:root {
	overflow-y: scroll;
}

body {
	background: #fff url(../images/bg.png) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body#modal-content {
	background-image: none;
}

strong {
	font-weight: bold;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

img.alignright {
	float: left;
	margin: 5px 0 10px 20px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#master {
	background: transparent url(../images/header-bg.png) no-repeat left top;
	margin: 0 auto;
	width: 1000px;
}

#header {
	background: transparent url(../images/random/random.php) no-repeat right top;
	height: 125px;
}

#header_portaladvogado {
	height: 125px;
}

#logotype {
	width: 500px;
}

#logotype_portaladvogado {
	width: 500px;
}

#logotype p {
	color: #312f27;
	font-size: 0.7em;
	margin: 5px 20px 0;
}

#sitemap {
	width: 430px;
}

#sitemap_portaladvogado {
	width: 430px;
	height: 125px;
}

#sitemap_portaladvogado img {
	position:relative;
        top: 45px;
        float:right;
}

#sitemap form {
	background: transparent url(../images/sitemap-bg.png) no-repeat left top;
	margin: 110px 15px 0;
	padding: 10px;
}

#oneclick {
	background: #fff;
	border: 1px solid #676767;
	color: #676767;
	font-size: 0.6em;
	padding: 1px;
	width: 262px;
}

#oneclick option {
	padding: 1px;
	width: 100%;
}

#oneclick option.l0, #oneclick option.l1, #oneclick option.l2 {
	font-weight: bold;
}

#oneclick option.l0-item, #oneclick option.l1 {
	padding: 0 0 0 10px;
}

#oneclick option.l1-item, #oneclick option.l2 {
	padding: 0 0 0 20px;
}

#oneclick option.l2-item {
	padding: 0 0 0 30px;
}

#sidebar {
	width: 210px;
}

#menu {
	background: transparent url(../images/menu-bottom-bg.jpg) no-repeat left bottom;
	color: #312f27;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 33px;
}

#menu a {
	color: #312f27;
	display: block;
}

a.sub-head, a.sub-sub-head {
	background: url(../images/arrow.png) no-repeat right 5px;
	padding: 0 15px 0 0;
}

#menu h1 {
	background: transparent url(../images/menu-top-bg.jpg) no-repeat left top;
	font-size: 1.25em;
	line-height: 37px;
	padding: 0 20px;
}

#menu ul {
	border-left: 1px solid #edecda;
	border-right: 1px solid #edecda;
	padding: 15px 15px 0;
}

#menu ul li {
	padding: 7px 0;
}

#menu ul li ul {
	background: none;
	border: none;
	font-size: 85%;
	margin: 5px 0 0;
	padding: 0;
}

#menu ul li ul li {
	background: none;
	border-top: 1px dashed #ccc;
	font-weight: normal;
	line-height: 16px;
	padding: 7px 0 7px 10px;
}

#menu ul li ul li:first-child {
	border: none;
}

#menu ul li ul li ul {
	background: none;
	border: none;
	font-size: 100%;
	margin: 5px;
	padding: 5px 0;
}

#rss {
	background: transparent url(../images/rss-bg.png) no-repeat center top;
	margin: 0 20px 15px;
}

#rss h2 {
	color: #797979;
	font-size: 0.75em;
	font-weight: bold;
	padding: 13px 80px 20px 15px;
	text-align: right;
}

#rss h2 a {
	color: #797979;
	text-decoration: none;
}

#rss p {
	color: #666;
	font-size: 0.7em;
	text-align: center;
}

#rss p a {
	color: #666;
}

#twitter {
	background: transparent url(../images/twitter-bg.gif) no-repeat center top;
	margin: 0 20px 0px;
}

#twitter h2 {
	color: #797979;
	font-size: 0.75em;
	font-weight: bold;
	padding: 18px 80px 20px 15px;
	text-align: right;
}
#twitter h2 a {
	color: #797979;
	text-decoration: none;
}
#twitter p {
	color: #666;
	font-size: 0.7em;
	text-align: center;
}

#twitter p a {
	color: #666;
}

.call {
	color: #8a836f;
	margin: 10px 9px;
}

#main {
	width: 775px;
}

/* Arruda: template sem colunas */
#main-nocols {
	width: 100%;
}
/* Arruda: fim */

#main-top {
	background: transparent url(../images/main-top-bg.png) no-repeat center top;
	padding: 10px;
}

#main-top-intern {
	background: transparent url(../images/main-top-intern-bg.png) no-repeat center bottom;
	height: 58px;
	padding: 10px 20px;
}

#breadcrumb {
	clear: both;
	color: #312f27;
	display: block;
	font-size: 0.7em;
	padding: 0 0 25px;
}

#breadcrumb a {
	color: #312f27;
}

#breadcrumb p {
	float: left;
}

#breadcrumb ul {
	float: left;
	margin: 0 5px;
}

#breadcrumb ul li {
	background: url(../images/breadcrumb-bg.png) no-repeat right 5px;
	display: inline;
	padding: 0 12px 0 2px;
}

#breadcrumb ul li.active{
	background: none;
}

#breadcrumb ul li strong {
	color: #797979;
}

#title {
	padding: 10px 0;
	width: 543px
}

#title h1 {
	background: transparent url(../images/title-bg.png) no-repeat left 1px;
	color: #312f27;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 0 12px;
}

#main-top-content {
	height: 36px;
}

#search {
	background: url(../images/magnifying.png) no-repeat left 50%;
	padding: 7px 0 7px 30px;
	width: 395px;
}

#search a {
	color: #312f27;
}

#search form {
	float: left;
}

#search form input {
	border: 1px solid #676767;
	font-size: 0.7em;
	color: #676767;
	margin: 0 2px;
	padding: 2px;
	width: 165px;
}

#search form input.submit {
	background: transparent url(../images/search-bg.png) repeat-x left top;
	border: none;
	color: #fff;
	font-size: 0.7em;
	padding: 2px 10px;
	text-transform: uppercase;
	width: auto;
}

#search p {
	background: url(../images/bullet.png) no-repeat left 50%;
	float: left;
	font-size: 0.65em;
	margin: 0 0 0 5px;
	padding: 4px 5px;
}

#customize a {
	color: #999;
	text-decoration: none;
}

#customize p {
	background: url(../images/custom.png) no-repeat left 50%;
	font-size: 0.75em;
	margin: 0 0 0 25px;
	padding: 11px 0 11px 20px;
}

#customize ul {
	float: left;
	padding: 9px 11px;
}

#customize ul li {
	display: inline;
}

#customize.intern {
	width: 140px;
}

#customization {
	border-bottom: 1px dotted #ccc;
	color: #8a836f;
	height: 100px;
	padding: 15px 0;
	text-align: center:
}

#customization a {
	color: #312f27;
}

#customization ul li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f1f1;
	display: block;
	float: left;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 5px;
	padding: 5px 10px;
	width: 215px;
}

#main-content {
	clear: both;
}

#content-left, #content-right {
	width: 386px;
}

.module {
	background: #fff url(../images/module-bottom-bg.png) no-repeat left bottom;
	color: #312f27;
	display: block;
	margin: 15px 15px 15px;
	padding: 0 0 7px;
	width: 359px;
}

.module .title {
	background: transparent url(../images/module-top-bg.png) no-repeat left top;
	font-size: 0.9em;
	font-weight: bold;
	height: 29px;
	padding: 12px 12px 0;
}

.module .title h1 {
	background: transparent url(../images/title-bg.png) no-repeat left 1px;
	cursor: move;
	float: left;
	padding: 0 0 0 15px;
	width: 285px;
}

.module .title .close {
	float: right;
	padding: 5px;
}

.module .text {
	border-left: 1px solid #f3f1e5;
	border-right: 1px solid #f3f1e5;
	padding: 0 15px 5px;
}

.module .text a {
	color: #312f27;
}

.module .text form {
	padding: 0 10px;
}

.module .text form input {
	border: 1px solid #e2e0d2;
	color: #999;
	font-size: 0.75em;
	margin: 10px 0 0;
	padding: 4px;
	width: 120px;
}

.module .text form input.submit {
	background: transparent url(../images/nav-bg.png) repeat-x left top;
	border: none;
	display: block;
	float: right;
	font-size: 0.7em;
	margin: 20px 0 0;
	padding: 2px 10px;
	text-transform: uppercase;
	width: auto;
}

.module .text form input#jurisprudencia, .module .text form input#acompanhamento {
	width: 282px;
}

.module .text form input#oab {
	width: 56px;
}

.module .text form p {
	font-size: 0.65em;
	line-height: 12px;
	margin: 20px 0 0;
	width: 200px;
}

.module .text form select {
	border: 1px solid #e2e0d2;
	color: #999;
	margin: 10px 6px 0 0;
	padding: 2px;
	width: 127px;
}

.module .text form select.estado {
	width: 50px;
}

.module .text form .or {
	color: #999;
	font-size: 0.75em;
}

.module .text h3 {
	font-size: 0.7em;
	line-height: 16px;
}

.module .text img {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 5px;
	padding: 3px;
}

.module .text img.diario {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
}

.module .text p {
	line-height: 16px;
}

.module .text p.call {
	font-size: 0.7em;
	font-weight: bold;
	height: auto;
	margin: 0 10px;
	padding: 10px 0;
}

.module .text p.red {
	font-size: 0.7em;
	font-weight: normal;
	padding: 10px 0 0;
}

.module .text p.red a {
	color: #9e1416;
}

.module .text ul li {
	border-bottom: 1px dashed #ccc;
	padding:5px 0 8px;
}

.module .text ul li p.date {
    background:url("../images/date-bg.png") no-repeat scroll 0 0 transparent;
    color:#312F27;
    font-size:0.7em;
    font-weight:normal;
    margin-bottom: 4px;
    padding:0 0 3px 20px;
}

.module .text ul p.date {
	color: #312F27;
	font-size: 0.7em;
	font-weight: bold;
	padding: 20px 0 0 5px;
}

.module .text ul li p.tag {
	font-size: 0.65em;
}

.module .text ul li h2 {
	font-size: 0.70em;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 0;
}

.module .nav {
	height: 25px;
	margin: 5px 0 0;
}

.module .nav a {
	color: #312f27;
	text-decoration: none;
}

.module .nav .left, .module .nav .right {
	background: transparent url(../images/nav-bg.png) repeat-x left top;
	font-size: 0.7em;
	line-height: 19px;
	margin: 5px 15px;
	padding: 0 10px;
	text-transform: uppercase;
}

#content-intern {
	color: #312f27;
	margin: 10px 0 0 20px;
	width: 530px;
}

#content-intern a {
	color: #312f27;
}

#content-intern-large {
	color: #312f27;
	margin: 10px 0 0 20px;
	width: 755px;
}

#content-intern-large-portaladvogado {
	color: #312f27;
	margin: 10px 0 0 65px;
	width: 850px;
}

#content-intern-large a {
	color: #312f27;
}
#more {
	border-top: 1px dotted #E1E1E1;
	height: 16px;
	margin: 10px 0 0;
	padding: 15px 0 0;
}
#more p {
	float: left;
	font-size: 0.7em;
	line-height: 16px;
	padding: 0 25px 0 21px;
}

#more p.print {
	background: url(../images/print.png) no-repeat left top;
}

#more p.email {
	background: url(../images/email.png) no-repeat left top;
}

#text {
	clear: both;
}

#text-modal {
	clear: both;
	color: #312f27;
	padding: 5px 0;
}

#text img[align=left] {
	float: left;
}

#text img[align=right] {
	float: right;
}

#text .pdf, #text-modal .pdf {
	background: transparent url(../images/icon_pdf.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text .doc, #text-modal .doc {
	background: transparent url(../images/icon_doc.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text .xls, #text-modal .xls {
	background: transparent url(../images/icon_xls.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text .html, #text-modal .html {
	background: transparent url(../images/icon_html.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text form ul, #text-modal form ul {
	margin: 0 83px;
}

#text form ul li, #text-modal form ul li {
	display: block;
	list-style: none;
	margin: 0 0 10px;
}

#text form ul li input, #text form ul li textarea, #text-modalform ul li input, #text-modal form ul li textarea {
	border: 1px solid #a29a82;
	margin: 0 0 0 10px;
	padding: 3px;
	width: 200px;
}

#text form ul li input#send, #text-modal form ul li input#send {
	background: url(../images/search-bg.png) repeat-x left top;
	border: 0;
	color: #fff;
	display: block;
	float: right;
	height: 19px;
	padding: 0;
	text-transform: uppercase;
	width: 55px;
}

#text form ul li label, #text-modal form ul li label {
	display: block;
	float: left;
	text-align: right;
	width: 90px;
}

#text p, #text-modal p {
	font-size: 0.75em;
	line-height: 1.45em;
	padding: 0 0 10px;
}

#text ol, #text ul, #text-modal ol, #text-modal ul {
	margin: 0 0 10px 20px;
}

#text ol li, #text-modal ol li {
	font-size: 0.75em;
	line-height: 1.45em;
	list-style: decimal;
}

#text ul li, #text-modal ul li {
	font-size: 12px;/*0.75em; mudado provisóriamente para unidade fixa(px), bagunçava as listas com + de 1 nível*/
	line-height: 1.45em;
	list-style: disc;
}

#text ul.sub, #text-modal ul.sub {
	margin: 0 0 10px;
}

#text ul.sub li, #text-modal ul.sub li {
	list-style: none;
	padding: 5px 0;
}

#text ul.sub li a.ui-accordion-header, #text-modal ul.sub li a.ui-accordion-header {
	background: #f7f7ef url(../images/ul-arrow.png) no-repeat 5px 8px;
	display: block;
	padding: 5px 18px;
}

#text ul.sub li ul, #text-modal ul.sub li ul {
	margin: 0;
	padding: 0;
}

#text ul.sub li ul li, #text-modal ul.sub li ul li {
	background: #fff;
	margin: 0;
	padding: 5px 18px 0;
}

#text table, #text-modal table {
	font-size: 95%;
	margin: 5px 0;
	width: 100%;
}

#text table tbody tr td, #text-modal table tbody tr td {
	border-top: 1px dotted #c9c9c9;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 5px 10px;
}

#text table tbody tr.odd, #text-modal table tbody tr.odd {
	background: #f7f7f7;
}

#nav {
	border-top: 1px dotted #e1e1e1;
	font-size: 0.7em;
	margin: 20px 0 0;
	padding: 30px 0;
}

#nav a {
	color: #9e1416;
	padding: 0 20px 0 0;
}

#sidebar-intern {
	margin: 10px 0 0;
	width: 220px;
}

#sidebar-intern .search {
	margin: 0 27px 20px;
}

#sidebar-intern .search a {
	color: #312f27;
}

#sidebar-intern .search form input#busca {
	border: 1px solid #676767;
	color: #676767;
	font-size: 0.7em;
	margin: 0 2px 5px;
	padding: 2px;
	width: 158px;
}

#sidebar-intern .search form input.submit {
	background: transparent url(../images/search-bg.png) repeat-x scroll left top;
	color: #fff;
	float: right;
	font-size: 0.7em;
	padding: 2px 5px;
	text-transform: uppercase;
	width: auto;
}

#sidebar-intern .search p {
	background:transparent url(../images/bullet.png) no-repeat scroll left 50%;
	float: left;
	font-size: 0.65em;
	margin: 0 0 0 5px;
	padding: 4px 5px;
}

#intern-menu {
	background: transparent url(../images/intern-menu-bg.png) repeat-y 10px top;
	color: #312f27;
	font-size: 0.7em;
	margin: 15px 26px 25px;
	padding: 0 10px;
}

#intern-menu a {
	color: #312f27;
	display: block;
}

#intern-menu p {
	background: transparent url(../images/intern-menu-top-bg.png) no-repeat left top;
	height: 40px;
	line-height: 15px;
	padding: 7px 18px 0;
}

#intern-menu ul {
	background: transparent url(../images/intern-menu-bottom-bg.png) no-repeat left bottom;
	padding: 0 20px 35px;
}

#intern-menu ul li {
	border-bottom: 1px dotted #a29a82;
	padding: 8px 0;
}

#footer {
	background: url(../images/footer-bg.png) repeat-x left top;
	padding: 19px 0 0;
}

#footer-content {
	color: #312f27;
	margin: 0 auto;
	width: 1000px;
}

#accessibility {
	color: #312f27;
	font-size: 0.7em;
	margin: 55px 10px 0;
	width: 425px;
}

#accessibility p {
	background: url(../images/accessibility.png) no-repeat left top;
	line-height: 21px;
	padding: 0 0 0 23px;
}

#accessibility a {
	color: #9e1416;
}

#copyright {
	text-align: right;
	width: 555px;
}

#footer-menu {
	background: url(../images/brasao-rs-footer.jpg) no-repeat right top;
	font-size: 0.8em;
	margin: 0 0 10px;
	padding: 60px 115px 0 10px;
	width: 440px;
}

#footer-menu ul li {
	border-right: 1px solid #a29a82;
	display: inline;
	font-weight: bold;
}

#footer-menu ul li.last {
	border-right: none;
}

#footer-menu ul li a {
	color: #312f27;
	padding: 5px 10px;
	text-decoration: none;
}

#info {
	border-top: 1px dotted #a29a82;
	font-size: 0.85em;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

#info p {
	line-height: 16px;
}