/*------------------------------------------------
Black and White Style Sheet

Author:  Eddie McWhirter
Email:   eddiemac777@gmail.com
Website: www.eddiemc.com
------------------------------------------------*/

h1 {
  border-right: red 0px solid;
  border-top: red 1px solid;
  border-left: red 0px solid;
  border-bottom: red 1px solid;
  color: #FFFFCC;
  background-color: #000033;
}
h2 { }
h3{ color: black; }
h5 { color: black; }
cite.gmail {
  background: url(../images/gmail.png) no-repeat right bottom;
}
cite.website {
  background: url(../images/website_gmail.png) no-repeat right bottom;
}

#menu {
  background-color: #000033;
  color: #FFFFCC;
  /*border: #990033 1px outset;*/
  border-top: red 1px solid;
  border-left: red 1px solid;
}
#menu2 {
  background-color: #000033;
  color: #FFFFCC;
}

.shadow {
  padding-right: 20px;
  padding-bottom: 20px;
  background-image: url("../images/shadow.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bottom-right-corner {
  background: url("../images/rc.gif") bottom right no-repeat;
}

a[href^="http:"] {
  background: url(../images/external.gif) no-repeat right top;
}
a:link {
  color: #0066CC;
}
a:visited {
  color: #0099CC;
}

.odd {
  background-color: #edf5ff;  
}
#booklist tr:hover {
  /*background-color:#3d80df;*/
  background-color: #000033;
  color: #fff;
}
#booklist thead tr:hover {
  background-color: transparent;
  color: inherit;
}

body {
  color: #000000;
  background-color: white;
}

li.rollup { 
  border-left: black 1px solid; 
}
