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

/*******************************************************************************
*                                                                              *
*           easydb4 theme | by RYX (Rico Pfaus)                                *
*                                                                              *
*                 © Programmfabrik GmbH 2008-2009                              *
*                                                                              *
*******************************************************************************/

/* EASYDB_ZIP_FILE: legacy.css */
/* EASYDB_ZIP_FILE: img/ico-delete-16.png */

/* import legacy styles */
@import "legacy.css?1731401260";



/*******************************************************************************
* GLOBAL
*******************************************************************************/

body {
    background-color: #ffffff;
    color: #333333;
}
body, td, th, button {
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
body, table, input, textarea, select, form, div, a  {
    margin: 0px;
    padding: 0px;
}

input, textarea, select {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	font-size: 13px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
input.checkbox, input[type="checkbox"] {
    border:none;
    padding: none;
    background: none;
}

table {
    border-collapse:collapse;
}


img {
    border:0;
}

a, span.link {
    color:#787878;
    word-spacing:2px;
    text-decoration:none;
    cursor:pointer;
}
a:hover, span.link:hover {
    text-decoration:underline;
}



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

/* main logo in upper left area */
#logo {
    position:absolute;
    left:50px;
    top:20px;
    width: 190px;
    height: 32px;
    background: url(img/easydb_individual_logo_small.png);
}

/* small easydb logo white on grey above search */
div.logo.grey {
    width:121px;
    height:20px;
    background: url(img/easydb_individual_logo_grey.png);
    margin-right: 10px;
}

/* blocks (replaces "wideContent") */
.block {
    margin: 10px;
    padding: 5px 10px;
    background: #ffffff;
}



/*******************************************************************************
* LOGIN PAGE
*******************************************************************************/

/* login box on login page */
#loginBox {
    width:320px;
    border:solid 1px #aaaaaa;
}
#loginBox div.header {
    height:26px;
    line-height:26px;
    font-size:12px;
    color:#aaaaaa;
    text-align:left;
    background:url(img/easydb_individual_logo_small.png) right #ffffff no-repeat;
    margin-right: 5px;
    padding:5px;
}
#loginBox div.content {
    width:320px;
    background:#ffffff;
    border-top: solid 1px #aaaaaa;
    text-align:left;
}
#loginBox div.content table {
    margin: 15px 0px 15px 20px;
}
#loginBox div.content table td.label {
    color: #999999;
    cursor: default;
}
#loginBox div.content table td input {
    width: 170px;
    margin-bottom: 2px;
}

#loginBox div.content div.buttons {
    margin: 10px 0px 5px;
}
#loginBox div.content div.buttons .button {
    float:left;
    margin-right: 5px;
}



/*******************************************************************************
* TOOLBARS
*******************************************************************************/

/* new style toolbar */
.toolbar {
    height:32px;
    /*line-height:32px; FIXME: don't do this while using tables*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    background-color:#CCCCCC;
    /* IE fixes */
    #height: 32px;
    *height: 32px;
}
.toolbar table {
    height: 100%;
}

/* new style small toolbars */
div.toolbar.small {
    height:28px;
    line-height:28px;
    padding: 0px 4px 0px 10px;
    background-color: #E5E5E5;
    /* IE fixes */
    #width:100%;
    *width:100%;
}
div.toolbar.small select,
div.toolbar.small input {
    padding: 1px;
    margin: 0px;
}
div.toolbar.small select {
    font-size: 11px;
}

/* toolbar separator */
div.toolbar div.separator {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #aaaaaa;
    border-right: solid 1px #ffffff;
    margin: 0px 8px 0px 5px;
}

/* new style chunk select */
.toolbar .chunk,
a.chunk {
    padding: 2px 3px;
}
.toolbar .chunk.active,
a.chunk.active {
    font-weight:bold;
    border: solid 1px #cccccc;
    color: #666666;
}

/* new style header bar for popups */
.popup .titlebar,
.popup .titlebar td {
    height:32px;
    line-height:32px;
    color:#ffffff;
    background: #999999;
    padding:0 10px;
    font-weight:bold;
}

/* new style navigation */
/*div.toolbar div.navigation {
    padding-top: 4px;
}*/



/*******************************************************************************
* TABS (TODO: maybe move into core???)
*******************************************************************************/

.tabsHeaders {
    float:none;
    clear:left;
    border-collapse:collapse;
    margin-top:10px;
    margin-left:10px;
    position:relative;
    top:1px;
}
.tabsHeadersTr {
    vertical-align: bottom;
}
.tabsHeaderTd {
    height:19px;
    vertical-align: bottom;
	white-space: nowrap;
}


