/**
* 1-Click WP SEO help styles
*/

.ocs-help-header {
    background-color: #DBDBDB;
    border-bottom: 1px solid #C6C6C6;
    height: 16px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}

.ocs-help-footer {
    background-color: #DBDBDB;
    border-bottom: 1px solid #C6C6C6;
    height : 16px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}

.ocs-help-close-button {
    float: right;
}

.ocs-help-close-text {
    font-size: 20px;
}

#ocs-help-bkg {
    z-index: 1000000; /* higher than WP admin bar */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ocs-help-block {
    z-index: 1000001; /* higher than #ssc-help-bkg */
    font-weight: normal;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -200px;
    border-style: solid;
    background-color: white;
    border: 2px dotted #FFB12A;
    padding: 5px;
}

.ocs-help-tipmsg {
    width: 600px;
    height: 200px;
    overflow: auto;
    text-align: justify;
    white-space: normal;
    padding: 1em;
}

.ocs-help-tipmsg p {
    margin-bottom: 1em;
}

.ocs-help-tipmsg ul {
    list-style: disc inside;
    padding-left: 0.5em;
}

.ocs-help-link-wrap {
    font-weight: normal;
}