﻿/* [START] jQuery Modal plugin */

div.whiteOverlay
{
    background: #BCBCBC;
}

div.jqDrag
{
    cursor: move;
}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog
{
    display: none;
    position: fixed;
    /*top: 17%;
    left: 50%;*/
    /*margin-left: -200px;*/
    min-width: 200px;
    max-width: 1000px;
    overflow: hidden;
    font-family: "Open Sans", Arial, helvetica, sans-serif;
    cursor: default;
    border: 2px solid #777;
    -moz-border-radius-topleft: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-box-shadow: 6px 6px 6px #808080;
    -webkit-box-shadow: 6px 6px 6px #808080;
    box-shadow: 6px 6px 6px #808080;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog
{
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC
{
    background: #D9D9D9;
    color: black;
    padding: 7px 22px 5px 5px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    * zoom: 1;
}

/*div.jqmdTL
        {
            background: url(/images/sprite.gif) no-repeat 0px -41px;
            padding-left: 3px;
        }

        div.jqmdTR
        {
            background: url(/images/sprite.gif) no-repeat right 0px;
            padding-right: 3px;
            * zoom: 1;
        }*/


/* [[[ Body / Message Classes ]]] */
div.jqmdBC
{
    background: url(dialog/bc.gif) repeat-x center bottom;
    padding: 7px 7px 7px;
    /*height: 180px;*/
    overflow: auto;
}

div.jqmdBL
{
    /*background: url(dialog/bl.gif) no-repeat left bottom;*/
    background-color: white;
    padding-left: 7px;
}

div.jqmdBR
{
    background: url(dialog/br.gif) no-repeat right bottom;
    padding-right: 7px;
    * zoom: 1;
}

div.jqmdMSG
{
    color: #317895;
    font-size: 14px;
}


/* [[[ Button classes ]]] */
input.jqmdX
{
    position: absolute;
    right: 7px;
    top: 4px;
    padding: 0 0 0 19px;
    height: 19px;
    width: 0px;
    background: url(/images/close.gif) no-repeat top left;
    overflow: hidden;
}

input.jqmdXFocus
{
    background-position: bottom left;
    outline: none;
}

div.jqmdBC button, div.jqmdBC input[type="submit"]
{
    margin: 8px 10px 4px 10px;
    color: #777;
    background-color: #fff;
    cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus
{
    /*background-color: #eaffc3;*/
}
/* [END] jQuery Modal plugin */


/* [START] jQuery Alert CSS */
/*
   Plugin: jQuery Alert Dialogs 
   Date Created/Downloaded: 10-29-2012
   Author/Source Page: http://www.abeautifulsite.net/blog/2008/12/jquery-alert-dialogs/
   Approved By: Brian P. Love
   Approved Date: 10-29-2012
*/
#popup_container
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #FAEBD7;
    /* background: #5C95C2 url(Images/images/title.gif) top repeat-x; */
    background-color: #5C95C2;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content
{
    background: 16px 16px no-repeat url(../images/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

    #popup_content.alert
    {
        background-image: url(../images/info.gif);
    }

    #popup_content.confirm
    {
        background-image: url(../images/important.gif);
    }

    #popup_content.prompt
    {
        background-image: url(../images/help.gif);
    }

#popup_message
{
    padding-left: 48px;
    /*padding-right: 50px;*/
}



#popup_panel
{
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt
{
    margin: .5em 0em;
}
/* [END] jQuery Alert CSS */

/* [START] jQuery BlockUI CSS */
.blockUI-opacity
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
/* [END] jQuery BlockUI CSS */

/* [START] jQuery Multiselect Checkbox/Radio Listbox CSS */
/*
   Plugin: jQuery Multiselect Checkbox/Radio Scrollable ListBox
   Date Created/Downloaded: 10-29-2012
   Approved By: Brian P. Love
   Approved Date: 10-29-2012
*/
.stc_w
{
    /*background-color: #F1F5FA;*/
    border: 1px solid #8B99AE;
    font-family: "Open Sans", Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 2px 5px;
    /*width: 320px;*/
    float: left;
    font-size: 11px;
    font-weight: normal;
}

    .stc_w div
    {
        float: left;
        clear: left;
        width: 100%;
    }

.stc_options
{
    min-height: 105px;
    max-height: 105px;
    overflow: auto;
}

.stc_w .stchide
{
    display: none;
}

.stc_w .stchighlight
{
    background: grey;
}

.stc_w .stcfade
{
    -moz-opacity: .30;
    filter: alpha(opacity = 30);
    opacity: .30;
}

.stc_w .stc_nav
{
    border-bottom: 1px solid #8B99AE;
    padding-bottom: 1px;
}

.stc_w ul li.selected
{
    /*background: none;*/
    /*background-color: #F1F5FA;*/
    /*border: 1px solid blue;*/
}

.stc_w ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .stc_w ul li
    {
        float: left;
        clear: left;
        margin: 0;
        padding: 0px;
        width: 100%;
        margin-bottom: 2px;
    }

.stc_w label
{
    padding-top: 1px;
    /*float: left;*/
    /*width: 100%;*/
    font-weight: normal;
    cursor: pointer;
}

.stc_w input
{
    float: left;
    margin: -2px 2px 0px 2px;
    cursor: pointer;
}

.stc_w .stcfilter
{
    font-size: 10px;
    height: 10px;
    float: right;
    width: 40%;
    min-width: 80px;
    padding: 2px;
}

.stc_w .stcsa
{
    float: left;
    margin: 5px 0 0 2px;
}
/* [END] jQuery Multiselect Checkbox/Radio Listbox CSS */



.ui-dialog .ui-dialog-titlebar-min
{
    position: absolute;
    right: 23px;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

    .ui-dialog .ui-dialog-titlebar-min span
    {
        display: block;
        margin: 1px;
    }

    .ui-dialog .ui-dialog-titlebar-min:hover, .ui-dialog .ui-dialog-titlebar-min:focus
    {
        padding: 0;
    }

.ui-dialog .ui-dialog-titlebar-rest
{
    position: absolute;
    right: 23px;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

    .ui-dialog .ui-dialog-titlebar-rest span
    {
        display: block;
        margin: 1px;
    }

    .ui-dialog .ui-dialog-titlebar-rest:hover, .ui-dialog .ui-dialog-titlebar-rest:focus
    {
        padding: 0;
    }
