﻿/*----------------------Use to make the field input uppercase for consistency----------------------*/
.TextToUpperClass
{
    text-transform: uppercase;
}
.errorMessage
{
    font-family: Arial;
    font-style: italic;
    color: #FF0000;
}
/*----------------------Layout for Form----------------------*/
/*----------------------Form Container----------------------*/
.wrapper
{
    margin: 10px;
    width: 650px;
}
.Panelwrapper
{
    margin: 10px;
    width: 650px;
}
/*----------------------Left-side Content----------------------*/
.leftSideContent
{
    float: left;
    width: 150px;
    margin-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}
.PanelleftSideContent
{
    float: left;
    width: 150px;
    margin-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}
/*----------------------Right-side Content----------------------*/
.rightSideContent
{
    float: right;
    margin-left: 45px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}
.PanelrightSideContent
{
    float: right;
    width: 350px;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}
/*----------------------Information Block CSS from SirenDC-----*/
.wrapper2
{
    width: 625px;
    margin: 10px;
    background: url(../images/bg-text-column-gradient.gif) repeat-x;
    float: right;
}
/*----------------------Accordion Pane Styles-----------------*/
.accordionHeader
{
    padding-right: 5px;
    margin-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1.0em;
    cursor: pointer;
    padding-top: 1px;
    font-style: italic;
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    padding-bottom: 1px;
    background-color: #C0C0C0;
}
.accordionContent
{
     border-right: #f0f8ff 1px dotted;
     border-top: #f0f8ff 1px dotted;
     border-left: #f0f8ff 1px dotted;
     border-bottom: #f0f8ff 1px dotted;
     padding-right: 5px;
     padding-left: 5px;
     padding-bottom: 5px;
     padding-top: 5px;
     text-align: justify;
     color: navy;
     background-color: white;
}
/*----------------------SPECIAL STYLE TO OVERWRITE SIRENDC DESIGN-----------------*/
.wggUL
{
    font-size: small;
    list-style-type: disc;
    line-height: 16px;
}