﻿body {
    margin: 0px;
}

#releasenotes {
    background: #FFF8DC;
    border-top: 2px solid #FFF8DC;
    border-bottom: 2px solid #FFF8DC;
    /* border-top: 2px solid #DAA520;
    border-bottom: 2px solid #DAA520;*/
    font-family: arial, sans-serif;
    text-align: left;
    font-size: 14px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    /*z-index: 100000;*/
    display: block;
    /* padding-top: 0px; */
    font-weight: bold;
}

    #releasenotes a {
        color: black;
        font-weight: bold;
        text-decoration: spelling-error;
    }

    #releasenotes span {
        font-weight: bold;
        color: black;
    }


#message {
    background: #FFF8DC;
    /*border-top: 2px solid #DAA520;
    border-bottom: 2px solid #DAA520;*/
    border: 2px solid #DAA520;
    font-family: arial, sans-serif;
    text-align: left;
    font-size: 14px;
    padding: 6px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    /*z-index: 100000;*/
    display: block;
    /* padding-top: 0px; */
    font-weight: bold;
    /* text-align: center;*/
}

    #message a {
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

.close-icon {
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-width: 3px;
    border-style: solid;
    border-color: #DAA520;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%);
    background-color: #DAA520;
    /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);*/
    transition: all 0.3s ease;
}
/*diaplog related css*/
.ui-widget {
    /*font-family: Verdana,Arial,sans-serif;*/
    font-family: arial, sans-serif !important;
    font-family: cursive;
    font-size: 1.1em;
    font-size: 14px;
    z-index: 2001 !important;
    /*  border-radius: 6px 6px 6px 6px !important;*/
}

.ui-widget-header {
    /* border: 1px solid #aaaaaa; 
     background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; */
    border-bottom: 1px solid #cccccc !important;
    border-top: 0px solid #cccccc !important;
    /* background: none !important;*/
    color: #222222;
    font-weight: bold;
    background: #fafafa 50% 50% repeat-x !important;
    /* background-color: #fafafa !important;*/
}

/*.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}*/

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    /* border-bottom-right-radius: 4px; */
    border-bottom-right-radius: 10px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    /* border-bottom-left-radius: 4px; */
    border-bottom-left-radius: 10px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    /* border-top-right-radius: 4px; */
    border-top-right-radius: 10px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    /* border-top-left-radius: 4px; */
    border-top-left-radius: 10px !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
    margin: -3px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 0px;
    font-family: arial, sans-serif;
    font-size: 15px;
    z-index: 2001 !important;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
    font-family: arial, sans-serif !important;
    /* border-radius: 6px 6px 6px 6px !important;*/
}

#releasenoteul li {
    padding: 10px;
}

#divcontent li {
    padding-bottom: 5px;
}

#divcontent {
    font-size: 14px !important;
}

    #divcontent h1 {
        font-size: 16px !important;
        font-weight: bold;
    }

    #divcontent h2 {
        font-size: 15px !important;
        font-weight: bold;
    }

/*.ui-icon {
    font-size: 1.2em;
}*/
/*.ui-widget-overlay{display:none;}*/

.ui-widget-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}