/************************* CSS pre-parsed by easydb ************************/

/*******************************************************************************
*                                                                              *
*           easydb.museum theme | by RYX (Rico Pfaus)                      *
*               (depends on easydb4 theme)                                     *
*                                                                              *
*                 © Programmfabrik GmbH 2008-2009                              *
*                                                                              *
*******************************************************************************/

/* These are files that get included into the ZIP presentation: */
/* EASYDB_ZIP_FILE: easydb4/easydb4.css */
/* EASYDB_ZIP_FILE: easydb4/legacy.css */
/* EASYDB_ZIP_FILE: easydb4/img/ico-delete-16.png */
/* EASYDB_ZIP_FILE: img/easydb_museum_logo_big_inverted.png */

@import "easydb4/easydb4.css?1622180857";



/*******************************************************************************
* GLOBAL OVERRIDES
*******************************************************************************/

a, span.link {
    color:#7D6236;
}



/*******************************************************************************
* LAYOUT ELEMENTS
*******************************************************************************/

/* loginbox logo */
#loginBox div.header {
    background: url(img/easydb_museum_logo_small.png) right #ffffff no-repeat;
}

/* main logo in upper left area (new style header) */
#headbar .mainmenu {
    background-image: url(img/easydb_museum_logo_header.png);
    padding-left: 165px;
}

/* submenu in header */
#headbar .submenu {
    padding-left: 0px;
}

/* easydb logo on starting page of presentation */
#presentationLogo {
    width: 470px;
    height: 81px;
    background: url(img/easydb_museum_logo_big_inverted.png);
    margin-top: 50px;
}



/*******************************************************************************
* BUTTONS
*******************************************************************************/

/* hovered buttons */
a.butMainMenu:hover {
    background-color: #405f1c;
    color:#FFFFFF;
    text-decoration:none;
}

/* active button in mainmenu */
a.butMainMenu.active {
    background-color: #405f1c;
}

/* toggle select buttons in workfolder editor */
a.toggleSelect,
a.toggleSelectActive {
    background: url(img/button_toggle_select.png);
}
a.toggleSelectActive {
    background: url(img/button_toggle_select_active.png);
}

/* general buttons */
.button,
.popuplinks_search a,
.popuplinks_remove a,
.editLinkSmall {
    color: #FFFFFF;
    background-color:#7D6236;
}
.button:hover,
.button:disabled,
a.button:hover,
.button.small:hover,
.button.square.small:hover,
.popuplinks_search a:hover,
.popuplinks_remove a:hover,
.editLinkSmall:hover {
    background-color:#9c7a43;
}



/*******************************************************************************
* CORE OVERRIDES
*******************************************************************************/

/* new zoomer styling */
.MoveToolActive,
.ZoomToolActive,
.InfoToolActive,
.plusButtonActive,
.minusButtonActive,
.fitButtonActive {
    background-color: #7D6236;
}



/*******************************************************************************
* OTHERS
*******************************************************************************/

/* mark colors */
input.changed,
textarea.changed,
a.changed,
select.changed,
.editorTable div.changed,
div.produce-filter,
div.quicklistedit input.changed {
    background-color:#cdb48b;
    color:#000000;
}

/* error colors */
input.error,
textarea.error,
a.error,
select.error {
    background-color:#ffaaaa;
}

/* uploader state notification colors */
div.uploader.info.hasFiles,
div.uploader.standard.changed,
div.uploader.standard .changed,
div.uploader.mini.changed,
div.uploader.mini .changed {
    background: #cdb48b;
}

/* styles for feedback like mandatory fields etc. */
/*.feedback {
	font-weight:bold;
	margin:5px 0 0 0;
	background-color:#cdb48b;
	padding:10px;
	color:#7D6236;
}*/

.moving {
	background-color: #cdb48b;
}

/*body.confirmwindowload {
	background-color:#cdb48b;
}*/

.notmoving {
	background-color: transparent;
}

/* result markers */
.result.marked {
	background-color:#cdb48b;
}
.result.edit,
.result.detail {
	background-color: #999999;	/* This for for marking edit/detail over marked results */
}
.result.edit .subtitle,
.result.detail .subtitle {
    color: #ffffff;
}

.popup .marked {
	background-color:#cdb48b;
	color:#000000;
}

/* fullview toolbar border */
div.fullview-toolbar {
    border-bottom: solid 1px #7D6236;
}



/*******************************************************************************
* CHANGELOG POLLER
*******************************************************************************/

/*
div#changelog_poller {
	padding:5px;
	margin:10px 8px;
	background-color:#cdb48b;
}

div#changelog_poller div#errorMessage {
	color:#405F1C;
	font-weight:bold;
	margin:0 0 10px 0;
}

div#changelog_poller button {
    background-color:#7D6236;
	border:1px solid #7D6236;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	font-family:arial;
	text-decoration:none;
	padding:1px 2px 0;
	font-size:12px;
}
*/


/*******************************************************************************
* SWFUPLOAD
*******************************************************************************/

/* override SWFUplaod's button background image */
#swfuButtonPlaceholder {
    background-image: url(img/swfupload_button.png);
}



/*******************************************************************************
* PROGRESSBAR
*******************************************************************************/
.Progressbar .bar {
    background:#cdb48b;
}



/*******************************************************************************
* CONNECTOR COMPATIBILITY (temporary)
*******************************************************************************/

/* buttons */
.resultMarker {
    color: #FFFFFF;
    background-color:#7D6236;
}

/* result marker classes */
.maxithumb.marked,
.minithumb.marked,
.allInfoThumb.marked {
	background-color: #cdb48b;
}



/*******************************************************************************
* MODULE DESIGN OVERRIDES
*******************************************************************************/

/* manualimport */
.manualbrowse.selstack.root,
.manualbrowse.stack.root {
    background: #7D6236;
    color: #ffffff;
}

/* help window in manualimport */
#helpWindow {
    color: #7D6236;
    border: solid 1px #7D6236;
}
.helpLogo {
    background-color: #7D6236;
}
.helpHeadbox {
    border-bottom: solid 1px #7D6236;
}
span.helpSubhead,
span.helpText {
    color: #333333;
}




