.toolbar {
	background-color: #E2EDFC;
	font-weight: normal;
	display: block;
	overflow: hidden;
}

.toolbar_left {
	width: 100%;
	float: left;
	padding: 5px;
}

.toolbar a {
	text-decoration: underline;
}

.ordem_selecionada {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

#overlay {
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  text-align: center;
  vertical-align: middle;
}

.item_container {
	border-bottom: solid 1px #e0e0e0;
	display: block;
	padding: 15px 0px;
}

.item_descricao {
	color: #666;
	margin: 7px 0px;
}

.item_descricao strong {
	background-color:#FFFFA3;
}

.item_tipo {
	font-weight: bold;
	color: #000;
}

.doe_pagina {
	clear: both;
	margin-top: 10px;
	font-weight: normal;
	font-size: 11px;
}

.doe_pagina a {
	
	color: #0073EA;
	text-decoration: none;
}

.doe_pagina a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.lnk_download {
	background-image: url('/images/doe_pdf.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.lnk_pagina {
	background-image: url('/images/doe_pagina.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}


.lnk_preview {
	background-image: url('/images/doe_preview.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}

#diario_busca {
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	background-color: #fafafa;
	margin: 5px 0px;
	padding: 5px;
	
}

.fd {
	height: 22px;
	margin: 4px 0px 0px 0px;
	border: solid 1px #cecece;
	background-color: #fff;
	padding: 2px;
}