/**
 Main Color codes:

 Blue (highlights):
    'Full' = #00b4e5
    'regular' = #37c0e5

 Red Text:  #a50000
*/

#cssNavBar {
    height: 68px;
    overflow: hidden;
}
#cssFooter {
    position: absolute;
    bottom: 0;
    height: 18px;
    width: 100%;
    /* background-color: #B8D6F4; */
}
#ccsContent {
    position: absolute;
    top: 68px;
    left: 0;
    bottom: 18px;
    width: 100%;
    overflow: auto;
}
#contentMain {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    left: 220px;
    overflow: auto;
}
#contentMain.content-no-sidebar {
    left: 0;
}
/* This contains the main folder or item listing. */
#contentMainBox {
    position: relative;
    float: left;
    min-height: 100%;
    min-width: 780px;
    border-right: 1px solid #E0E0E0;
}

#contentMainBox #gbContentFooter {
   width: 100%;
}

/** contentLeft is the outer most element, used to position the block. */
#contentLeft {
    position: absolute;
    display: block;
    width: 220px;
    height: 100%;
    top: 0;
    left: 0;
}
/** panelLeftCtnr is just inside #contentLeft, its used to 'push' off of the outer container */
#panelLeftCtnr {
    position: relative;
    height: 100%;
    width: auto;
    padding-right: 4px;
}
#contentLeftContent {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}
#contentLeftDivider {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffff url('images/v-div.gif') repeat-y;
    cursor: e-resize;
}
.VDividerHandle {
    position: relative;
    height: 100%;
    width: 4px;
    background: transparent url('images/v-div-handel.gif') 0 50% no-repeat;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #F0F0F0;
}

#container, #gsContent, #ProgressBar {
    background-color: #ffffff;
}

table.ImageFrame_shadow {
    position: relative;     /* allow FF to overflow */
}

#content1, #contentTd {
    background-color: #F0F0F0;
}
#contentTd {
    padding: 2px 0 12px 0;
}

div.gbTabBar {
    background-color: #d4d0c8;
}

a, a:visited {
    color: #666666;
}

.giTitle a {
    color: #333;
    font-weight: bold;
}

#cssNavBar table.header {
    height: 41px;
}

#cssNavBar {
    background-color: #fff;
}

tr#header2_1, tr#header2_1 td.header2_1Td, .header2_1 {
    height: 19px;
}

.header2_1 table {
    height: 16px;
}

/** A hightlighted table row. */
tr.HighlightedRow, tr.HighlightedRow td {
    background-color: #acdcf7;
}

#logoCell {
    width: 293px;
    padding: 0;
}

#cssNavBar a, #cssNavBar a:visited,
  #cssNavBar .gbBreadCrumbs a:hover,
  .giDescription a, .giDescription a:visited,
  .HotLink, .HotLink:visited,
  .gxDialogBlock a, .gxDialogBlock a:visited {
    color: #a50000;
}

#cssNavBar .gxBreadCrumb a {
    color: #393939;
}

/* This is for the 'module admin' pages : 'selected' item is typcially the only one without an anchor tag inside. */
li.gbAdminLink {
    color: #287ACC;
    font-weight: bold;
}

/** Set a custom bg, as the default white blends too much with the white page bg. */
.tundra .dijitTooltipContainer.dijitTooltipContents{
    background-color: #e8f2fe;
    background-image: none;
}

/* See fix-ie.css for the IE version of the following. */
.dijitTooltipContainer.dijitTooltipContents img {
    max-width: 150px;
    max-height: 150px;
}

.dijitTooltipContainer.dijitTooltipContents iframe {
    display:none;
}

.tundra .dijitTooltipRight .dijitTooltipConnector {
}

/* TODO: This is the Link generated if the folder is empty. We could make it more stylized. */
a#emptyFolderAddContentLink {}


table .SBoxTop, table .SBoxTop td, table .SBoxBottom, table .SBoxBottom td {
    height: 2px;
    font-size: 1px;
    line-height: 1px;
}

.SBoxTop td.SBoxLeft {
    width: 4px;
    background-image: url(images/sbox_tl.gif);
    background-repeat: no-repeat;
}

.SBoxTop td.SBoxCenter {
    background-image: url(images/sbox_tc.gif);
    background-repeat: repeat-x;
}

.SBoxTop td.SBoxRight {
    width: 3px;
    background-image: url(images/sbox_tr.gif);
    background-repeat: no-repeat;
}

.SBoxBottom td.SBoxLeft {
    width: 4px;
}

.SBoxBottom td.SBoxCenter {
    background-image: url(images/sbox_bc.gif);
    background-repeat: repeat-x;
}

.SBoxBottom td.SBoxRight {
    width: 3px;
}

.SBoxMain {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

/* remove outline from flash objects */
.gbBlock object {
    outline: none;
    border: none;
}


.ipovRenderedIFrame { z-index: -1; }


/** Success block. */
div.RMsgBox.giSuccess, div.RMsgBox.gxSuccess {
    background-color: #A8DBB0;  /* green */
}

/** Warning block. */
div.RMsgBox.gxWarning {
    background: #f0c040 url(images/icon_warning32.png) no-repeat 4px 4px;
    font-weight: bold;
}

div.RMsgBox.gxError {
    background: #f0c040 url(images/icon_error32.png) no-repeat 4px 4px;
    font-weight: bold;
}

div.RMsgBox.rmsgErrorBox {
    background: #ffffff url(images/icon_warning32.png) no-repeat 4px 4px;
    font-weight: bold;
}

body.ErrorPage .gxErrorPanel .MsgCorner {
    border-color: #cfcfcf;
}

body.ErrorPage .gxErrorPanel div.RMsgBox .MsgCorner {
    border-color: #ffffff;
}

div.RMsgBox.gxWarning .RMsgContent, div.RMsgBox.gxError .RMsgContent, div.RMsgBox.rmsgErrorBox .RMsgContent {
    /*  url(images/icon_important.png) no-repeat; */
    padding:1px 40px;
}

/** inline error. */
div.giError {
    color: red;
    background: url(images/icon_error.png) no-repeat 1px 0;
    padding: 1px 1px 1px 20px;
    line-height: 16px;
}

/* On page drop down text. */
.CCBoxV2 .dijitDropDownButton.dijitHover .dijitButtonText {
    color: #a50000;
}

#ccs .dijitMenuItemHover, #ccs .dijitMenuItemSelected, #ccs .dijitMenuItemActive {
    background-color: #999999;
}

#ccs .dijitMenu, #ccs .dijitMenuBar,
#ccs .dijitDropDownButtonHover, #ccs .dijitDropDownButtonFocusedHover {
    border-color: #a50000;
}
#ccs .dijitMenuPopup {
    border: 1px solid #a50000;
}

#ccs .dijitMenuPopup table.dijitMenuTable {
    border: 0 none;
}

#ccs .dijitDropDownButtonHover, #ccs .dijitDropDownButtonFocusedHover {
    background-color: #EFEFEF;
}

#ccs .dijitDialogCloseIcon {
   background: transparent url(images/dlg_close_normal.png) no-repeat scroll right top
}
#ccs .dijitDialogCloseIconHover {
   background: transparent url(images/dlg_close_hover.png) no-repeat scroll right top
}


