

/* <style> */

body.standard_body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	font-weight: bold;
	color: black;
	height: 100%;
}

table.menubar {
	height: 75px;
	width: 1100px;
}

table.nav_toolbar {
	height: 90px;
	width: 1090px;
	background-color: white;
}

div.main_container {
	margin: 0;
	color: black;
	text-align: left;
}

div.main_toolbar {
	height: 75px;
	
		background-image: url(/images/main_toolbar/background.png);
		background-repeat: repeat;
	
}

div.main_toolbar_reverso {
	height: 75px;
	
		background-color: #f3c108;
		background-image: none;
		background-repeat: repeat;
	
}

div.REVISION {
	padding-left: 25px;
	font-weight: normal;
	vertical-align: middle;
	color: #b6b6b6;
	font-size: 10px;
	margin-top: -14px;
}

img.company_logo {
  padding-left: 5px;
  padding-right: 5px;
}

div.whosonline {
	font-weight: normal;
	vertical-align: top;
	color: #d6d6d6;
	font-size: 10px;
	padding-top: 4px;
	height: 15px;
}

div.whosonline span {
	padding: 5px;
	background-image: url(/images/backgrounds/50percentgray.png);
}

div.main_window {
	padding: 20px;
}

div.main_window_home {
	padding-bottom: 20px;
}

div.main_window_login {
  	padding: 20px;
    margin-top: 42px;
	height: 500px;
}

div#spinner {
	z-index: 99;
	display: none;
	position: absolute;
	text-align: middle;
	vertical-align: middle;
	padding-top: 7px;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 160px;
	margin-left: -80px;
	margin-top: -20px;
	background-color: white;
	border: 1px solid black;
	-moz-border-radius: 9px 9px 9px 9px;
 	-webkit-border-radius: 9px;
	color: black;
}

div#spinner img {
	padding-left: 5px;
	vertical-align: middle;
}

img.activity { 
	height: 18px;
	vertical-align: middle;
}

span.informal {
	font-size: 10px;
	color: gray;
}

form {
	display: inline;
}

div.auto_complete { 
	width: 350px; 
	background: #fff; 
} 

div.auto_complete ul { 
	border:1px solid #888; 
	margin:0; 
	padding:0; 
	width:100%; 
	list-style-type:none; 
} 

div.auto_complete ul li { 
	margin:0; 
	padding:3px; 
} 

div.auto_complete ul li.selected { 
	background-color: #ffb; 
} 

div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0; 
	padding:0; 
} 

img {
	border: none;
}

a {
	border: none;
}

a.linkescuro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	text-decoration:underline;
}

td.l, th.l {
  text-align: left;
  vertical-align: middle;
}

td.c, th.c {
  text-align: center;
  vertical-align: middle;
}

td.r, th.r {
  vertical-align: middle;
  text-align: right;
}

td.lt, th.lt {
  vertical-align: top;
  text-align: left;
}

td.ct, th.ct {
  vertical-align: top;
  text-align: center;
}

td.rt, th.rt {
  vertical-align: top;
  text-align: right;
}

div.completa {
	border-bottom: 1px solid #37739c;
}

table.data table.subcadastro {
  background-color: #eeeeee;
}

table.data table.subcadastro th {
  background-color: #cccccc;
  font-weight: bold;
  color: black;
}

table.data tr.header {
  background-color: #e1e1e1;
  font-weight: bold;
}

table.data tr.inativo th {
  background-color: gray;
}

table.data tr.alterando td {
  background-color: #ffff00;
}

table.data tr.destaque td {
  background-color: #fff7a1;
}

div#download_wrapper a {
  color: black;
  text-decoration: underline;
}


div.lote_contador {
  background-image: url(/images/pregao/quadrado_azul.png);
  width: 39px;
  height: 39px;
  float: left;
  vertical-align: middle;
  text-align :center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}

.fg-blue {
  color: #00729c; 
}

.size-18 {
  font-size: 18px;
}

.size-24 {
  font-size: 24px;
}

.size-14 {
  font-size: 14px;
}

.pad-20 {
  padding: 20px;
}

.pad-10 {
  padding: 10px;
}

.pad-5 {
  padding: 5px;
}

.pad-2 {
  padding: 2px;
}

.fg-lightgray {
  color: gray;
}

.margin-5 {
  margin: 5px;
}

.fg-green {
  color: green;
}

.fg-red {
  color: red;
}

.strong {
  font-weight: bold;
}

.bb-1 {
  border-bottom: 1px solid #cccccc;
}

.br-1 {
  border-right: 1px solid #cccccc;
}

.bb-1-black {
  border-bottom: 1px solid black;
}

.bg-blue {
  background-color: #00729c;
}

.fg-white {
  color: white;
}

.bb-2-bottom-blue {
  border-bottom: 2px solid #00729c;  
}