.tabsBody {
    float:none;
    clear:left;
    width:inherit;
    margin: 0px 0px 10px 10px;
    background-color: #FFFFFF;
    padding:10px;
	min-height:150px;
}
.tabsHeaderActive {
    height:19px;
    padding:5px 7px 5px 7px;
    float:left;
    border-width:1px 1px 0 1px;
    /*font-weight:bold;
    color:#000000;*/
    color: #666666;
    background-color:#FFFFFF;
    text-decoration:none;
}
.tabsHeaderActive:hover {
    text-decoration:none;
}
.tabsHeaderInactive {
    margin-top:5px;
    padding:5px 7px 5px 7px;
    height:15px;
    float:left;
    border-width:1px 1px 0 1px;
    color:#000;
    text-decoration:none;
    background-color:#F2F2F2;
}
.tabsHeaderInactive:hover {
    float:left;
    background-color:#FFFFFF;
    text-decoration:none;
}
.tabsHeaderSpacing {
    width:2px;
    border-bottom: solid 1px #fff;
}

/* IE6 fix */
* html .tabsHeaders {
    margin-left:9px;
    top:2px;
}



/*******************************************************************************
* SINGLE-/MULTI-/POPUPLINKS
*******************************************************************************/

/* Popuplink */
div.popuplink {
    /*border: solid 1px #aaaaaa;
    background: #ffffff;*/
    overflow: hidden;
    padding: 2px;
}
div.popuplink div.report {
    overflow: hidden;
    word-wrap: break-word;
}

/* Multilink */
div.multilink {
    position:relative;
    height:20px;
    border: solid 1px #aaaaaa;
    overflow: hidden;
}
div.multilink {
    margin-bottom: 0px;
    border-top: 0px;
}
div.multilink.add {
    border:none;
    border-bottom:1px #aaaaaa solid;
}
div.multilink.add a{
    left:auto;
    right:2px;
}
div.multilink a,
div.multilink div {
    position: absolute;
    top: 3px;
    left: 22px;
    white-space: nowrap;
}
div.multilink a.button {
    position: absolute;
    left: 3px;
}

/* singlelinks have left-floating buttons and a fixed-width link text */
div.singlelink {
	height:18px;
    width: 198px;
	margin: 2px 2px 0;
}
div.singlelink a {
	float:left;
	display:block;
	margin: 1px 2px 0px 1px;
	width: 100px;	/* We need a fixed width due to floating here */
	overflow: hidden;
	white-space: nowrap;
}
div.singlelink a.button {
	width: 16px;
}

/* "connect link" similar to multilink_add with additional "connect" button */
div.combilink {
    border-bottom:1px #aaaaaa solid;
    text-align:right;
}

