﻿.EditableDiv {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: auto;
    padding: 2px;
    resize: none;
}


.VK-Public-FormLayout {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    /*border-spacing: 0px;*/
    /*border-collapse: collapse;*/
    /*background-color:#f0f0f0;*/
}

    .VK-Public-FormLayout td {
        /*padding: 0px;*/
    }

.VK-Public-FormFieldContainer {
    /*width: 100%;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    /*border-spacing: 0px;*/
    /*border-collapse: collapse;*/
}

.VK-Public-FormGridContainer {
    /*width: 100%;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    /*border-spacing: 0px;*/
    /*border-collapse: collapse;*/
}

.VK-Public-FormFieldContainer td {
    /*padding: 0px;*/
}



.VK-Public-InMiddleCenter {
    /*width:100%;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}



.VK-Public-InCenter {
    /*width:100%;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}


.VK-Public-InRight {
    /*width:100%;*/
    margin-right: 0px;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}


.VK-Public-InLeft {
    /*width:100%;*/
    margin-right: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}



.VK-Public-InMiddle {
    /*width:100%;*/
    margin-right: 0px;
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.VK-Public-InTop {
    /*width:100%;*/
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: auto;
}


.VK-Public-InButton {
    /*width:100%;*/
    margin-right: 0px;
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: 0px;
}










.VK-Public-Full {
    width: 100%;
}

.VK-Public-Min {
    width: 0px;
}


.VK-Public-Right {
    vertical-align: top;
    text-align: right;
}

.VK-Public-Left {
    vertical-align: top;
    text-align: left;
}

.VK-Public-Center {
    vertical-align: top;
    text-align: center;
}

.VK-Public-TitleButton {
    text-align: right;
    width: 100%;
    padding: 2px 5px 2px 5px;
    border-bottom: 2px solid Gray;
    border-right: 2px solid Gray;
}


.VK-Public-FooterButton {
    width: 100%;
    padding: 10px 5px 0px 10px;
}

.VK-Public-StatusBar {
    line-height: 5px;
    text-align: right;
    width: 100%;
    padding: 2px 5px 2px 5px;
    border-Left: 2px solid Gray;
    border-Top: 2px solid Gray;
}



.VK-Public-Fieldset {
    text-align: right;
    vertical-align: top;
}


.VK-Public-LegendBlue {
    color: #0000ff;
}

.VK-Public-LegendBlack {
    color: Black;
}

.VK-Public-FieldCover {
    text-align: right;
    width: 10px;
    line-height: 25px;
    vertical-align: middle;
    white-space: nowrap;
}

.VK-Public-LableCover {
    text-align: right;
    white-space: nowrap;
    width: 10px;
    line-height: 25px;
    vertical-align: middle;
}

.VK-Public-NumericFieldCover {
    text-align: right;
    direction: ltr;
    width: 10px;
    line-height: 25px;
    vertical-align: middle;
    white-space: nowrap;
}

.VK-Public-NumericLableCover {
    text-align: right;
    direction: ltr;
    white-space: nowrap;
    width: 10px;
    line-height: 25px;
    vertical-align: middle;
}


.VK-Public-LableNormal {
    color: Black;
    white-space: nowrap;
}

.VK-Public-LableRed {
    color: #800000;
    white-space: nowrap;
}

.VK-Public-LableBlue {
    color: Blue;
    white-space: nowrap;
}




.VK-Public-FieldNormal {
    width: 100px;
}

.VK-Public-FieldReadonly {
    background-color: #f0f0f0;
    border: thin solid #000000;
    width: 100px;
}

.VK-Public-FieldLemon {
    background-color: #ffffe1;
    width: 100px;
}

.VK-Public-NumericFieldNormal {
    direction: ltr;
    text-align: left;
    width: 100px;
}

.VK-Public-NumericFieldReadonly {
    direction: ltr;
    text-align: left;
    background-color: #f0f0f0;
    border: thin solid #000000;
    width: 100px;
}

.VK-Public-NumericFieldLemon {
    direction: ltr;
    text-align: left;
    background-color: #ffffe1;
    width: 100px;
}




input.abcd1 {
    width: 100px;
    background-color: #0000CD;
}


input[readonly="readonly"].abcd1 {
    width: 100px;
    background-color: #CC0099;
}

.abcd1 input {
    width: 100px;
    background-color: #ADFF2F;
}

    .abcd1 input[type="radio"], .abcd1 label {
        width: 100px;
        background-color: #FFFF00;
    }