.border-1-black {
  border: 1px solid black;
}

.border-1-blue {
  border: 1px solid #00729c;
}

.underline {
  text-decoration: underline;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.fg-black {
  color: black;
}

.pad-topleft-15 {
  padding-top: 10px;
  padding-left: 15px;
}

.padleft-15 {
  padding-left: 15px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}


.clickable:hover {
  cursor: pointer;
}

.hover-black:hover {
  color: black;
}

.borders-2 {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-bottom-left-radius: 2px 2px;
  -webkit-border-bottom-right-radius: 2px 2px;
  -webkit-border-top-left-radius: 2px 2px;
  -webkit-border-top-right-radius: 2px 2px;
}

.borders-4 {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-bottom-left-radius: 4px 4px;
  -webkit-border-bottom-right-radius: 4px 4px;
  -webkit-border-top-left-radius: 4px 4px;
  -webkit-border-top-right-radius: 4px 4px;
}

.tooltip {
  color: rgb(51, 136, 187);  
}

.event {
  color: rgb(51, 136, 187);
  font-weight: bold;
}

.completed {
  color: gray;
  text-decoration: line-through;
}

.event:hover {
  color: black;
  text-decoration: none;
}

.dquo { margin-left: -.5em; } 

a.nounderline {
  text-decoration: none;
}

a.nounderline:hover {
  text-decoration: underline;
}

.fg-gray {
  color: gray;
}
/* <style> */

div.main_toolbar_active {
	background-image: url('/images/main_toolbar/active_button.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	text-align: center;
	float: left;
	margin-right: 3px;
}

div.main_toolbar_inactive {
	background-image: url('/images/main_toolbar/inactive_button.png');
	background-repeat: no-repeat;	
	height: 24px;
	width: 130px;
	text-align: center;
	float: left;	
	margin-right: 3px;	
}

div.main_toolbar_active:hover {
	cursor: pointer;
}

div.main_toolbar_inactive:hover {
	cursor: pointer;
}

div#main_toolbar_logout {
	margin: 2px;
}

img.main_toolbar_logout {
	border: none;
}

a.main_toolbar_link {
	position: relative;
	top: 5px;
	color: black;
	text-decoration: none;
}

a.main_toolbar_link:hover {
	text-decoration: underline;
}/* <style> */

div#nav_toolbar {
	height: 110px;
	background-color: white;
}

div.nav_toolbar_title {
	position: relative;
	top: 8px;
	left: 30px;
	font-family: Calibri,Myriad Pro,Osaka,verdana,Sans-Serif;
	font-size: 50px;
	width: 490px;
}

div.nav_toolbar_title img {
	margin-top: 25px;
}

div#nav_toolbar_main {
	color: black;
	width: 300px;
	height: 75px;
	border: 1px solid black;
	margin-right: 20px;
	padding-left: 5px;
}

div#nav_toolbar_text {
	height: 64px;
	width: 220px;
	vertical-align: center;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

div.nav_toolbar_buttons {
	width: 75px;
	height: 75px;
	padding-top: 1px;
}

div.nav_toolbar_buttons img#novo {
	border: none;
	position: relative;
	top: 5px;
	left: 5px;
}

div.nav_toolbar_buttons img#editar {
	border: none;
	position: relative;
	top: 5px;
	left: 5px;
}

div.nav_toolbar_buttons img#salvar {
	border: none;
	position: relative;
	top: 5px;
	left: 5px;
}

div.nav_toolbar_buttons img#fechar {
	border: none;
	position: relative;
	top: 5px;
	left: 5px;
}/* <style> */

div#nav_infobar {
	background-color: white;
}

div.nav_infobar_title {
	font-family: Calibri,Myriad Pro,Osaka,verdana,Sans-Serif;
	font-size: 50px;
	width: 490px;
	padding-left: 30px;
}

div.nav_infobar_main {
	color: black;
	height: 75px;
}

div.nav_infobar_text {
	height: 75px;
	width: 450px;
	line-height: 75px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}/* <style> */

div.login_window {
	margin-top: 30px;
	background-color: white;
	width: 620px;
	height: 220px;
	text-align: center;
}

