@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color: #003673;
	background-image:url("/javax.faces.resource/bgTop.jpg.xhtml?ln=images");
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#main{
	position:absolute;
	
	background-color: #f5f5f5;
	background-position:bottom;
	background-repeat:repeat-x;
	overflow: hidden;
}

a{
	color: #104e8b;
	margin: 10px 0;
	text-decoration: none;	
}
a:hover{
	color: gray;	
}

#staff-logo-div {
	position:absolute;
	background-image:url("/javax.faces.resource/siorconp-logo-main.png.xhtml?ln=images");
	width: 600px;
	height: 372px;

}

#conceito-logo-div {
	position:absolute;
	background-image:url("/javax.faces.resource/systema-logomarca-main.png.xhtml?ln=images");
	width: 181px;
	height: 44px;

}

#login-div{
	position:absolute;
	width: 401px;
	height: 200px;

	padding-left: 40px;
	font-size:12px;
	color:#104E8B;	
	border-left-color:#CCC;
	border-left-style: solid;
	border-left-width: 1px;
}

#j_username, #j_password{
	width: 120px;
}

input{
	font-size: 11px;
}

