/*
 * EES CSS Library [Popups]
 *
 * @copyright 2010 Squiz Pty Ltd (ABN 77 084 670 600)
 * @license   GNU General Public License v.2
 * @link
*/


/* ---------------------------------------------------------------------------------------------
START: POPUP STYLES
--------------------------------------------------------------------------------------------- */
#ees_styledPopup {
    font-family:helvetica,arial,sans-serif;
    font-size:12px;
    line-height: normal;
}

#ees_styledPopup .title {
    background: url(../Images/popupTitle-bg.gif) repeat-x scroll 0 0 #113262;
    color: #fff;
    font-weight: bold;
    font-size:14px;
    padding: 8px;
    text-align:left !important;
}

table#ees_styledPopup {
    border: 1px solid #113262;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:url(../Images/page-gradient.png) repeat-x left top #FFFFFF;
}

#ees_styledPopup fieldset {
    border: 0;
    border-bottom: 1px solid #113262;
    padding: 8px;
    margin: 0px;
}

#ees_styledPopup table,
#ees_styledPopup td,
#ees_styledPopup th,
#ees_styledPopup tr {
    padding: 0px;
    margin:0px;
    border:none;
    background:none;
}

#ees_styledPopup td.label,
#ees_styledPopup .bodycopy-popup-heading {
    font-size: 12px;
    padding:0px;
    margin:0px;
    width:106px;
}

#ees_styledPopup legend {
    font-size: 13px;
    padding:2px 0px 0px 0px;
    margin:0px;
    font-weight:bold;
    color:#000000;
}

#ees_styledPopup button {
    width: 70px;
    height: 22px;
    border: 0;
    color: #fff;
    background: transparent url(../Images/popup-button-bg.png) no-repeat 0 0;
    text-align: center;
    cursor: pointer;
}
#ees_styledPopup table input[type=text],
#ees_styledPopup table textarea {
    width:160px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

/* ---------------------------------------------------------------------------------------------
END: POPUP STYLES
--------------------------------------------------------------------------------------------- */
