/*
    This file contains console specific style for portal structural elements
    and some key portlets.
*/

/*
    Header, nav, content, and footer.
*/
#console-header-logo {
    background: #fcfcfc scroll top right;
    height: 50px;
}

body {
    min-width: 694px; /* enough that liquid element doesn't go behind title */
}

#console-header-logo a, 
#console-header-logo a:visited, 
#console-header-logo a:active,
#console-header-logo a:hover {
    color: #fcfcfc; /* same as background */
    text-decoration: none;
    background-color: #fcfcfc;
}

#logo {
  padding: 0px 5px;
}

#console-title {
    padding: 0px 0px;
}

#console-footer {
    background: url(../images/bkgnd_footer2.gif) top left repeat-x;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.85em;
}

#console-footer .info p {
    text-align: right;
    color: #666666;
    background-color: transparent;
    margin: 0px 0px;
    margin-right: 6px;
}

#console-nav-col1 {
    float: left;
    width: 600px;
    margin: 0px;
}

#console-nav-col2 {
    float: left;
    width: 410px;
    margin: 0px;
}

#console-content-col {
    float: right;
    width: 100%; 
    margin-left: -410px;
}

#console-content-col-inner {
    margin-left: 410px;
}

/*
    Console content area specific books and pages
*/
#console-content-area {
}

#console-content-area .wlsc-book {
}

#console-content-area .wlsc-page {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: #FFFFFF;
    padding: 0px;
}

#console-content-area .page-table {
    background-color: #ffffff;
    padding: 1px;
}

#console-content-area .page-assistant {
    background-color: #ffffff;
    padding: 1px;
}

#console-content-area .page-content {
    background-color: #ffffff;
    padding: 1px;
}

#console-content-area .wlsc-window {
    border: none;
    margin: 8px;
}

#console-content-area .wlsc-frame .wlsc-window-content {
    background-color: #FFFFFF;
    border: none;
}

/* 
 * Ideally all the content would fit in the window without horizontal scrolling
 * but allow it when needed.
 */
#console-content-area .wlsc-window-content {
    overflow: auto;
    /* the following is to avoid the unnecessary vertical scroll bar in IE */
    overflow-y: hidden;
    overflow-x: auto;
    /* IE puts the scroll bar inside so need to add extra padding */
    padding-bottom: 12px;
}

/*
    Toolbar Area Definitions
*/

#portlet_toolbar {
    /* top, right margins are zero because portlet content adds it back */
    margin: 0px 0px 2px 6px;
}

/*
    Breadcrumb (AKA history) Definitions
*/

#portlet_history {
    margin: 2px 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-width: 0px;
}

/*
    Messages Area Definitions
*/

#portlet_messages {
    margin: 2px 6px;
    border-width: 0px;
}


/*
    Styles used when the user preference to show portal definition labels
    is enabled. The preference is intended for extension developers.
*/
.devLabelInfo {
    font-size: 0.8em;
    color: #888;
}

.devLabelInfo p {
    margin: 1px;
    padding: 1px;
    border: 2px solid #555;
    border-bottom-width: 0px;
}

/* CR370078 - better support for screen readers */
.screenReadersOnly{
    font-size: 0px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
    background: none;
    line-height:0;
}

p.changelink {
    padding: 6px;
    background-color: #E7EFFC;
    margin: 0px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}
