/*
 Global (All Pages) Table of Contents:
 Tags & Classes
 Top Containers
 Bread Crumb Container
 Header/Footer
 */
/* Tags & Classes
 ------------------------------------------------------------------------------------------------------------------------------------------ */
/** Take all padding/margining off of forms for IE **/
FORM {
    margin: 0;
    padding: 0;
}

IMG {
    border-width: 0;
    border-style: none;
}

/* reset fieldset */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*** Generic classes ***/
.bold {
    font-weight: bold !important;
}

.floatL, .left {
    float: left;
}

.floatR, .right {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: 1px;
}

.clearL {
    clear: left;
}

.clearR {
    clear: right;
}

.clearBoth {
    clear: both;
}

.rel {
    position: relative;
}

.flyOut {
    position: absolute;
    z-index: 100;
    background-color: #FFF;
    border: 1px solid #7798BE;
    overflow: hidden;
    filter: alpha(opacity = 95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}

.flyOut A {
    font-size: 9pt;
    position: relative;
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: normal;
}

.flyOut A:hover {
    background-color: #B9D3F0;
}

/****************************** Header & Footer ******************************/
#containerHeader, #panelFooter {
    margin-left: auto;
    margin-right: auto;
}

/****** General ********/
/* Global Page Content Wrapper (wraps everything inside body) */
#containerPage {
    margin: 0 10px;
}

#containerAll {
    padding-top: .5em;
    clear: both;
}

/**
 * Progess panel (see progressPanel.js)
 */
.progress {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: #f5f5f5;
    filter: alpha(opacity = 90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    text-align: center;
    cursor: progress;
}

.progress .message {
    position: absolute;
    z-index: 2001;
    left: 0px;
    top: 40%;
    background: transparent url('http://pic.pbsrc.com/icon/PB_spinner.gif') no-repeat center 1.5em;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 80%;
}

.is_ie6 .progress.withIframe iframe {
    position: absolute;
    left: 0;
}

/********************************** Expandable Panel Style Rules **********************************/
/* Expandable Panel 4 */
/****
 * Note: The elements ".xpanel4Outer, .xpanel4Inner, .xpanel4Lower, .xpanel4LowerInner"
 * should all be block level elements or have the style display: block applied to them.
 ******/
.xpanel4Outer, .xpanel4Inner, .xpanel4Lower, .xpanel4LowerInner {
    background-repeat: no-repeat;
}

.xpanel4Outer {
    background-position: 100% 0;
    padding: 0;
    text-align: left;
}

.xpanel4Inner {
    background-position: 0 0;
    margin: 0;
    padding: 0; /* Note: Override this as needed */
    text-align: center;
}

.xpanel4Lower {
    background-position: 100% 100%;
    margin: 0;
    padding: 0;
}

.xpanel4LowerInner {
    background-position: 0 100%;
    margin: 0;
    padding: 0; /* Note: Override this as needed */
    text-align: center;
}

.xpanel4Inner, .xpanel4LowerInner {
    width: 95%; /* Note: Override this as needed */
}

/******************************* End - Expandable Panel Style Rules *******************************/
/***** Forms and Panel defns *****/
.ctrlPanel {
    padding: 0;
    margin: 0 auto 3em auto;
    color: #000000;
    background-color: #F4F4F4;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    text-align: center;
}

.headerCtrlPanel {
    color: #000000;
    padding: 0.5em 0;
    margin: 0;
    font-size: 200%;
    text-align: left;
    color: #1C64B4;
    font-weight: bold;
    text-align: center;
}

.ctrlPanel LABEL.floatL {
    color: #888888;
    font-weight: bold;
    font-size: 12px;
}

.ctrlPanel LABEL.floatL, .ctrlPanel INPUT.floatL, .ctrlPanel SELECT.floatL, .ctrlPanel TEXTAREA.floatL {
    display: block;
    margin-bottom: 0.5em;
}

.msgError {
    color: #FF0000;
    text-align: center;
}

/****** New Message Panel Styles ******/
.panel.is_ie Error, .panelMessage {
    padding: 0.5em 0;
    margin-bottom: 1em;
}

.panelError DIV.containerMssgContent, .panelMessage DIV.containerMssgContent {
    margin: 0 auto;
}

.panelError H1, .panelMessage H1 {
    font-size: 20px;
    vertical-align: top;
    margin: 0;
}

.is_ie .panelError H1, .is_ie .panelMessage H1 {
    vertical-align: middle;
}

/* make sure message panel always has layout in IE */
.is_ie .panelError, .is_ie .panelMessage {
    height: 1%;
}

.panelError H1 *, .panelMessage H1 * {
    vertical-align: top;
}

.is_ie .panelError H1 *, .is_ie .panelMessage H1 * {
    vertical-align: middle;
}

DIV#panelErrorDetails {
    margin: 0;
    font-size: 14px;
}

A#linkErrorPanelClose {
    background-color: transparent;
    background-image: url("http://pic.pbsrc.com/album/btn_close.gif");
    background-position: center;
    background-repeat: no-repeat;
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0pt;
    display: block;
    float: right;
    height: 12px;
    margin: 0 0.5em 0.5em 0;
    padding: 1px;
    width: 12px;
}

