/* 
  Contents : CSS - CUSTOMIZACAO
  Vers�o   : 5.0
  Date     : 04/2017
  Author   : AMF
  Company  : WEB ACTIONS CONSULTORIA
  Website  : http://www.webactions.com.br 
*/

#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; }