/*
CCNC - COMMUNITY CARE OF NORTH CAROLINA
APRIL 2011 CAPSTRAT - WILL LANGLEY

SITE COLORS:
heading green : #52873d
heading orange (bright, h1) : #ebac1e
heading burnt orange : #9b6026
heading light brown (category, selected, spiff header, th) : #9b6026
bg green : #a8c89b
body copy : #333
italic Georgia text spiff (dark rust red) : #391c0f
table bg color (faded orange/offwhite) : #fef9ed

*/

form {
}
form ul {
    list-style:none;
    margin:5px 0 0 0;
}
form ul li {
    list-style-type:none;
}
form ul li div ul {
    list-style:none;
}
div#content div#content_left form ul li div ul li,
div#content div.content_left form ul li div ul li {
    list-style-type:none;
    margin:0 0 0 0;
}
fieldset {
    
}
legend {
    
}
label {
    
}
label span {
    
}
input,
select,
textarea {
    
}
option {   
    
}
optgroup {
   
}
textarea {
    
}

/* EXTRANET LOGIN */
#content_left form ul,
.content_left form ul {
    list-style:none;
    margin:5px 0 0 0;
}
#content_left form ul li,
.content_left form ul li {
    list-style-type:none;
}
#content_left form ul li div ul,
.content_left form ul li div ul {
    list-style:none;
}
#content_left form ul li label,
.content_left form ul li label {
    display: inline-block;
    width: 80px;
    font-size: 1.2em;
    font-weight: bold;
}
#content_left form ul li input,
.content_left form ul li input {
    list-style:none;
    margin:5px 5px 0 0;
    width: 120px;
}
#content_left form ul li span.errors,
.content_left form ul li span.errors {
    margin-left: 5px;
    color: red;
}
#content_left form ul li input.submit-bt,
.content_left form ul li input.submit-bt {
    border:2px solid #AAAAAA;
    padding: 4px;
    font-size: 1.2em;
    width: auto;
}
/* SITEWIDE SEARCH */
div#search form {
    
}
div#search form input {
    height:19px;
    line-height:19px;
    padding:0 4px;
    border:0;
    margin:6px 0;
    float:left;
    width:120px;
    font-size:0.9em;
}
div#search form a.search_submit {
    width:37px;
    height:0 !important;
    overflow:hidden;
    float:left;
    position:relative;
    display:block;
    padding:31px 0 0 0;
    background:transparent url(http://www.p4communitycare.org/elements/img/search-go-btn.jpg) no-repeat left top;
}
div#search form a.search_submit:hover {
    background-position:0 -31px;
}
div#search form a.search_submit span {
    display:block;
    position:relative;
    padding:100px 0 0 0;
}

    font-weight: bold;
    line-height: 1.3em;
    padding: 5px 30px 5px 0;


/* Form Errors */
ul.errorlist {
    list-style: none outside none;
    color: #e22;
    font-size:0.8em;
    float:none !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
}
ul.errorlist li {
    float:none !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
}
span.required {
    color:#e22;
    font-style:italic;
    font-size:0.8em;
}