
.inputfield {
   height:          20px;
   width:           100px;
   font-weight:     normal;
   font-size:       11px;
}


INPUT.login {
  border-style:     solid;
  border-width:     1px;
  border-color:     #000000;
  background:       #ffffff;
  color:            #000000;
  padding:          0px;
  margin:           0px;
  padding-left:     2px;
  padding-right:    2px;
  height:           17px;
  font:             12px "Times New Roman";
  font-weight:      normal;
}

SELECT.selector {
  border-style:     solid;
  border-width:     1px;
  border-color:     #000000;
  background:       #ffffff;
  color:            #000000;
  padding:          0px;
  margin:           0px;
  height:           17px;
  font:             12px "Times New Roman";
  font-weight:      normal;
}

INPUT.buttonHelp   {
  background:       #cccccc;
  color:            #000077;
  font-weight:      normal;
  padding:          0px;
  margin:           0px;
  width:            642px;
  height:           19px;
  font-size:        12px;
  border:           0px solid #cccccc;
}

SPAN.buttonHelp {
  background:       #ffffcc;
  color:            #000000;
  font:             14px "Areal";
}

div#leftcontent a
{
  overflow:         visible;
  visibility:       visible;
  padding:          0 6px;
  font:             14px "Arial";
  text-decoration:  none;
  font-weight:      normal;
  color:            #FFF;   
}

div#leftcontent a:hover
{
  color: #FF0;
  visibility: visible;
}

div#leftcontent ul
{
  padding-left: 0%;
  margin-top:  5px;
  margin-left: 3px;
  margin-right:3px;
}

div#leftcontent li
{
  list-style-type: none;
  margin-top: 3px;
}

div#leftcontent li.white
{
  background-color: #999;
  color: #000;
}

div#leftcontent li.white:hover
{
  background-color: #999;
  color: #000;
}

div#leftcontent li.mbuttonblue
{
  background-color: #007;
}

div#leftcontent li.mbuttonblue:hover
{
  background-color: #00A;
}

div#leftcontent li.mdbuttonblue
{
  background-color: #557;
  color: #CCC;
}
  
div#leftcontent li.mbuttongreen
{
  background-color: #070;
}

div#leftcontent li.mbuttongreen:hover
{
  background-color: #0A0;
}
  
div#leftcontent li.mdbuttongreen
{
  background-color: #575;
  color: #CCC;
}

div#leftcontent li.mbuttonred
{
  background-color: #700;
}

div#leftcontent li.mbuttonred:hover
{
  background-color: #A00;
}

div#leftcontent li.mdbuttonred
{
  background-color: #755;
  color: #CCC;
}


div#leftcontent a.tip {
  overflow:          visible;
  visibility:        visible;
  border-bottom: 1px dashed brown;
  text-decoration: none;
}

div#leftcontent a.tip:hover {
  position: relative;
}

div#leftcontent a.tip span {
  display: none;
}

div#leftcontent a.tip:hover span {
  display: inline-block;
  overflow: visible;
  position: absolute; top: -14px; left: 128px;
  padding: 5px; margin: 10px;
  background: #FFB; border: 1px dotted black;
  opacity: 0.9;
  font: 14px Arial;
  color: black;
  font-weight: normal;
  white-space: nowrap;
}


div#centercontent a.tip {
  overflow:          visible;
  visibility:        visible;
  border-bottom: 1px dashed brown;
  text-decoration: none;
}
        
div#centercontent a.tip:hover {
  position: relative;
}

div#centercontent a.tip span {
  display: none;
}

div#centercontent a.tip:hover span {
  display: inline-block;
  overflow: visible;
  position: absolute; top: -14px; left: -14px;
  padding: 5px; margin: 10px;
  background: #FFB; border: 1px dotted black;
  opacity: 0.9;
  font: 14px Arial;
  color: black;
  font-weight: normal;
  white-space: nowrap;
}


