/* 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.yb_sub_title {
    color: #63D6DD;
}

div.yb-sub-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;
}




