@import url('../default/screen.css');

@media screen {
a#showAll {
  /*display:none;*/
  float:none;
  }
a#hideAll {
  display:none;
  float:none;
  }
/* for the training page */
h2 #logout {
  position:relative;
  float:right;
  font-size:80%;
  _height:1.1em;
  top:-1.3em;
  margin-right:0.4em;
  margin-bottom:-.8em;
  }
h2 #logout a {
  color:#fbc;
  }
/* for the training page */

p {
  padding:0px;
  margin-top:0.8em;
  margin-bottom:0.8em;
  }
p.addlInfo {
  padding:0px;
  margin-top:0.6em;
  margin-bottom:0.6em;
  }
div.department {
  border: none;
  _padding-bottom: 1px;
  margin-left: 1px;
  margin-bottom: 1px;
  _margin-bottom: 0px;
  }
div.department-shown {
  border: 1px dashed #999;
  margin-left: 0px;
  margin-bottom: 1px;
  }
div.department-hidden {
  border: none;
  }
span.deptName {
  color: #003399;
  font-weight: bold;
  font-size: 120%;
  padding-right: 0.3em;
  }
span.deptName a {
  font-size: 100%;
  text-decoration: none;
  color: #336699;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0.3em;
  padding-right: 0.2em;
  float: left;
  }
span.deptName a:hover {
  color: #CC0000;
  }
a.toggle {
  border: 1px dashed #777;
  }
a.toggle:hover {
  text-decoration: none;
  }
a.show-description {
  display: /*none*/ inline;
  }
a.show-description:hover {
  border: 1px dotted #a33;
  background-color:#ffccbb;
  }
a.hide-description {
  display: /*inline*/ none;
  border-top: none;
  border-left: none;
  border-left: 1px solid white;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  }
a.hide-description:hover {
  border-left: 1px solid #ffccdd;
  background-color:#ffccdd;
  }
a.deptWebsiteLink:hover {
  text-decoration: underline;
  }
a.deptWebsiteLink img {
  border: none;
  }
div.description {
  display: /*block*/ none;
  margin-left: 1.2em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  }
div.description p {
  padding-top: 0px;
  margin-top: 3px;
  padding-bottom: 0px;
  margin-bottom: 6px;
  }
ul.divisions {
  padding:0em;
  margin-top:0.4em;
  margin-left:2.5em;
  margin-bottom:0.7em;
  list-style-image: url('/images/bullets/dblarrow.gif');
  }
div.contactInfo {
  font-size: 90%;
  background-color: #F4F4F4;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.3em;
  border: 1px dashed #ddd;
  margin-top: 0.3em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  }
.label {
  font-weight: bold;
  }
  a.button {
  padding:.2em .6em;
  border:1px solid #9999ff;
  background-color:#eeeeff;
  clear:left;
  margin:.1em;
  font-size:110%;
}
a.button:hover {
  background-color:#ccccff;
}
  /*
fieldset a
{
   padding:10px;
   margin-top:10px;
   
   }



a {
  font-size: 9pt;
  text-decoration: none;
  }
a.featured {
  font-size: 9pt;
  font-family: Arial;
  }
a.newsreleases {
  font-size: 11px;
  color: #003399;
  }
a.newsreleases:hover {
  color: #444444;
  text-decoration: none;
  }
ul.quicklinks {
  list-style-type:none;
  font-weight: bold;
  margin:0px;
  margin-top:0.2em;
  margin-left:0.6em;
  padding:0px;
  padding-bottom:0.3em;
  }
ul.quicklinks li {
  padding-bottom:0.2em;
  }
ul.quicklinks li a {
  font-size: 90%;
  }
.olinks {
  font-size: 90%;
  }
label.olinks, span.olinks {
  font-size: 80%;
  }
.headerCell {
  font-size: 11px;
  }
*/
}

