﻿/* style jquery.alerts */
h1 {
    font-size: 20px;
    font-weight: normal;
}

#popup_title {
    font-family: "Trebuchet MS" , Arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #FFFFFF;
    background: #CD0808 url(images/title.gif) repeat-x top;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_container {
    font-family: Arial, sans-serif;
    font-size: 10px;
    min-width: 300px;
    max-width: 800px;
    background: #FFF;
    border: 6px solid #6593CE;
    color: #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#popup_content {
    background: url("images/info.png") no-repeat 16px 16px;
    margin: 0em;
    padding: 1em 1.75em;
}

.alert#popup_content {
    background-image: url("images/info.png");
}

.confirm#popup_content {
    background-image: url("images/info.png");
}

.prompt#popup_content {
    background-image: url("images/help.gif");
}

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    margin: 1em 0em 0em 1em;
    text-align: center;
}

#popup_prompt {
    margin: 0.5em 0em;
}


/* custom overload */
#popup_message {
    color: black;
}

/*#popup_ok {
    border: 1px solid rgb(51, 102, 204);
    color: #800000;
    background-color: rgb(232, 232, 232);
    width: 80px;
    font-weight: bold;
}*/

#popup_container {
    width: 400px;
}

#popup_message {
    color: black;
}


/*#popup_cancel {
    border: 1px solid rgb(51, 102, 204);
    color: #800000;
    background-color: rgb(232, 232, 232);
    width: 70px;
    font-weight: bold;
}*/
