
/* used to import stylesheet for the WYSIWYG editor*/
@import "/system/modules/gov.va.deq.pao.DEQtemplate_one/resources/deqweb.css";
@import "/waste/wastesitemenu.css";

/* override default page styles */

#breadcrumb, #sidebar { background-color: #654; }
#breadcrumb a { color: #dcb; }

#sidebar h1 { background-color: #321; }
#sidebar h1 a { margin: 0px; padding: 0px; display: inline; color: white; }
#sidebar h1 a:hover { background-color: transparent; color: #fed;  }
#sidebar li { background-color: #654; border-color: #dcb; }
#sidebar li a:hover,
#sidebar li:hover { background-color: #432; }

#footer a, #content a, #footer a:visited, #content a:visited { color: #432; }

h1 { color: #321; font-size: 130%; }
h2 { color: #321; font-size: 120%; }
h3 { color: #543; }

table,th,td { border: 1px solid #432; }
th { color: #210; background-color: #eee3d3; }
th,td { padding: 4px; }



/* styles for the right-hand menu */

.wastesitemenu { 
  background-color: #edc; 
}

.wastesitemenu a, .wastesitemenu a:visited { 
  color: #210;
}

.wastesitemenu a:hover {
  background-color: #cba;
}

.wastesitemenu h2 {
  color: white;
  background-color: #654;
}

.wastesitemenu li, 
.wastesitemenu h2, 
.wastesitemenu ul { 
  border-color: #987; 
}



#footer { background-color: #654 !important; border: none; }
#footer a, #footer a:link, #footer a:visited {
font-size: 12px;
color: #fff;
text-decoration: none;
}
#footer a:hover{text-decoration:underline;}
#footer table,#footer th,#footer td {
border: none;
}


