.widget {
	min-height: 250px;
}

.sidebar .widget { 
    height: auto;
    min-height: 0;
}

.sidebar .widget-rss { 
    margin-top: 10px;
}

.sidebar .widget .widget-content { 
    max-height: 200px;
    height: auto;
}

.widget-header {
    text-align: left;
    background: #ACACAC;
    background: #EFEFEF;
    padding: 2px 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    display:block;
}

.widget ul, .widget_dashboard ul {
	margin: 0 5px 5px 5px;
}

.widget .widget_dashboard li {
	list-style: none;
}

.widget .widget_sidebar li
{
	list-style: none;
}

.widget ul,
{
	list-style-position: inside;
}

.widget .widget_dashboard li {
	list-style: none;
}

.widget {
	margin-bottom: 5px;
}

.widget-content { 
    clear: both;
    border: 1px solid #ACACAC;
    border-top: none;
    padding: 10px 0;
    height: 250px;
    overflow: auto;
}

.front_page .widget-content { 
    padding: 10px 5px;
}

.widget .widget_front_page .localizacao .mapa {
	text-align: center;
    margin-bottom: 5px;
}

.front_page .localizacao { 
    font-size: 90%;
}

.front_page .localizacao .attr {  
    border-bottom: 1px dotted #aaa;
    padding: 3px;
}

.front_page .localizacao .attrLabel {
	float: left;
    display: block;
    width: 90px;
    font-weight: bold;
}
.front_page .localizacao .attrValue {
	float: left;
    display: block;
    width: 180px;
}


.front_page .localizacao .attrValue p {
 text-align: left;
 font-size: 90%;
}

.widget .acessos_rapidos .conteudo {
	padding: 5px;
}

.widget .tab-links {
    float: right;
    margin-right: 5px;
}

.widget .widget-header .titulo,
.widget .widget-header .titulo a
{
    font-size: 12px;
    font-variant: small-caps;
    padding: 1px 5px;
    color: #000;
    float: left;
}

.widget .widget-header .titulo a {
    padding: 0;
}

.tab-holder
{
	display: inline;
	margin-left: 3px;
}

.widget .tab-holder a
{
	font-size: 10px;
	color: #555;
	background-color: #efefef;
    padding: 1px 5px;
}

.tab-box { 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
 }

.tab-box-selected { 
	background-color: #dd0000 !important;
    color: #fff !important;
/*
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
*/
}

.widget .publicacoes li,
.widget .ultimas_noticias li,
.widget .proximos_eventos li,
.widget .ultimas_informacoes li,
.widget .ultimos_documentos li
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	min-height: 30px;
  }


.widget .data { 
    font-size: 90%;
    color: #555;
}


.widget-header .titulo-rss { 
    position: relative; 
    padding-left: 30px !important;
}

.titulo img.rss { 
    position: absolute;
    top: -10px;
    left: -5px;
}

.widget_sidebar .widget-content ul li { 
   border-bottom: 1px solid #EFEFEF;
   list-style-image: none;
   list-style-type: none;
   padding-bottom: 5px;
   padding-top:  5px;
   font-size: 95%
 }

.widget_sidebar .widget-content ul li a.selected{ 
   font-weight: bold;
 }

.widget_sidebar .widget-content ul li .name { 
   width: 130px;
   float: left;
 }

.widget_sidebar .widget-content ul li .item_count { 
   height: 100%;
   background: #EEE;
   font-size: 90%;
   font-weight: bold;
   margin-left: 3px;
   padding: 1px 5px;
   color: #555;
   font-size: 90%;
   float:right;
 }

.widget .parceiros .parceiros-content ul li{ 
                                             padding-bottom: 0px;
                                             }