.Header {
    width: 100%;
    height: 503px;
}

.MenuHeader {
    width: 100%;
    border-width: thin;
}

.MenuContant {
    width: 20%;
    border-width: thin;
}

.BetweenContants {
    width: 70%;
    border-width: thin;
}

.DropDownListCssClass {
    border: 1px solid #93A9C8;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
}

.Text {
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: top;
}

.fixed1 {
    position: fixed;
    top: 450px;
    left: 365px;
    width: 80px;
    height: 20px;
}

.fixed2 {
    position: fixed;
    top: 450px;
    left: 1155px;
    width: 80px;
    height: 20px;
}

.fixed3 {
    position: fixed;
    top: 550px;
    left: 1155px;
    width: 80px;
    height: 20px;
    z-index: 2;
}

.fixed4 {
    position: fixed;
    top: 400px;
    left: 685px;
}

.fixed5 {
    position: absolute;
    top: 350px;
    left: 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.fixed6 {
    position: absolute;
    top: 350px;
    right: 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.fixed7 {
    position: relative;
    top: -20px;
    left: 865px;
    width: 15px;
}

.fixed8 {
    position: fixed;
    top: 7px;
    left: 985px;
    z-index: 10;
}

.fixed9 {
    position: fixed;
    top: 0px;
    left: 630px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: White;
    border-radius: 4px 4px 4px 4px;
}

.fixed10 {
    position: fixed;
    top: 351px;
    left: 485px;
    width: 600px;
}

.fixed11 {
    position: fixed;
    top: 41px;
    left: 385px;
    width: 81px;
}

.fixed12 {
    position: fixed;
    top: 251px;
    left: 755px;
    width: 81px;
    z-index: 110;
}

.fixed13 {
    position: fixed;
    top: 100px;
    left: 300px;
    width: 810px;
    z-index: 115;
}

.fixed14 {
    position: fixed;
    top: 90px;
    left: 1110px;
    z-index: 1111;
}

#ImgPrevious {
    height: 43px;
    width: 56px;
}

#ImgNext {
    height: 43px;
    width: 56px;
}

.table {
    border-style: solid;
    border-width: thin;
    width: 100%;
    font-size: 12px;
    border-color: #ece9d8;
    font-family: segoeui-regular;
}

.trStyle {
    border-width: thin;
    border-bottom-style: solid;
    border-color: #ece9d8;
    background: #02426F;
    color: White;
    font-weight: bold;
    font-family: segoeui-regular;
}

.LinkStyle {
    text-decoration: underline;
    cursor: pointer;
}

.ButtonCssClass {
    background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #Aqua;
    font-weight: bold;
}

.toTop {
    width: 40px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
    position: fixed; /* this is the magic */
    cursor: pointer;
    color: #333;
    font-family: SegoeUI-SemiBold;
    font-size: 11px;
}

.gbx {
    background-color: #2D2D2D;
    background-image: none;
    _background-image: none;
    background-position: 0 -138px;
    background-repeat: repeat-x;
    border-bottom: 1px solid black;
    font-size: 24px;
    height: 29px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0px;
}

.getBelow {
    position: fixed;
    top: 30px;
    margin-left: 20px;
    border-left: 1px solid silver;
    background-color: White;
    width: 95%;
}

.style1 {
    background-color: #2D2D2D;
    background-image: none;
    _background-image: none;
    background-position: 0 -138px;
    background-repeat: repeat-x;
    border-bottom: 1px solid black;
    font-size: 24px;
    height: 29px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0px;
    text-align: center;
    background: url("../Images/DXR.png") repeat-x;
}

.style2 {
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: top;
    text-align: top;
}