div.login_form table {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.login_form table td {
	width: 5%;
}

div.login_form input[type=password], div.login_form input[type=text]  {
	border: 1px solid black;
}/* <style> */

div.welcome_window {
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -310px;
	background-color: white;
	width: 620px;
	height: 320px;
	text-align: right;
}

div.access_denied_wrapper {
	position: relative;
	top: 30%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	height: 200px;
	width: 400px;
	background-color: white;
	padding: 20px;
	-moz-border-radius: 9px 9px 9px 9px;
 	-webkit-border-radius: 9px;
}

img.userfoto {
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 20px;
}

div.minhamensagem {
	padding-top: 5px;
	padding-left: 22px;
	margin-right: 15px;
	height: 113px;
	background-image: url(/images/twitter/balao_principal.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.minhamensagem div.title {
	font-size: 16px;
	color: #92bbd6;
}

div.title span.informal {
	font-size: 10px;
	font-weight: normal;
	color: white;
}

textarea.mensagem {
	margin-left: 1px;
	border: none;
	height: 52px;
	width: 453px;
}

div.minhamensagem input.submit {
	padding-top: 3px;
	padding-right: 4px;
	float: right;
}

div.mensagem_left {
	padding-top: 5px;
	margin-left: 22px;
	margin-right: 15px;
	margin-top: 10px;
	height: 80px;
	background-image: url(/images/twitter/balao_esq.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.mensagem_left div.userfoto {
	float: left;
	height: 80px;
}

div.mensagem_right div.userfoto {
	float: right;
	height: 80px;
}

div.mensagem_left div.mensagem {
	float: right;
	padding: 5px;
	height: 55px;
	width: 340px;
	word-wrap: break-word;
	text-align: justify;
}

div.mensagem_right div.mensagem {
	float: left;
	padding: 5px;
	height: 55px;
	width: 340px;
	word-wrap: break-word;
	text-align: justify;
}

div.mensagem span.nome {
	/*font-weight: bold;*/
	color: #00729c;
	font-size: 14px;
}

div.mensagem span.mensagem {
	font-weight: normal;
	color: black;
	font-size: 12px;
}

div.mensagem_right {
	padding-top: 5px;
	margin-left: 22px;
	margin-right: 15px;
	margin-top: 10px;
	height: 80px;
	background-image: url(/images/twitter/balao_dir.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.mensagem_right div.footer {
	float: right;
	margin-right: 30px;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}

div.mensagem_left div.footer {
	float: right;
	margin-right: 5px;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}

div.mensagem_right div.footer a {
	color: gray;
	font-weight: bold;
}

div.mensagem_left div.footer a {
	color: gray;
	font-weight: bold;
}

div.paginacao {
	font-size: 12px;
	color: white;
	font-weight: normal;
	
}

div.paginacao a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
/* <style> */

div.wflashes_container {
	position: relative;
	top: -135px;
}

div.wflash_warning {
	padding: 10px;
	background-color: #fcf300;
	color: black;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

div.wflash_notice {
	padding: 10px;
	background-color: #00aa00;
	color: white;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

div.wflash_error {
	height: 115px;
	padding: 10px;
	background-color: #cc0000;
	color: white;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	overflow-x: hidden;
	overflow-y: auto;
}

div.flash_warning {
	height: 20px;
	line-height: 20px;
	background-color: #f8fcb5;
	border-top:1px solid #e2ee1f;
	border-bottom:1px solid #e2ee1f;
	color: black;
	text-align: center;
	vertical-align: center;
	background-image: url('/images/flashes/warning_small.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	margin-bottom: 10px;
}

div.flash_notice {
	height: 20px;
	line-height: 20px;
	background-color: #c9e8ff;
	border-top:1px solid #00729c;
	border-bottom:1px solid #00729c;
	color: black;
	text-align: center;
	vertical-align: center;
	background-image: url('/images/flashes/info_small.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	margin-bottom: 10px;
}

div.flash_error {
	background-color: #ffcaca;
	border-top:1px solid #ba1a1a;
	border-bottom:1px solid #ba1a1a;
	color: black;
	text-align: center;
	vertical-align: center;
	background-image: url('/images/flashes/error_small.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;	
	margin-bottom: 10px;
}

div.flash_message {
	height: 20px;
}

form#record_form .fieldWithErrors { 
	padding: 2px; 
	background-color: red; 
	display: table;
}

a.error {
	color: black;
	text-decoration: none;
}

a.error:hover {
	text-decoration: underline;
}/* <style> */

div.widget_toolbar {
	background-color: #e1e1e1;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;
	text-align: left;
}

div.widget_toolbar a {
	color: black;
}

div#single_widget {
	background-color: white;
	text-align: center;
	vertical-align: top;
}

div#single_widget div.widget_contents {
	height: 484px;
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
}

div.widget0 {
	width: 620px;
	height: 330px;
	background-color: white;
}

div.widget0 div.widget_contents {
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
	height: 308px;
	padding-left: 15px;
	padding-right: 15px;
}

div.widget0_reverso {
	width: 620px;
	height: 505px;
	background-color: white;
}

div.widget0_reverso div.widget_contents {
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
	height: 483px;
	padding-left: 15px;
	padding-right: 15px;
}

div.widget_enlarged {
	position: relative;
	top: -505px;
	left: -165px;
	display: none;
	z-index: 90;
	width: 620px;
	height: 330px;
	background-color: white;
}

div.widget_enlarged div.widget_contents {
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
	height: 308px;
	padding-left: 15px;
	padding-right: 15px;
}

div.widget_enlarged_reverso {
	position: relative;
	top: -505px;
	left: -165px;
	display: none;
	z-index: 90;
	width: 620px;
	height: 505px;
	background-color: white;
}

div.widget_enlarged_reverso div.widget_contents {
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
	height: 483px;
	padding-left: 15px;
	padding-right: 15px;
}

div#single_widget div.widget_twocols {
	height: 462px;
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
}

div#widget1 {
	width: 300px;
	height: 155px;
	background-color: white;
}

div#widget2 {
	margin-top: 20px;
	width: 300px;
	height: 155px;
	background-color: white;
}

div#widget3 {
	margin-top: 20px;
	width: 300px;
	height: 155px;
	background-color: white;
}

div#widget4 {
	margin-top: 20px;
	width: 300px;
	height: 155px;
	background-color: white;
}

div#widget5 {
	margin-top: 20px;
	width: 300px;
	height: 155px;
	background-color: white;
}

div.widgets_container {
	height: 543px;
}

div.widgets_container div.small_widget_contents {
	height: 115px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
	z-index: 9;
	font-weight:normal;
	
		font-size: 12px;
	
}

img.widget_button {
	float: right;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 1px;
	border: none;
	
	position: relative;
	top: -19px;
	
}

div.widgets_container div.disabled {
	display: none;
	position: relative;
	top: -135px;
	height: 135px;
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: middle;
	text-align: center;
	background-image: url('/images/widgets/disabled.png');
	background-repeat: no-repeat;
	background-position: 50% 35%;
	z-index: 10;
}

div.widgets_container div.disabled img.widget_button {
	visibility: hidden;
}

a.widget_inner_link {
	color: black;
	font-weight: bold;
}

div.widgets_container img.remote_submit {
	border: none;
}

img.widget_toolbar_flash {
	vertical-align: middle;
	float: right;
	border: none;
	height: 22px;
}

div.widget_contents table {
}

div.widget_contents div.album_item {
	margin-bottom: 5px;
	width: 110px;
	height: 150px;
	float: left;
}

div.widget_contents div.album_foto {
	height: 105px;
}

div.widget_contents div.album_footer {
	height: 30px;
}

div.widget_contents div.informal {
	font-size: 10px;
	color: gray;
}

div.widget_twocols div.left {
	width: 50%;
	height: 100%;
	float: left;
}

div.widget_twocols div.title {
	margin: 40px;
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
}

div.widget_twocols div.right {
	background-image: url('/images/widgets/column_shadow.png');
	background-repeat: repeat-y;
	width: 50%;
	height: 100%;
	float: right;
}

div.widget_footer {
	height: 22px;
	background-color: #e1e1e1;
}

div.widget_twocols div.left div.busca {
	vertical-align: top;
	text-align: right;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

div.widget_twocols div.busca div.params input.query {
	border: 1px solid black;
	width: 307px;
}

div.widget_twocols div.busca div#search_container {
	margin-top: 10px;
	padding: 2px;
	height: 320px;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid black;
}

div.widget_twocols div.busca div#search_results {
	height: 240px;
	overflow-y: auto;
	overflow-x: none;
	
		margin-top: 1px;
		height: 238px;
	
}

div.widget_twocols div.right div.contents {
	vertical-align: top;
	text-align: right;
	margin-top: 46px;
	margin-left: 40px;
	margin-right: 40px;
	height: 395px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.widget_twocols div.left div.contents {
	vertical-align: top;
	text-align: right;
	margin-top: 46px;
	margin-left: 40px;
	margin-right: 40px;
	height: 395px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.widget_twocols img.footer_button {
	padding-top: 10px;
}

div.widget_twocols img.header_button {
	padding-left: 10px;
	float: right;
	
		margin-top: -20px;
	
}

div#single_widget div.navbar {
	background-color: #959595;
	height: 22px;
	vertical-align: middle;
	text-align: center;
}

div#single_widget div.navbar div.navbar_aba_active {
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	width: 140px;
	height: 18px;
	background-image: url('/images/toolbar/aba_active.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

div#single_widget div.navbar div.navbar_aba_inactive {
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	width: 140px;
	height: 18px;
	background-image: url('/images/toolbar/aba_inactive.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

div#single_widget div.navbar div.navbar_aba_active a.navbar_link {
	position: relative;
	top: 2px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

div#single_widget div.navbar div.navbar_aba_active a.navbar_link:hover {
	text-decoration: underline;
}
	
div#single_widget div.navbar div.navbar_aba_inactive a.navbar_link {
	position: relative;
	top: 2px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

div#single_widget div.navbar div.navbar_aba_inactive a.navbar_link:hover {
	text-decoration: underline;
}

div.widget_twocols div.middle {
	vertical-align: top;
	text-align: left;
	margin-top: 50px;
	margin-left: 40px;
	margin-right: 40px;
}

div.widget_twocols div.column_title_container {
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
	margin-left: 40px;
	height: 22px;
}

div.widget_twocols div.column_container {
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
	margin-left: 40px;
	height: 300px;
}

span.ranking {
	color: #00da00;
	font-weight: bold;
}

table.data {
	border-bottom: 1px solid #37739c;
}

table.data th {
	background-color: #37739c;
	color: white;
	font-weight: bold;
	padding: 2px;
}

table.data tr.even {
	background-color: #eeeeee;
}

table.data tr#focused {
	background-color: #cccccc;
	cursor: pointer;
}

table.data td {
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

div.widget_contents div.title {
	margin-left: 20px;
	margin-bottom: 10px;
}

div.small_widget_contents div.extra {
  color: gray;
  font-size: 10px;
  padding-bottom: 5px;
}

div.small_widget_contents div.extra .red {
	color: #cc0001;
}

div.small_widget_contents div.extra .green {
	color: #00aa00;
}

div.total_green {
	height: 30px;
	font-weight: bold;
	color: #00aa00;
	padding-left: 65px;
	text-align: left;
	font-size: 16px;
}

div.total_green_thin {
	height: 20px;
	font-weight: bold;
	color: #00aa00;
	padding-left: 65px;
	text-align: left;
	font-size: 16px;
}

div.total_green_center {
	height: 30px;
	font-weight: bold;
	color: #00aa00;
	text-align: center;
	font-size: 16px;
}

div.total_green_center_thin {
	height: 20px;
	font-weight: bold;
	color: #00aa00;
	text-align: center;
	font-size: 16px;
}

div.total {
	font-weight: bold;
	padding-left: 30px;
	text-align: left;
	padding-bottom: 5px;
}

div.total_red {
	height: 30px;
	font-weight: bold;
	color: #cc0001;
	padding-left: 65px;
	text-align: left;
	font-size: 16px;
}

div.total_red_thin {
	height: 20px;
	font-weight: bold;
	color: #cc0001;
	padding-left: 65px;
	text-align: left;
	font-size: 16px;
}

div.widget_twocols div.calendario {
	width: 470px;
	height: 385px;
	vertical-align: middle;
	text-align: center;
}

table.calendario, table.calendario_nav {
	width: 330px;
	background-color: #cfd0d4;
}

table.calendario_nav th {
	height: 50px;
	background-image: url(/images/administracao/calendario_th.png);
}

table.calendario_nav td.nav {
	width: 46px;
}

table.calendario_nav td.title {
	font-size: 16px;
	font-weight: bold;
	color: #39525c;
}

table.calendario_nav td.weekday {
	width: 46px;
	font-size: 10px;
	height: 15px;
	color: #7e7e7f;
}

table.calendario td.cell {
	background-image: url(/images/administracao/calendario_cell.png);
	height: 46px;
	width: 46px;
	color: #38525c;
	font-size: 14px;
	font-weight: bold;
}

table.calendario td.cell_shaded {
	background-image: url(/images/administracao/calendario_cell.png);
	height: 46px;
	width: 46px;
	color: #7e7e7f;
	font-size: 14px;
	font-weight: bold;
}

table.calendario td.cell_today {
	background-color: #38515b;
	height: 46px;
	width: 46px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

table.calendario td.cell_active {
	background-color: #70a1b6;
	height: 46px;
	width: 46px;
	color: #7e7e7f;
	font-size: 14px;
	font-weight: bold;
}

table.calendario td.cell_shaded table {
	opacity: 0.75;
}

table.calendario tr.info {
	height: 10px;
	font-size: 10px;
	font-weight: bold;
}

table.calendario td.cell_today a.calendar_link {
	color: white;
	text-decoration: none;
}

table.calendario td.cell_active a.calendar_link {
	color: #38525c;
	text-decoration: none;
}

table.calendario td.cell a.calendar_link {
	color: #38525c;
	text-decoration: none;
}

table.calendario td.cell_shaded a.calendar_link {
	color: #7e7e7f;
	text-decoration: none;
}

div.calendario_dia {
	text-align: left;
	margin-left: 10px;
	padding-top: 25px;
	padding-left: 15px;
	height: 437px;
	overflow-y: auto;
}

div.calendario_dia div.titulo {
	color: #00729c;
	font-size: 18px;
}

div.calendario_dia span.informal {
	font-weight: normal;
	color: black;
	font-size: 12px;
}

table.calendario_dia {
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

table.calendario_dia th {
	background-color: #00729c;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

table.calendario_dia tr.even {
	background-color: #eeeeee;
}

img.destaque {
	vertical-align: middle;
	margin-top: -2px;
}

div.processo_0_huge {
  font-size: 50pt;
  font-weight: bold;
  padding-left: 10px;
  color: #855fa8;
}

div.processo_0_big {
  line-height: 30px;
  font-size: 13pt;
  font-weight: bold;
  padding-right: 10px;
  color: #855fa8;
}

div.processo_1_huge, div.processo_2_huge {
  font-size: 50pt;
  font-weight: bold;
  padding-left: 10px;
  color: #ff000a;
}

div.processo_1_big, div.processo_2_big {
  line-height: 30px;
  font-size: 13pt;
  font-weight: bold;
  padding-right: 10px;
  color: #ff000a;
}

div.processo_3_huge, div.processo_4_huge {
  font-size: 50pt;
  font-weight: bold;
  padding-left: 10px;
  color: #ff7b00;
}

div.processo_3_big, div.processo_4_big {
  line-height: 30px;
  font-size: 13pt;
  font-weight: bold;
  padding-right: 10px;
  color: #ff7b00;
}

div.processo_5_huge, div.processo_6_huge {
  font-size: 50pt;
  font-weight: bold;
  padding-left: 10px;
  color: #00a03b;
}

div.processo_5_big, div.processo_6_big {
  line-height: 30px;
  font-size: 10pt;
  font-weight: bold;
  padding-right: 10px;
  color: #00a03b;
}

div.processo_7_huge, div.processo_8_huge, div.processo_9_huge {
  font-size: 50pt;
  font-weight: bold;
  padding-left: 5px;
  color: #005db3;
}

div.processo_7_big, div.processo_8_big, div.processo_9_big {
  line-height: 25px;
  font-size: 11pt;
  font-weight: bold;
  padding-right: 10px;
  color: #005db3;
}


/* <style> */

div.index_main {
	background-color: white;
	width: 1050px;
	height: 519px;
	text-align: center;
	background: url('/images/index/shadow.png') no-repeat bottom right;
	clear: right;
}

div.index_main div.main {
	width: 1034px;
	height: 504px;
	background-color: white;
}

div.index_main div.main div.novo {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	height: 190px;
	width: 290px;
}

div.index_main div.main div.novo a.link {
  margin-left: 20px;
  display: block;
}

div.index_main div.main div.novo_small {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	height: 95px;
	width: 290px;
}

div.index_main div.main div.novo_small a.link {
  margin-left: 20px;
  display: block;
}

div.index_main div.main div.recentes {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	height: 300px;
	width: 270px;
}

div.index_main div.main div.recentes div.all {
  margin-left: 20px;
  margin-top: 30px;
}

div.index_main div.main div.recentes div.results {
	padding-left: 20px;
	padding-top: 5px;
}

div.index_main div.main a {
	color: black;
	font-weight: bold;
	/* text-decoration: none; */
}

div.index_main div.main a:hover {
	text-decoration: underline;
}

div.index_main div.novo select#tipobem {
	margin-left: 20px;
}

div.index_main div.novo select#agrupamento {
	margin-left: 20px;
}

div.index_main div.novo img#novo {
	position: relative;
	border: none;
	top: 10px;
}

div.index_main div.novo_small select#tipobem {
	margin-left: 20px;
}

div.index_main div.novo_small img#novo {
	position: relative;
	border: none;
	top: 10px;
}

div.index_main div.main div.busca {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	height: 495px;
	width: 712px;
}

div.index_main div.title {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	position: relative;
	top: 8px;
	left: 8px;
	width: 200px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.index_main div.title_fin {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	position: relative;
	top: 5px;
	left: 8px;
	width: 200px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.index_main div.biggertitle {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	position: relative;
	top: 8px;
	left: 8px;
	width: 200px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.index_main div.busca div.params {
	padding-top: 5px;
	text-align: left;
	position: relative;
	top: -45px;
	left: 120px;
	width: 575px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
}

div.index_main div.busca div.params input.query {
	position: relative;
	border: 1px solid black;
	width: 350px;
}

div.index_main div.busca div.params input.query_fin {
	position: relative;
	left: 100px;
	border: 1px solid black;
	width: 250px;
}

div.busca div.params img.submit {
	position: relative;
	top: 5px;
	left: 5px;
	border: none;
}

div.busca div.params img.submit_fin {
	position: relative;
	top: 5px;
	left: 105px;
	border: none;
}

div.index_main div.busca div.params a.query {
	color: black;
	font-weight: bold;
	/* text-decoration: none; */
	position: relative;
	top: -60px;
	
	left: 447px;
	
}

div.busca div.params a.query:hover {
	text-decoration: underline;
}

div.index_main div.busca div#search_container {
	padding: 2px;
	text-align: left;
	position: relative;
	top: -43px;
	left: 18px;
	height: 410px;
	width: 675px;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid black;
}

div.busca div#search_results {
	height: 330px;
	overflow-y: auto;
	overflow-x: none;
	
		margin-top: 2px;
		height: 327px;
		
}

td.seta {
	padding-top: 3px;
	text-align: center;
	width: 10px;
}

td.seta:hover {
  cursor: pointer;
}

div.busca div#search_results td.seta:hover {
	cursor: default;
}

div.busca div#search_results div.resumida {
	color: gray;
}

