/* <?php $colorpackName = $gallery->i18n('SAC'); ?>
 * $Revision: 1 $
 */

#gallery {
  /* chrome default: #999999 */
  color: #000 !important;
  /* chrome default: #333333 */
  /*background-color: #bababa !important;*/
  background:#3a71c9 url(/imgsrc/bg-btn-blue-long3.png) repeat-x !important; 
}

body.gallery {
  /* chrome default: #333333 */
  background-color: #3a71c9 !important;
}

.gcBackground1 {
  /* chrome default: #3f3f3f */
  background-color: #fff !important; 
}
/* background of slideout menu */
.gcBackground2 {
  /* chrome default: #333333 */
  background-color: #5a91e9 !important; 
}

.gcBorder1 {
  /* chrome default: #6f6f6f 
  border-color: #888888 !important; */
  border-color: #fddd06 !important;
}
.gcBorder2 {
  border-color: #ff5555 !important; 
}

#gallery a { 
/*  color: #336 !important; */
        color:#005166 !important;
        text-decoration:none !important;
} 
#gallery a:hover {
/*   color: #366 !important; */
        text-decoration:underline !important;
        color:#336699 !important;
}
#gallery a:active {
	text-decoration:underline !important;
  color: #336699 !important;
 }

.giSuccess { color: #1f0 !important; }
.giWarning { color: #f91 !important; }
.giError { color: #f12 !important; }
.giInfo { color: #103 !important; }
.block-core-PeerList .current { color: #555 !important; }

/* Table data for admin pages & exif pop-up etc */
table.gbDataTable th { background-color: #2a61b9 !important; }

/* Shows as label column in exif-data */
.gbEven {
  /* chrome default: #3f3f3f */
  background-color: #eaeaea !important; 
}

/* Shows as values column in exif-data */
.gbOdd {
  /* chrome default: #393939 */
  background-color: #fafafa !important; 
}

input.inputTypeSubmit, input.inputTypeButton {
	background-color: #ccc !important; 
/*        display:block; */
        color:#005166 !important;
        padding:2px 4px 2px 4px !important;
        line-height:150% !important;
        border:2px solid #fddd06 !important;
        border-style:outset !important;
        margin-top:1px !important; 
        background:#f8db17 url(/imgsrc/bg-btn-yellow.png) repeat-x !important;
	text-align:left !important;
        vertical-align:middle !important;
        text-decoration:none !important; 
}
#gallery select { background-color: #ddd !important; }


/* These bits from goldleaf */
#gallery .gbTabBar a { color: #3a71c9 !important; }
#gallery textarea { background-color: #fff !important; }
#gallery input { background-color: #fff !important; }
#gsSidebar ul span { color: black !important; }


/* These bits from deepsea */
/* This next bit could be #3a71c9  */
#gallery .autoCompleteShadow { background-color: transparent !important; } 
.autoCompleteContainer .yui-ac-highlight { background-color: #3c5 !important; }
.autoCompleteContainer {
  color: #000 !important;
  background-color: #1a3 !important;
  border-bottom-color: #025 !important;
}

/* Experimental stuff */
/* This is the menu bar across the top of the main window */
.gbBreadCrumb {
        /* display:block !important; */
        color:#005166 !important;
        padding:2px 2px 2px 2px !important;
        line-height:150% !important;
        border:2px solid #fddd06 !important;
        border-style:outset !important;
        margin-top:1px !important; 
        background:#f8db17 url(/imgsrc/bg-btn-yellow.png) repeat-x !important;
        text-align:left !important;
        vertical-align:middle !important;
        text-decoration:none !important; 
}

/* This is the header color of the pop-ups */
.gcPopupBackground {
	background-color:#2a61b9 !important;
}
