﻿
/* ==================================
		Forms
==================================== */

.formCollection 
{
    width:100%;
    border:0;
    border-collapse:collapse;
    margin-bottom:15px;
}

.formCollection td 
{
    padding:10px 5px;
    border-bottom:1px solid #d7d7d7;
    width:200px;
    text-align:left;
    vertical-align: top;
}


.formCollectionCustom
{
    width:100%;
    border:0;
    border-collapse:collapse;
    margin-bottom:15px;
}

.formCollectionCustom td 
{
    padding:10px 5px;
    border-bottom:1px solid #d7d7d7;
    text-align:left;
}

.plainTable
{
    width:100%;
    border:0;
    border-collapse:collapse;
    margin-bottom:0;
}

.plainTable td 
{
    padding:2px 2px;
    border-bottom:0px;
    text-align:left;
}



.inputtext, select
{
    width:200px;
}

.formCollection tr td:first-child 
{
    width:190px;
}

.formCollection tr td:last-child 
{
    width:400px;
}

.formCollection tr:last-child td 
{
    border:0;
}

.tableList 
{
    width:100%;
    border:0;
    border-collapse:collapse;
}
.tableList tr td, .tableList tr th
{
    vertical-align:top;
    text-align:left;
    padding:5px;
    
}

.tableList tr:nth-of-type(even) {
  background-color:#ededed;
} 

.strongerTableCellText tr td
{
    font-weight:bold;
}

.formRow
{
    float: left;
    /*
    Forces val message to be placed below textbox
    width: 700px;
*/
    margin-top: 10px;
    width:100%;
    border-bottom:1px solid #aaa;
}

.radio
{
    margin: 0;
    border: 0;
    margin-right: 5px;
}

.fieldName
{
    width: 165px;
    float: left;
    margin-top: 4px;
}

.field
{
    width: 350px;
    float: left;
}

.fieldFull
{
    width: 600px;
    float: left;
}

.field input, textarea
{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #666666;
    border-right: 1px solid #cccccc;
    padding: 2px;
    margin-bottom: 5px;
    font-size: 1em;
}

.field input.button 
{
    border:0;
    padding:10px 0;
}
    

.checkbox input
{
    width: auto;
}

.dropdown
{
    float: left;
    padding-bottom: 4px;
}

.file
{
    float: left;
}

.hint
{
    width: 270px; /*left: 416px;*/
    float: left;
    margin-top: 2px;
}

.inlineTabs .hint
{
    left: 426px;
}

.terms
{
    clear: both;
}

input .checkbox
{
    margin: 0;
    border: 0;
    width: 5px;
}
.checkBoxTable
{
    margin-top: 3px;
    border-collapse: collapse;
}
.checkBoxTable td
{
    vertical-align: top;
}


.register
{
    clear: left;
    width: 359px;
    padding-top: 0.5em;
    text-align: right;
}

.line
{
    border: none;
    background-color: #999;
    color: #999;
    height: 1px;
    width: 353px;
    margin-left: 0;
    clear: left;
}



.imagehyperlinkbuttonMedium
{
    color: #fff;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    margin:0px 0px 0px 0px;
    padding: 7px 32px 7px 32px;
    text-decoration: none;
    letter-spacing: 0px;
}

.imagehyperlinkbuttonLarge
{
    color: #fff;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    font-weight: bold;

    margin: 0px 0px 0px 0px;
    padding: 12px 48px 12px 48px;
    text-decoration: none;
    letter-spacing: 0px;
}

a:hover.imagehyperlinkbuttonMedium
{
    color: #fff;
}

a:hover.imagehyperlinkbuttonLarge
{
    color: #fff;
}

.infoBox
{
    border: solid 1px #ccc;
    padding: 6px;
    padding-left: 28px;
    width: 371px;
    margin-bottom: 12px;
    background: #fff url('../gfx/form/infoBoxBackground.gif') no-repeat top left;
}

.errorLabel
{
    color: #a00;
}
