﻿
#gallery
{
    color: #000000 !important;
    background: url(../images/bodybg.jpg) center top no-repeat fixed;
    padding: 0;
    margin: 0;
}
body.gallery
{
    background-color: #edfcff !important;
}

.gcBackground1
{
    background-color: #ffffff !important;
}
.gcBackground2
{
    background-color: #234567 !important;
}

.gcBorder1
{
    border-color: #345678 !important;
}
.gcBorder2
{
    border-color: #696969 !important;
}

#gallery a
{
    color: #07519a;
    font-weight: bold;
    text-decoration: none;
}
#gallery a:hover
{
    color: #07519a;
    font-weight: bold;
    text-decoration: underline;
}
.giSuccess
{
    color: #190 !important;
}
.giWarning
{
    color: #b31 !important;
}
.giError
{
    color: #d14 !important;
}
.giInfo
{
    color: seashell !important;
}
.block-core-PeerList .current
{
    color: #67b !important;
}

table.gbDataTable th
{
    background-color: #456789 !important;
}
.gbEven
{
    background-color: #707070 !important;
}
.gbOdd
{
    background-color: #505050 !important;
}

/*#gallery select
{
    background-color: #a0a0a0 !important;
}
#gallery input
{
    background-color: #a0a0a0 !important;
}
#gallery textarea
{
    background-color: #a0a0a0 !important;
}*/
#gsSidebar ul span
{
    color: #3399ff !important;
}
#gallery div.gbTabBar a
{
    color: blue !important;
}

.autoCompleteContainer li
{
    color: #000 !important;
}


/*********************************************/
.overlay
{
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}
* html .overlay
{
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +   'px' );
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth +   'px' );
}
.loader
{
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}
* html .loader
{
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) +   'px' );
}



