/* Government Barometer css/style.css */


@font-face {
    font-family: 'PTSansRegular';
    src: url('../pt-sans/PTS55F-webfont.eot');
    src: url('../pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../pt-sans/PTS55F-webfont.woff') format('woff'),
         url('../pt-sans/PTS55F-webfont.ttf') format('truetype'),
         url('../pt-sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../pt-sans/PTN57F-webfont.eot');
    src: url('../pt-sans/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../pt-sans/PTN57F-webfont.woff') format('woff'),
         url('../pt-sans/PTN57F-webfont.ttf') format('truetype'),
         url('../pt-sans/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BitstreamVeraSansRoman';
    src: url('../bitstream/Vera-webfont.eot');
    src: url('../bitstream/Vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('../bitstream/Vera-webfont.woff') format('woff'),
         url('../bitstream/Vera-webfont.ttf') format('truetype'),
         url('../bitstream/Vera-webfont.svg#BitstreamVeraSansRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'dokchamparegular';
    src: url('../fonts/dokchampa/dokchamp-webfont.eot');
    src: url('../fonts/dokchampa/dokchamp-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dokchampa/dokchamp-webfont.woff') format('woff'),
         url('../fonts/dokchampa/dokchamp-webfont.ttf') format('truetype'),
         url('../fonts/dokchampa/dokchamp-webfont.svg#dokchamparegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



* {
    margin:0;
    padding:0;
    color:#000;
    font-family: 'dokchamparegular', Arial, Verdana, sans-serif;
    font-family: Arial, Verdana, sans-serif;
    
}

body {
    background-color: #FFF;
}
#content-wrapper { 
    width:1100px;
    margin:0 auto;
    position: relative;
}
#info-wrap-outer {
    width:300px;
    height:810px;
    
    float:left;
   
    padding-top:10px;
}
#info-wrap {
    
    border:1px solid white;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    height: 800px;
    
    background-color: #e5e5e5;
    padding-bottom:10px;
    
}
#barometer-wrap {
    width:800px;
    height:900px;
    float:right;
}
h3#info-title {
    /* color:#8e8e8e; */
    color:#8C8C8C;
    margin:0;
    
    font-size:16px;
    
    text-align: center;
    margin-top:7px;
}
#baseline-top span {
    color:#727272;
    font-size:20px;
}
#baseline-top {
    text-align: center;
    padding:15px 0;
    
    border: 1px solid #ccc;
    border-bottom: 2px solid #B9B9B9;
    
    
    
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:5px;
    
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    
    
    
    background: #fcfcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */

    
   
    



}
#baseline-top span {
    
}
#baseline-choice {
    
    width:260px;
    margin:5px auto;
    margin-bottom:9px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}
#baseline-options a {
    color:#7a7a7a;
    font-size:11px;
    text-decoration: none;
    padding:2px 31px;
}
#baseline-options {
    border:1px solid #D9D9D9;
    padding:7px 0;
    position: relative;
    
    border-top:0;
    
    background: #f6f6f6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f6f6 0%, #e6e6e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%,#e6e6e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%,#e6e6e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%,#e6e6e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%,#e6e6e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e7',GradientType=0 ); /* IE6-8 */
    
    
    
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;




}
#baseline-arrow {
    position:absolute;
    top:-2px;
    left:0;
}

#info-wrap p,
#info-wrap span, 
#info-wrap div {
    font-size:13px;
    letter-spacing: 0;
}
#barom-instructions {
    padding:20px;
    /* font-family: 'PTSansNarrowRegular'; */
    padding-top:0px;
    padding-bottom: 5px;
    margin-bottom:6px;
}
#barom-instructions p {
    /* font-family: 'PTSansNarrowRegular'; */
    font-size:10px;
    line-height: 11px;
}
#barom-left-sector-img img {
    height:160px;
    display:block;
    margin:0 auto;
}
#barom-left-sector-info-box {
    
}
#info-ind-name {
    font-size:15px!important;
   
}
a.info-tab-a {
    font-size:13px;
    
    text-decoration: none;
    padding:5px;
    display:block;
    float:left;
    
    letter-spacing: 0px;
    
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    
    /* font-family: BitstreamVeraSansRoman; */
}
a.info-tab-a.active {
    background-color:#fff;
    border:1px solid #757575;
    border-bottom:1px solid #fff;
}
#info-tab-pdf a {
    font-size:10px;
    color:#fff;
    background-color:#BD1F2B;
    padding: 4px;
    position: relative;
    left: 36px;
    top:0px;
    
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    text-decoration: none;
    
    
    -moz-box-shadow: 0px 2px 4px #000000;
