﻿html {
  overflow: auto;
}

body {
  background-color:#FFFFFF;
}

body, td {
  margin: 0;
  background-attachment:fixed;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  overflow: auto; */
}

.clear {
  clear: both;
}

img {
  border: none;
}

#header {
  background: #ffffff url(/images/logo.jpg) no-repeat 10px center;
  height: 100px;
  marign: 0 auto;
}

#mainnavi {
  position: absolute;
  right: 100px;
  top: 5px;
/*  font-size: 10px; */
}

#langnavi {
  position: absolute;
  right: 22px;
  top: 9px;
/*  font-size: 10px; */
}

#mainnavi span {
  display: block;
  float: right;
  color: #666666;
  padding: 2px 0px 3px;
  border: 1px solid transparent;
}

#mainnavi a {
  display: block;
  float: right;
  color: #666666;
  padding: 2px 5px 3px;
  margin-left: 5px;
  border: 1px solid transparent;
}

#mainnavi a:hover {
  color: #ffffff;
  background-color: #006699;
  border: 1px solid #cccccc;
  text-decoration: underline;
}

#topbar {
  text-align: right;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  padding:5px;
  padding-right: 20px;
/*  margin-bottom: 20px; */
}

#topbar a {
  color: #555555;
/*  font-size: 14px; */
  font-weight: bold;
  text-decoration: none;
  margin: 10px;
}

#topbar a:hover {
  color: #000088;
  text-decoration: underline;
}

#topbarpath {
  float: left;
  color: #999999;
  font-weight: bold;
}

#searchbar {
  position: absolute;
  top: 70px;
  right: 30px;
}

#searchbar table, #searchbar tr, #searchbar td {
  border: none;
  background: none;
}

#whoisonline {
  float: left;
  padding-left: 20px;
}

#leftbar {
  float: left;
  width: 220px;
  margin: auto 10px;
  background-color: #efefef;
  border: 1px solid #cccccc;
}

#maincontent {
  margin: auto;
  margin-left: 250px;
  margin-right: 20px;
  margin: auto 10px;
/*  border: 1px solid #00ff00; */
}

#subnavi {
  height: 20px;
  padding-top: 2px;
/*  background-color:#006699; */
  color: #555555;
/*  font-weight: bold; */
}

#path {
  float: left;
  margin-left:5px;
}

#subnavilinks {
  float: right;
  margin-right: 5px;
  padding: 10px;
}

#subnavilinks a {
  color: #000088;
  margin: 5px;
  text-decoration: underline;
}

#itemlinks a {
  color: #000088;
  margin: 5px;
  text-decoration: underline;
}

#footer {
/*  border-top: 1px solid #006699; */
  padding: 0;
  margin: 0 auto;
  clear: both;
}

#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

h1.dnavi {
  color: #999999;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto; 
}

h1.dnavi a {
  font-size: 14px;
  padding: 2px 6px;
  border: solid 1px #dddddd;
  background: #ffffff;
  text-decoration: none;
}

h1.dnavi a.Prev {
  margin-right: 10px;
  padding: 2px 6px;
  border: solid 2px #ddd;
  background: #fff;
}

h1.dnavi a.Next {
  margin-left: 10px;
  padding: 2px 6px;
  border: solid 2px #ddd;
  background: #fff;
}

h1.dnavi a:hover {
  color: #ffffff;
  background-color: #006699;
  border-color: #03366;
  text-decoration: none;
}

h1.dnavi input, h1.dnavi select {
  height: 28px;
  color: #999999;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto; 
}

h1 {
  color: #999999;
  font-size: 18px;
}

table {
  border-collapse:collapse;
  font-size: 12px;
}

.rowcolor0 {
  background-color: #f5f5f5;
}

.rowcolor1 {
  background-color: #fefefe;
}

th {
  border-collapse:collapse;
  background-color:#006699;
  color:#ffffff;
  font-size: 12px;
  text-align: left;
}

td {
  border-collapse:collapse;
  color:#000000;
}

.noborder {
  border: none;
}

.label {
  text-align: right;
  vertical-align: top;
  color: #555555;
  border: none;
  font-size: 12px;
}

.field {
  border: none;
  vertical-align: top;
  font-size: 12px;
}

.field input, .field select, .field textarea{
  font-size: 14px;
}

.sfield select, .sfield textarea{
  font-size: 12px;
}

.submit {
  text-align: right;
  border: none;
  font-size: 12px;
}

.status {
  width: 200px;
  border: none;
}

#statusmsg {
  float:left;
  border: none;
  padding: 2px;
  margin: auto 5px;
  font-weight: bold;
}

.statusok {
  border: 1px solid #00ff00;
  background-color: #aaffaa;
}

.statuserr {
  border: 1px solid #550000;
  background-color: #ffaaaa;
}

.statusloading {
  background: url(/images/loader.gif) no-repeat;
}

#usernamestatus, #passwordstatus, #password2status, #emailstatus {
  float: left;
  height: 18px;
  font-size: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

#errorstatus {
  height: 18px;
  font-size: 12px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 2px;
}

a:link {
  color : #000000;
  text-decoration:none;
}

a:visited {
  color : #444444;
  text-decoration:none;
}

a:active {
  color : #AAAA00;
  text-decoration:underline;
}

a:hover {
  text-decoration:underline;
}

select {
  color: #000000;
/*  background-color: #CFCFCF; */
  font-size: 10px;
} 

textarea, input {
  color: #000000;
/*  background-color: #CFCFCF; */
  border: 1px solid #999999;
  font-size: 14px;
} 

.appointment {
  overflow:hidden;
  width:50px;
  height:14px;
  margin:auto;
  border:1px solid #cccccc;
  white-space: nowrap;
  cursor: pointer;
}

.noappointment {
  overflow:hidden;
  margin:auto;
  border:1px solid transparent;
  background:transparent;
}

div .sociable {
  border-bottom: 1px solid #006699;
  text-align: right;
  padding: 16px;
  bottom: 10px;
}

span.sociable_tagline {
  position: relative;
}

span.sociable_tagline span {
  display: none;
  width: 14em;
}

span.sociable_tagline:hover span {
  position: absolute;
  display: block;
  top: -5em;
  background: #ffe;
  border: 1px solid #ccc;
  color: black;
  line-height: 1.25em;
}

.sociable span {
  display: block;
}
.sociable ul {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
}

.sociable li {
  background: none;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

.sociable ul li:before {
  content: "";
}

.sociable img {
  float: none;
  width: 16px;
  height: 16px;
  border: 0;
  margin: 0;
  padding: 0;
}

.sociable-hovers {
  opacity: .4;
  -moz-opacity: .4;
  filter: alpha(opacity=40);
}

.sociable-hovers:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.mashitembg {
  float: left;
  border: 1px solid #cccccc;
  width: 150px;
  height: 100px;
  text-align: justify;
  overflow: hidden;
  margin: 5px;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity:0.75;
}

.mashitembgover {
  float: left;
  border: 1px solid #cccccc;
  width: 150px;
  height: 100px;
  text-align: justify;
  overflow: hidden;
  margin: 5px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.mashitemfg {
  float: left;
  width: 150px;
  height: 100px;
  margin: 0;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  font-size: 11px;
  font-weight: bold;
}

.mashitemfgover {
  float: left;
  width: 150px;
  height: 100px;
  margin: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  font-size: 11px;
  font-weight: bold;
}

a.mashitemlnk, 
a.mashitemlnk:hover {
  text-decoration: none;
}

#lang {
  width: 77px;
}