﻿.librarytop
{
    width: 100%;
    /*margin-left: 1%;*/
    padding: 0px;
}

.librarytop div
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.librarytop #librarytopTable
{
    margin: 0px;
    font-size: 0.8em;
    border:0px;
    /*border-top: solid 1px blue; */
}

.librarytop #librarytopTable tr td
{
    padding: 2px;
}

.librarytopItem
{
    /*background: url('/web/image/bg/lightblue1.jpg') repeat 0 0;*/
    background-color: #f8f8f8;
    width: 90px;
    padding: 10px;
    font-weight: bold;
    border-right: solid 1px #eaeaea;
    border-top: solid 1px #eaeaea;
    text-align: center;
}

.librarytopItem a:link, .librarytopItem a:visited
{
    text-decoration: none;
    color: #0000cc;
}

.librarytopItemSelected
{
    width: 90px;
    background: url('/web/image/back_listmenu.jpg');
    /*background: url('/web/image/bg/lightblue1.jpg') repeat 0 0;*/
    padding: 10px;
    font-weight: bold;
    border-right: solid 1px #eaeaea;
    border-top: solid 1px #eaeaea;
    text-align: center;
}

.librarytopItemSelected a:link, .librarytopItemSelected a:visited
{
    text-decoration: none;
    color: #000;
}

.librarytopItemRight
{
    /*background: url('/web/image/bg/lightblue2.jpg') repeat 0 0;*/
    background-color: #fff;
    text-align: right;
    padding: 8px;
    border: 0px;
}

.librarytopContent
{
    background: url('/web/image/back_listmenu.jpg');
    /*background: url('/web/image/bg/lightblue1.jpg') repeat 0 0;*/
    padding: 10px;
    font-size: 10pt;
    padding-right: 15px;
}

.librarytopContent a:link, .librarytopContent a:visited
{
    margin-left: 7px;
    color: blue;
}