/*
// this file defines the DEFAULT style for the panels
// adjust it and if you want to make a panel with different style add custom classes in other file
// ex: for detail module panels detail _sfcPanel_detail.sass and use the panel id as parent for the new styles definition taking this file
// as a base to see which classes you need to define
*/

.yui-panel-container .yui-panel .container-close{
    cursor: pointer;
    margin-top:-20px;
    margin-right:-20px;
}

.yui-overlay,
.yui-panel-container{
  visibility: hidden;
  position: absolute;
  z-index: 2;
}

.yui-panel-container .yui-panel{
    position: relative;
    z-index: 12;
}
.yui-panel-container .yui-panel .hd{
    /*background: url(/images/panel_styles/default/aqua-hd-bg.gif) repeat-x;*/
    background-color: #7a7a7a;
    height: 28px;
    /*margin: 0 7px;*/
   /* padding: 0 10px 0 18px;*/
    /*text-align: center;*/
}

.yui-panel-container .yui-panel .hd span{
    line-height: 28px;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}

.yui-panel-container .yui-panel .hd .tl{
    position: absolute;
    width: 7px;
    height: 28px;
    top: 0;
    left: 0;      
    /*background: url(/images/panel_styles/default/aqua-hd-lt.gif) no-repeat;*/
    background-color: #7a7a7a;
}

.yui-panel-container .yui-panel .hd .tr{
    position: absolute;
    width: 7px;
    height: 28px;
    top: 0;
    right: 0;
   /* background: url(/images/panel_styles/default/aqua-hd-rt.gif) no-repeat;*/
    background-color: #7a7a7a;
}

.yui-panel-container .yui-panel .bd{
    /*border: 1px solid #aeaeae;*/
    /*background-color: #ffffff;*/
    /*padding: 0px 30px 16px;*/
    /*color: #7A7A7A;*/
    
}

.yui-panel-container .yui-panel .ft{
    display: none;
}

/*
.yui-panel-container .yui-panel .container-close{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 8px;
    width: 8px;
    background: url(/images/panel_styles/default/close.jpg) no-repeat;
    overflow: hidden;
    text-indent: -10000em;
    background-color:#7A7A7A;
}
*/
/*
.yui-panel-container .yui-panel .container-close:hover{
    background: url(/images/panel_styles/default/aqua-hd-close-over.gif) no-repeat;
}
*/

.yui-panel-container .underlay {
    z-index: 11;
    position: absolute;
    left: 3px;
    right: -3px;
    top: 3px;
    bottom: -3px;
    background-color: #000000;
    opacity: 0.12;
    filter: alpha(opacity=12);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
}
   
.mask{
    z-index: 1;
    left: 0;
    position: absolute;
    opacity: .80;
    top: 0;
    background-color: #000000;
    *filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* prevents combos appearing over panel in ie6 */ 
.masked select,
.drag select,
.hide-select select{
    _visibility: hidden;
}

/* ensures combos on panel display in ie6 */   
.yui-panel-container select{
    _visibility: inherit;
}

.overlay-hd-title{
    padding-bottom: 0px;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    padding-top: 4px;
    padding-left: 30px;
}

.sIFR-active .overlay-subhdr-title{
    padding-bottom: 0px;
    font-size: 48px;
    color: #333333;
    display: block;
    height: 65px;
    position: relative;
    overflow:hidden;
}

.overlay-subhdr-title{
    padding-bottom: 0px;
    font-size: 14px;
    color: #333333;
    display: block;
    height: 65px;
    position: relative;
}

.create_confirmation_content{
    margin-top: 15px;
}


.overlay-content-darkgray-bold,
.overlay-content-darkgray{
    color: #333333;
}

.overlay-content-darkgray-bold{
    font-weight: bold;
}

.overlay-content-gray{
    color: #7A7A7A;
}


.overlay-content-gray a,
.ov-links a{
    color: #7A7A7A;
    text-decoration: underline;
}

.hidesifr {
    display: none;
}
