html, body {
    /*
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    */
}


.subheading {
    border-bottom-color:#999999;
    border-bottom-style:solid;
    border-bottom-width:1px;
/*
    border-left-color-ltr-source:physical;
    border-left-color-rtl-source:physical;
    border-left-color-value:#999999;
    border-left-style-ltr-source:physical;
    border-left-style-rtl-source:physical;
    border-left-style-value:none;
    border-left-width-ltr-source:physical;
    border-left-width-rtl-source:physical;
    border-left-width-value:0;
    border-right-color-ltr-source:physical;
    border-right-color-rtl-source:physical;
    border-right-color-value:#999999;
    border-right-style-ltr-source:physical;
    border-right-style-rtl-source:physical;
    border-right-style-value:none;
    border-right-width-ltr-source:physical;
    border-right-width-rtl-source:physical;
    border-right-width-value:0;
*/
    border-top-color:#999999;
    border-top-style:none;
    border-top-width:0;
    display:inline;
    float:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    /*
    height:23px;
    */
    line-height:23px;
    margin-bottom:10px;
    margin-left:5px;
    margin-top:10px;
    width:440px;
    z-index:1;
}

.selectLabel {
    font-size:14px;
    font-weight:bold;
    padding-bottom:1px;
    padding-left:1px;
    padding-right:1px;
    padding-top:1px;
    position:relative;
}

.selectOption {
    font-size:14px;
}

.selectGroup {
    display:block;
    float:left;
    font-size:14px;
    margin-left:10px;
    margin-right:5px;
    min-width:50px;
    padding-left:0;
    padding-right:10px;
    text-align: left;
}

.Red {
    color:#f00;
}

table {
border-collapse: collapse; 
    /* width: 50%; */
    /* margin: 24px; */
    border: 1px solid #95bce2;
    /*
    font-family:Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
    font-size: 11px;
    */
}

.bsmBlock {
    width: 600px;
}

li.bsmListItem {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 0;
}

.bsmHighlight {
    color: #777;
}

.bsmSelect {
    margin: 1em 0 0.25em 0;
}

#result {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#mainTable {
    /*
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    */

}


/* another scrolling table test... */

/* Scrollable Content Height */
.scrollContent {
    height:100px;
    /*
    overflow-x:hidden;
    overflow-y:auto;
    overflow: auto;
    */
}
.scrollContent tr {
    height: auto;
    white-space: nowrap;
}

/* Prevent Mozilla scrollbar from hiding right-most cell content */
.scrollContent tr td:last-child {
    padding-right: 20px;
}

/* Fixed Header Height */
.fixedHeader {
    position: relative;
    height: auto;
}

/* Put border around entire table */
div.TableContainer {
    border: 1px solid #7DA87D;
    height: auto;
    width: 1200px !important;
    /*
    overflow: auto;
    */
}

/* Table Header formatting */
.headerFormat {
    background-color: white;
    color: #FFFFFF;
    margin: 3px;
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
    /*
    font-family: Helvetica;
    font-size: 16px;
    white-space: nowrap;
    */
}
.headerFormat tr td {
    border: 1px solid #000000;
    background-color: #7DA87D;
}

/* Table Body (Scrollable Content) formatting */
.bodyFormat {
    color: #000000;
    margin: 3px;
    padding: 1px;
    border: 0px none;
    /*
    font-family: Helvetica;
    font-size: 12px;
    */
}

/* Use to set different color for alternating rows */
.alternateRow {
    background-color: #E0F1E0;
}

/* Styles used for SORTING */
.point {
    cursor:pointer;
}
td.sortedColumn {
    background-color: #E0F1E0;
}

tr.alternateRow td.sortedColumn {
    background-color: #c5e5c5;
}
.total {
    background-color: #FED362;
    color: #000000;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
}

.csvButton {
    border-top: 1px solid #96d1f8 !important;
    background: #65a9d7 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)) !important;
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7) !important;
    background: -moz-linear-gradient(top, #3e779d, #65a9d7) !important;
    background: -ms-linear-gradient(top, #3e779d, #65a9d7) !important;
    background: -o-linear-gradient(top, #3e779d, #65a9d7) !important;
    padding: 5px 10px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
    box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
    text-shadow: rgba(0,0,0,.4) 0 1px 0 !important;
    color: white !important;
    font-size: 14px !important;
    font-family: Helvetica, Arial, Sans-Serif !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    background-color: #3e779d !important;
}
.csvButton:hover {
    border-top-color: #28597a !important;
    background: #28597a !important;
    color: #ccc !important;
}
.csvButton:active {
    border-top-color: #1b435e !important;
    background: #1b435e !important;
}

.contextHelp {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #336699;
    display: none;
    font-weight: normal;
    /*height: 250px;*/
    overflow: auto;
    padding: 5px;
    position: absolute;/*relative;*/
    width: 450px;
    z-index: 1;
    opacity:0.9;
    filter:alpha(opacity=90);
    color:blue;
}

#closeSearchHints {
    color: #336699;
    cursor: pointer;
    display: inline;
    float: right;
    padding-right: 10px;
    text-decoration: underline;
}

#hintsDiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #336699;
    display: none;
    height: 350px;
    overflow: auto;
    padding: 5px;
    position: absolute;
    top: 72px;
    width: 300px;
    z-index: 1;
}

th {
    background: #004B8D;
    color: white;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 3px;
    font-weight: bold;
    border: 1px solid black;
}

.heading {
    background-color: #CCDDEE;
    padding-left: 0px;
}

.commodity {
    padding-left: 6px;
}

.datarow {
    padding-top: 2px;
    padding-bottom: 2px;
}

.dataitem {
    text-align: right;
    padding-right: 6px;
}

.topline {
    font-size: 26px;
    color: #004B8D;
    font-weight: bold;
}

.thinyear {
    font-weight: lighter;
}

.secondline {
    font-size: 24px;
    color: white;
    font-weight: bold;
    background-color: blue;
    background-color: #004B8D;
}

.toptables {
    padding: 0px 10px 10px 10px;
    border: 0px;
    width: 570px;
}

.toptables .secondColumn {
    text-align: right;
}

.toptables tr:nth-child(odd) {
    background-color: #EBF2F9;
}

.cropTableHeader {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.livestockContainer {
}

.livestockTables {
    float: left;
}

.stateImageDiv {
    float: right;
    width: 320px;
    padding-top: 15px;
}

.stateImg {
    max-height: 300px;
    max-width: 320px;
    float: inherit;
}

.floater {
    float: right;
    height: 50%;
}

sup {
    vertical-align: top;
    line-height: 0;
}

.quantity {
    text-align: right;
    padding-right: 4px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
