body {
    font-family: sans-serif;
    font-size: 12px;
    background-color: #ccc;
    padding: 0;
    margin: 0;
    background: none;
}

div.container {
    background-color: #fff;
}

div.win_frame > div.top {
    height: 33px;
    line-height: 33px;
    background: url("img/gradient.png") repeat-x #f7f7f7;
    padding: 0 17px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #acb9c6;
    border-bottom: none;
}

.layout0 > div.win_frame > div.top {
    padding: 0 5px;
    text-align: center;
}

div.win_frame > div.content {
    border-left: 1px solid #acb9c6;
    border-right: 1px solid #acb9c6;
}

div.win_frame div.bottom {
    border-bottom: 4px solid #acb9c6;
}

div.win_frame > div.top > h4 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
}

.layout0 > div.win_frame > div.top > h4 {
    font-size: 11px;
}

.layout0.en > div.win_frame > div.top > h4 {
    font-size: 10px;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

thead > tr {
    background: url("img/gradient.png") repeat-x #f7f7f7;
    color: #000;
    padding: 0;
    height: 0;
}

tbody > tr {
    background: #f5f8fa;
    padding: 0;
    height: 0;
    color: #000;
}

th {
    white-space: nowrap;
    font: bold 12px Arial, sans-serif;
    line-height: 16px;
    padding: 4px 4px 4px 0;
    background: url("Img/separator.png") no-repeat right center;
    cursor: help;
    text-align: center;
    vertical-align: middle;
}

.layout0.cn th {
    font-size: 10px;
}

td {
    font: normal 10px Arial, sans-serif;
    line-height: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cad1d7;
    cursor: default;
}

td:first-child > span {
    display: block;
    white-space: nowrap;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
}

td + td > span {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 10px;
    border: none;
}

td.plus > span {
    color: #00389b;
    font-weight: bold;
}

td.minus > span {
    color: #ff0e14;
    font-weight: bold;
}

td.inc {
    background-color: #b2dcfc;
    box-shadow: 0 0 3px 1px #b2dcfc;
    border-color: #a2ccfc;
}

td.dec {
    background-color: #ffa3a0;
    box-shadow: 0 0 3px 1px #ffa3a0;
    border-color: #ff9390;
}

td.inc > span {
    background: url("Img/t-up.png") 94% 4px no-repeat;
}

td.dec > span {
    background: url("img/t-down.png") 94% 5px no-repeat;
}

th:last-child {
    background: none;
}

div.container > div.bottom {
    position: relative;
    line-height: 33px; background: url("img/gradient.png") repeat-x #f7f7f7;
}

span.logo {
    display: inline-block;
    position: relative;
    top: 0; left: 10px;
    background: url("Img/logo.png");
    width: 125px; height: 36px;
    text-indent: -1000em;
    vertical-align: middle; 
}

span.link {
    display: inline-block;
    position: absolute;
    right: 10px;
    line-height: 36px;
    font-size: 11px;
}

span.link > a {
    color: #55A0E1;
}

/* COLOR SCHEME 1 */

.cs1 div.container {
    background-color: #2A7896;
}

.cs1 div.win_frame > div.top {
    background: url("img/gradient-cs1.png") repeat-x #2A7896;
    border-radius: 0;
    border: 1px solid #0a1c29;
    border-top-color: #1a7b9e;
    border-right-color: #1a7b9e;
}

.cs1 div.win_frame > div.top > h4 {
    color: #0b1b28;
}

.cs1 div.win_frame > div.top > h4 > span {
    color: #194860;
}

.cs1 div.win_frame > div.content {
    border-left: 1px solid #0a1c29;
    border-right: 1px solid #1a7b9e;
}

.cs1 div.win_frame div.bottom {
    border-bottom: 3px solid #0a1c29;
}

.cs1 thead > tr {
    background: url("img/gradient1-cs1.png") repeat-x #0a1c29;
    /*background-color: #b30005;*/
    color: #9e9e9e;
}

.cs1 tbody > tr.even {
    background: url("img/gradient2-cs1.png") repeat-x #2A7896;
    color: #fff;
}

.cs1 tbody > tr.odd {
    background: url("img/gradient1-cs1.png") repeat-x #2A7896;
    color: #fff;
}

.cs1 th {
    background: url("Img/separator-cs1.png") no-repeat right center;
}

.cs1 td {
    border-top: 1px solid #205d78;
    border-bottom: 1px solid #0f293b;
}

.cs1 div.container > div.bottom {
    background: url("img/gradient4-cs1.png") repeat-y #0a1c29;
}

.cs1 td + td > span {
    color: #fff;
}

.cs1 td.plus > span {
    color: #29aae2;
}

.cs1 td.minus > span {
    color: #ff0e14;
}

.cs1 td.inc {
    background-color: #b2dcfc;
    box-shadow: 0 0 3px 1px #b2dcfc;
    border-color: #b2dcfc;
}

.cs1 td.dec {
    background-color: #ffa3a0;
    box-shadow: 0 0 3px 1px #ffa3a0;
    border-color: #ffa3a0;
}

.cs1 span.link > a {
    color: #fff;
}

/* COLOR SCHEME 2 */

.cs2 div.container {
    background-color: #2A7896;
}

.cs2 div.win_frame > div.top {
    background: url("img/gradient-cs1.png") repeat-x #2A7896;
    border-radius: 0;
    border: 1px solid #0a1c29;
    border-top-color: #1a7b9e;
    border-right-color: #1a7b9e;
}

.cs2 div.win_frame > div.top > h4 {
    color: #0b1b28;
}

.cs2 div.win_frame > div.top > h4 > span {
    color: #194860;
}

.cs2 div.win_frame > div.content {
    border-left: 1px solid #0a1c29;
    border-right: 1px solid #1a7b9e;
}

.cs2 div.win_frame div.bottom {
    border-bottom: 3px solid #0a1c29;
}

.cs2 thead > tr {
    background: url("img/gradient1-cs1.png") repeat-x #b30005;
    color: #9e9e9e;
}

.cs2 tbody > tr.even {
    background: url("img/gradient2-cs1.png") repeat-x #2A7896;
    color: #fff;
}

.cs2 tbody > tr.odd {
    background: url("img/gradient1-cs1.png") repeat-x #2A7896;
    color: #fff;
}

.cs2 th {
    background: url("Img/separator-cs1.png") no-repeat right center;
}

.cs2 td {
    border-top: 1px solid #205d78;
    border-bottom: 1px solid #0f293b;
}

.cs2 div.container > div.bottom {
    background: url("img/gradient4-cs1.png") repeat-y #0a1c29;
}

.cs2 td + td > span {
    color: #fff;
}

.cs2 td.plus > span {
    color: #29aae2;
}

.cs2 td.minus > span {
    color: #ff0e14;
}

.cs2 td.inc {
    background-color: #b2dcfc;
    box-shadow: 0 0 3px 1px #b2dcfc;
    border-color: #b2dcfc;
}

.cs2 td.dec {
    background-color: #ffa3a0;
    box-shadow: 0 0 3px 1px #ffa3a0;
    border-color: #ffa3a0;
}

.cs2 span.link > a {
    color: #fff;
}

/* COLOR SCHEME 3 */

.cs3 div.container {

}

.cs3 div.win_frame > div.top {

}

.cs3 div.win_frame > div.top > h4 {

}

.cs3 div.win_frame > div.top > h4 > span {

}

.cs3 div.win_frame > div.content {

}

.cs3 div.win_frame div.bottom {

}

.cs3 thead > tr {
	background: #fff;
}

.cs3 tbody > tr.even {
	background: #fff;
}

.cs3 tbody > tr.odd {
	background: #fff;
}

.cs3 th {

}

.cs3 td {

}

.cs3 div.container > div.bottom {
	background: none;
}

.cs3 td + td > span {

}

.cs3 td.plus > span {

}

.cs3 td.minus > span {

}

.cs3 td.inc {

}

.cs3 td.dec {

}

.cs3 span.link > a {

}