
/* - ++resource++agro.statistics/css/statistics.css - */
@media screen {
/* http://www.blackseagrain.net/portal_css/++resource++agro.statistics/css/statistics.css?original=1 */
/* */
#exchanges .exchange {
display: inline-block;
padding: 1em 1em;
font-weight: bold;
border-right: 1px solid #999999;
cursor: pointer;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #c4c4c4));
background-image: -webkit-linear-gradient(#dddddd 0%, #c4c4c4 100%);
background-image: -moz-linear-gradient(#dddddd 0%, #c4c4c4 100%);
background-image: -o-linear-gradient(#dddddd 0%, #c4c4c4 100%);
background-image: linear-gradient(#dddddd 0%, #c4c4c4 100%);
}
/* */
#exchanges .current {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97b615), color-stop(100%, #718810));
background-image: -webkit-linear-gradient(#97b615 0%, #718810 100%);
background-image: -moz-linear-gradient(#97b615 0%, #718810 100%);
background-image: -o-linear-gradient(#97b615 0%, #718810 100%);
background-image: linear-gradient(#97b615 0%, #718810 100%);
}
/* */
#descs {
height: 12px;
color: #aaaaaa;
display: none;
}
/* */
.symbols .name {
font-weight: bold;
display: none;
}
/* */
.symbols .data th {
padding: 1em 1em;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3aabd9), color-stop(100%, #2490bc));
background-image: -webkit-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: -moz-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: -o-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: linear-gradient(#3aabd9 0%, #2490bc 100%);
cursor: pointer;
text-decoration: underline;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
/* */
.symbols .data th.graph {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97b615), color-stop(100%, #718810));
background-image: -webkit-linear-gradient(#97b615 0%, #718810 100%);
background-image: -moz-linear-gradient(#97b615 0%, #718810 100%);
background-image: -o-linear-gradient(#97b615 0%, #718810 100%);
background-image: linear-gradient(#97b615 0%, #718810 100%);
text-decoration: none;
}
/* */
.symbols .data td {
text-align: center;
padding: 3px 9px;
}
/* */
.symbols .data tr td:nth-of-type(1) {
cursor: default;
text-decoration: none;
font-weight: bold;
}
/* */
.symbols .data tr:nth-of-type(2n+1) td {
background-color: #dddddd;
}
/* */
.data td.row-heading {
text-align: left;
padding: 0 7px;
}
/* */
.data .up {
color: #00cc00;
font-weight: bold;
}
/* */
.data .down {
color: red;
font-weight: bold;
}
/* */
.tooltip {
font-size: 12px;
border: 1px solid #919191;
padding: 0 2px;
background: #ffffcc;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
color: black;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
/* */
.currencies a {
display: inline-block;
text-align: center;
line-height: 200%;
width: 50px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3aabd9), color-stop(100%, #2490bc));
background-image: -webkit-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: -moz-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: -o-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: linear-gradient(#3aabd9 0%, #2490bc 100%);
color: white !important;
font-weight: bold;
margin: 10px;
}
/* */
.currencies a:hover {
color: white !important;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #c4c4c4));
background-image: -webkit-linear-gradient(#dddddd 0%, #c4c4c4 100%);
background-image: -moz-linear-gradient(#dddddd 0%, #c4c4c4 100%);
background-image: -o-linear-gradient(#dddddd 0%, #c4c4c4 100%);
background-image: linear-gradient(#dddddd 0%, #c4c4c4 100%);
}
/* */
#report #chart {
display: none;
}
/* */
#report .report-data td {
text-align: right;
padding: 2px 7px;
}
/* */
#report .report-data .title {
text-align: left;
padding: 2px 12px;
}
/* */
#report .report-data .graph {
color: #cc0000;
}
/* */
#report .report-data tr:nth-of-type(2n+1) {
background-color: #dddddd;
}
/* */
#report .report-data .tabheader {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3aabd9), color-stop(100%, #2490bc));
background-image: -webkit-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: -moz-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: -o-linear-gradient(#3aabd9 0%, #2490bc 100%);
background-image: linear-gradient(#3aabd9 0%, #2490bc 100%);
}
/* */
#report .report-data .tabheader th {
text-align: center;
padding: 2px 5px;
color: white;
}

}

