﻿* 
{
    padding:0px;
    margin:0px;
    color:rgb(0,0,0);    
}

body
{
	border:none;
}

.container
{
    text-align:center;     
}

.UpPriceSpan
{
	color:rgb(0,128,0);
}

.DownPriceSpan
{
	color:rgb(255,0,0);
}

.maintable 
{
    width:500px;
    /*height:440px;*/
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;        
    border-collapse:collapse;    
    margin-left:1px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding-left:1px;
    /*border:dotted 1px rgb(158,158,158);*/
}

.maintable a
{
    /*color: rgb(255,131,0);*/
    color:#a22e07;
    text-decoration:underline;
    
}
.maintable a:hover
{
    /*color:Yellow;*/
    font-weight:bold;
}
.updatetime
{   
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px; 
    text-align: right;    
    color: rgb(0,0,0);
    padding-right: 4px;
    padding-bottom:0px;
    padding-top:4px;       
}

th
{
	border-bottom:solid 1px rgb(0,0,0);
	border-right:solid 1px rgb(0,0,0);
	font-weight:bold;
}

td
{
	border:dotted 1px rgb(158,158,158);
	height:30px;
}

.headercell
{
	border:dotted 1px rgb(158,158,158);
	background-color: rgb(92,110,124);
    padding:0px;
    font-weight:bold;
    color:rgb(255,255,255);

}

