﻿html, body {
    margin: 0px;
    padding: 0px;
    /*text-align: center;
	height: 100%; */
    font-family: Arial;
    font-size: 13px;
}

div.th-content {
    padding-top: 15px;
    background-color: #F0F0F0;
}
/* this left-aligns content */
.container {
    text-align: left;
    width: 772px;
    margin: 0px auto;
}

.homeText {
    background-color: #000000;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    color: #fff;
    font-family: Tahoma, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

.homeTextSafari {
    background-color: #fff;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    color: #000000;
    font-family: Tahoma, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

.sectionBody {
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    clear: both;
    text-align: left;
}

    .sectionBody td {
        font-family: Verdana,Arial, Helvetica, sans-serif;
        font-size: 11px;
        clear: both;
    }

    .sectionBody a {
        color: #4F0072;
    }

        .sectionBody a:hover {
            color: #666;
        }

    .sectionBody h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #333;
    }

    .sectionBody h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #666;
    }
/* footer css */
.footer {
    background-image: url(../../Images/home_04.gif);
    background-repeat: no-repeat;
    height: 47px;
}

.footerText {
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #888;
    line-height: 14px;
    padding-top: 18px;
    text-align: center;
}

.footer a {
    color: #3F608E;
    text-decoration: none;
}

    .footer a:hover {
        color: #666;
        text-decoration: underline;
    }

.poweredBy {
    text-align: center;
    margin: 10px 0px;
}
/* end footer css */

/*skinable*/
.homeBody {
    background-image: url(../../Images/home_03.jpg);
    background-repeat: no-repeat;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    clear: both;
}

.spacerPX {
    background-color: transparent;
}

.vBlock {
    padding-left: 30px;
}

.homeBody a {
    color: #ffffff;
}

.homeBody ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.homeBody li {
    list-style-type: square;
    padding: 0px 0px 5px 0px;
}

.lblError {
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*width: 300px;
    position: absolute;
    display: inline-block;
    margin-left: 715px;*/
    border-radius: 8px;
}

#ctl00_ContentPlaceHolderAction_lblError {
    color: red !important;
    font-size: 18px;
}

.headerImage {
    width: 772px;
    height: 72px;
    background: url('../../Images/home_01.gif') transparent top left no-repeat;
}

.homeTimeHead {
    height: 10px;
    width: 226px;
    background: url('../../Images/DualLine.png') transparent top left no-repeat;
}

.homeTimeHeadNew {
    height: 10px;
    width: 453px;
    background: url('../../Images/DualLine453.png') transparent top left no-repeat;
}

.blockText, .blockList {
    font-size: 11px;
    color: #ffffff;
}

.round_testdrive {
    background: transparent url('../../Images/testDriveButton_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: xx-small;
    font-weight: bold;
    height: 18px;
    margin-right: 3px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

.UpdateProgress {
    text-align: center;
    padding-left: 230px;
    text-transform: uppercase;
}

.round_testdrive span {
    background: transparent url('../../Images/testDriveButton_left.gif') no-repeat;
    display: block;
    color: White;
    line-height: 14px;
    padding: 1px 0 5px 5px;
    text-align: center;
}

.loginSiteName {
    font-size: 13px;
    font-weight: bold;
}

.faqSiteName {
    font-size: 20px;
    font-weight: bold;
}

.linkService {
    color: Blue;
}

* html img,
* html .png {
    behavior: url(../Common/javascripts/iepngfix.htc)
}

.font19 {
    font-size: 19px;
}

.table5 {
    background: rgb(0,0,0);
    border-radius: 7px;
    padding: 15px;
    margin: 3px;
    color: white;
    font-weight:bold;
    border: 1px solid;
    background: linear-gradient(171deg, rgb(86, 86, 86) 42%, rgb(152, 152, 152) 98%, rgb(255, 255, 255) 100%);
}
.selectedTable5 {
    background-color: black;
    background: linear-gradient(to top, #0c9311, #DBDBDB);
    border-radius: 7px;
    padding: 15px;
    margin: 3px;
    box-shadow: 0 0 5px 2px #000000;
}

.labelLedGer {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 4px;
}

.dxtcActiveTab {
    background-color: #FFE066;
    color: black;
    font-weight: bolder;
}
.dxtcTab {
    background-color: #737373;
    color: white;
    font-weight: normal;
}
.panelPaging{
    background-color: #737373;
    color: white;
    font-weight:bold;
}
.mainCenterDiv {
    width: 90%;
    background-color: #bababd;
    min-height: 380px;
    margin-left: 100px;
    margin-right: 30%;
    border-radius: 13px;
    border: solid 2px black;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.pageHeader {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
}

.stylesDdl {
    text-align: center;
    margin-top: 20px;
}

    .stylesDdl select {
        width: 300px;
        height: 40px;
        border-radius: 10px;
        font-size: 14px;
    }

.description {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.textField {
    text-align: center;
    margin-top: 10px;
}

    .textField input {
        width: 300px;
        border-radius: 10px;
        font-size: 14px;
        height: 35px;
        border: 0;
    }

.buttonConfirm {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

table#ctl00_ContentPlaceHolderAction_btnSaveSiteSkin {
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    width: 300px;
}

td#ctl00_ContentPlaceHolderAction_btnSaveSiteSkin_B {
    border-radius: 10px;
}