/*******************************************************************************
* editlinkcontainer
*******************************************************************************/
div.editlinkcontainer{
	border: 1px solid #AAAAAA;
	margin-bottom: 4px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
div.editlinkcontainer input{
	border: medium none;
}
div.editlinkcontainer .singlelink{
	margin: 2px;
}
div.editlinkcontainer .button{
	margin: 2px;
}

/*******************************************************************************
* EDITOR/RESULT TABLES
*******************************************************************************/

/* table in editors */
.editorTable {
    width:100%;
}
.editorTable .label {
    color:#666666;
    vertical-align: top;
    width: 130px;
    cursor: default;
}
.editorTable .value {
    vertical-align: top;
    width: 220px;
}
.editorTable .value input[type=text],
.editorTable .value input[type=password],
.editorTable .value select,
.editorTable .value table,
.editorTable .value textarea {
    width: 100%;
}
.editorTable .value textarea {
    height: 80px;
    resize: none;
}
.editorTable .value input.checkbox {
    width:16px;
}

/* wrapper div for unified input sizes in editors */
.editorTable div.container {
    padding: 2px;
    border: solid 1px #aaaaaa;
}
.editorTable tr.adminattrs-checkbox div.container {
	padding-left: 0px;
	border: none;
}
div.attrseditor tr.adminattrs-checkbox td.label{
	white-space: nowrap;
	width: 160px;
}
div.attrseditor table.adminattrs td.value{
	width: auto;
}
.editorTable div.container input[type=text],
.editorTable div.container input[type=password],
.editorTable div.container textarea,
.editorTable div.container select {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}
.editorTable div.container input[type=text],
.editorTable div.container input[type=password] {
	padding: 1px 0px;
}
/* table in results */
.resultTable {
	width:100%;
    table-layout: fixed;
}
.resultTable td {
    vertical-align: top;
}
.resultTable .label {
    color:#666666;
    padding:2px 0 2px 2px;
    border-bottom:1px #E5E5E5 solid;
    cursor: default;
}
.resultTable .value {
    color: #000000;
    padding:2px 0 2px 2px;
    border-bottom:1px #E5E5E5 solid;
    word-wrap: break-word;
}



/*******************************************************************************
* SEARCH TABLE (e.g. advanced search)
*******************************************************************************/

/* table in expert search */
.searchTable .label {
    color: #333333;
    vertical-align: middle;
	white-space: nowrap;
    cursor: default;
}
.searchTable .value {
    vertical-align: top;
    text-align: left;
}
.searchTable .value > input,
.searchTable .value > select,
.searchTable .value > table,
.searchTable .value > textarea {
    width: 200px;
}

/* singlelinks need a fixed size */
.searchTable div.singlelink {
    width: 158px;
}
.searchTable div.singlelink a {
	width: 100px;
}

/* wrapper div for unified input sizes in search table */
.searchTable div.container {
    padding: 2px;
	background: #ffffff;
    border: solid 1px #aaaaaa;
}
.searchTable div.container input,
.searchTable div.container textarea,
.searchTable div.container select {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}

.searchTable div.container input,
.searchTable div.container select {
	height: 20px;
}
.searchTable div.container div.singlelink {
	height: 18px;
	margin: 2px 2px 0 2px;
}

/* hide "changed" marking in search tables */
.searchTable input.changed,
.searchTable select.changed,
.searchTable textarea.changed,
.searchTable div.singlelink.changed {
    background: none;
}



/*******************************************************************************
* RESULT ITEMS
*******************************************************************************/

/* improved Standard/Mini/Text result masks */
.result.standard,
.result.mini {
    float:left;
    margin: 8px 0px 0px 8px;
    width:180px;
    height:200px;
    background: #E5E5E5;
    padding-bottom: 2px;
    padding: 3px;
}
.result.standard .header,
.result.mini .header,
.result.text .header {
    position: relative;
    width:100%;
    height:32px;
    background: #cccccc;
}
.result.standard .title,
.result.mini .title,
.result.text .title {
    position:absolute;
    left: 2px;
    top: 2px;
    height: 16px;
    overflow:hidden;
    white-space: nowrap;
}
.result.standard .buttons,
.result.mini .buttons,
.result.text .buttons {
    position: absolute;
    width:32px;
    height:20px;
    right:2px;
}
.result.standard .title {
    width: 138px;
}
.result.standard .subtitle {
    position:absolute;
    width:171px;
    height:14px;
    left:2px;
    top:17px;
    overflow:hidden;
    font-size: 0.9em;
    color: #666666;
}
.result.standard .subtitle a {
    text-decoration: none;
    cursor: pointer;
}
.result.mini {
    width:110px;
    height:120px;
    font-size: 0.75em;
}
.result.mini .header {
    height:18px;
}
.result.mini .title {
    width: 73px;
}
.result.text {
    position: relative;
    background: #e5e5e5;
    margin: 8px 8px 0px 8px;
    padding: 3px;
}
.result.text .header,
.result.text .buttons {
    height: 18px;
}
.result.text .title {
    width: none;
}
.result.standard table,
.result.mini table,
.result.text table {
    background: #e5e5e5;
}

/* FIXME: these need a review */
.marker_click {
	cursor: pointer;
}
.marker_click:hover {
	background-color: #DBFFCF;
}

/* state indicators on results (shows if editor/detail open) */
.result.marked {
	background-color: #bbbbbb;
}
.result.edit {
	background-color: #999999;
}
.result.detail {
	background-color: #999999;
}
.result.edit  .header,
.result.detail  .header {
    background: none;
}
.result.edit div.title,
.result.detail div.title,
.result.edit div.title a,
.result.detail div.title a {
	color: #ffffff;
}

/* "marked" result */
.result.marked  .header {
    background: none;
}

/* "marked" result in workfolder */
.result.mini.marker:hover {
	background: #999999;
}

/* new EASOUTPUT asset div */
div.result div.asset {
	background: #e5e5e5;
}


/* result grouping headline */
div.group-headline {
    margin: 8px 8px 0px 8px;
    background: #e5e5e5;
    padding-bottom: 2px;
    padding: 3px;
    color: #666666;
    font-weight: bold;
}



/*******************************************************************************
* ADMIN: New admin area design
*******************************************************************************/

/* frame backgrounds */
.adminNaviBg,
.adminSearchBg,
.adminEditorBg  {
    background: #ffffff url(img/frameborder.gif) right repeat-y;
    padding: 10px;
}

/* admin navigation */
.adminNaviBg .button {
    display: block;
}

/* headline and menu spacer */
.adminHeadline,
.navItemSeparator {
    border-bottom: solid 1px #999999;
    margin-bottom: 10px;
    padding:0px 5px 0px 0px;
    line-height:18px;
    font-weight:bold;
    color:#999999;
}
.navItemSeparator {
    margin-top: 15px;
}



/*******************************************************************************
* BUTTONS (new style buttons)
*******************************************************************************/

.button,
.popuplinks_search a,
.popuplinks_edit a,
.popuplinks_remove a {
    display: block;
    text-align: center;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background-color:#787878;
    cursor: pointer;
}
.button:hover,
a.button:hover,
.button:disabled,
.popuplinks_search a:hover,
.popuplinks_edit a:hover,
.popuplinks_remove a:hover {
    text-decoration:none;
    background-color:#999999;
}

.button:disabled {
	cursor: default;
}

/* square buttons */
.button.square {
    width: 20px;
}

/* go-action-button fixes the buttons
   the way it should always have been */
table.go-action-button td {
	padding: 0;
	margin: 0;
}

table.go-action-button td select {
	margin-right: 10px;
}

table.go-action-button button {
	width: inherit;
	border: 0;
	padding: 0px 5px 0px 5px;
	margin: 0;
}

/* small buttons */
.button.small,
.popuplinks_search a,
.popuplinks_edit a,
.popuplinks_remove a {
    height: 14px;
    line-height: 14px;
    font-size:10px;
}
.button.small:hover,
.popuplinks_search a:hover,
.popuplinks_edit a:hover,
.popuplinks_remove a:hover {
    text-decoration: none;
    background-color:#999999;
}
.button.square.small,
.button.square.small .removelink,
.popuplinks_search a,
.popuplinks_edit a,
.popuplinks_remove a {
    width: 14px;
}

/* button in popuplinks */
.popuplinks_search a,
.popuplinks_edit a,
.popuplinks div {
    float:left;
    margin-right:2px;
}

/* disabled buttons */
.button.disabled,
.button.disabled:hover,
span.button.disabled {  /* IE6 fix */
    background-color: #999999;
    color: #CCCCCC;
    cursor: default;
}

/* selected buttons */
.button.selected {
	background-color: #444444;
}

/* admin navigation buttons */
.adminNaviBg .button {
    width: auto;
    padding: 0px 5px 0px 20px;
    margin: 0px 0px 2px 0px;
    text-align: left;
}

/* new style navigation (output_(search_)navigation) */
div.navigation.search {
    width: 88px;
}
div.navigation.search.short {
    width: 44px;
}
div.navigation.search .button {
    float: left;
    margin: 0px 2px 0px 0px;
}



/*******************************************************************************
* ICONS (used on buttons)
*******************************************************************************/

/* icons */
.icon {
    width:20px;
    height:20px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0px;
}

/* small icons */
a.icon.small {
    width:14px;
    height:14px;
}

/* icon images */
a.icon.automator {
    background-image: url(img/icon_automator.png);
}
a.icon.bildvergleich {
    background-image: url(img/icon_bildvergleich.png);
}
a.icon.connector {
    background-image: url(img/icon_connector.png);
}
a.icon.arrowUp {
    background-image: url(img/arrow_up.gif);
}
a.icon.arrowDown {
    background-image: url(img/arrow_down.gif);
}
a.icon.delete {
    background-image: url(img/ico-delete-12.gif);
}
a.icon.trash {
    background-image: url(img/trash_small.gif);
}
.icon.next {
    background-image: url(img/icon_next.png);
}
.icon.previous {
    background-image: url(img/icon_previous.png);
}
.icon.first {
    background-image: url(img/icon_first.png);
}
.icon.last {
    background-image: url(img/icon_last.png);
}
.icon.print {
    background-image: url(img/ico-print-16.png);
}
.icon.close {
    background-image: url(img/ico-delete-16.png);
}

/* toggle select buttons in workfolder editor */
a.toggleSelect,
a.toggleSelectActive {
    display:block;
    width:40px;
    height:20px;
    background: url(img/button_toggle_select.png);
}
a.toggleSelectActive {
    background: url(img/button_toggle_select_active.png);
}

/* checkmark selection button */
.button.togglecheckmarks {
    width: 150px;
}



/*******************************************************************************
* CHECKMARK BUTTONS
*******************************************************************************/

/* new checkmark buttons */
a.resultMarker {
    display:block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}
a.resultMarker.buttonCheckmark {
    background-image: url(img/button_checkmark.gif);
}
body.buttonArrowLeft a.resultMarker {
    background-image: url(img/button_arrow_left.gif);
}



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

/* simple zoomer */
.zoomButton a:hover {
  background-color:#EEEEEE;
}
.zoomButton a.button {  /* FIXME: hack until we have proper icons */
    font-size: 12px;
}
.simple-zoomer-info {
    width: 400px;
    height: 300px;
    position: absolute;
    background-color: #eeeeee;
    padding:10px;
}

/* new simple zoomer info popup */
#simple-zoomer-info {
    width: 350px;
    border: solid 1px #999999;
    background: #eeeeee;
}
#simple-zoomer-info div.header {
    background: #eeeeee;
    padding: 5px;
}
#simple-zoomer-info div.header div.button span {
    display: none;
}
#simple-zoomer-info div.content {
    background: #ffffff;
    margin: 0px 5px 5px 5px;
    height: 350px;
    overflow: auto;
}

