﻿* 
{
    padding:0px;
    margin:0px;
}

.container
{
    text-align:center; 
    width:198px;
}

.maintable 
{
    width:198px;
    height:320px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color:White;
    border-collapse:collapse;
    border-style:none;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/* FireFox */
.maintable, x:-moz-any-link
{
	margin-left:1px;
    width:197px;
}
/* not used */
/*.maintable th
{
    font-size: 15px; controlling height of table header... 
    border-left: solid 1px white;
    border-right: solid 1px white;
    padding:0px;
    margin:0px
}*/
.maintable td
{
    border: solid 1px #D1D1D1;
}
.maintable a
{
    color:black;
    text-decoration:underline;
}
.maintable a:hover
{
    color:#cc0000;
}
.updatetime
{
    font-size: 11px;
    text-align: left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #C6D4E5;
    padding-left: 4px;
    padding-bottom:2px;
    background-image: url('../../images/updatetime_bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    text-align: center;
}