div.busca div#search_results_header {
	height: 59px;
	
		height: 60px;
	
}

div.busca div#search_results_header div.message {
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
}

div.busca div#search_results_header a.link {
	color: black;
	text-decoration: none;
}

div.busca div#search_results_header a.link:hover {
	text-decoration: underline;
}

div.busca div#search_results_header th.navlink {
	width: 10px;
}

div.busca div#search_results_header th {
	font-weight: bold;
	background-color: #cccccc;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

div.busca div#search_results td.navlink {
	width: 10px;
}

div.busca div#search_results tr#focused {
	background-color: #cccccc;
	cursor: pointer;
}

div#focused {
	background-color: #cccccc;
	cursor: pointer;
}

div.busca div#search_results tr.even {
	background-color: #eeeeee;
}

div.busca div#search_results td {
	font-weight: normal;
}

div.busca div#search_results_footer {
	height: 20px;
}

div.busca div#search_results_footer th.navlink {
	width: 10px;
}

div.busca div#search_results_footer th {
	font-weight: normal;
	background-color: #cccccc;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

div.busca div#search_results_footer a.link {
	color: black;
	text-decoration: none;
}

div.busca div#search_results_footer a.link:hover {
	text-decoration: underline;
}

div.column_title {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	width: 185px;
	height: 22px;
	text-align: center;
}

