/* 
    Document   : ici
    Created on : February 20, 2006, 3:55 PM
    Author     : Mark Blackledge
    Description:
        General styling for the ICI website
*/

html, body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #C5C7C8;
}

a:link 
{
    color: #333333;
}
a:visited 
{
    color: #666666;
}


.textFieldError
{
    background-color: pink;
}

.errorMessage
{
    border: 1px solid red;
    color: black;
    background-color: pink;
}

.statusMessage
{
    border: 1px solid #d3d3d3;
    background-color: antiquewhite;
}

.errorMessage, .statusMessage
{
    margin: 0.5em 0;
    padding: 0.4em;
}

.menuBar
{
    background-color: #fff;
    width: 750px;
    height: 36px;
}
.menuBlock
{
    float: left;
}

.loginText
{
    width: 75%;
    padding-bottom: 0.5em;
}

.loginLabel
{
    float: left; 
    width: 5em;
    padding-top: 0.3em;
    margin-right: 2em;
}

.standardInputFieldArea
{
    margin-top: 1.0em;
}

.buttonArea
{
    margin-top: 1.5em;
}

#forgotArea
{
    margin-top: 1.5em;
    font-style: italic;
    cursor: pointer;
    color: #806838;
}

#errorMessageArea
{
    margin: 10em 10em 10em 5em;
}

#errorMessageLink
{
    margin-top: 2em;
}

a.underlinedLink:link, a.underlinedLink:visited
{
    text-decoration: underline;
}

/* general style to be used for all images */
.iciImage
{
    border: none;
}

/* container for body of ici decorated page */
#iciBody
{
    text-align: left;
    width: 750px; 
    margin: 0 auto; 
    background-color: #fff;
    height: 600px;
}

.copyright
{
    color: #999999;
    clear: both;
    text-align: center;
}

.whiteCopyright
{
    /* individual files will set this to give a white background to copyright */
}

#iciMenu
{
    float: left;
    width: 108px;
    padding: 25px 0px 0px 26px;
}

.iciMenuItem
{
    margin-bottom: 1.4em;
}

#adminArea, #pdfArea
{
    float: left;
    margin-left: 20px;
    width: 550px;
}

#adminWelcome
{
    margin-top: 2em;
}

.addLink
{
    font-size: 110%;
}

.itemList
{
    margin-top: 2em;
    width: 90%;
}

#adminBodyTop
{
    margin-top: 2em;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

#adminBodyMain
{
    margin-top: 2em;
}

#loginArea
{
    margin-top: 2em;
    text-align: left;
    margin-right: 2em;
}
 
/* census page area */
#censusArea
{
    padding: 0em 1em 0em 4em;
    float: left;
    background: #fff;
    width: 700px;
}

#userListArea, #formListArea, #userEditArea
{
    float: left;
    background: #fff;
    width: 750px;
    padding-bottom: 3em;
}

#censusAddMore
{
    margin: 2em 0em;
    text-decoration: underline;
    cursor: pointer;
}

#censusInstruction
{
    margin: 0em 0em 2em 0em;
}

/* contact segment area */
/* login segment area */
#contactArea
{
    margin-left: 160px;
    margin-right: 10px;
    text-align: left;
}

/* instruction text for a field */
.fieldInstruction
{
    color: gray;
    font-size: 0.9em;
    margin-bottom: 0.25em;
}

/* for side by side input controls in admin area */
.float_input
{
    float: left;
    margin-right: 2em;
}

/* for input controls */
.fieldGroup
{
    margin-bottom: 1em;
}

/* contact submission status message */
#submitThanks
{
    border: 1px solid #d3d3d3;
    background-color: antiquewhite;
    padding: 0.25em 0.0em;
}


.pdfFormType
{
    font-size: 120%;
    font-weight: bold;
    margin: 1em 0em;
    background-color: aliceblue;
    padding: 0.25em;
}

.pdfFormTitle
{
    font-weight: bold;
}

.pdfFormDescription
{
    font-size: 90%;
    margin-left: 4em;
    margin-top: 0.50em;
}