﻿body{
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
}

.generalErrorMsg{
    width: 95%;
    border: 2px solid maroon;
    background-color: #aa0808;
    color: white;
    font-weight: bold;
}

/***** FORM SECTION *****/
.formSection{
    width: 100%;
    max-width: 1000px;
    /* background-color: yellow;*/
    margin-bottom: 25px;
}

.formSectionHeader{

}

.formSectionBody{
    font-size: 14px;
    font-weight: bold;

}

.formSectionFooter{

}

.formSectionHeader > .title{
    font-size: 16px;
    font-weight: bold;
}

.formSectionHeader > .subtitle{
    font-size: 12px;
    font-weight: bold;
}

/* END FORM SECTION */

/***** FORM ITEM *****/
.formItem{
    width: 100%;
   /* background-color: green; */
   min-width: 275px;
   margin: 5px 5px 5px 5px;
   padding: 5px;
}

.itemFloatsLeft{
    float: left;
}

.itemStandardHeight{
    height: 70px;
    max-height: 80px;
}

.formItemHeader{
    padding: 5px 5px 5px 0px;
}

.formItemHeader > .title{
    font-size: 12px;
    font-weight: bold;
}

.formItemHeader->subtitle{

}

.formItemHeader->exampleText{

}

.formItemBody{
    
}

.formItemFooter{

}
/* END FORM ITEM */


/***** FORM FIELD STYLES *****/
.stdTextBox{
    font-family: Arial,Helvetica,Verdana;
    font-size: 14px;
    line-height: 24px;
    height: 28px;
    width: 90%;
    min-width: 100px;
    border: 2px solid #cccccc;
    text-transform: uppercase;
}

.stdDDList {
    font-family: Arial,Helvetica,Verdana;
    font-size: 14px;
    line-height: 24px;
    height: 28px;
    width: 90%;
    min-width: 100px;
    border: 2px solid #cccccc;
    background-color: white;
    text-transform: uppercase;
}

.checkBoxItem{
    display: block;
    line-height: 20px;
}

.stdRadioButton{
    font-family: Arial,Helvetica,Verdana;
    font-size: 14px;
    line-height: 24px;
    margin-right: 25px;
    list-style-type: none;
}

.bottomButtonBar{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 80%;
    max-width: 800px;
}

.stdButton{

    background-color: #aa0808;
    border: 2px solid maroon;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    margin: 20px;
}

.buttonShapedLink{
border: 2px solid maroon;
background-color: #aa0808;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: white;
font-family: Arial,Helvetica,Verdana;
font-size: 12px;
font-weight: bold;
padding: 5px 15px 5px 15px;

}

.requiredStar{
    color: red;
    font-weight: bold;
}

.formFieldErrorMessage{
    color: red;
    display: block;
    padding-top: 5px;
}

.stdErrorMessage{
    border: 2px solid maroon;
    background-color: maroon;
    color: white;
    font-weight: bold;
    padding: 5px;
}

/*
.formGroup{
padding: 10px 0px 10px 0px;
vertical-align: middle;
}

.formGroupRelated{
    padding: 0px 0px 10px 0px;
    vertical-align: middle;
}

.formScreenHeader{
    font-family: Arial, Helvetica, Verdana;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.formSectionHeader{
    font-family: Arial,Helvetica,Verdana;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.formSectionHeaderSub{
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -10px;
    display: block;
}





.stdFieldLabel{
    font-family: Arial,Helvetica,Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding-right: 15px;
    display: inline-block;
    width: 200px;
    text-align: right;
}

.stdRadioButton > label{
    padding-right: 25px;
}

*/


/***** CONFIRMATION PAGE *****/

.confSection{
    margin: 10px 0px 10px 0px;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    
}

.confSectionHeader{
    font-family: Arial,Helvetica,Verdana;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.confItem{
   padding: 3px 0px 3px 0px;
}

.confItemLabel{
    font-family: Arial,Helvetica,Verdana;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
    width: 25%;
    text-align: right;
    display: block;
    float: left;
}

.confItemValue{
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    width: 75%;
    display: block;
    display: block;
}
/*** END CONFIRMATION PAGE ***/


@media screen and (max-width: 500px){
  
    .confItemLabel{
        text-align: left;
        width: 100%;
        float: none;
    }

    .confItemValue{
        width: 100%;
        float: none;
    }
/*    .bottomButtonBar {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 80%;
     }

     .formFieldErrorMessage{
        color: red;
        margin-left: 0px;
        display: block;
    }

    .stdButton{
        background-color: #aa0808;
        border: 2px solid maroon;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: white;
        font-family: Arial,Helvetica,Verdana;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 0px 10px 0px;
        display: block;
        width: 75%;
        min-width: 250px;
        margin: 10px 5px 10px 0px;
    } */ 
} 


/**************************************/
/*****      CLEARFIX CLASS        *****/
/**************************************/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}