-webkit-box-shadow: 0px 2px 4px #000000;
box-shadow: 0px 2px 4px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#000000')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/





}
.clear-both {
    clear:both;
}
#barom-left-sector-info-box {
    display:none;
    padding:10px;
    height:270px;
}
#barom-left-sector-info-box div,
#barom-left-sector-info-box span,
#barom-left-sector-info-box div p {
    font-family: 'dokchamparegular', Arial, Verdana, sans-serif;
    font-size:13px;
    
}

#info-tab-box {
    background-image: url(../images/temp-ind-box-bg.png);
    background-repeat: repeat-x;
    background-color:#D2D3D4;
    padding: 10px 7px 4px 7px;
    
    border:1px solid #757575;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    word-wrap: break-word; 
    margin-top:3px;
        
}
#info-box-info a:hover {
    text-decoration: none;
}
#info-tab-box #info-box-info,
#info-tab-box #info-box-info p,
#info-tab-box #info-box-info b,
#info-tab-box #info-box-info a {
    font-size:11px;
    line-height: 14px;
}


#info-tabs {
    height:24px;
    margin-top:5px;
}
a#itab-info {
    margin-left:8px;
}

#info-box-trendline img {
    width:262px;
    cursor:pointer;
}

#image-zoom-wrap {
    display:none;
    
    
    position: absolute;
    top:532px;
    left:24px;
    
}
#image-zoom-wrap img {
    
}
a#img-zw-close {
    position: absolute;
}

#barom-left-sector-img-td {
    width:260px;
    
    vertical-align: middle;
}
#barom-left-sector-img {
    margin-left:17px;
    margin-top:20px;
}
#info-box-info {
    height: 190px;
    overflow: hidden;
    overflow-y: auto;
}
#info-box-trendline {
    height: 190px;
    overflow: hidden;
    overflow-y: auto;
}
#info-box-image {
    height: 190px;
    overflow: hidden;
    overflow-y: auto;
}

#barom-info-name-tbl {
    height:50px;
}

#barom-info-name-tbl td {
    vertical-align: bottom;
}

#baseline-options a.active {
    color: #000;
}


#info-box-info b {
    font-size:12px;
}

#new-instr-pop a {
    font-size:10px;
    color:#fff;
    
    
    display:block;
    
    
    
    text-decoration: none;
    padding: 5px 0;
    
   
    
}
#new-instr-pop {
    
    width:100px;
    
    background-color:#BD1F2B;
    
    text-align: center;
    
    
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    position: relative;
    left:20px;
    
    
    -moz-box-shadow: 0px 2px 4px #000000;
    -webkit-box-shadow: 0px 2px 4px #000000;
    box-shadow: 0px 2px 4px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#000000')";
}

#new-instr-body {
    background-color:#fff;
    padding:3px;
}
#new-instr-body td {
    vertical-align: top;
    font-size:11px;
}
#new-instr-body table {
    width:694px;
}
#new-instr-wrap {
    border:1px solid #cccccc;
    width:700px;
    position: absolute;
    top: 200px;
    left: 120px;
    display:none;
    
    -webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    2px 2px 8px 0px rgba(50, 50, 50, 0.45);
box-shadow:         2px 2px 8px 0px rgba(50, 50, 50, 0.45);


}
#new-instr-header {
    padding:4px;
    background-color:#ccc;
    position: relative;
}
a#img-new-instr-close {
    position: absolute;
    top: -15px;
    right: -14px;
}

#gcro-logo-wrap {
    width: 354px;
    float: right;
    margin-top: -125px;
}
#choose-bly-1 {
    font-size:19px!important;
}
#choose-bly-2 {
    font-size:16px!important;
}