/***** Error Panel AND Alert Panel *****/
.panelError, .panelAlert {
    padding: 0.5em 0 1em 0;
    text-align: left !important;
}

.panelError {
    background-color: #F4CACC;
    background-color: #FFD5D6;
    color: #000000;
}

.panelAlert {
    background-color: #c5d8ed;
    color: #000000;
}

.panelError IMG#iconMessageError {
    display: inline;
}

.panelError IMG#iconMessageStatus, .panelAlert IMG#iconMessageStatus {
    display: none;
}

.panelError DIV.containerMssgContent, .panelAlert DIV.containerMssgContent {
    margin: 0 0 0 1em;
    padding: 0 0 1em 44px;
    background-position: 0 top;
    background-repeat: no-repeat;
}

.panelError DIV.containerMssgContent {
    background-image: url("http://pic.pbsrc.com/general/icon_exclamation_red.gif");
}

.panelAlert DIV.containerMssgContent {
    background-image: url("http://pic.pbsrc.com/general/icon_exclamation_blue.gif");
}

.panelError H1, .panelAlert H1, .panelError DIV#panelErrorDetails, .panelAlert DIV#panelErrorDetails {
    margin: 0;
}

/***** Status Panel *****/
.panelMessage {
    background-color: #D4E6D6;
    background-color: #D5EADD;
    color: #000000;
    padding: 0.5em !important;
    text-align: center;
}

.panelMessage IMG#iconMessageError {
    display: none;
}

.panelMessage IMG#iconMessageStatus {
    display: inline;
}

.panelMessage DIV.containerMssgContent {
    padding: 0;
}

.panelMessage H1 {
    line-height: 40px;
    /*
     width:                              40%;
     margin:                             0 auto;
     padding:                            13px 0 13px 50px;
     background-image:                   url("http://pic.pbsrc.com/general/icon_green.gif");
     background-position:                0 top;
     background-repeat:                  no-repeat;
     */
}

/****** End - New Message Panel Styles ******/
/* Other
 ------------------------------------------------------------------------------------------------------------------------------------------ */
#notifyTextCopied, #notifyDescTitleSuccess { /* Text Copied Message Div */
    position: absolute;
    background-color: #FFF36F;
    color: #000;
    border: 1px solid #BFAE5F;
    cursor: pointer;
    padding: 2px 3px;
    z-index: 15001; /* This is set this high so we can use it in interstitial lightboxes needs to be over 15K*/
}

#notifyDescTitleSuccess {
    font-weight: bold;
}

/* Bubbles (Tooltips & Error Message Bubbles)
 ---------------------------------------------------------------------------------------------------------------------------------------------*/
.bubble, .bubbleError {
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 14px 10px 8px 10px;
}

.bubble {
    background-color: #FFF8AB;
    background-image: url("http://pic.pbsrc.com/bubbles/bubble_bg.gif");
    background-repeat: repeat-x;
    background-position: 0 top;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
}

.bubbleError {
    background-color: #FCF1EC;
    background-image: url("http://pic.pbsrc.com/bubbles/error_bubble_bg.gif");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    border-width: 1px;
    border-style: solid;
    border-color: #D53D04;
}

.bubble DIV.arrow {
    position: absolute;
    width: 10px;
    height: 18px;
    left: -10px;
    top: 14px;
    background-image: url("http://pic.pbsrc.com/bubbles/bubble_arrow.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.bubbleError DIV.arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    left: -9px;
    top: 14px;
    background-image: url("http://pic.pbsrc.com/bubbles/error_bubble_arrow.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.bubble H3, .bubbleError H3 {
    margin-bottom: 0.5em;
}


/***************************** Search Panel Styles (Baseline) *****************************/
/*
 .containerSearchWrapper
 .containerSearchForm
 .containerSearchCtrls
 .qSearch
 .linkSearchMode
 
 BUTTON.button_search
 
 */
.containerSearchWrapper {
    background-repeat: no-repeat;
    background-position: 100% center;
    padding: 0 45px 0 0;
}

.is_ie6 .containerSearchWrapper {
    float: left;
}

.containerSearchForm {
    overflow: auto;
    white-space: no-wrap;
}

.containerSearchCtrls, .containerSearchForm BUTTON.button_search {
    float: left;
}

.containerSearchForm BUTTON.button_search {
    display: block;
}

.containerSearchCtrls, .qSearch, .containerSearchCtrls A.linkSearchMode {
    color: #000000;
    background-color: #FFFFFF;
    font-weight: normal;
}

.qSearch, .containerSearchCtrls A.linkSearchMode {
    display: block;
}

.containerSearchCtrls {
    border-width: 2px;
    border-style: inset;
    border-color: #A0A0A0;
    margin-right: 5px;
    padding: 2px 5px 2px 0;
}

.is_ie .containerSearchCtrls {
    padding: 2px 5px 3px 0;
}

.qSearch {
    float: left;
    border-width: 0;
    border-style: none;
    margin-right: 5px;
}

.containerSearchCtrls A.linkSearchMode {
    color: #666666 !important;
    float: right;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 10px !important;
    padding-bottom: 0;
    font-weight: normal;
}