/* hide save button in editor when uploader popup is open */
body.uploaderOpen .button.save {
    visibility:hidden;
}

/* font/buttons in overlaydialog */
#overlayDialog .content,
#overlayDialog .content .buttons button {
    font-size: 12px;
}
#overlayDialog #dialogContentButtons button.button {
    width:100px;
    float:right;
    margin-left:5px;
    border: none;
}

/* overlay dialog button */
#dialogTitleButtons button.button.close {
    font-size: 0px;
    background-image: url(img/ico-delete-16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* mark colors */
.changed {
    background: #eeeeee;
    color: #333333;
}

/* fix for first search result's checkmark misplacing */
#result_marker_iframe {
    display: none;
}



/*******************************************************************************
* SYSTEMRIGHTS HELP
*******************************************************************************/

.help_text {
    background: #eeeeee;
	padding: 10px;
    margin-bottom: 10px;
}
.help_text div.headline {
    font-weight: bold;
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 10px;
}
.help_text div.description {
    color: #333333;
}
.help_text div.default {
    margin-top: 10px;
    font-weight: bold;
}
.help_text.default_not_ok div.default {
	color:#BF0707;
}
.help_text.default_ok div.default {
	color:#405F1C;
}



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

div#changelog_poller {
	padding:5px;
	margin:10px 8px;
	background-color:#CCCCCC;
}
div#changelog_poller div#errorMessage {
	color:#333333;
	font-weight:bold;
	margin:0 0 10px 0;
}
div#changelog_poller button {
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background-color:#787878;
    cursor: pointer;
	border:1px solid #787878;
	text-decoration:none;
	padding:1px 2px 0;
	font-size:12px;
}



