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


/* ---------------------------------------------------------------------------------------------
START: SCREEN URLS STYLES
--------------------------------------------------------------------------------------------- */

#ees_editURLs {
    width:670px;
    margin: 0 auto;
}

#ees_editURLs span.fieldWarning {
    color: #FF0000;
    background:url(../Images/required_stars.png) left top no-repeat;
    padding-left:21px;
    font-size:0.9em;
}

#ees_editURLs .row {
    line-height: 28px;
    padding-top:10px;
}

#ees_editURLs .row:first-child {
    padding-top:0px;
}

#ees_editURLs .inputText {
    background:url(../Images/text-input-bg.gif) left top repeat-x;
    border-top: solid 1px #848484;
    border-left: solid 1px #c1c1c1;
    border-right: solid 1px #c1c1c1;
    border-bottom: solid 1px #e1e1e1;
    width:267px;
    padding:5px 4px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    margin-bottom: 10px;
}

#ees_editURLs .ees_currentURL {
    color: #575757;
    line-height:1;
    padding-bottom:10px;
    font-size: 0.9em;
}

#ees_editURLs .ees_currentPath {
    font-weight: bold;
    color: #000;
}

#ees_webPaths,
#ees_newWebPath {
    border-top:solid 1px #dadada;
    padding-top:15px;
    margin-bottom:10px;
}

#ees_newWebPath .stem {
    color: #333333;
    font-weight:bold;
}


/* ---------------------------------------------------------------------------------------------
END: SCREEN URLS STYLES
--------------------------------------------------------------------------------------------- */
