/* Dashboard globals */

.dashboard-body a,
.dashboard-body a:link,
.dashboard-body a:visited,
.dashboard-body a:active  {
    color: #63D6DD;
}

.dashboard-body a:hover {
    text-decoration: underline;
}


#dashmenu a.selected {
    color: #656364;
    font-size:1.5em;
}

div.dashboard-body {
    padding: 10px 0px;
    background-color: #E8EEE6;
    font-size: 1.2em;
}

div.dashboard-body  div.dashboard-paragraph {
    padding-bottom: 4px;
}

h1#pagetitle {
    font-size: 3.45em;
    font-weight: bold;
}


/* Dashboard page */

div.dashboard-home-links {
    font-weight: bold;
}

div.dashboard-home-links a,
div.dashboard-home-links a:link,
div.dashboard-home-links a:visited,
div.dashboard-home-links a:active  {
    color: red;
}

div#dashboard ul li {
    margin-bottom: 1em;
}


/* Record manager page */

/* no help text, and we need wide tables for hotspot imgs */

div#dashboard-recman div#dashboard-lhs {
    width: 928px;
}
div#dashboard-search-result div#failed-message,
div#dashboard-search-result-tools {
    width: 906px;
}

div.submission-contents {
    padding: 10px;
    min-height: 400px;

    /* floatcontainer */
    zoom:1; /* for IE6 to trigger overflow */
    overflow: hidden;
}

/* Record editor */

td.cell-image div {
    width: 200px;
    overflow: hidden;
}
table.hotspot_image td.cell-image div {
    width: 500px;
}
td.cell-image:hover div {
    position: relative;
    overflow: visible;
    z-index: 10;
}


/* EXTJS FIXES */
.x-window {
    text-align: left;
}
.x-window-ml {
    text-align: left;
}
.x-menu-list {
    text-align: left;
}


/*----------------------------------------------------------------------*/
/* ExtJS CSS fiddling to achieve "white forms" (part of WIP7554) */

.x-panel-tl,
.x-panel-tr,
.x-panel-tc,
.x-panel-ml,
.x-panel-mr,
.x-panel-mc,
.x-panel-bl,
.x-panel-br,
.x-panel-bc {
    background: none;
    padding: 0px;
    border: none;
}

.x-panel-bbar .x-toolbar {  /* asset panel etc toolbars */
    background: none;
    padding: 3px 0px 0px 0px;
    border: none;
/*
    border-top-style: solid;
    border-top-width: 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
*/
}
.x-panel-bbar .x-toolbar .x-btn {
    margin-right: 3px;
}

.dashboard-rendered-view-toolbar {  /* form save/cancel toolbars only */
    background: none;
    border: none;
}

.x-form {
    border: none;
}

.ixcaf-dform .x-fieldset-header {
    background: none;
    border: none;
    padding: 0px;
    box-shadow: none;
}

.ixcaf-field-panel-wtoolbar .x-panel-body-noheader {
    border: none;
}


/* user-facing MA forms */
.ma-form-body {
    background: none !important;
}

/* vocab manager & site tree */
#dashboard-vocman    .ixcaf-dform,
#dashboard-site-tree .ixcaf-dform {
    background-color: #fff;
}

#dashboard-vocman    .ixcaf-dform .x-form,
#dashboard-site-tree .ixcaf-dform .x-form {
    padding-top: 8px;
    padding-right: 14px; /* prevents DynFrame overflowing right */
}
