﻿
a:hover {
    color: #ee7cb7 !important;
}
.Library_RightSideHeader {
    width: 170px;
    height: 32px;
    background-color: #00d0c3;
    background-image: url(/../IMG/glare.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: white;
    text-align: center;
    padding: 5px 0 8px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.Library_RightSideItem_On {
    display: inline-block;
    cursor: pointer;
    height: 30px;
    background-color: #11c7bc;
    background-image: url(/../IMG/glare.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 3px;
    font-size: 14px;
    color: black;
    margin: 0 auto 5px;
    padding: 5px;
}

.Library_RightSideItem {
    cursor: pointer;
    height: 40px;
    background-color: #eee;
    border-radius: 3px;
    font-size: 14px;
    color: black;
    margin: 0 auto 5px;
    padding: 10px 5px 10px 5px !important;
    transition: border-radius 0.2s ease-in-out 0s,background-color 0.2s ease-in-out 0s;
    width:auto;
}

    .Library_RightSideItem:hover, .Library_RightSideItem_On:hover {
        background-color: #a7d9ad !important;
        background-image: url(/../IMG/glare.png);
        background-position: left center;
        background-repeat: no-repeat;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: border-radius 0.2s ease-in-out 0s,background-color 0.2s ease-in-out 0s;
    }


.Library_LeftSideHeader {
    width: 100%;
    margin: 5px 15px 3px 0px;
}

.Library_LeftSideItemBox {
    width: 255px;
    border-radius: 3px;
    background-color: #cfcfcf;
    margin: 0 auto 7px;
}

    .Library_LeftSideItemBox img {
        width: 66px;
        height: 64px;
        margin: 10px;
        border-radius: 5px;
        border: 1px solid #108bb5;
    }

.LibraryHome_LeftSideHeader {
    width: 100%;
    margin: 5px 15px 3px 0px;
}

.LibraryHome_LeftSideItemBox {
    width: 550px;
    border-radius: 3px;
    background-color: #cfcfcf;
    margin: 0 auto 7px;
}

    .LibraryHome_LeftSideItemBox img {
        width: 66px;
        height: 64px;
        margin: 10px;
        border-radius: 5px;
        border: 1px solid #108bb5;
    }

a {
    text-decoration: none;
}

#LibraryHome tr td {
    font-size: 12px !important;
}

#RightMenu li, #RightMenu1 li {
    background-image: none;
    width: 98%;
    padding-right: 5px;
    margin-right: -6px;
    float: right;
}

#RightMenuItemBox, #RightMenuItemBox1 {
    padding: 0;
}

.ImgInList {
    max-width:50px;
}

#Nav1 li{
    float : right;

}
.column {
    float: left;
    width: 25%;
}



/*.Scrollgrid
{ 
    
OVERFLOW: auto; BORDER-LEFT: #000000 1px; WIDTH: 100%; BORDER-BOTTOM: #000000 1px; HEIGHT: 258px;
scrollbar-arrow-color:#9C3842;
      scrollbar-base-color:#003366;
      scrollbar-face-color:#e7e7e7;
      scrollbar-highlight-color:#ffffff;
      scrollbar-shadow-color:#9C3842;    
    
}*/ 

.scrolling-table-container {
    height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
   
}