/*******************************************************************************
* CHANGELOG POPUP
*******************************************************************************/

/* changelog popup styling */
body.popup.changelog {
	font-size: 11px;
	padding: 15px;
}

/* table holding the changelog */
table.logtable {
	width: 100%;
	border: none;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
table.logtable th {
	padding: 5px;
	min-width: 50px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}
table.logtable td {
	padding: 2px;
	vertical-align: top;
	border-top: 1px solid  #aaaaaa;
	font-size: 11px;
}

/* column labels */
table.logtable th span.text {
	display:block;
	height: 16px;
}

/* sorting arrows */
table.logtable th .button {
	display: block;
	float: left;
	margin-right: 2px;
	width: 18px;
	height: 18px;
	background-position: center center;
	background-repeat: no-repeat;
}
table.logtable th .button img {
	display: none;
}
table.logtable th .button.asc {
	background-image: url(img/icon_up.png);
}
table.logtable th .button.desc {
	background-image: url(img/icon_down.png);
}



/*******************************************************************************
* WORKFOLDER
*******************************************************************************/

/* actions pulldown in workfolder */
.actions select {
    font-size: 11px;
}



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

/* this is the swf upload button config:
- the background image needs four different states for hover/press/etc.
- the height must be 1/4th of the height of the background-image
 */
#swfuButtonPlaceholder {
    width: 140px;
    height: 22px;
    background-image: url(img/swfupload_button.png);
    padding-left: 3px;
    padding-top: 2px;
    color: #ffffff;
}



/*******************************************************************************
* CALENDAR
*******************************************************************************/

/* Small popup-Kalender */
.jsCalendar {
    width:140px;
    background:#CCCCCC;
    border: solid 1px #888;
}
.jsCalendar a {
    cursor:pointer;
}
.jsCalendarHeadDiv {
    height:16px;
    padding:1px;
}
.jsCalendarHeadDiv a {
    float:right;
}
.jsCalendarHeadTable {
    width:100%;
    background-color: #FFFFFF;
    border-top: solid 1px #888888;
    border-bottom: solid 1px #888888;
}
.jsCalendarYearNameTD,
.jsCalendarMonthNameTD {
    width:100%;
}
.jsCalendarDaysTable {
    width:100%;
}
.jsCalendarDaysTable .jsCalendarTD {
    text-align:right;
    background-color: #FFFFFF;
    color:#000000;
}
.jsCalendarSelectedTD {
    background-color: #787878;
    color: #FFFFFF;
    text-align:right;
}
.jsCalendarWeekTD {
    width:16px;
}
.jsCalendarWeekTD,
.jsCalendarDayName {
    color: #333333;
}
td.jsCalendarTD:hover,
td.jsCalendarTodayTD:hover,
td.jsCalendarSelectedTD:hover {
    background-color:#999999;
    color:#FFFFFF;
    cursor:pointer;
}
.jsCalendarTodayTD {
    background-color:#E5E5E5;
    text-align:right;
}
.jsCalendarOtherMonthTD {
    color: #aaaaaa;
    background-color:#FFFFFF;
    text-align:right;
    cursor:pointer;
}



/*******************************************************************************
* MISC
*******************************************************************************/

.editlinkadd{
	display:block;
	border-bottom:solid 1px #aaaaaa;
	text-align:right;
}

/* marker for draggable editlinks (FIXME: ported from easydb3 theme) */
.elkMarkerClass {
    width: 100%;
    height: 2px;
    border: solid 2px red;
    font-size: 0px;
}

/* marker for draggable workfolder results (FIXME: ported from easydb3 theme) */
.imageMarkerClass {
    float: left;
    width: 2px;
    height: 130px;
    border: solid 2px red;
    font-size : 0px;
}

span.search-term-highlight {
    color: #000000;
    background-color: #FEE9B7;
}

/* search warning design */
div.search-warning {
	padding: 5px 10px;
    color: #333333;
    background-color: #FFDC7F;
    border-bottom: solid 1px #A4A483;
}
body.adminSearchBg div.search-warning {
    background: none;
    border-bottom: none;
    color: #ff0000;
    padding: 0px 0px 5px 0px;
}

/* language selector (div mode) */
div.language_select {
    height: 20px;
}
div.language_select div {
    display: inline;
    border-right: solid 1px #666666;
    padding-right: 10px;
    margin-right: 10px;
}
div.language_select div.selected {
    display: none;
}
div.language_select div.last {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

/* extended search div */
div#extended-search {
    background-color: #e5e5e5;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}

/* search result div (always needs to be relative because of delete-marker 
 * positioning) */
#searchResult {
    position: relative;
}