div.column {
	float: left;
	margin-right: 20px;
	width: 185px;
	border: 1px solid black;
}

div.hover {
	float: left;
	margin-right: 20px;
	width: 185px;
	border: 1px solid orange;
}

div.available_company {
	padding: 2px;
	padding-left: 5px;
	border: 2px solid white;
}

div.available_company:hover {
	cursor: pointer;
}

div.assigned_company {
	padding: 2px;
	padding-left: 5px;
	border: 2px solid white;
}

div.assigned_company:hover {
	cursor: pointer;
}

div.available_action {
	padding: 2px;
	padding-left: 5px;
	border: 2px solid white;
}

div.available_action:hover {
	cursor: pointer;
}

div.assigned_action {
	padding: 2px;
	padding-left: 5px;
	border: 2px solid white;
}

div.assigned_action:hover {
	cursor: pointer;
}

.resumida small {
  font-weight: normal;
  color: gray;
}/* <style> */

input[type=text], input[type=password], textarea {
	border: 1px solid gray;
	width: 200px;
	font-family: arial;
	font-size: 12px;
}

input[type=text].shortnumber {
	text-align: right;
	width: 50px;
}

input[type=text].number {
	text-align: right;
	width: 100px;
}

input[type=text].date {
	width: 70px;
	text-align: center;
}

