/* Classe jsf-portlet: usada para adequações em portlets que utilizam o tema SIGEPE aplicado aos componentes visuais */
.jsf-portlet .ui-outputlabel {
	display: block;
	color: #426b74;
	margin-bottom: 2px;
}

.jsf-portlet .portlet-content input[type="submit"],
.jsf-portlet .portlet-content input[type="button"],
.jsf-portlet .portlet-content input[type="reset"], button {
	text-shadow: none;
}

.jsf-portlet .portlet-content h1,
.jsf-portlet .portlet-content h2,
.jsf-portlet .portlet-content h3,
.jsf-portlet .portlet-content h4,
.jsf-portlet .portlet-content h5,
.jsf-portlet .portlet-content h6 {
	font-size: 100%;
	font-weight: normal;
}

.jsf-portlet .portlet-content h1,
.jsf-portlet .portlet-content h2 {
	background: transparent
		url(../images/custom_portlet/h-bullet.png) left center
		no-repeat;
	color: #608b94;
	padding-left: 13px;
}

.jsf-portlet .portlet-content h3,
.jsf-portlet .portlet-content h4,
.jsf-portlet .portlet-content h5,
.jsf-portlet .portlet-content h6 {
	color: #727272;
}

.jsf-portlet .portlet-content h1 {
	font-size: 1.67em;
}

.jsf-portlet .portlet-content h2 {
	font-size: 1.33em;
}

.jsf-portlet .portlet-content h3 {
	font-size: 1em;
}

.jsf-portlet .portlet-content h4 {
	font-size: 0.94em;
}

.jsf-portlet .portlet-content h5 {
	font-size: 0.84em;
}

.jsf-portlet .portlet-content h6 {
	font-size: 0.72em;
}

.jsf-portlet .portlet-content .ui-commandlink,
.jsf-portlet .portlet-content .ui-commandlink.ui-state-disabled {
	color: #6EA54A;
}

.jsf-portlet .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background-color: #FFFFFF;
    background-image: none;	
}

.jsf-portlet fieldset{
	border: 1px solid !important;
	color: #94A8B1;
}

.jsf-portlet legend{
	border: 0 !important;
	color: #426B74 !important;
	background-color: transparent !important;
}

.jsf-portlet,.ui-selectonemenu-item{
	display: list-item;
	color: #426B74;
}

.jsf-portlet .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background-color: #205C90;
}

.jsf-portlet .ui-button.ui-state-default, .ui-widget-content .ui-button.ui-state-default, .ui-widget-header .ui-button.ui-state-default{
	background-color: #94A8B1;
}