

html {
    height:100%;
    background-color: #263559;
    background-image: url(../images/backgrounds/gog_toolbar_background_hover.png);
    background-repeat: repeat-x;
    background-position: right bottom;
  }


body {
    margin: 0px;
    padding: 0px;
  }


div.mainblock {
    font-family: Arial,Helvetica,sans-serif;
    background-image: url(../images/backgrounds/gog_toolbar_background_active.png);
    background-repeat: repeat-x;
    background-position: top;
    width: 100%;
  }


div.mainblock h2 {
    text-align: center;
    color: White;
  }


div.mainblock h3 {
    text-align: center;
    color: White;
  }


.toolbar_item {
    display : inline;
  }


.toolbar_item_link {
    display : block;
  }


.toolbar_item_box {
    display : block;
  }


li.toolbar {
    list-style: none;
  }


#maintoolbar .toolbar_item_link {
    border-bottom-color : transparent;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : transparent;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : transparent;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : transparent;
    border-top-style : solid;
    border-top-width : 1px;
    float : right;
    margin-right : 10px;
    margin-top : 10px;
    padding-top : 5px;
    text-decoration : none;
  }


#maintoolbar .toolbar_item_box {
    background-position : top center;
    background-repeat : no-repeat;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 140px;
    width : 150px;
    text-align : center;
    color : white;
  }

#maintoolbar .toolbar_item_link:visited {
    border-bottom-color : transparent;
    border-left-color : transparent;
    border-right-color : transparent;
    border-top-color : transparent;
  }

#maintoolbar .toolbar_item_link:hover, #maintoolbar .toolbar_item_link:focus {
    background-image : url('../images/backgrounds/gog_toolbar_background_hover.png');
    background-position : bottom;
    background-repeat : repeat-x;
    border-bottom-color : gray;
    border-left-color : gray;
    border-right-color : gray;
    border-top-color : gray;
  }

#maintoolbar .toolbar_item_link:active {
    background-image : url('../images/backgrounds/gog_toolbar_background_active.png');
    background-position : top;
    background-repeat : repeat-x;
    border-bottom-color : white;
    border-left-color : white;
    border-right-color : white;
    border-top-color : white;
  }


#maintoolbar #blog-item .toolbar_item_box {
    background-image : url('../images/icons/128x128/blog.png');
  }


#maintoolbar #datacenter-item .toolbar_item_box {
    background-image : url('../images/icons/128x128/database.png');
  }


#maintoolbar #gallery-item .toolbar_item_box {
    background-image : url('../images/icons/128x128/gallery.png');
  }


#maintoolbar #entersite-item .toolbar_item_box {
    background-image : url('../images/icons/128x128/web-browser.png');
  }


*.foot {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
  }


*.powerby {
    color: White;
  }


*.powerby a {
    text-decoration: none;
  }


*.powerby img {
    vertical-align: middle;
    border: 0px;
  }

