/* CSS definitions for style. Copyright (c) 2006 www.donjohnsonbigband.com */

/***************/
/*   GENERAL   */
/***************/

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.bold {
  font-weight: bold;
}

h1 {
  display: inline;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

h2 {
  display: inline;
  font-size: 9px;
  font-weight: normal;
  color: #7db8da;
}

h3 {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}

h4 {
  display: inline;
  font-size: 12px;
  font-weight: normal;
}

.small {
  font-size: 9px;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #7db8da;
}

a:hover {
  text-decoration: underline;
}

a img.noborder {
  border: 0px solid #000000;
}

a.language {
  //color: #7d7d83;
  color: #ffffff;
}

.clear {
  clear: both;
}

img.noborder {
  border: 0px solid #000000;
}

span.question {
  font-weight: bold;
}

span.exclamation {
  color: #46464b;
}

/***************/
/*   GALLERY   */
/***************/

#thumbnails {
  clear: both;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 0px 1px;

/*
  width: 190px;
  height: 194px;
  background-image: url(/img/bg_gallery.jpg);
  background-repeat: no-repeat;
  */
}

#thumbnails a {
  width: 16px;
  height: 16px;
}

#thumbnails a img {
/*
  border: 1px dotted #ffffff;
  width: 16px;
  height: 16px;
*/
  visibility: visible;

  border: 0px;

  width: 15px;
  height: 15px;
  margin-right: 1px;
  margin-bottom: 1px;

}

#thumbnails a:hover img {
  /*border: 1px solid #000000;*/
  width: 16px;
  height: 16px;
  visibility: hidden;

  margin-right: 2px;
  margin-bottom: 2px;

}

div.thumb {
  float: left;
  width: 15px;
  height: 15px;
  background-color: #000000;
  margin-right: 1px;
  margin-bottom: 1px;

}

/******************/
/*   NEWSLETTER   */
/******************/

#newsletterForm {
  //display: inline;
}

#newsletterInput {
  padding-left: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #57575d;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

#newsletterButton {
  border: 0px solid #000000;
}

span.formw {
  float: left;
  width: 194px;
}

span.label {
  margin: 0px 0px 0px 1px;
  float: left;
}

/******************/
/*   WALLPAPERS   */
/******************/

div.wallpaperLinks {
  float: left;
  margin-left: 10px;
}

img.wallpaper {
  border: 1px solid #ffffff;
  float:left;
}

/****************/
/*   TOOLTIPS   */
/****************/

div#tipDiv {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #ffffff;
  border: 1px solid #888888;
  width: 115px;
  padding: 4px;
  font-size: 9px;
  color: #000000;
  /* line-height: 1.2; */
  text-align: left;
}
