﻿body {
    font-family: Arial, Helvetica, sans-serif;
}

textarea {
    resize: none;
}

.LeftPanel {
    width: 640px;
    height: 356px;
    float: left;
    margin-right: 4px;
}

.RightPanel {
    width: 300px;
    height: 356px;
    float: left;
}

.LeftFullColumn {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    width: 640px;
}

.LeftLabelColumn {
    width: 200px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.LeftTextBoxColumn {
    width: 440px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.leftImageDiv {
    width: 44px;
    height: 40px;
    float: left;
}

.leftTextDiv {
    width: 596px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.leftLinkButton {
    line-height: 40px;
}

/******************* Start Status Section******************************/

.StatusMainDiv {
    border: 1px solid gray;
    float: left;
    height: auto;
    width: 297px;
    display: table;
}

.StatusHeadingDiv {
    width: 292px;
    height: 20px;
    line-height: 20px;
    float: left;
    background-color: #00548F;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    display: table-header-group;
}

.StatusFullColumn {
    border-top: 1px solid gray;
    float: left;
    min-height: 20px;
    /*line-height: 20px;*/
    width: 297px;
    display: table-row;
}

.StatusLeftColumn {
    float: left;
    min-height: 20px;
    /*line-height: 20px;*/
    padding-left: 5px;
    width: 175px;
    border-right: 1px solid gray;
    display: table-cell;
    padding-top: 3px;
}

.StatusRightColumn {
    /*border-left: 0.01em solid #000000;*/
    float: left;
    min-height: 20px;
    /*line-height: 20px;*/
    padding-left: 5px;
    width: 111px;
    display: table-cell;
    padding-top: 3px;
}

.StatusOdd {
    background-color: #fff;
}

.StatusEven {
    background-color: #D5E0FA;
}
/******************* Start Status Section******************************/

/******************* Start Fee Section ********************************/

.FeeSection {
    border: 4px solid #00548F;
    float: left;
    height: 168px;
    width: 632px;
}

.FeeSecionHeading {
    width: 632px;
    height: 30px;
    float: left;
    background-color: #00548F;
    color: #fff;
    font-size: 16px;
}

.FeeSectionLeftDiv {
    float: left;
    height: 143px;
    width: 316px;
}

.FeeSectionRightDiv {
    float: left;
    height: 144px;
    width: 316px;
}

.FeeSectionFullColumn, .FeeSectionAddressColumn {
    width: 316px;
    height: 30px;
    float: left;
    margin-top: 7px;
}

.FeeSectionLeftColumn {
    float: left;
    height: 25px;
    padding: 5px 0 0 2px;
    width: 106px;
}

.FeeSectionRightColumn {
    width: 208px;
    height: 30px;
    float: left;
}

.FeeSectionAddressColumn {
    height: 60px;
}

.FeeSectionButton {
    float: left;
    height: 30px;
    padding-left: 210px;
    width: 100px;
}

.btnSubmit {
    width: 100px;
    height: 30px;
    float: left;
    background-color: #5A7DBB;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px 5px;
}

.FeeSectionDropDown {
    border: 1px solid #CDCDCD;
    height: 25px;
    width: 157px;
}

.FeeSectionSmallDropDown {
    border: 1px solid #CDCDCD;
    height: 25px;
    width: 62px;
}

.FeeSectionTextBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cdcdcd;
    color: #000000;
    font-size: 14px;
    padding: 5px;
    width: 188px;
    height: 14px;
}

.FeeSectionDayDropDown {
    width: 60px;
    float: left;
    height: 25px;
}

.FeeSectionMonthDropDown {
    width: 75px;
    float: left;
    height: 25px;
}

.FeeSectionYearDropDown {
    width: 65px;
    float: left;
    height: 25px;
}
/******************* Start Fee Section ********************************/
.SatEditLink {
    color: red;
    /*border: 1px solid #cdcdcd;*/
    padding: 5px;
    font-size: 14px;
    /* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #CDCDCD 100%);*/
    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #CDCDCD 100%);*/
    /* Opera */
    /*background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #CDCDCD 100%);*/
    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E6E6E6), color-stop(1, #CDCDCD));*/
    /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #CDCDCD 100%);*/
    /* W3C Markup, IE10 Release Preview */
    /*background-image: linear-gradient(to top, #E6E6E6 0%, #CDCDCD 100%);*/

    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8cbd6', endColorstr='#edeeec',GradientType=0 ); /* IE6-9 */*/
}
