
/* this is only use for Javascript Image Viewer */
/* COPYRIGHT BY BABYSOFT, ALL RIGHT RESERVED */
/* Last Updated: Sep 2, 2006 */

/* the style of the Tool Tips */
.BABY_IMAGE_VIEWER_SCREEN{
font: 16px/18px Arial, Helvetica, sans-serif;
vertical-align: middle;
background-color: #4A3E33;
layer-background-color: #4A3E33;

border-style: solid;
border-color: #A57245;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;

padding: 0px;
width: 780px;
height: 575px;
color: #333333;
/* position: absolute; */
/* z-index: 100; */
/* visibility: hidden; */
/* top: 20px; */
/* left: 90px; */
}




body {
  background-color: #ffffff;
  font-family:  Times, Arial, sans-serif;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

img {
  border: none;
}

/* Links to link to BABYSOFT */
a.babysoft:link {color: #6890ED; font-weight: bold; text-decoration: none}
a.babysoft:visited {color: #6890ED; font-weight: bold; text-decoration: none}
a.babysoft:hover {color: #00cccc; font-weight: bold; text-decoration: underline}
a.babysoft:active {color: #ffff00; font-weight: bold; text-decoration: underline}

/* Links to link to CUSTOMER */
a.customer:link {color: #A57245; font-weight: bold; text-decoration: none}
a.customer:visited {color: #A57245; font-weight: bold; text-decoration: none}
a.customer:hover {color: #00cccc; font-weight: bold; text-decoration: underline}
a.customer:active {color: #A57245; font-weight: bold; text-decoration: underline}


/* normal link setting */
a.normal:link {color: #6666cc; text-decoration: none}
a.normal:visited {color: #6666cc; text-decoration: none}
a.normal:hover {color: #00cccc; text-decoration: underline}
a.normal:active {color: #ffff00; text-decoration: underline}

