.wp{
    font-family: 'Ubuntu';
    width:970px; 
    margin:0px auto;
    background-color: #F5F5F5;
    background-repeat: repeat;
    overflow:hidden;
    padding-bottom: 15px;
}

.main {
    background-color: #FFFFFF;
}

.left_section{
    width: 700px;
    float:left;
    margin-left:10px;
}

.right_section{
    width: 220px;
    float:left;
    margin-left: 30px;
}

h2 {
    color:#444444;
    margin-bottom: 10px;
    font: 28px 'Ubuntu';
}

.heading {
    font: 18px 'Ubuntu';
    font-weight: bold;
    text-align: left;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    border-bottom-colors: none;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: #000;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px 0 10px;
}

.note {
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
    text-align: center;
}


.currency-region {
    overflow: hidden;
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#BFBFBF), to(gray));
    background: -moz-linear-gradient(100% 50% 90deg, #808080, #BFBFBF) repeat scroll 0 0 transparent;
    background: linear-gradient(100% 50% 90deg, #808080, #BFBFBF) repeat scroll 0 0 transparent;
    border-right: medium none;
    border-top: medium none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 220px;
    margin-top: 10px;
}

.outer {
    width: 100%;
    margin: 0 auto;
}

.right {
    width: 100% !important;
    margin: 0 auto;
}

.outer table {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #E0E0E0;
    border-right: none;
    margin: 5px auto 0;
    overflow: hidden;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.outer table tr td.region {
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#FFF), to(#FFF));
    background: -moz-linear-gradient(100% 50% 90deg, #FFFFFF, #FFFFFF) repeat scroll 0 0 transparent;
    border-top: medium none;
    background-color: #FFF;
    border-right: 1px solid #E0E0E0;
    color: black !important;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.outer table tr td.market {
    background: none repeat scroll 0 0 #000 !important;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    color: #FFF;
}

.outer table tr td.gain_loss {
    background: none repeat scroll 0 0 #FFF !important;
    border-top: medium none;
    border-right: 1px solid #E0E0E0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    color: #000 !important;
}

.outer table td {
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#2E0000), to(#2E0000));
    background: -moz-linear-gradient(100% 25% 90deg, #2E0000, #2E0000) repeat scroll 0 0 transparent;
    background-color: #2E0000;
    border-right: 1px solid #8D8D8D;
    border-top: 1px solid #8D8D8D;
    font-size: 9px;
    padding: 5px;
    text-align: right;
    color: white !important;

}

.outer .datahead {
    font-weight: bold;
}

.outer td.dataheading {
    font-weight: regular;
    background: -moz-linear-gradient(100% 25% 90deg, #000000, #000000) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#000000), to(#000000)) !important;
    background-color:#000;
    border-right: 1px solid #8D8D8D;
    border-top: 1px solid #8D8D8D;
    font-size: 10px;
    padding: 5px;
    color: white;
}

.outer .datarowtitle {
    font-weight: regular;
}

.outer .datarowup, .marketdata .wldatarowup {
    color: #009933;
}


