@CHARSET "ISO-8859-1";

div.logo {
	position: fixed;
	top: 30%;
	left: 53%;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	background-image: url("/crednet/javax.faces.resource/logo.png.jsf?ln=logos/balbina");
	background-repeat: no-repeat;
	background-size: 220px;
}

div.menu {
	background-size: 200px;
	background-image: url("/crednet/javax.faces.resource/logo.png.jsf?ln=logos/balbina");
}

div.corpo2 {
	background-size: 6%;
	background-image: url("/crednet/javax.faces.resource/logo.png.jsf?ln=logos/balbina");
}

.panelinforme {
	background: #F8F8FF !important;
}

div.login {
	background: rgba(211, 211, 211, 0.2) !important;
	height: 250px !important;
}

div.rodape {
	background: #ffffff url("/crednet/javax.faces.resource/footer-green2.png.jsf?ln=imagens") 50%
		50% repeat !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;	
}

.ui-widget-header {
	background: transparent url("/crednet/javax.faces.resource/footer-green2.png.jsf?ln=imagens")
		50% 50% repeat !important;
}

.ui-datatable-summaryrow {
	background: none !important;
}

.ui-dock-container-bottom {
	background: none !important;
}

.ui-button {
	background: transparent url("/crednet/javax.faces.resource/green.png.jsf?ln=imagens") 50% 50%
		repeat !important;
}

.botaolimpar {
	color: white !important;
	background: transparent url("/crednet/javax.faces.resource/red.png.jsf?ln=imagens") 50% 50%
		repeat !important;
}

.botaosalvar {
	color: white !important;
}

.botaosalvar:hover {
	color: black !important;
}

.botaolimpar:hover {
	color: black !important;
	background: transparent url("/crednet/javax.faces.resource/red.png.jsf?ln=imagens") 50% 50%
		repeat !important;
}

a:link {
	color: graytext;
	text-decoration: none;
}

a:visited {
	color: graytext;
	text-decoration: none;
}

div.rodape div.col1 {
	left: 12px;
}

div.rodape div.col3 {
	right: 45px;
}



