
/* 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: #428; color: #fff; }
#breadcrumb a { color: #dce; }
#breadcrumb a:hover { color: #a9b; }

#sidebar { border-color: #869; top:85px; }
#sidebar h1 a { margin: 0px; padding: 0px; display: inline; color: white; }
#sidebar h1 a:hover { background-color: transparent; color: #edf;  }
#sidebar h1 { background-color: #639; }
#sidebar li { background-color: #869; border-color: #edf; }
#sidebar li a:hover,
#sidebar li:hover { background-color: #647; }

#content a:link, 
 
#content a:visited { color: #639; }

h1 { color: #102; font-size: 130%; }
h2 { color: #102; font-size: 120%; }
h3 { color: #306; }

table,th,td { border: 1px solid #102; }
th { color: #203; background-color: #f9f0ff; }
th,td { padding: 4px; }

ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }

/* styles for the right-hand menu */

.wastesitemenu { 
  background-color: #edf; 
  width: 225px; 
}

.wastesitemenu a, .wastesitemenu a:visited { 
  color: #639;
  width: 97.4%;
}

.wastesitemenu a:hover {
  background-color: #dce;
}

.wastesitemenu h2 {
  color: white;
  background-color: #436;
}

.wastesitemenu li, 
.wastesitemenu h2, 
.wastesitemenu ul { 
  border-color: #a9c; 
}

#footer {background-color: #428 !important;}
#footer table,
#footer td,
#footer tr {border:none;}
