/**** RESET Base Styles ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
    color:#666666;   
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight:normal;    
}


.content-box .content-box-header span.wide-align-right
{
    margin-left: 365px; 
    font-size: 12px;
    font-weight: normal;
}

.content-box .content-box-header
{
    padding: 7px 20px 7px 20px;
}

.content-box h3.content-box-header
{
    font-size: 15px;
}

.content-box .content-box-body
{
    padding: 15px 20px 15px 20px;
}

.horizontal-solid-spacer
{
    border-top: 1px solid #e0e0d4; /* CONFIG */
    line-height: 0px;
    font-size: 0px;
}

.horizontal-dotted-spacer
{
    border-top: 2px dotted #e0e0d4 !important; /* CONFIG */
    line-height: 0px;
    font-size: 0px;
}

.vertical-dotted-spacer
{
    border-right: 2px dotted #e0e0d4;   /* CONFIG */
    padding: 20px 3px 10px 0px;
}

.border-top
{
    border-top: 1px solid #e0e0d4; /* CONFIG */
}

.border-bottom
{
    border-bottom: 1px solid #e0e0d4; /* CONFIG */
}

.border-right
{
    border-right: 1px solid #e0e0d4; /* CONFIG */
}

.border-left
{
    border-left: 1px solid #e0e0d4; /* CONFIG */
}

.sitebuilder-form p, .cms-form p
{
    margin: 8px 0px 8px 0px;
}

.sitebuilder-form p label, .cms-form p label
{
	width: 25%;
	display: inline-block;    
}

.sitebuilder-form p input[type=text],
.sitebuilder-form p input[type=file],
.sitebuilder-form p input[type=password],
.sitebuilder-form p textarea,
.cms-form p input[type=text],
.cms-form p input[type=file],
.cms-form p input[type=password],
.cms-form p textarea
{
	width: 50%;
	border: 1px solid #cecece; /* CONFIG */
	padding: 2px 0px 2px 5px;
}

.sitebuilder-form p input[type=text].label,
.cms-form p input[type=text].label
{
    color: #cecece; /* CONFIG */
}

.sitebuilder-form p select,
.cms-form p select
{
	width: 51%;
	border: 1px solid #cecece; /* CONFIG */
	padding: 2px 0px 2px 5px;    
}

.cms-form p span.block
{
    display: inline-block;  
    width: 50%;
}

.inline
{
    margin-left:30px;   
}

.cms-form p label span.required
{
    display: inline;
    width: inherit;
    color: Red;
}

.information-message,
.error-message,
.warning-message
{
    padding: 5px 5px 5px 5px;
    margin: 7px 0px 7px 0px;
}

.field-validation-error
{
    color: Red; /* CONFIG */
}

.validation-summary-errors ul
{
    padding: 5px 0px 0px 10px;
}

#search-results-header
{
    padding: 5px 5px 5px 5px; 
    margin-bottom: 30px
}

.validation-summary-valid {
    display: none;
}