@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
}

p {
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0;
	text-align: left;
}

ul, ol {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
}
	
a {
	text-decoration: none;
	color: #440000; 
	font-weight: bold; 
}
a:hover {
	text-decoration: none;
	color: #f78f1e; /*ff4a00;*/ 
}

img {
	border: none;
}

input[type='radio'] {
	text-align: left;
}

input[type='submit'] {
	cursor: pointer;
}

/* quadro de login do topo do site */
.bt_login_old {
	text-decoration: none;
	border-style: none;
	background: url(../img/bt_ok.gif) no-repeat center;
	height: 28px;
	width: 29px;
}
.bt_login {
	text-decoration: none; 
	border-style: none; 
	height: 28px; 
	width: 37px; 
	cursor: pointer;
	background-color: transparent;
}
.bt_enviar {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999999;
	background: url(../img/fd_bt_enviar.gif) repeat-x top;
	height: 22px;
	width: 160px;
}
.tx_portal {
	color: #999999;
	text-align: center;
	font-weight: bold;
}
.tx_login {
	color: #000000;
	font-size: 9px;
}
.tx_esqueci {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
/**/

.box_tx_noticias {
	height: 249px;
}

.borda_foto {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 1px;
}
.borda_imagem{
    border: 1px solid #BBBBBB;  
    margin: 0 20px 0 5px; 
    padding: 4px;	
}

/** improve display of JSF messages (JBSEAM-2033) **/
.message {
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 11px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 22px;
	margin-left: 3px;
	list-style-type: none;
}

.message li.infomsg {
	background-image: url(../img/icones/msg_info.png);
}

.message li.errormsg {
	background-image: url(../img/icones/msg_error.png);
}

.message li.warnmsg {
	background-image: url(../img/icones/msg_warn.png);
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 170px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}
.value {
	vertical-align: top;
	float: left;
	padding: 5px;
	margin-top: 3px;
}
.label {
	vertical-align: top;
	font-weight: bold;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}
.input {
	vertical-align: top;
	float: left;
	padding: 5px;
	clear: left;
}
.required {
	color: red;
	padding-left: 2px;
}


