﻿body {
}

.ActionsBar{
    margin-top: 5px;
    margin-bottom: 5px;

}




.entryformStd {
    width: 600px;
}

table.ActionsBar td 
{
    width: 170px;
    padding-right: 10px;
}
table.ActionsBar td.HundredPercent
{
    width: 100%;

}

table.entry td {    
    margin-left: 40px;
}

.entry tr.entryRow {
    height:40px;
}

.entry tr.memoRow {
    height:80px;
}

.entry tr.memoRowMed {
    height:86px;
}

.entry tr.memoRowLarge {
    height:100px;
}

tr.spacerRow {
height:8px;
}

td.col_LabelsNarrow{
    width:200px;
}

td.col_LabelsStd{
    width:300px;
}

td.col_LabelsWide{
    width:400px;
}


td.col_Narrow {
    width:200px;
}


td.col_Std{
    width:300px;
}


td.colWide{
}

td.colExtraWide {
    width:500px;
}



table.editform {
    width:100%;
}


table.editform tr{
    /*padding-top:4px;
    padding-bottom:4px;*/
        vertical-align:top;

}

table.editform.td.rightAlign{
     text-align: right;
}

table.editform.tr.spacer {
    height:2px;
    }

.spanall {
        column-span:all;
        width:100%;
    }

table.editform.tr.memorow60{
    /*padding-top:4px;
    padding-bottom:4px;*/
    
    height:60px;
    vertical-align:top;
}

table.editform.tr.memorow100{
    /*padding-top:4px;
    padding-bottom:4px;*/
    
    height:100px;
    vertical-align:top;
}

table.editform td.FiftyPerc {
}

table.editform td.TwentyFivePerc {
    width:25%;
}

table.editform td.FiftyPerc {
}

table.editform td.HundredPerc {
    width:100%;
}

.FtrCopyright {
    width:50%;
}