/**********
DEFINE BODY
**********/
body{

margin:0px 0px 0px 0px;
background-color:#FFFFFF;

font-family:Arial,Helvetica;
color:#A40101;
}

/***********
DEFINE DIVS
***********/

div.wrapper{

background-image: url(graphics/scanlines.jpg);
background-position: top left;
background-repeat: repeat;

background-color:white;

width:100%;

}

div.main{
width:800px;

border-left: 2px solid black;
border-right: 2px solid black;

background-color:#FFFFFF;

}

div.header{

width:800px;
height:130px;
overflow:auto;

background-image: url(graphics/mainlogo.jpg);
background-position: top left;
background-repeat: no-repeat;

background-color:#FFFFFF;
}

div.logocontainer{

width:400px;
height:130px;
float:left;

}

div.login{

width:170px;
float:right;
position:relative;

top:8px;
right:20px;
padding:5px;

line-height:100%;
border:1px solid black;

}

div.flashcontainer{

width:800px;
height:40px;

background-color:#878787;

}

div.mid{

width:800px;

padding-top:5px;
padding-bottom:5px;

background-image: url(graphics/midbarg.jpg);
background-position: top left;
background-repeat: no-repeat;


border-bottom: 1px solid black;

}

div.ad{

width:800px;
height:90px;

border-top: 2px solid black;
border-bottom: 2px solid black;

}


div.content{

width:780px;
padding-top:5px;
padding-bottom:5px;
position:relative;
overflow:auto;

}

div.sidebar{

background-image: url(graphics/sidebargradient.jpg);
background-position: top left;
background-repeat: repeat-y;

width:175px;

background-color:#EEEDED;

border: 1px solid black;

}

div.sidebarcontainer{

width:175px;
float:left;

}

div.contentarea{
width:590px;
float:right;

border:1px solid black;

}

div.standardwrap{

width:100%;

}

div.standarddiv{

border: 1px solid black;
background-color:#EEEDED;

background-image: url(graphics/smallback.jpg);
background-position: top left;
background-repeat: no-repeat;

width:80%;
padding:5px;

}

div.newspost{

background-image: url(graphics/reviewtextback.jpg);
background-position: top left;
background-repeat: no-repeat;

border: 1px solid black;
background-color:#FFFFFF;
width:90%;

}

div.newspost2{

border: 1px solid black;
background-color:#FFFFFF;
width:100%;

}

div.lastcomment{

border: 1px solid black;
background-color:#EEEDED;
width:100%;

}


div.reviewarea{

background-image: url(graphics/reviewtextback.jpg);
background-position: top left;
background-repeat: no-repeat;

width:555px;
float:left;
padding-top:5px;
padding-bottom:5px;

border:1px solid black;

}

div.reviewinfo{

background-image: url(graphics/sidebargradient.jpg);
background-position: top left;
background-repeat: repeat-y;

width:215px;
float:right;
padding-top:5px;
padding-bottom:5px;

background-color:#EEEDED;

border: 1px solid black;

}

div.paddingcontainer{

width:97%;
margin:auto;

}

div.scorebox{

background-image: url(graphics/reviewboxback.jpg);
background-position: top right;
background-repeat: no-repeat;

width:200px;
border: 1px solid black;
background-color:#FFFFFF;

}

div.details{

width:200px;
text-align:left;
}

div.breakdown{

width:100%;
border:1px solid black;
background-color:#EEEDED;
text-align:left;

}

div.incqbox{

border: 1px solid black;
background-color:#F6F5F5;
padding: 5px;

}

div.centerseperator{

width:inherit;

}

div.footer{
height:60px;
width:800px;

background-color:#EEEDED;

background-image: url(graphics/footergraphic.jpg);
background-position: top left;
background-repeat: no-repeat;

}


/************
DEFINE TABLES
*************/

td.feature{
border:1px solid black;
background-color:#EEEDED;

background-image: url(graphics/smallback.jpg);
background-position: top left;
background-repeat: no-repeat;

}

td.breakdownbox{

color:black;
font-weight:bold;
text-align:center;
border:1px solid black;

}


/***********
DEFINE SPANS
************/

span.ftitle{

font-size:12pt;
font-weight:bold;
font-family: Arial, Helvetica;

}

span.small{

line-height:60%;
font-size: 7pt;
}

span.small2{

font-size: 7pt;

}

span.black{

color:black;
}

span.large{

font-size:13pt;
font-weight:bold;
}

span.gametitle{

font-size: 23pt;
}

span.score{

font-weight:bold;
font-size:30pt;

}

span.spacer{

color:#000000;
font-weight:bold;
}

/*************
DEFINE HEADERS
*************/

h1{
font-size: 23pt;
font-weight:normal;
margin:0px;
bottom:0px;
}

h2{
font-size:14pt;
font-weight:bold;
margin:0px;
bottom:0px;
}

h3{
font-size:13pt;
font-weight:bold;
margin:0px;
bottom:0px;
}

h5{
font-size:12pt;
font-weight:normal;
margin:0px;
bottom:0px;
}


/***********
DEFINE LINKS
***********/
a:link{

color:#A40101;
text-decoration:none;

}

a:visited{

color:#A40101;
text-decoration:none;

}

a:hover{

color:#E97B7B;

}

/****
MISC
***/

form{

margin-bottom:0px;
}

img.screenshot{

border: 2px solid black;
}

