/* jQuery Colorbox Plugin */
#colorbox,
#modalBackgroundOverlay,
#modalWrap {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
}
#modalBackgroundOverlay {
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
}
#colorbox {
    overflow:hidden;
    padding:0px;
    margin-top:-1px;
    margin-left:-1px;
}
/* padding fixes a ghosting issue in IE7, the negative margin compensates */
#modalWrap {
    width:100%;
    height:100%;
}
#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {
    float:left;
    height:0;
    width:0;
    overflow:hidden;
}
#borderMiddleLeft, #borderBottomLeft {
    clear:left;
}
#modalContent {
    position:relative;
    overflow:visible;
}
#contentTitle {
    margin:0;
}
#modalClose, #contentPrevious, #contentNext {
    outline:none;
    cursor:pointer;
    border:0;
    margin:0;
}
#modalLoadedContent {
    overflow:auto;
    width:0;
    height:0;
}
#modalLoadedContent iframe {
    display:block;
    width:100%;
    height:100%;
    border:0;
    background: #FFF;
    overflow: hidden;
}
#modalLoadedContent img#modalPhoto {
    display:block;
    border:0;
    margin:auto;
}
#modalLoadedContent embed {
    display:block;
    border:0;
}
#modalClose {
    position:absolute;
    top: 3px;
    right: 4px;
    width:13px;
    height:13px;
    background: url(/httpd/img/general/icon_close.gif) 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#modalContent {
    width:580px;
    background:#EBEBEB;
    margin-top: 20px;
    margin-bottom: 120px;
    overflow: visible;
}
#modalLoadedContent {
    padding-top: 20px;
    overflow: visible;
}
#contentTitle {
    position:absolute;
    left:0;
    text-align:left;
    background:#EBEBEB;
    font-weight:bold;
    color:#949494;
    padding: 5px;
    width: 570px;
}
#contentCurrent {
    position:absolute;
    top: 3px;
    left: 20px;
    font-weight:bold;
    color:#949494;
    height: 20px;
    display: block;
}

#contentCurrent * {
	color:#949494;
}

#contentPrevious {
    position:absolute;
    top: 3px;
    left:5px;
    background:url(/httpd/img/general/img_arrow_trans_rtl.gif) 0 0 no-repeat;
    width:8px;
    height:12px;
    text-indent:-9999px;
}

#contentNext {
    position:absolute;
    top: 3px;
    left: 150px;
    background:url(/httpd/img/general/img_arrow_trans.gif) 0 0 no-repeat;
    width:8px;
    height:12px;
    text-indent:-9999px;
}

/* Display:block removes the line-height gap underneath images, iframes, and embedded content */
#modalLoadingOverlay {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
/* jQuery Boxy Plugin */
.boxy-wrapper {
    position: absolute;
}
.boxy-wrapper.fixed {
    position: fixed;
}
/* Modal */
.boxy-modal-blackout {
    position: absolute;
    background-color: black;
    left: 0;
    top: 0;
}
/* Border */
.boxy-wrapper {
    empty-cells: show;
}
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left {
    width: 10px;
    height: 10px;
    padding: 0
}
.boxy-wrapper .top,
.boxy-wrapper .bottom {
    height: 10px;
    padding: 0
}
.boxy-wrapper .left,
.boxy-wrapper .right {
    width: 10px;
    padding: 0
}
/* Title bar */
.boxy-wrapper .title-bar {
    background-color: #e8e8e8;
    padding: 6px;
    position: relative;
}
.boxy-wrapper .title-bar.dragging {
    cursor: move;
}
.boxy-wrapper .title-bar h2 {
    font-size: 12px;
    color: #000;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.boxy-wrapper .title-bar .close {
    color: white;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 90%;
    line-height: 1;
}
/* Content Region */
.boxy-inner {
    background-color: white;
    padding: 0
}
.boxy-content {
    padding: 15px;
}
/* Question Boxes */
.boxy-wrapper .question {
    width: 350px;
    min-height: 80px;
}
.boxy-wrapper .answers {
    text-align: right;
}

#modalPrintView, #modalCmgView, #modalFrameView {
    margin: 0;
    border: none;
    padding: 0;
    overflow: hidden;
    width: 630px;
    height: 474px;
}