input[type=text].time {
	width: 35px;
	text-align: center;
}

input[type=text].uf {
	width: 18px;
}

input[type=text].extralong, textarea.extralong {
	width: 600px;
}

input[type=text].long, textarea.long {
	width: 400px;
}

input[type=text].short, textarea.short  {
	width: 100px;
}

input[type=text].medium, textarea.medium  {
	width: 130px;
}

div.record_form {
	padding-top: 10px;
}

div.record_form td.label {
	text-align: right;
	padding-right: 2px;
}

div.record_form td.field {
	text-align: left;
	padding-left: 2px;
}

table.record_table {
	width: 100%;
}

table.record_table td.foto {
	width: 100px;
	text-align: center;
	vertical-align: top;
}

table.record_table td.foto div#userfoto {
	height: 90px;
}

table.record_table td.foto div.footer {
	height: 20px;
	vertical-align: bottom;
}

div.record_form a.floatright {
	float: right;
	padding-right: 10px;
}

div.record_form a.floatleft {
	float: left;
	padding-left: 10px;
}

img.select_plus_button {
	vertical-align: middle; 
	height: 15px; 
	margin-top: -2px;
}

img.select_minus_button {
	vertical-align: middle; 
	height: 15px; 
	margin-top: -2px;
}

div.sublist_container {
	padding-left: 5px;
}

