﻿/* <?php $colorpackName = $gallery->i18n('Blue Style'); ?>
 * $Revision: 1.0.0 $
 */

#gallery {
  color: #999 !important;
  background-color: #2a466b !important;
}
body.gallery { background-color: #2a466b !important; }

.gcBackground1 { background-color:  #182e46 !important; }
.gcBackground2 { background-color: #234567 !important; } /* dont know what this is */

.gcBorder1 { border-color: #6f6f6f !important; } /* dont know what this is grey*/
.gcBorder2 { border-color: #333 !important; } /* dont know what this is dark grey*/
.gcPopupBackground { background-color: #456789 !important; } /* blue sidebar top */

#gallery a { color: #999 !important; }
#gallery a:hover { color: #ccc !important; }
#gallery a:active { color: #ccc !important; }

.giSuccess { color: #5c0 !important; } /* #190 */
.giWarning { color: #c50 !important; } /* b31 */
.giError { color: #a44 !important; } /* d14 */
.giInfo { color: #a9a9a9 !important; } /* grey */
.block-core-PeerList .current { color: #696969 !important; } /* 67b */

table.gbDataTable th { background-color: #2a466b !important; }
.gbEven { background-color: #193045 !important; } /* bground of boxes */
.gbOdd { background-color: #194e79 !important; }

#gallery select { background-color: #b0c4de !important; } /* LightSteelBlue */
#gallery input { background-color: #b0c4de !important; }
#gallery textarea { background-color: #b0c4de !important; }
#gsSidebar ul span { color: #4682b4 !important; } /* Steelblue */
#gallery div.gbTabBar a { color: white !important; } /* letters on buttons */

.autoCompleteContainer li {
    color: #000 !important;
}
