/**
 * codebase.css 
 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
 *
 * CSS used in codebase templates and scripts that generate HTML. Do not arbitrarily
 * edit this code! This file is used between many sites and modifying it may result
 * in something breaking. Instead, overwrite these values in a specific site by
 * adding new definitions to a screen.css file.
 */

/*_____________________ App.inc.php ____________________*/
.sc-msg { font-family: verdana,geneva,arial,sans-serif; }

.sc-msg-warning,
.sc-msg-error,
.sc-msg-success,
.sc-msg-notice {
    margin: 0 0 6px 0;
    padding: 5px;
    background: #fff; 
    color: #f00; 
    border: 1px solid #f00;
}

.sc-msg-success { color: #090; border-color: #090; } 
.sc-msg-notice { color: #C60; border-color: #C60; }

/*_____________________ PEdit.inc.php ____________________*/

.sc-pedit-form {}

.sc-pedit-item,
.sc-pedit-buttons { margin: .75em 0; }
.sc-pedit-buttons { clear: both; }

#sc-pedit-versions-table {
    margin-bottom: .75em;
    border-collapse: collapse;
    border-spacing: 0;
}

#sc-pedit-versions-table th, 
#sc-pedit-versions-table td {
    border-bottom: 1px solid #CC9;
    margin: 0;
    padding: 2px 10px;
    vertical-align: baseline;
}
#sc-pedit-versions-table th {
    white-space: nowrap;
}

/*_____________________ Utilities.inc.php ____________________*/

.sc-highlightwords {
    background-color: #EBFE00;
/*    color: #000;*/
}