/* Waymire style sheet
   $Id: sitestyle.css,v 1.2 2006/10/12 02:56:02 cory Exp cory $
*/
body {
   background-color:#000000;
   color:#FFFFFF;
   margin-top:1em;
   margin-left:1em;
   margin-right:1em;
   font-family:verdana, sans-serif;
}
a:link {
   color:#990000;
}
a:visited {
   color:#660099;
}

/* Section 508 navigation aids */
a.skip, a:visited.skip {
   color:#900;
   font-size:x-small;
}
a:active.skip, a:hover.skip {
   color:#FF6;
}
a.jump, a:visited.jump {
   color:#000;
   font-size:x-small;
}
a:active.jump, a:hover.jump {
   color:#FF6;
}
/* End Section 508 navigation aids */

td.panel {
   background-color:#990000;
   border:1px solid #FFFFFF;
}
td.content {
   background-color:#FFFFFF;
   padding:1em;
}
div.tabinthebox {
   padding:4px;
}
/* old color for H1 CC9933 */
h1 {
   font-size:xx-large;
   color:#660000;
   font-family:georgia, serif;
}
h2 {
   font-size:x-large;
   font-family:georgia, serif;
   color:#660000;
}
h3 {
   font-size:large;
   font-weight:bold;
   font-family:georgia, serif;
   color:#000000;
}
h1.title {
   margin-bottom:4px;
}
h2.subtitle {
   margin-top:2px;
   font-size:large;
}
img.thumbphoto {
   border:1px solid #000000;
   float:left;
   margin-right:1em;
   margin-bottom:1em;
}
td.topcontent {
   background-color:#FFFFFF;
   border-top:1px solid #000000;
   font-size:x-small;
}
td.bottomcontent {
   background-color:#FFFFFF;
   border-bottom:1px solid #000000;
   font-size:x-small;
}
td.contentcorner {
   background-color:#990000;
}
td.maincontent {
   background-color:#FFFFFF;
   color:#000000;
   padding:0px;
   font-size:small;
}
td.sidebar {
   background-color:#990000;
   border-left:1px solid #FFFFFF;
}
td.rightsidebar {
   background-color:#990000;
   border-right:1px solid #FFFFFF;
}
td.topbar {
   background-color:#660000;
   border-top:1px solid #FFFFFF;
   border-left:1px solid #FFFFFF;
   border-right:1px solid #FFFFFF;
   border-bottom:1px solid #FFFFFF;
}
td.topgutter {
   background-color:#990000;
   border-left:1px solid #FFFFFF;
   border-right:1px solid #FFFFFF;
}
td.bottombar {
   background-color:#990000;
   border-bottom:1px solid #FFFFFF;
   border-left:1px solid #FFFFFF;
   border-right:1px solid #FFFFFF;
}
address {
   margin-top:1em;
   margin-left:1em;
   margin-right:1em;
   font-family:verdana, sans-serif;
   font-size:small;
   font-weight:normal;
}
p.footer {
   text-align:right;
   font-family:verdana, sans-serif;
   font-size:small;
   font-weight:normal;
}
p.footer a {
   color:#FF0000;
}
p.footer a:visited {
   color:#FF0000;
}
p.footer a:hover {
   background-color:#990000;
   color:#FFFFFF;
}
p.footer a:active {
   background-color:#990000;
   color:#FFFFFF;
}
td.leftgutter {
   background-color:#FFFFFF;
   border-left:1px solid #000000;
}
td.rightgutter {
   background-color:#FFFFFF;
   border-right:1px solid #000000;
}
div.address {
   border-left:1px solid #FFFFFF;
}
ul.graphical {
   list-style-image: url(images/redbullet.gif);
}
ul {
   list-style-image: none;
}
li {
   padding-bottom:0.5em;
}
td.logocenter {
   background-color:#990000;
   border-top:1px solid #FFFFFF;
   padding-right:15px;
   padding-bottom:5px;
   font-size:x-small;
}
td.logocenter a {
   color:#FFFFFF;
   text-decoration:none;
}
td.logocenter a:visited {
   color:#FFFFFF;
}
td.logocenter a:hover {
   color:#FFFFFF;
   text-decoration:underline;
}
span.repname {
   font-weight:bold;
   font-size:medium;
}
ul.sidemenu {
   list-style-type:none;
   margin-left:0px;
   padding-left:6px;
   padding-right:6px;
   font-weight:normal;
   font-size:small;
}
ul.sidemenu li {
   padding-bottom:0.75em;
   font-weight:bold;
}
ul.sidemenu li a {
   text-decoration:none;
   color:#FFFFFF;
}
ul.sidemenu li a:visited {
   color:#FFFFFF;
}
ul.sidemenu li a:hover {
   text-decoration:underline;
}
td.microcontent {
   padding-left:8px;
   border-left:1px solid #CCCCCC;
}
td.macrocontent {
   padding-right:8px;
}

img.feature {
   border:1px solid #000000;
   float:left;
   vertical-align:top;
   margin-right:1em;
   margin-bottom:1em;
}
img.featurert {
   border:1px solid #000000;
   float:right;
   vertical-align:top;
   margin-left:1em;
   margin-bottom:1em;
   margin-right:0.5em;
}
img.space {
   float:left;
   margin:0px;
   padding:0px;
}
img.borderimg {
   margin:1em;
   border:1px solid #000000;
}

img.left {
   float:left;
   margin:1em 1em 1em 0em;
}
img.right {
   float:right;
   margin:1em 0em 1em 1em;
}
dl dd {
   margin-bottom:1em;
}

span.attention {
   font-size:medium;
   color:#660000;
   font-weight:bold;
}

/* Document format types */
span.pdf, span.doc, span.xls {
   font-family:monospace;
   font-size:x-small;
   color:#666;
}

input, textarea {
   background-color:#EEEEEE;
}
ul.hmenu {
   margin:2px;
}
ul.hmenu li {
   display:inline;
}

ul.nobullets {
   list-style-type:none;
   margin-left:2px;
   padding-left:3px;
}

abbr {
   text-decoration:none;
   border-style:none;
}
