@charset "utf-8";

/*=======================*/
/* VALIKKO               */
/*=======================*/

/* Valikkoalue. */
#menu_area {
  /* Kehys. */
  border-style : solid;
  border-width : 0px 0px 1px 0px;
  border-color : #000000;

  /* Sisäpuolen täytteet. */
  padding-left : 10px;
  padding-top  : 5px;

  /* Alue. */
  height : 29px;

  /* Tausta. */
  background : #FFFFFF;

  /* Fontti. */
  font-family : Arial, Helvetica, Sans-serif;
  font-size   : 12px;
  font-weight : normal;
  color       : #505050;
}

.tab_not_selected {
  /* Sijainti. */
  float   : left;
  left    : 10px;
  z-index : 999;

  /* Ulkopuolen reunukset. */
  margin-top    : 10px;
  margin-bottom : 0px;

  /* Kehys. */
  border-style  : solid;
  border-width  : 0px 0px 0px 0px;
  border-color  : #0000FF;

  /* Sisäpuolen täytteet. */
  padding-left : 0px;
  padding-top  : 0px;

  /* Alue. */
  width  : 110px;
  height : 19px;

  /* Tausta. */
  background-image  : url(../images/Tab_not_selected.gif);
  /* background-position : bottom; */
  background-repeat : no-repeat;

  /* Tasaus. */
  /* vertical-align : -29px; */
  /* vertical-align : sub; */

  /* Fontti. */
  font-family : Arial;
  font-size   : 13px;
  font-weight : normal;

  /* Tekstit. */
  line-height : 20px;
  text-align  : center;
}

.tab_selected {
  /* Sijainti. */
  float   : left;
  left    : 10px;
  z-index : 999;

  /* Ulkopuolen reunukset. */
  margin-top    : 0px;
  margin-bottom : 0px;

  /* Kehys. */
  border-style : solid;
  border-width : 0px 0px 0px 0px;
  border-color : #00FF00;

  /* Sisäpuolen täytteet. */
  padding-left : 0px;
  padding-top  : 0px;

  /* Alue. */
  width  : 110px;
  height : 29px;

  /* Tausta. */
  background-image  : url(../images/Tab_selected.gif);
  /* background-position : bottom; */
  background-repeat : no-repeat;

  /* Tasaus. */
  /* vertical-align : -29px; */
  /* vertical-align : sub; */

  /* Fontti. */
  font-family : Arial;
  font-size   : 13px;
  font-weight : bold;
  color       : #000000;

  /* Tekstit. */
  line-height : 30px;
  text-align  : center;
}

/* Yläosan käyttäjätieto-linkit. */
.tab_not_selected a:link {
  color           : #000000;
  text-decoration : none;
}

.tab_not_selected a:visited {
  color           : #000000;
  text-decoration : none;
}

.tab_not_selected a:hover {
  color           : #000000;
  text-decoration : none;
}

.tab_not_selected a:focus {
  color           : #000000;
  text-decoration : none;
}

.tab_not_selected a:active {
  color           : #000000;
  text-decoration : none;
}

