
/* used to import stylesheet for the WYSIWYG editor*/
@import "/system/modules/gov.va.deq.pao.DEQtemplate_one/resources/deqweb.css";
@import "/waste/wastesitemenu.css";
@import "/vrprisk/vrprisk.css";

/* override default page styles */
#breadcrumb, #sidebar { background-color: #036; color: #fff; }
#breadcrumb a { color: #cdf; }
#breadcrumb a:hover { color: #def; }

#sidebar { border-color: #678; 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: #358; }
#sidebar li { background-color: #568; border-color: #edf; }
#sidebar li a:hover,
#sidebar li:hover { background-color: #679; }

#footer a:link, 
#content a:link, 
#footer a:visited, 
#content a:visited { color: #358; }

h1 { color: #124; font-size: 130%; }
h2 { color: #124; font-size: 120%; }
h3 { color: #346; }

table,th,td { border: 1px solid #124; }
th { color: #203; background-color: #eef; }
th,td { padding: 4px; }

ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }

ol.spaced li, ul.spaced li { margin-bottom: 6px; }
.whatsnew { padding: 8px; margin: 8px 0px 15px 15px; }

.whatsnew h2 { margin: 0px 0px 6px 0px; width: auto; }

/* styles for the right-hand menu */

.wastesitemenu { 
  float:right;  
  background-color: #eef; 
  width: 225px; 
  margin-top:10px;
  margin-left:10px;
}

.wastesitemenu a, .wastesitemenu a:visited { 
  color: #457;
  width: 97.4%;
}

.wastesitemenu a:hover {
  background-color: #f6f6ff;
}

.wastesitemenu h2 {
  color: white;
  background-color: #036;
}

.wastesitemenu li, 
.wastesitemenu h2, 
.wastesitemenu ul { 
  border-color: #abd; 
}