/*****************************************************************************
* LOGIN
*****************************************************************************/

.loginPasswordChange.hidden {
	display: none;
}



/*****************************************************************************
* NEW HEADBAR/MAINMENU STYLING
*****************************************************************************/

/* headbar styling */
#headbar {
    border-bottom: solid 1px #ffffff;
}

/* mainmenu (tabs) */
#headbar .mainmenu {
    margin-top:5px;
    padding-left:90px;
    background: url(img/easydb.png) 8px 0px no-repeat;
}
#headbar .mainmenu a {
    float:left;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0px 15px;
    margin-right: 1px;
    color: #ffffff;
    background: #787878;
    font-weight: bold;
    text-decoration: none;
}
#headbar .mainmenu a:hover {
    background: #999999;
}
#headbar .mainmenu a.active {
    color: #333333;
    background: #cccccc;
}

/* submenu */
#headbar .submenu {
    height:24px;
    line-height:24px;
    background: #cccccc;
    padding-left:90px;
}
#headbar .submenu a {
    color: #333333;
    padding: 0px 10px;
    border-right: solid 1px #333333;
    text-decoration: none;
    font-weight: bold;
}
#headbar .submenu a:hover {
    background: #aaaaaa;
    line-height:20px;
}
#headbar .submenu a.last {
    border-right: none;
}

/* hoverdivs in mainmenu */
#headbar a.hoverdivLink.hovered {
    background: #aaaaaa;
    color: #ffffff;
}
#headbar .hoverdiv {
	background-color: #aaaaaa;
	border: none;
	min-width:100px;
	padding:5px;
}
#headbar .hoverdiv a,
#headbar .hoverdiv a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 5px;
    text-decoration: none;
}
#headbar .hoverdiv a:hover {
	color: #333333;
	background: #eeeeee;
}

/* login status box in headbar */
#headbar #loginstatus {
    float:right;
    height:20px;
    line-height:20px;
    margin-right: 10px;
    margin-top: 0px;
}



/*****************************************************************************
* NEW PROFILE DIALOG STYLING (uses overlay)
*****************************************************************************/

/* body */
body.profile {
	background: transparent;
}

/* title div */
body.profile div.title {
	font-weight: bold;
	margin-bottom: 20px;
}

/* editortable overrides */
body.profile .editorTable td.label {
	width: 150px;
    cursor: default;
}
body.profile .editorTable div.container {
	background:#ffffff;
}

/* iframe size */
#layeriframe {
	width: 550px;
	height: 400px;
	background: transparent;
}



/*****************************************************************************
* NEW "no search results" MESSAGEBOX
*****************************************************************************/

/* normal version (
 * FIXME: remove once automated solution is used everywhere */
div#noresults {
	width: 300px;
	height: 128px;
	background: url("img/ico-search-noresults-128.png") no-repeat;
	padding-left:140px;
	font-size: 14px;
	margin: 0px auto;
	margin-top: 100px;
}
div#noresults div.text {
	padding-top: 20px;
}


/* small version (for popup and sidebar searches)
 * FIXME: remove once automated solution is used everywhere */
div#noresults.small {
    margin: 20px 0px 0px 20px;
    height: 64px;
    padding-left:70px;
	background: url("img/ico-search-noresults-64.png") no-repeat;
    font-size: 12px;
}
div#noresults.small div.text {
	padding-top: 10px;
}


/* small version (for popup and sidebar searches)
 * XXX: due to our automated "width-x"-mechanism we have to first hide it and
 * then show it once the body has the right class (to avoid glitches) */
div.search-no-hits  {
    display:none;
    width: 200px;
}
body.width-200 div.search-no-hits {
    height: 64px;
    padding-left:70px;
	background: url("img/ico-search-noresults-64.png") no-repeat;
    font-size: 12px;
}
body.width-200 div.search-no-hits div.text {
	padding-top: 10px;
}
body.width-400 div.search-no-hits {
	margin: 20px 0px 0px 20px;
}
body.width-600 div.search-no-hits {
	width: 300px;
	height: 128px;
	background: url("img/ico-search-noresults-128.png") no-repeat;
	padding-left:140px;
	font-size: 14px;
	margin: 0px auto;
	margin-top: 100px;
}
body.width-600 div.search-no-hits div.text {
	padding-top: 20px;
}

/* show after body class got set */
body.width-200 div.search-no-hits {
    display: block;
}



/*****************************************************************************
* NEW RIGHTSMANAGER DESIGN
*****************************************************************************/

/* rightsmanager control */
div.rightsmanager {
    border:1px solid #aaaaaa;
    background-color:#f0f0f0;
    width: 560px;
}
div.rightsmanager div.header {
    border-bottom: solid 1px #aaaaaa;
    background-color:#cccccc;
    padding: 3px;
}
div.rightsmanager div.content {
    padding: 3px;
    background-color: #f0f0f0;
}
div.rightsmanager div.content div#instance_container > div {
    border-bottom: solid 1px #aaaaaa;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
div.rightsmanager div.content div#instance_container > div:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
div.rightsmanager div.content div#instance_container table td {
    padding: 2px;
    vertical-align: top;
}
div.rightsmanager div.content div#instance_container table td select {
    width: 140px;
}

