/* Start of CMSMS style sheet 'Forms' */
/*---------------------
    COLOURS
---------------------*/
/*
pale yellow: 	#f8f6b5;
yellow hover:    #f1f0a3;

pale blue: 		#e3f1f5;
nav hover /
inactive blue:	#d7ebf1;
light heading:	#62adcb;
dark heading:	#2a98c6;

dark grey: 	#424242;
light grey:		#666666;
*/
/*-----------------
GLOBAL
------------------*/
 
form fieldset {
    margin: 20px 0 0 20px;
    width: 100%;
    clear: both;
    display: block;
    border: none;
    padding:0;
}
#slideshow .blue form fieldset {margin-left: 20px;}

form legend {
    font-size: 1.5em;
    margin: 0.5em 0;
    color: #4C3346;
}
 
.legend p {
    margin: 0 0 3px;
    width: 60px;
    float: left;
}
 
div.legend {
    margin: 0.5em 0 1em;
    overflow: hidden;
    position: relative;
}
 
/*-----------------
LABELS
------------------*/
 
form label,
form .radioSet label.superlabel,
form .checkboxSet label.superlabel {
    display: block;
    font-weight: normal;
    clear: both;
    width: 200px;
    color: #424242;
}
 
/*-----------------
INPUTS
------------------*/
 
form input,
form textarea,
form select {
    width: 440px;
    border: none;
    background: #e3f1f5;
    font-size: 1em;
    font-family: arial,helvetica, sans serif;
    margin-bottom: 2px;
}
 
form textarea {height: 90px;}

* html form input,
* html form textarea,
* html form select {
    width: 420px;
}
 

#slideshow .blue form input,
#slideshow .blue form textarea,
#slideshow .blue form select,
#slideshow .blue form .required input,
#slideshow .blue form .required  textarea,
#slideshow .blue form .required  select {
    background: #fff;
    margin-bottom: 2px;
    width: 420px;
}

/*-----------------
RADIO / CHECKBOX
------------------*/
 
form .radioSet input,
form .checkboxSet input {
    width: auto;
    border: none;
    margin-bottom: 0;
}
 
form .radioSet div label,
form .checkboxSet div label,
form .radioSet label,
form .checkboxSet label {
    display: inline;
    font-weight: normal;
    color: #424242;
}
 
form .datepicker select, form .timepicker select {width: 80px;}
 
/*-----------------
MULTIPLE INPUT
------------------*/
 
form .textinput_multiple div {
    float: left;
    overflow: hidden;
    clear: both;
}
 
form .textinput_multiple div input {
    width: 390px;
    float: none;
    margin-top: 4px;
}
 
form .textinput_multiple input.submit {
    width: 50px;
    float: right;
    cursor: pointer;
    margin-right: 8px;
    border: none;
    padding: 0px 3px;
    font-size: 10px;
    background: #f8f6b5;
}
 
form .textinput_multiple input {
    width: 50px;
    float: left;
    margin-top: 4px;
}
 
/*-----------------
ALT SIZE INPUT
------------------*/
 
form .LeftLabel {
    position: relative;
    padding-bottom: 3px;
}
 
form .LeftLabel label {
    padding-left: 35px;
}
 
form .LeftLabel input {
    position: absolute;
    left: 0;
    top: 0;
}
 
form .narrowInputs label,
form .narrowInputs input,
form .narrowInputs textarea,
form .narrowInputs select {
    width: 250px;
}
 
form .smallField input,
form .smallField textarea,
form .smallField select {
    width: 2em;
    border: none;
    background: #f8f6b5;
}
 
/*-----------------
REQUIRED & ERROR MESSAGES
------------------*/
 
form .required input,
form .required textarea,
form .required select {
    background: #e3f1f5;
    border-color: #7D914A;
}
 
form .errorinput input, form .requirederrorinput input,
form .errorinput textarea, form .requirederrorinput textarea,
form .errorinput select, form .requirederrorinput select {
    background-color:#FFDFDF !important;
    border-color:#DF4545 !important;
}
 
.error_message, .error {
    background-color:#FFDFDF;
    border: 1px solid #DF4545;
    padding: 10px;
    width: 440px;
}
.error_message ul, .error ul {
    margin: 0;
    list-style: square;
}
.error_message h3, .error h3 {
    margin:0 0 0.5em;
}
 
/*-----------------
JAVASCRIPT ONLY
------------------*/
 
fieldset.hideUntilActivated div {display: none;}
fieldset.hideUntilActivated div.activateHidden, fieldset.hideUntilActivated div.activateHidden div {display: block;}
 
span.label,span.spacer,span.multiple span {width:120px;float:left;}
span.multiple {float:left;}
span.button {padding-left:120px;}
div.clear {clear:both;padding-top:5px;}
label.mandatory {font-weight: bold;}
 
/*-----------------
TYPOGRAPHY
------------------*/
 
form div p {margin: 10px 0 0 0;}
form div p strong {color: #7D914A;}
 
form .radioSet div {float: left;}
form .noFloat div {float: none;}
 
/*-----------------
SUBMIT
------------------*/
 
form .submit input, #slideshow .blue form .submit input {
    width: 215px;
    border: none;
    cursor: pointer;
    float: right;
    padding: 10px 10px 10px 45px;
    display: block;
    margin: 5px -20px 7px 7px;
    color: #424242;
    font-size: 1.1em;
    font-weight: bold;
    background: #f8f6b5 url(uploads/images/emailicon.gif) no-repeat scroll 20px 50%;
}
form .submit input:hover, #slideshow .blue form .submit input:hover {background-color: #f1f0a3;}

* html form .submit input, #slideshow .blue form .submit input {margin-right:0;}
/* End of 'Forms' */

