/* 
  versao: fmo-inscricoes
*/
#header, #footer, #footer a {
	background-color: #63afda;
}

#divUser {
	background-color: #2f7da1;
}

input[type="button"], input[type="submit"] {
	background-color: #6395b2;
}

input[type="button"]:hover, input[type="submit"]:hover, #footer a:HOVER
	{
	background: #ED3237;
}

a       { text-decoration: none; color: #000; }
a:hover {	text-decoration: none;color: #00f;}

td a       { text-decoration: none; color: #00f; }
td a:hover { text-decoration: none; color: #ED3237; }


/* Exclusivo do projeto TASKMAN */
table thead tr th, table tbody tr td {
  padding: 10px;
}