@import url(layout.css);

body {margin-left:80px; margin-top:0px;}
body.detail {background: #ffffff;}

A:link{ color: blue; text-decoration:none ; }
A:visited{ color: blue; text-decoration:none ; }
A:active{ color: black; text-decoration:none;}
A:hover{ color: #ffffff; background-color: #FFCC00; text-decoration:none;  }

TD.title{color:#8B0000; FONT-SIZE: 10pt; font-weight:bold;}
TD.linkbar{color:#00008b; FONT-SIZE: 9pt; background-color: #FFCC00; font-weight:bold;}
TD.headerlink{font-size: 9pt;}
TD.headerImage{background-image:url(../images/logo-back.jpg);background-repeat:no-repeat;}

#searchComment{font-size: 60%}

#Blog ul{list-style-image: url('http://www.blooddonors.biz/images/btn_blue.gif'); FONT-SIZE: 10pt;}

p.personalinfo {
  color:#F5FFFA;
  FONT-SIZE: 80%;
  background-image: url("../images/menu_001.gif");
  background-repeat:no-repeat;
  padding:5px 10px 15px 30px;
}

#tabsMenu {
  float:left;
  width:850;
  font-size:85%;
  line-height:normal;
  border-bottom:1px solid #6B78A9;
  margin-bottom:10px;
}
#tabsMenu ul {
  margin:0;
  padding:10px 10px 0 0px;
  list-style:none;
}
#tabsMenu li {
  display:inline;
  margin:0;
  padding:0;
}
#tabsMenu a {
  float:left;
  background:url("../images/tabsmenu/tableft4.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration:none;
}
#tabsMenu a span {
  float:left;
  display:block;
  background:url("../images/tabsmenu/tabright4.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#6B78A9;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsMenu a span {float:none;}
/* End IE5-Mac hack */
#tabsMenu a:hover span {
  color:#6B78A9;
}
#tabsMenu a:hover {
  background-position:0% -42px;
}
#tabsMenu a:hover span {
  background-position:100% -42px;
}

#tabsMenu #current a {
  background-position:0% -42px;
}
#tabsMenu #current a span {
  background-position:100% -42px;
}

.dialog {
  border:2px double #008000;
  background-color:#98FB98;
  font-size:80%;
}

.text50black {
  color:#000000;
  font-size:50%;
}

.text80black {
  color:#000000;
  font-size:80%;
}

.text70black {
  color:#000000;
  font-size:70%;
}

.text80white {
  color:#FFFFFF;
  font-size:80%;
}

.text80whiteB {
  color:#FFFFFF;
  font-size:80%;
  font-weight:bold;
}

.text80blue {
  color:#0000CD;
  font-size:80%;
}

.text80blueB {
  color:#0000CD;
  font-size:80%;
  font-weight:bold;
}

.text80red {
  color:#FF0000;
  font-size:80%;
}

.text80redB {
  color:#FF0000;
  font-size:80%;
  font-weight:bold;
}

.text80orangeB {
  color:#FF8C00;
  font-size:80%;
  font-weight:bold;
}

.text60gray {
  color:#696969;
  font-size:60%;
}

.text60grayB {
  color:#696969;
  font-size:60%;
  font-weight:bold;
}

.search_table {border-collapse: collapse; border: 1px #000080 solid;}
.search_table TD {border: 1px #000080 solid; FONT-SIZE: 80%; color:#000000;}
.search_table TH {border: 1px #000080 solid; FONT-SIZE: 80%; background-color:#483D8B; color:#ffffff; text-align:left;}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
    border: 2px solid LightCyan;
}
.highslide:hover img {
    border: 2px solid white;
}
.highslide-image {
    border: 3px solid #B22222;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 3px solid #B22222;
    border-top: none;
    padding: 3px;
    background-color: #FFDAB9;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}