/* info block in rightsmanager */
div.rightsmanager div.rightsmanager_hint {
    padding-top: 5px;
    color: #999999;
    font-size: 11px;
    border-top: solid 1px #aaaaaa;
    margin-top: 10px;

}
div.rightsmanager div.rightsmanager_hint table {
    margin-top: 5px;
	margin-left: 5px;
}
div.rightsmanager div.rightsmanager_hint table td,
div.rightsmanager div.rightsmanager_hint table th {
    border: solid 1px #aaaaaa;
	padding: 2px 5px;
	font-size: 11px;
	font-weight:normal;
}
div.rightsmanager div.rightsmanager_hint table th {
    border-bottom: solid 2px #aaaaaa;
}

/* rightsmanager in workfolders */
div.rightsmanager.workfolder,
div.rightsmanager.object {
    width: inherit;
}
div.rightsmanager.workfolder div.content div#instance_container table td,
div.rightsmanager.object div.content div#instance_container table td {
    font-size: 11px;
}
div.rightsmanager.workfolder div.content div#instance_container table td select,
div.rightsmanager.object div.content div#instance_container table td select {
    font-size: 11px;
    width: 80px;
}

/* rightsmanager for objects (e.g. presentation) */
div.rightsmanager.object div.rightsmanager_hint {
    padding: 5px;
}
div.rightsmanager.object div.content div#instance_container table td select {
    width: 100px;
}




/*****************************************************************************
* PRESENTATION (SLIDES)
*****************************************************************************/

div.sliderow {
    margin-bottom:10px;
    background-color:#A9ACAA;
}
div.sliderow div.header {
    
}



/*****************************************************************************
* CONNECTOR
*****************************************************************************/

/* TODO: #connector_requests design */

/* connector button */
#connector_button.active {
    background-color: #ff6600;
}

/* connector list popup contents (in core.css) */


/* connector popup */
#connector_requests {
    width: 460px;
    background-color: #ffffff;
    border: solid 1px #999999;
    padding: 0px;
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
#connector_requests div.inner {
    padding: 0px;
}
#connector_requests div.title {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    border-bottom: solid 1px #999999;
    background: #999999;
}
#connector_requests div.title span {
    float:left;
}
#connector_requests div.title a.button {
    float:right;
    margin: 0px 0px 0px 0px;
}
#connector_requests div.header {
    padding: 10px;
}
#connector_requests div.header span.searchterm {
	font-weight: bold;
}
#connector_requests div.easydbs {
    color: #555555;
    font-size: 11px;
    padding: 0px;
    border: solid 1px;
    border-color: #999999;
    background: #ffffff;
    margin: 0px 10px 10px 10px;
}
#connector_requests div.easydbs span.name {
    float: left;
    display: block;
    width: 220px;
    font-weight: bold;
    word-wrap:break-word;
}
#connector_requests div.easydbs span.info {
    float: left;
    width: 200px;
    word-wrap:break-word;
}
#connector_requests div.easydbs br {
    clear:left;
}
#connector_requests div.easydbs div.easydb {
    height:16px;
    line-height:16px;
    /*margin-bottom: 3px;*/
    border-bottom: solid 1px #eeeeee;
    padding: 5px;
}
#connector_requests div.easydbs div.easydb.last {
    /*margin-bottom: 0px;*/
    border-bottom: none;
}
#connector_requests div.footer {
    padding: 0px 10px 10px 10px;
    background: none;
    color: #555555;
}

/* connector error div */
div.connector-error.mini {
    width: 110px;
    height: 120px;
}
div.connector-error.standard {
    width: 180px;
    height: 200px;
}



/*******************************************************************************
* FULLSCREEN VIEW
*******************************************************************************/

/* fullscreen view body */
body#fullscreen {
    background-color: #000000;
    overflow: hidden;
}



/*******************************************************************************
* TOOLBAR IN FULLVIEW
*******************************************************************************/

/* toolbar styling */
div.fullview-toolbar {
    height: 26px;
    border-bottom: solid 1px #333333;
    padding: 0px 2px 0px 5px;
}
div.fullview-toolbar,
div.fullview-toolbar td {
    color: #ffffff;
    white-space: nowrap;
    vertical-align: middle;
}

/* searchterm highlighting in fullview (due to black bg) */
div.fullview-toolbar .litmark {
    color: #000000;
}



/*******************************************************************************
* GROUP EDITOR
*******************************************************************************/

/* iframe with image preview and navigation */
body.groupeditor-iframe {
    margin: 0px;
    background: #ffffff;
}
body.groupeditor-iframe div.header {
    background-color: #eeeeee;
    padding: 3px;
}
body.groupeditor-iframe div.header span.position {
    white-space: nowrap;
    margin-right: 5px;
}
body.groupeditor-iframe div.content {
    padding: 10px 5px 5px 5px;
}
body.groupeditor-iframe div.content td {
    vertical-align: top;
}
body.groupeditor-iframe div.content td.image {
    width: 100px;
}
body.groupeditor-iframe div.content td.image div.image {
    height: 100px;
    background-color: #eeeeee;
}
body.groupeditor-iframe div.content td.image div.asset {
    background-color: #eeeeee;
}
body.groupeditor-iframe div.content td.info {
    padding-left: 10px;
}