.tdSale {
    font-size: 1.2em;
    color: #444;
    background: white;
    width: 350px;
    height: 250px;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
    border-right: 2px solid #DDD;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 0px 0px 0px;
}

    .tdSale:hover {
        border-left: 1px solid #CCC;
        border-top: 1px solid #CCC;
        border-right: 2px solid #999;
        border-bottom: 2px solid #999;
        padding: 4px 0px 0px 0px;
    }

    .tdSale a img {
        border: 3px solid #eee;
        -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
/*
.tdSale:hover a img
{
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}
.tdSale a img:hover
{
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
}
*/
.tdSaleSelection {
    font-size: 1.2em;
    font-weight: bold;
    background: url("../Images/Horizantal.png") repeat-x;
    color: White;
    width: 135px;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
    border-right: 2px solid #DDD;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 0px 0px 0px;
    z-index: -100;
    border-top-color: #757575;
    background: #757575;
}

    .tdSaleSelection a img {
        border: 3px solid #eee;
        -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
/*
.tdSaleSelection:hover a img
{
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}
.tdSaleSelection a img:hover
{
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
}
*/

.style3 {
    color: #FF9900;
    font-weight: bold;
}

.button {
    background: url("../Images/DXR.png") repeat-x;
    font-weight: bold;
    height: 25px;
    border-top: 1px solid #f0f0fa;
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 12px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}

.End {
    background-color: #2D2D2D;
    background-image: none;
    _background-image: none;
    background-position: 0 -138px;
    background-repeat: repeat-x;
    border-bottom: 1px solid black;
    font-size: 24px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0px;
    text-align: center;
    background: url("../Images/Bottom.PNG") repeat-x;
}

.EndLine {
    background-color: #2D2D2D;
    background-image: none;
    _background-image: none;
    background-position: 0 -138px;
    background-repeat: repeat-x;
    border-bottom: 1px solid black;
    font-size: 24px;
    height: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 0px;
    background: url("../Images/DXR.PNG") repeat-x;
    text-align: left;
    font-size: small;
    color: White;
    vertical-align: bottom;
}

#Img1 {
    height: 49px;
}


.button1 {
    border-top: 1px solid #f0f0fa;
    background: #99a1a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#55595c), to(#99a1a6));
    background: -webkit-linear-gradient(top, #55595c, #99a1a6);
    background: -moz-linear-gradient(top, #55595c, #99a1a6);
    background: -ms-linear-gradient(top, #55595c, #99a1a6);
    background: -o-linear-gradient(top, #55595c, #99a1a6);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 12px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}

.button:hover {
    border-top-color: #757575;
    background: #757575;
    color: #ebf0f5;
}

.button:active {
    border-top-color: #c4c4c4;
    background: #c4c4c4;
}

.dropdown {
   /*border-top: 1px solid #f0f0fa;
    background: #abb4ba;
    background: -webkit-gradient(linear, left top, left bottom, from(#63686b), to(#abb4ba));
    background: -webkit-linear-gradient(top, #63686b, #abb4ba);
    background: -moz-linear-gradient(top, #63686b, #abb4ba);
    background: -ms-linear-gradient(top, #63686b, #abb4ba);
    background: -o-linear-gradient(top, #63686b, #abb4ba);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-size: 12px;
    font-family: SegoeUI-SemiBold;
    text-decoration: none;
    vertical-align: middle;
    height: 30px;
    font-weight: bold; /**/
}

    .dropdown:active {
        border-top-color: #c4c4c4;
        color: black;
    }


.listbox {
    border-top: 1px solid #f0f0fa;
    background: #bfced9;
    background: -webkit-gradient(linear, left top, left bottom, from(#778b99), to(#bfced9));
    background: -webkit-linear-gradient(top, #778b99, #bfced9);
    background: -moz-linear-gradient(top, #778b99, #bfced9);
    background: -ms-linear-gradient(top, #778b99, #bfced9);
    background: -o-linear-gradient(top, #778b99, #bfced9);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-size: 12px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    width: 150px;
}

    .listbox:hover {
        border-top-color: #5d5e6b;
        color: #ccc;
    }

    .listbox:active {
        border-top-color: #c4c4c4;
    }

.lable {
    /*background-color: #ABDCEE;*/
    /*background-color:#88B8DA;*/
    background-color: #B1D6F1;
    font-family: segoeui-semibold;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
}

.value {
    background-color: #d5edf7;
    font-size: 12px;
    font-family: segoeui-regular;
}

.imgBorder {
    border: 2px solid #eee;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.Location {
    background: #336699;
    width: 150px;
    color: White;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    border-radius: 4px 4px 4px 4px;
}

.ThumbnailHover {
    border: 2px solid #eee;
    border-color: black;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}



.twolinerHeader {
    border-bottom: 1px solid #2DA7D6;
    background: linear-gradient(to bottom, #02426F 0%, #01406D 77%) repeat scroll 0 0 transparent;
    text-align: center;
    font-size: 14px;
    color: White;
    width: 100%;
    background-color: #2DA7D6;
}

.twolinerReportHeader {
    background-color: #02426F;
    background: linear-gradient(to bottom, #02426F 0%, #01406D 77%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #2DA7D6;
    font-family: SegoeUI-SemiBold;
    font-size: 14px;
    color: White;
    width: 100%;
}

    .twolinerReportHeader td {
        /*border-bottom: 1px solid black;
    border-left: 1px solid black;*/
    }

.twolinerReportDataSubject {
    font-size: 14px;
    font-family: SegoeUI-SemiBold;
}

.twolinerReportData {
    font-size: 14px;
    font-family: SegoeUI-SemiBold;
    height: 45px;
    /*border: 1px black;*/
}

    .twolinerReportData td {
        height: 25px;
        /*border-bottom: 1px solid black;
    border-left: 1px solid black;*/
    }

.twolinerLeaseReportBottom {
    background-color: #2DA7D6;
    height: 10px;
    width: 100%;
}

.infoWindow {
    background-color: Black;
    border-bottom: 1px solid #2DA7D6;
    text-align: center;
    font-size: 11px;
    color: White;
    width: 100%;
    color: White;
}

    .infoWindow td {
        text-align: left;
    }

    .infoWindow img {
        border: 2px solid white;
    }

.infoBox {
    color: #FFF;
    font-family: SegoeUI-SemiBold, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0;
    padding: 0.5em 1em;
    text-shadow: 0 -1px #000000;
}

.infobox {
    background: none repeat scroll 0 0 #333333;
    border: 2px solid black;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 8px #000000;
    color: #FFFFFF;
    font-family: SegoeUI-SemiBold,Helvetica,sans-serif;
    font-size: 12px;
    margin-top: -0.01em;
    padding: 0.5em 1em;
    text-shadow: 0 -1px #000000;
    width: 100%;
}

.MortTable {
    border: 1px solid #eee;
    width: 90%;
    margin: auto;
}

    .MortTable table {
        width: 100%;
    }

.row1 {
}

.row2 {
}

.mortlable {
    background-color: #ABDCEE;
    font-family: segoeui-semibold;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    width: 35%;
}

.mortvalue {
    background-color: #d5edf7;
    font-size: 12px;
    font-family: segoeui-regular;
    width: 75%;
}
