/* ============================ */
/* Modal Window */

.masterModal {
    position: absolute;
    z-index: 10;
}

.masterModal .header {
    position: relative;
    background: transparent url("/images/bg/modal_head.gif") top left no-repeat;
    height: 28px;
}
.masterModal .header h5 {
    float: left;
    font-size: 0.75em;
    font-weight: bold;
    color: #4D0032;
    margin: 0px;
    padding: 6px 0px 0px 10px;
}
.masterModal .header .close {
    float: right;
    margin: 3px 3px 0px 0px;
    width: 15px;
}
.masterModal .body {
    background: #E0D5DF;
    border: 1px solid #A15A91;
    border-top: 0;
    padding: 0px 10px 5px 10px;
    font-size: 0.75em;
}

.masterModal p {
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

.masterModal .error {
    color: #FF0000;
}

.masterModal .note {
    font-size: 0.9em;
    color: #666666;
}

.tagModal {
    width: 195px;
}
.tagModal .header {
    width: 195px;
}
.tagModal .body {
    width: 173px;
}
.tagModal .tagText {
    width: 167px;
    height: 3em;
}

.publishModal {
    width: 470px;
}
.publishModal .header {
    width: 470px;
    background: transparent url("/images/bg/modal_head_wide2.gif") top left no-repeat;
}
.publishModal .body {
    width: 448px;
}
.publishModal .eulaBox {
    border: 1px solid #000000;
    background: #FFFFFF;
    width: 423px;
    height: 175px;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0.5em 0px;
    overflow: auto;
}

.shareModal {
    float: left;
    width: 450px;
}

.shareModal .header {
    width: 450px;
    background: transparent url("/images/bg/modal_head_wide.gif") top left no-repeat;
}
.shareModal .body {
    width: 428px;
}
.shareModal .shareName {
    width: 168px;
}
.shareModal .shareEmail {
    width: 168px;
    height: 4em;
}
.shareModal .left {
    float: left;
    width:  205px;
    padding-right: 5px;
    border-right: 1px solid #FFFFFF;
}
.shareModal .right {
    float: right;
    width: 205px;
    padding-left: 5px;
}
.shareModal .right h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #4D0032;
    margin: 0px 0px 0.2em 0px;
    padding: 0px;
}
.shareModal .right h6 {
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin: 0px 5px 0.2em 0px;
}
.shareModal .remove {
    font-size: 0.8em;
    color: #0000FF;
    text-decoration: none;
}
.shareModal .remove img {
    vertical-align: bottom;
    margin-right: 1px;
}
.shareModal .right .shareBox h6 {
    position: relative;
    padding: 0px 0px 0px 17px;
    cursor: pointer;
}

.shareModal .shareBody {
    display: none;
    clear: left;
    margin-left: 15px;
    font-size: 0.9em;
}
.shareModal div.expOpen {
    background: none;
}

.helpModal {
    width: 195px;
}
.helpModal .header {
    width: 195px;
}
.helpModal .body {
    width: 173px;
}

.rubricModal {
    width: 275px;
}
.rubricModal .header {
    width: 275px;
    background: transparent url("/images/bg/modal_head_rubric.gif") top left no-repeat;
}
.rubricModal .body {
    width: 253px;
    margin-bottom: 0.5em;
}
.rubricModal ol {
    padding: 0px;
    margin: 0px 0px 1.0em 0px;
}
.rubricModal li {
    padding: 0px;
    margin: 0px 0px 2px 1.75em;
}

.feedbackModal {
    width: 450px;
}
.feedbackModal .header {
    width: 450px;
    background: transparent url("/images/bg/modal_head_wide.gif") top left no-repeat;
}
.feedbackModal .body {
    width: 428px;
}