﻿#maincontent div.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 tr td, #maincontent table.tableform tr th
{
    vertical-align: top;
    padding: 9px;
    color:#6b6b6b;
}

#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('/images/icons/exclamation.png') no-repeat left center;}
.vSummaryHasFocus {background-color:#FF0000;}
a {cursor: pointer;}

table.tableform tr td {padding:3px;}

/* END Forms 5000 */
