.linked { cursor: pointer; }

.tablesorter select {
	width: 100%;
}

#home_page, #add_user, #edit_user {
	padding: 10px;
	width: 95%;
	
}

#add_user, #edit_user {
	margin:0 0 0 20px;
}

.module_half{
	display: inline-block;
	overflow: hidden;
	padding:1px 20px;
}

select, input, button {
	border-radius: 0px;
	border: 1px solid black;
}

input:focus, button:focus {
	border: 1px solid #6495ba;
}

#login h2 {
	text-align: center;
}

#login {
    font-family: sans-serif;
	padding: 10px;
	border: 1px solid black;
	position:absolute;
	top:40%;
	left:40%;
	margin-top:-50px;
	margin-left:-50px;
}

#login input {
	width: 88%;
}

#login a { 
	background-color:rgb(241,241,244);
	padding:5px 10px; 
	color:black; 
	text-decoration:none; 
	float:left;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgb(204, 204, 204);
}

#login a:hover { background-color:rgb(200,200,200); text-decoration:none;}

.erro { color: red; }

.module_content {
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#edit_user label, #add_user label {
	display: inline-block;
}
