﻿#maincontent table.tableform
{
    width: inherit;
    margin-top: 18px;
    position: relative;
    display: block;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ededed;
    border-collapse: separate;
    position: relative;
    padding:5px;
    margin-bottom:1em;
    background: #f7f7f7;
}

#maincontent table.tableform caption
{
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    color: #6b6b6b;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    padding-bottom: 0pt;
    border-bottom: solid 2px #e5e5e5;
    margin-bottom: .43em;
    width: 100%;
}

#maincontent table.tableform tfoot tr th, #maincontent table.tableform tfoot tr td
{
    border: none;
}

#maincontent table.tableform tr td, #maincontent table.tableform tr th
{
    vertical-align: top;
    padding: 9px;
}

#maincontent table.tableform tr th
{
    text-align: left;
    white-space: nowrap;
    color: #6b6b6b;
}

#maincontent table.tableform tr th label
{
    margin-right: 10px;
}

.required
{
    background-image: url(/lib/images/icons/bullet_red.png);
    background-repeat: no-repeat;
    background-position: -4px 1px;
    padding-left: 12px;
    display: inline-block;
    font-weight: bold;
    color: #6b6b6b;
}

#maincontent table.tableform .denote
{
    position: absolute;
    top: -15px;
    right: 8px;   
    z-index: 2;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #BCBCBC;
    border-collapse: separate;
    padding:5px;
    margin-bottom:1em;
    background: #FFFFFF;
}

/* Forms 5000 */

.cBoxOuterContainer {width:214px;float:left;}
.cBoxInnerContainer {width:212px;margin-top:5px;}
.tableSubHeader{background-color:#D7E2EE;border:1px solid #bdc7d2;color:#35424f;font-weight:bold;font-size:95%;width:100%;}
.infoMulti {width:500px;height:100px;}
.infoMultiSm {width:350px;height:100px;}
.collapsed {height:0px;overflow:hidden;}

.vSummary {width:100%;border:1px solid #cbcbbf;background-color:#EEEEDD;border-bottom:3px solid #990000;color:#990000 !important;}
.vSummaryHeader {font-weight:bold;margin:3px 15px 5px 15px;border-bottom:1px solid #cbcbbf;color:#990000;font-size:105;padding:5px 2px 5px 20px;background:url(/lib/images/icons/exclamation.png) no-repeat left center;}
.vSummaryHasFocus {background-color:#FF0000;}
a {cursor: pointer;}

table.tableform tr td {padding:3px;}






/* END Forms 5000 */
