/**
 * 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 { z-index: 2000000000; } /* Close to the maximum of a 32-bit integer. */
.sc-msg-success,
.sc-msg-notice,
.sc-msg-warning,
.sc-msg-error {
	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; }

form .sc-msg-success,
form .sc-msg-notice,
form .sc-msg-warning,
form .sc-msg-error {
    border-style: none;
    padding: 0;
}

/* 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;
}

/* Captcha.inc.php -------------------------------------------------- */
#sc-captcha {
    font-size: 0.5em;
    line-height: 0.8em;
}
/**
 * utilities.css 
 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
 *
 * CSS used often in Strangecode applications. 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.
 */

/*_____________________ FORMS ____________________*/

input.sc-tiny, textarea.sc-tiny, select.sc-tiny,
input.sc-small, textarea.sc-small, select.sc-small,
input.sc-medium, textarea.sc-medium, select.sc-medium,
input.sc-large, textarea.sc-large, select.sc-large,
input.sc-full, textarea.sc-full, select.sc-full { margin: 0 0.5em 0 0; }

input.sc-tiny, textarea.sc-tiny, select.sc-tiny, label.sc-tiny          { width: 4.75em; }
input.sc-small, textarea.sc-small, select.sc-small, label.sc-small      { width: 10em; }
input.sc-medium, textarea.sc-medium, select.sc-medium, label.sc-medium  { width: 20.5em; }
input.sc-large, textarea.sc-large, select.sc-large, label.sc-large      { width: 41.5em; }
input.sc-full, textarea.sc-full, select.sc-full, label.sc-full          { width: 100%; }

select.sc-small     { width: 10em; }
select.sc-medium    { width: 20.5em; }

textarea.sc-twolines, select.sc-twolines              { height: 3em; }
textarea.sc-short, select.sc-short                    { height: 8em; }
textarea.sc-tall, select.sc-tall                      { height: 25em; }
textarea.sc-fullscreen, select.sc-fullscreen          { height: 40em; }

/*_____________________ UTILITIES ____________________*/
.sc-center { text-align: center; }
.sc-clearboth { clear: both; }
.sc-help { color: #999; font-weight: normal; }
.sc-hidden { display: none; visibility: hidden; }
.sc-monospaced { font-family: monospace; }
.sc-padleft { padding-left: 10px; }
.sc-padright { padding-right: 10px; }
.sc-right { text-align: right; }
.sc-normal { font-weight: normal; }
.sc-nowrap { white-space: nowrap; }
.sc-dim {
    filter:alpha(opacity=25);
    -moz-opacity:.25;
    opacity:.25;
}

/* .sc-pkg class wraps enclosing block element around inner floated elements */
.sc-pkg:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0.0; }
* html .sc-pkg { display: block; }
/* no ie mac \*/
* html .sc-pkg { height: 1%; }
.sc-pkg { display: block; }
/* */
