body{
	color: #333;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h3{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

h4{
	font-family: 'PFDinDisplayProLight', Arial, Tahoma, Helvetica;
	font-size: 18px;
	margin: 5px 0;
	text-transform: uppercase;
}

hr{
	background: #ededed;
	border: none;
	height: 1px;
	padding: 0;
	margin: 1px 0;
}

tbody{
	border: none;
}

/*
 * Propriedades
 */

.wrap{
	margin: 0 auto;
	position: relative;
	width: 960px;
}

li.expanded,
li.leaf{
	list-style: none;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.text-right{
	text-align: right;
}

.link-gray{
	background:url(../images/master/link-gray-bg.png) no-repeat right top;
	color: #707070;
	display: block;
	float: left;
	font-size: 11px;
	height: 20px;
	padding: 0 20px 0 0;
	margin: 5px 10px;
}

.link-gray span{
	background:url(../images/master/link-gray-bg.png) no-repeat left top;
	display: block;
	float: left;
	height: 18px;
	padding: 2px 0 0 20px;
	margin: 0 0 0 -10px;
}

.link-green,
.link-yellow,
.btn-gray {
	display: block;
	font-weight: bold;
	height: 21px;
	line-height: 16px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 155px;
	text-transform: uppercase;
}

.btn-gray {
	margin-top:20px;
	width: 195px;
}


.link-green{
	background: url(../images/master/btn-green.png) no-repeat;
	color: #646750;
}

.link-yellow{
	background: url(../images/master/btn-yellow.png) no-repeat;
	color: #7a6d4d;
}

.btn-gray{
	background: url(../images/master/btn-gray.png) no-repeat;
	color: #959595;
}

.link-yellow:hover,
.link-green:hover, 
.btn-gray:hover {
	color: #fff;
	text-decoration: none;
}

.link-green:hover{
	background: url(../images/master/btn-green-hover.png) no-repeat;
}

.link-yellow:hover{
	background: url(../images/master/btn-yellow-hover.png) no-repeat;
}

.btn-gray:hover{
	background: url(../images/master/btn-gray-hover.png) no-repeat;
}

/*
 * Colors
 */

.green{
	color: #a8bb4e !important;
}

.blue{
	color: #3e9ec0;
}

.yellow{
	color: #f3bc36 !important;
}

/*
 * Footer
 */

#footer{
	background: url(../images/master/background-degradee-gray.gif) repeat-x top #818180;
	padding: 70px 0 25px 0;
}

#footer h6{
	background: url(../images/master/bg-links.png) no-repeat;
	height: 26px;
	position: absolute;
	top: -41px;
	width: 127px;
}

#footer h6 span{
	background: url(../images/icon/arrow-big-right.png) no-repeat left center;
	color: #acacac;
	display: block;
	font-size: 18px;
	font-family: 'PFDinDisplayProLight',Arial,Tahoma,Helvetica;
	text-transform: uppercase;
	margin: 3px 0 0 10px;
	padding-left: 20px;
}

#footer #footer-links{
	background: #fff;
	margin-bottom: 15px;
	padding: 15px 0;
	position: relative;
}


#footer #footer-links td{
	border: #e7e7e7 1px solid;
	height: 85px;
	text-align: center;
	width: 140px;
}

#footer #footer-links th{
	border: none !important;
	width: 20px;
}

#footer-links {  height: 85px; }
#footer-links table tr { display: none; }
#footer-links .active { display: block !important; }


#footer a{
	color: #fff;
}

#footer span{
	font-size: 11px;
	font-weight: normal;
	color: #595958;
	margin-top: 5px;;
}

#footer span a{
	color: #595958;
}

#footer p{
	color: #fff;
	float: left;
	font-size: 12px;
	margin-left: 25px;
}

.form-item input {
	border: 1px solid #a7a7a7;
}

#footer p span{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

#footer ol{
	float: left;
}

#footer li{
	float: left;
	margin-right: 10px;
}

#footer #imam{
	position: absolute;
	right: 0;
}

/*
 * Login
 */

#user-login .form-text{
	border: #a7a7a7 1px solid;
	color: #666;
	padding: 5px;
	width: 200px;
}

.form-submit{
	background: url(../images/master/btn-green.png) no-repeat;
	color: #646750;
	display: block;
	font-weight: bold;
	height: 26px;
	margin: 5px 0;
	padding: 0 0 2px 0;
	text-align: center;
	width: 155px;
}

.form-submit:hover{
	color: #fff;
	text-decoration: none;
}

/*
 * Busca
 */

#search-form{
	display: none;
}

#search-theme-form{
	position: absolute;
	right: 0;
	top: 60px;
}

#search-theme-form .form-item label{
	color: #8e8e8e;
	font-weight: normal;
}

#search-theme-form .form-text{
	background: url(../images/master/bg-search.png) no-repeat;
	//border: none;
	color: #8e8e8e;
	height: 24px;
	padding: 0 25px 0 10px;
	width: 270px;
}

#search-theme-form .form-submit{
	background: url(../images/master/icon-search.png) no-repeat;
	color: none;
	display: block;
	font-weight: normal;
	height: 12px;
	margin: 00;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	text-indent: -99999px;
	top: 5px;
	width: 15px;
}

/*
 * Lista Busca
 */
 
.box h2{
	padding: 16px 0 0 0;
	line-height: 130%;
	width: 550px;
}

.box .content .search-results{
	margin-top: 15px;;
}

.box .content .search-results a{
	font-weight: bold;
}

.box .content .search-results .search-info{
	display: none;
}

.box .content .search-results dd{
	margin:0 0 30px 0 !important;
}

/*
 * Opções
 */

.options{
	border-top: #e7e7e7 1px solid;
	height: 27px;
	margin-top: 25px;;
}

.options li{
	border-left: #e7e7e7 1px solid;
	border-bottom: #e7e7e7 1px solid;
	border-right: #e7e7e7 1px solid;
	float: right;
	font-size: 11px;
	font-weight: bold;
	list-style: none !important;
	margin: 0 !important;
	padding: 5px 10px !important;
}

.options li img{
	cursor: pointer;
	float: left;
	margin: 2px 8px 0 0;
}

#editais {
	margin-bottom:60px;
}
.box_principal{
	float:left;
}
.box_principal h3{
	margin:3px 5px;
}
.box_dentro{
	display:none;
	position:absolute;
	width:750px;
	margin:40px 0 0 5px;
}
.box_dentro:first-child { display: block; }

h3.abas_editais{
	font-size: 18px; font-weight: bold; color:#cecece;
	cursor:pointer;
	padding:3px;
}
h3.abas_editais.active, h3.abas_editais:hover{
	color:#3e3e3e; text-decoration: none;
}
h3.abas_editais.active{
	background: url(../images/master/setaaba.jpg) center bottom no-repeat;
}

.webform-component-textfield label, .webform-component-textarea label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.webform-component-textfield .description, .webform-component-textarea .description {
	color: #909090;
	margin-bottom: 5px;
}