/*******************************************************************************
* SAVED SEARCH
*******************************************************************************/
.saved_searches_menu{
	border: 1px solid #1b6586; 
	padding: 4px 4px 2px 4px;
	background-color: #e0e0e0;
	z-index: 1000;
	width: 150px;
}
.saved_search_table_list_remove{
	display: block;
    text-align: center;
    width: 14px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background-color:#787878;
    height: 14px;
    line-height: 14px;
    font-size:10px;
}
/*******************************************************************************
* HTML5 -player
*******************************************************************************/
.html5player .button,
.html5player .timebar,
.html5player .timebar .timepos,
.html5player .volbar,
.html5player .volbar .volpos{
	border-radius: 4px 4px 4px 4px;
}
.html5player {
    z-index: 100;
    position: absolute;
    bottom: 30px;
    opacity: 0.8;
    width: 360px;
    height: 25px;
    background-color: black;
    vertical-align: middle;
}



#fullscreen .html5player{
	left: 50%;
	margin-left: -180px;
	width: 360px;
}
.html5player .button {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    background-color: gray;
    color: black;
    font-weight: bold;
}

.html5player .play {
    left: 4px;
	background-image: url(img/icon_next.png);
}

.html5player .pause {
    left: 25px;
	background-image: url(img/icon_break.png);
}

.html5player .playpause {
    left: 4px;
	background-image: url(img/icon_next.png);
}

.html5player .timebar {
    position: relative;
    left: 25px;
    top: 10px;
    height: 5px;
    width: 155px;
    background-color: gray;
}

.html5player .timebar .timepos {
    position: relative;
    left: 0px;
    top: -2px;
    height: 10px;
    width: 0px;
    background-color: white;
}

.html5player .timetext {
    position: relative;
    left: 175px;
    top: 0px; /* XXX */
    height: 24px;
    width: 64px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.html5player .duration {
    position: relative;
    left: 230px;
    top: -24px; /* XXX */
    height: 16px;
    width: 28px;
    font-size: 12px;
    font-weight: normal;
    color: gray;
}

.html5player .volbar {
	position: relative;
	left: 275px;
	top: -35px; /* XXX */
	width: 60px;
	height: 5px;
	background-color: gray;
}

.html5player .volbar .volpos {
	position: relative;
	left: 0px;
	top: -2px;
	height: 10px;
	width: 0px;
	background-color: white;
}

.html5player .fullscreen {
    
    background-image: url(img/icon_fullscreen.png);
    right: 4px;
}

.html5player .quality {
    
    /*background-image: url(img/icon_cog1.png);*/
    position: absolute;
    background-color: gray;
    width: 50px;
    right: 4px;
    top: 4px;
    color: #ffffff;
    padding: 1px;
    font-size: x-small;
}
div.frameT {
    width: 100%;
    /* padding: 0; */
    display: table;
    height: 100%;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    /* margin: 0; */
}

div.frameTC {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

div.contentTC {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
}

a.html5playerQuality select.quality {

    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1000;
    background: #999999;
    color: white;
    font-size: 12px;
    word-spacing: 2px;
    
}


canvas {
    cursor:pointer;
}


/*******************************************************************************
* HTML5 -audio -player
*******************************************************************************/
.html5audioplayer .button,
.html5audioplayer .timebar,
.html5audioplayer .timebar .timepos,
.html5audioplayer .volbar,
.html5audioplayer .volbar .volpos{
	border-radius: 4px 4px 4px 4px;
}
.html5audioplayer {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    opacity: 0.8;
    width: 360px;
    height: 25px;
    background-color: black;
}

.html5audioplayer .button {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    background-color: gray;
    color: black;
    font-weight: bold;
}

.html5audioplayer .play {
    left: 4px;
	background-image: url(img/icon_next.png);
}

.html5audioplayer .pause {
    left: 25px;
	background-image: url(img/icon_break.png);
}

.html5audioplayer .timebar {
    position: relative;
    left: 55px;
    top: 10px;
    height: 5px;
    width: 150px;
    background-color: gray;
}

.html5audioplayer .timebar .timepos {
    position: relative;
    left: 0px;
    top: -2px;
    height: 10px;
    width: 0px;
    background-color: white;
}

.html5audioplayer .timetext {
    position: relative;
    left: 200px;
    top: 0px; /* XXX */
    height: 24px;
    width: 64px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.html5audioplayer .duration {
    position: relative;
    left: 255px;
    top: -24px; /* XXX */
    height: 16px;
    width: 28px;
    font-size: 12px;
    font-weight: normal;
    color: gray;
}

.html5audioplayer .volbar {
	position: relative;
	left: 300px;
	top: -35px; /* XXX */
	width: 46px;
	height: 5px;
	background-color: gray;
}

.html5audioplayer .volbar .volpos {
	position: relative;
	left: 0px;
	top: -2px;
	height: 10px;
	width: 0px;
	background-color: white;
}

