﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.MsgBoard_Modal {
    position: absolute;
    z-index: 1028;
    background-color: #fffffe;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}
.MsgBoard_Anything {
    border: solid 1px #ddd;
    border-radius: 8px;
    position: absolute;
    top: 40%;
    left: 40%;
/*    width: 400px;*/    
    text-align: center;
    z-index: 1126;
    color: #8e080f;
    background-color: #fffffc;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 40px;
}

@media (max-width: 8000px) {

    .MsgBoard_Modal, .MsgBoard_Anything {
        top: 20%;
        left: 30%;
        width: 20%;
    }
}

@media (max-width: 2000px) {

    .MsgBoard_Modal, .MsgBoard_Anything {
        top: 20%;
        left: 30%;
        width: 30%;
    }
}

@media (max-width: 769px) {

    .MsgBoard_Modal, .MsgBoard_Anything {
        top: 20%;
        left: 10%;
        width: 60%;
    }
}

@media (max-width: 500px) {

    .MsgBoard_Modal, .MsgBoard_Anything {
        top: 20%;
        left: 2%;
        width: 90%;
    }
}
    /* Set width on the form input elements since they're 100% wide by default */
    input, select {
    max-width: 280px;
}

textarea {
    max-width: 600px;
}

.tableGrid_MAX {
    min-width: 100%;
}

.tableGrid_1800 {
    min-width: 1800px;
}

.tableGrid_1600 {
    min-width: 1600px;
}

.tableGrid_1200 {
    min-width: 1200px;
}

.tableGrid_1100 {
    min-width: 1100px;
}

.tableGrid_900 {
    min-width: 900px;
}

.tableGrid_700 {
    min-width: 700px;
}

.tableGrid_500 {
    min-width: 500px;
}

.tableGrid_300 {
    min-width: 300px;
}

.gridOddRow {
    background-color: #ffffff;
}

.gridEvenRow {
    background-color: #e9f9ff;
}

.gridHeader {
    background-color: #ffffff;
}

.gridHeaderBlue {
    background-color: #e9f9ff;
}

.gridHeader, .gridHeaderBlue {
    border-bottom: solid 1px #bbb;
    font-weight: normal;
}

.gridCell00 {
    padding: 2px 4px 2px 0px;
    cursor: pointer;
}

.gridCell01, .gridCell02, .gridCell03, .gridCell04 {
    padding: 2px 8px 2px 8px;
    cursor: pointer;
}

.gridCell02 {
    text-align: center;
}

.gridCell03, .gridCell04 {
    text-align: right;
}

.gridCell04 {
    padding-right: 40px;
}

.gridCell05 {
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    width: 460px;
}

.grdPriceCell {
    padding: 2px 40px 2px 10px;
    text-align: right;
    width: 140px;
}

.btn_small {
    padding: 0px 4px;
    color: #66f;
    margin: 0px;
    font-size: 12px;
    background-color: #f4f4f6;
    min-width: 40px;
}