﻿*
{
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px
}

body 
{
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    background-image: url(images/backgrounds/newbackgroundflat.png);
    background-repeat: repeat-y;
    background-position:center
}

a
{
    font-family: Arial;
    font-size: 10px;
    color: #ffffff
    
}

.clearboth
{
    clear:both
}

div.game
{
    width:100%;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #666666
}

.GameIcon
{
    text-align: center;
    clear: none;
    padding: 1px 1px 1px 1px;
    margin: 0px;
}

div#iconholder
{
    float:left;
    clear: both
}

div h1
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    border-bottom: solid 2px #cccccc;
    margin: 6px 5px 10px 5px;
    color: #000000
}

div h2
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 5px 10px 5px;
    border-bottom: dotted 1px #cccccc;
    color: #000000;
    clear:none
}

div hr
{
    width: 450px;
    border: dotted 1px #cccccc;
    height: 1px
}

div#main p
{
    margin: 4px 5px 10px 5px;
    text-align: left
}

div.Date
{
    float: left;
    display:inline-block;
    padding-top: 4px;
    margin: 4px 10px 0px 6px;
    width: 35px;
    height: 32px;
    color: #ffffff;
    text-align: center;
    background-color: #660000
}

div.Day
{
    width: 35px;
    display:block;
    text-align: center;
    clear:both;
    font-size: 12px;
    font-weight: bold
}

div.MonthYear
{
    width: 35px;
    display:block;
    text-align: center;
    clear:both;
    font-size: 9px
}
