/**
 Main Color codes:

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

 Red Text:  #a50000
*/

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;
}

tr#header1, td#gsNavBar {
    height: 65px;      /* extra 23px from the menu. */
}

td#gsNavBar table.header {
    height: 41px;
}

td#gsNavBar {
    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;
}

#gsNavBar a, #gsNavBar a:visited,
  .giDescription a, .giDescription a:visited,
  .HotLink, .HotLink:visited,
  .gxDialogBlock a, .gxDialogBlock a:visited {
    color: #a50000;
}

/* 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;
}

/** 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;
}

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

#gallery .dijitMenu, #gallery .dijitMenuBar,
#gallery .dijitDropDownButtonHover, #gallery .dijitDropDownButtonFocusedHover {
    border-color: #a50000;
}
#gallery .dijitDropDownButtonHover, #gallery .dijitDropDownButtonFocusedHover {
    background-color: #EFEFEF;
}

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

.ccsLoopSortFilterLink {
    font-weight: bold;
    color: #a50000/* %a-hotlink */;
}