div.fakenumberinput {
	font-family: arial;
	border: 1px solid gray;
	padding-top: 1px;
	padding-right: 2px;
	width: 100px;
	
		width: 98px;
	
	text-align: right;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	color: gray;
	height: 15px;
}

div.fakenumberinput_small {
	font-family: arial;
	border: 1px solid gray;
	padding-top: 1px;
	padding-right: 2px;
	width: 60px;
	text-align: right;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	color: gray;
	height: 15px;
}

input[type=text].number {
	text-align: right;
	width: 100px;
}

input[type=text].number_small {
	margin-top: 2px;
	text-align: right;
	width: 60px;
}

input[type=text].number_tiny {
	text-align: right;
	width: 40px;
}


td.divisor {
	border-bottom: 2px solid black;
}
/* <style> */

div.admin_gerencia {
	height: 105px;
	text-align: left;
	padding: 5px;
	padding-left: 30px;
}

div.admin_gerencia div.title {
	margin-left: -25px;
}

div.admin_usuario {
	height: 105px;
	text-align: left;
	background-color: #f2f2f2;
	padding: 5px;
	padding-left: 30px;
}

div.admin_usuario div.title {
	margin-left: -25px;
}

div.admin_departamentos {
	height: 105px;
	text-align: left;
	padding: 5px;
	padding-left: 30px;
}

