/* <?php $colorpackName = $gallery->i18n('Deep Sea'); ?>
 * $Revision: 15342 $
 */
 
 /*
rood DF134C
oranje F37121
blauw 004FA3
*/

#gallery {
  color: #004FA3 !important;
  background-color: #ffffff !important;
}
body.gallery { background-color: ffffff !important; }

.gcBackground1 { background-color: #FBD0B5 !important; }

.giAlbumCell, .giItemCell { background-color: #FBD0B5 !important; }
.gcBackground2 { background-color: #FBD0B5 !important; }

.gcBorder1 { border-color: F37121 !important; }
.gcBorder2 { border-color: #DF134C !important; }

#gallery a { color: F37121 !important; }
#gallery a:hover { color: DF134C !important; }
#gallery a:active { color: DF134C !important; }
#gallery .gbTabBar a { color: DF134C !important; }

.giSuccess { color: yellow !important; }
.giWarning { color: DF134C !important; }
.giError { color: #DF134C !important; }
.giInfo { color: seashell !important; }
.block-core-PeerList .current { color: #ffffff !important; }

table.gbDataTable th { background-color: #eeeeee !important; }
.gbEven { background-color: #eeeeee !important; }
.gbOdd { background-color: #dddddd !important; }
#gallery .autoCompleteShadow { background-color: #181 !important; }
.autoCompleteContainer .yui-ac-highlight { background-color: #3c5 !important; }
.autoCompleteContainer {
  background-color: #1a3 !important;
  border-bottom-color: #025 !important;
}

#gallery select { background-color: eeeeee !important; }
#gallery textarea { background-color: eeeeee !important; }
#gallery input { background-color: eeeeee !important; }
#gsSidebar ul span { color: #3399ff !important; }
#gallery div.gbTabBar a {
  color: 004FA3 !important;
}

/* ####### Toegevoegd ################*/

#gsHeader
{
	height: 156px;
	background-color: #FFF;
	background-image: url(http://www.deridderhof.net/kop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
}


#gsHeader img
{
display: none;
}

.block-core-BreadCrumb {
	background-color: #F37121;
	padding: 3px;
}

.block-core-BreadCrumb a, .BreadCrumb-1, .BreadCrumb-2, .BreadCrumb-3, .BreadCrumb-4 {
	background-color: #F37121;
	color: white;
}

#gsNavBar div.gbBreadCrumb {
    font-size: 1.1em;
    font-weight: bold;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
	color: white;
	
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

#gsThumbMatrix {
    width: 100%;
}

#gallery.IE div.gbBreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

.block-core-ItemInfo {
	display: none;
}

.block-core-SystemLink a {
	color: white !important;
}


