﻿* 
{
    padding:0px;
    margin:0px;
    color:rgb(235,255,255);
    
}

body
{
	border:none;
}

.container
{
    text-align:center;     
}

.maintable 
{
    /*width:350px;*/
    /*height:280px;*/
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:rgb(235,255,255);
    
    border-collapse:collapse;    
    margin-left:1px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    /*padding-left:1px;*/
    border:solid 1px rgb(255,255,255);
}

.maintable a
{
    color: rgb(235,255,255);
    
}
.maintable a:hover
{
    color:Yellow;
    font-weight:bold;
}
.updatetime
{   
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px; 
    text-align: right;    
    color: #C6D4E5;
    padding-left: 4px;
    padding-bottom:0px;
    padding-top:4px;       
}

td
{
	height:25px
}

th
{
	border-bottom:solid 1px rgb(255,255,255);
	border-right:solid 1px rgb(255,255,255);
	font-weight:bold;
}

.headercell
{
	border-bottom:solid 1px rgb(255,255,255);
	border-right:solid 1px rgb(255,255,255);
	
	background-image: url('../../images/currency_table_header_background.png');
    background-position: left top;
    background-repeat: repeat-x;
    
    padding:0px;
    font-weight:bold;
    /*margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;*/
}
