/* reviewtable.css */

body {
        margin-left: 10px;
        margin-right: 10px;
        font-family: verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 110%;
            }

.auction_table,
.gamebrowser_table
{
   background-color: #D1D1E1;
        color:            #000000;
        border:           1px solid #B0B0B0;
}

.auction_table tr
{
        background: lightyellow;
        font-family:verdana,arial,sans-serif;
        font-size: 11px;
}

.auction_table td
{
        padding:          5px;
}

.auction_table input
{
        padding:2px;
}

div.simplebox
{
        margin:5px 5px 5px 5px;
}

div.storenegative

{
       font-family:verdana,arial,sans-serif;
       font-size: 10px;
       font-weight: bold;
       color: crimson;
}

.tdn         { text-decoration:none;
          color:black
        }

table         {font-family: Arial,Helvetica, sans-serif;
         font-size: 11px;
        }

.active {
         border-bottom: none;
          border-width:1px;
          background-color:lightyellow;
          font-weight: bold;
          border-top: groove;
          border-left: groove;
          border-right: normal;
          text-decoration:none;
         color: black;
          font-weight: bold
        }

.passive {
          border-bottom: groove;
           border-left: groove;
           border-right: groove;
           border-width:1px;
           background-color:lightgrey;
           border-top:normal;
           text-decoration:none;
          color: darkgray;
           font-weight: normal;
        }

.mover   {
          border-bottom: groove;
           border-left: groove;
           border-right: groove;
           border-width:1px;
           background-color:silver;
           border-top:normal;
           text-decoration:none;
          color:darkgray;
           text-decoration:none;
           font-weight: bold;
           cursor:hand;
        }

.norm         {
          border-bottom: none;
           border-top: none;
           border-left: groove;
           border-right: groove;
           border-width:1px;
           background-color:lightyellow;
        }

.nobot        { border-bottom: none;
          border-top: none;
         }

#dhtmltooltip{
              position: absolute;
              width: 380px;
              border: 1px solid black;
              padding: 2px;
              font-size: 8pt;
              background-color: lightcyan;
              visibility: hidden;
              z-index: 100;
              filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
             }

/*grundlegende Formatierungen*/
        body {
        margin: 20px;
        padding: 0px;
        font: 10px Verdana, Arial, Helvetica, sans-serif;}

        h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-variant: small-caps;
        color: #DEDEDE;
        }

        pre {text-indent: 30px}

/*Eigenschaften Kopfbereich*/
        #logo {
        font-family: Verdana, Arial, Helvetica, sans-serif;

        margin: 0;
        }

/*grundlegende Eigenschaften für das Registerkartenmenü*/
        #tabmenu {
                color: #000;
                border-bottom: 2px solid black;
                margin: 12px 0px 0px 0px;
                padding: 0px;
                z-index: 1;
                padding-left: 10px }

/*Listenformate*/

        #tabmenu li {
                display: inline;
                overflow: hidden;
                list-style-type: none; }

/*Formate für Linkbeschriftung*/
        #tabmenu a, a.active {
                color: black;
                 background: burlywood;
                font: 10px Verdana, Arial, Helvetica, sans-serif;
                border: 2px solid black;
                padding: 2px 5px 0px 5px;
                margin: -1px;
                text-decoration: none; }

/*Format für aktuell ausgewählten Tab */
        #tabmenu a.active {
                 background: lemonchiffon;
                 font: bold;
                 color: #000;
                 border-top: 3px solid black;
                 border-bottom: 3px solid lemonchiffon; }

/*Format bei Mausover */
        #tabmenu a:hover {
                color: #fff;
                background: #8C5A73; }

/*Format für aktuell ausgewählten Tab bei Mausover*/
        #tabmenu a.active:hover {
                background: lemonchiffon;
                color: #000; }

/*Formate für Inhaltsbereich*/
        #content {

                background: lemonchiffon;
                padding: 20px;
                border: 2px solid black;
                border-top: none;
                z-index: 2;
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
                line-height: 110%;}

        #content a {color: blue;

                 }

        #content a:hover { background: lemonchiffon;}

#dlink a:hover { color: red;}
#dlink a { text-decoration: none;
           color: blue;
         }