div.admin_departamentos div.title {
	margin-left: -25px;
}

div.admin_cadastro {
	height: 108px;
	text-align: left;
	background-color: #f2f2f2;
	padding: 5px;
	padding-left: 30px;
}

div.admin_cadastro div.title {
	margin-left: -25px;
}

div.admin_footer {
	height: 21px;
	background-color: #e1e1e1;
}

div.admin_item {
	float: left;
	margin-top: 5px;
	width: 100px;
	height: 70px;
}

div.admin_item div.icon {
	height: 45px;
	text-align: center;
}

div.admin_item div.name {
	padding-top: 5px;
	height: 20px;
	font-size: 10px;
	text-align: center;
}

div.admin_item div.name a {
	color: black;
	text-decoration: none;
}

div.admin_item div.name a:hover {
	text-decoration: underline;
}
/* <style> */

div.widget_pesquisa {
	height: 462px;
	overflow-y: auto;
	overflow-x: hidden;
	vertical-align: top;
	font-weight: normal;
}

div.widget_pesquisa .col1 {
  text-align: left;
  padding: 10px;
  width: 30%;
}

div.widget_pesquisa .col2 {
	background-image: url('/images/widgets/column_shadow.png');
	background-repeat: repeat-y;
  text-align: left;
  padding: 10px;
  width: 20%;
}

div.widget_pesquisa .col3 {
	background-image: url('/images/widgets/column_shadow.png');
	background-repeat: repeat-y;
  text-align: left;
  padding: 10px;
  width: 20%;
}

div.widget_pesquisa .col4 {
	background-image: url('/images/widgets/column_shadow.png');
	background-repeat: repeat-y;
  text-align: left;
  padding: 10px;
  width: 20%;
}

div.widget_pesquisa .title {
  font-weight: bold;
}

div.widget_pesquisa .subtitle {
  font-weight: bold;
  color: gray;
}

div.widget_pesquisa .response_wrapper {
  padding: 2px;
}

div.widget_pesquisa .legend {
  margin-top: 2px;
  margin-right: 5px;
  float: left;
  width: 10px;
  height: 10px;
}

div.widget_pesquisa .label {
  margin-top: 2px;
  margin-left: 30px;
  margin-right: 5px;
  float: left;
  width: 10px;
  height: 10px;
}

div.widget_pesquisa .link {
  color: black;
  text-decoration: underline;
}

div.widget_pesquisa div.left {
	width: 50%;
	height: 100%;
	float: left;
}

div.widget_pesquisa div.index_title {
	margin: 40px;
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
  font-size: 12pt;
  font-weight: bold;
  color: #00719f;
  text-align: left;
}

div.widget_pesquisa div.index_title_big {
	margin: 40px;
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
  font-size: 14pt;
  font-weight: bold;
  color: #00719f;
}

div.widget_pesquisa div.right {
	background-image: url('/images/widgets/column_shadow.png');
	background-repeat: repeat-y;
	width: 50%;
	height: 100%;
	float: right;
}

div.widget_pesquisa div.links {
  margin-top: 75px;
  padding-left: 75px;
  padding-right: 50px;
  text-align: left;
}

div.widget_pesquisa div.links a.link {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

div.widget_pesquisa div.links .respostas {
  margin-left: 10px;
  padding: 10px;
}

div.widget_pesquisa div.links .respostas .timestamp {
  color: gray;
  margin-bottom: 5px;
}

div.widget_pesquisa div.links .respostas .link_to {
  font-weight: bold;
  color: black;
}

div.widget_pesquisa div.links .respostas .link_to a {
  color: black;
}

div.widget_pesquisa div.links .respostas .resposta {
  padding: 15px;
}



