﻿/* Basic Classes */
.Borderless {
    border-collapse: collapse;
    width: 100%;
}

/* Form Classes */
.DetailsForm {
    width: 100%;
}
.DetailsFrame {
    width: 100%;
}
.DetailsLeft {
    vertical-align: top;
    width: 65%
}
.DetailsRight {
    vertical-align: top;
    width: 35%
}
.EscrowForm {
    margin-top: 20px;
    border: 1px solid #808080;
    padding: 10px;
    background-color: #DDDDD2;
    width: 100%;
}

/* Details Section Classes */
.DetailsSection {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.SectionHeader {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
}
.DetailsHeader {
    height: 30px;
    vertical-align: middle;
    background-color: #E2E2E2; /* fix me */
}
.DetailsHeading {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}
.DetailsExpander {
    float: right;
    margin: 5px;
}
.DetailsRow {
    height: 45px;
}
.DetailsCell {
    width: 50%;
    vertical-align: top;
}
.DetailsCell50 {
    width: 50%;
    vertical-align: top;
}
.DetailsCell33 {
    width: 33%;
    vertical-align: top;
}
.DetailsCell25 {
    width: 25%;
    vertical-align: top;
}
.DetailsFooter {
    height: 30px;
    vertical-align: top;
}

/* Action Classes */
.ActionsRight {
    vertical-align: top;
    text-align: right;
    width: 290px;
}
.ActionButton {
    width: 150px;
    margin-top: 10px;
}

/* Details Controls Classes */
.DetailsLabel {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.DetailsCaption {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}
.DetailsCheckBox {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: -3px;
}
.DetailsCheckItem {
    font-size: 12px;
    position: relative;
    left: -3px;
}
.RequiredField {
    font-size: 12px;
    background-color: #FFFFCC;
}
.DisplayField {
    font-size: 12px;
}
.DetailsButton {
    font-size: 13px;
    font-weight: bold;
    width: 75px;
}
.UploadPhotoPanel {
    height: 100px;
    width: 325px;
    background-color: #FBFBF9;
    border: solid 1px;
    padding: 10px;
    margin-left: 10px;
}
.UploadPhotoInstructions {
    color: #999;
    font-size: 11px;
    font-weight: normal;
    line-height: 25px;
}
.nDash {
    font-size: 10pt;
    position: relative;
    top: -1px;
}
.ErrorMessageText {
    font-size: 11px;
}
.HelpIconField {
    vertical-align: top;
    position: relative;
    top: -1px;
}
.HelpIconSection {
    vertical-align: middle;
}
.HelpPanelIcon {
    vertical-align: bottom;
}
.ControlBarPanel {
    border: 1px solid #808080;
    background-color: #CCCCCC;
}
.GrayPanel {
    border: 1px solid #808080;
    background-color: #CCCCCC;
}
.SellerPanel {
    padding: 10px;
    border: 1px solid green;
    background-color: #E9E9E9;
    width: 430px;
}

/* Text Classes */
.AttentionText {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}
.BoldText {
    font-weight: bold;
}
.FailureText {
    color: red;
    font-size: 12px;
}
.StepText {
    border: solid 2px #FFFFFF;
    color: White;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 5px;
    font-weight: bold;
}

/* Image Classes */
.ProgressBar {
    margin-top: 10px;
}
.ContinueHere {
    margin-top: 10px;
}
.RightSide {
    float: right;
}
.LeftSide {
    float: left;
}

/* Validation Summary Classes */
.ValidationSection {
    /* background: transparent url("/App_Images/RedAlert.png") no-repeat border: solid 1px red; */
    padding: 5px;
    width: 98%;
}
.ValidationSection h4 {
}
.ValidationSection ul {
    font-style: italic;
    margin-left: 15px;
}
.ValidationSection ul li {
}

/* Alert Classes */
.AlertImage {
    float: left;
    margin-right: 10px;
}
.AlertTitle {
    height: 25px;
    padding-top:10px;
}
.AlertText {
    margin-top: 5px;
}
.RedAlertPanel {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #8C2E31;
    background-color: #F6DED4;
    width: 97%;
}
.RedAlertText {
    color: #8C2E31;
    font-size: 12px;
    font-weight: bold;
}
.OrangeAlertPanel {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #F68829;
    background-color: #FBE5CD;
    width: 97%;
}
.OrangeAlertText {
    color: #F68829;
    font-size: 12px;
    font-weight: bold;
}
.GreenAlertPanel {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #02682B;
    background-color: #D9E4D8;
    width: 97%;
}
.GreenAlertText {
    color: #02682B;
    font-size: 12px;
    font-weight: bold;
}
