/*vvvvvvvvvvvvvvvv Framework Table vvvvvvvvvvvvvvvvvvvvvvvvvvv*/
  
/* change these to #ids???*/
.HeaderTable
{
	padding:0 0 0 0;
}
.MiddleTable
{
	border-collapse: collapse;
}
.FooterTable
{
	margin-top:14px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
}

.review-listing-sort-normal { 
     font-weight: bold; 
     color: white; 
}

.MiddleTableLeftColumn
{
	padding-right:10px;
	padding-top:10px;
	padding-left:0px;
	margin-left:0px;
	width:120px;
}
.MiddleTableMiddleColumn
{
	padding-right:0px;
	padding-top:0px;
	
}

.MiddleTableRightColumn
{
	padding-top:10px;
	
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^ Framework Table^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/* Base Font */
body
{
    font-family: arial, sans-serif;
	margin:10px;
	background-image:url('/channels/videogamereview/images/bg_allpages.gif');
	background-repeat:repeat-y;
	background-position:center;
	background-color:Black;
}

.SectionBox
{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0;
	background-color:#EEEEEE;
}


.backcolor
{
	background-color: #FFFFFF;
}

.alternaterowcolor
{
	background-color: #e8e8e8;
}

strike
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.smalltext
{
	font-size: 10px;
}


td
{
	font-size:12px;
	color: #333333;
}
.headerlinks div a, .headerlinks, .headerlinks div a:hover, .headerlinks div a:visited, .headerlinks div a:active
{
    text-align:center;
    font-size:10px;
    white-space:nowrap;
    letter-spacing:1px;
}

.buyingguidetitle
{
	font-size: 16px;
	color: #00667E;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.buyingguidetitlewrite
{
	font-size: 16px;
	color: #00667E;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.italics
{
	font-size: 12px;
	color: #333333;
	font-family: arial, sans-serif;
	font-style: italic;
}

.boldbodytext
{
	font-size: 12px;
	color: #333333;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.navigation
{
	font-size: 12px;
	color: #00667E;
	font-family: arial, sans-serif;
	text-align: center
}

.hotsectionlinks
{
	font-size: 18px;
	color: #00667E;
	font-family: arial, sans-serif;
}

.announcements
{
	font-size: 12px;
	color: #ffffff;
	font-family: arial, sans-serif;
	background: #00667E;
	vertical-align: top;
}

.bigsection_font
{
	font-size: 16px;
	color: #333333;
	font-family: arial, sans-serif;
	font-weight: bold;
	background-color:White;
}

.bodytext
{
	font-size: 12px;
	color: #333333;
	font-family: arial, sans-serif;
}




.messageboardvisitedlink
{
	color: #46B1DE;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.messageboardvisitedlinkr
{
	color: #46B1DE;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.messageboardnewlink
{
	color: #00667E;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.messageboardnewlinkr
{
	color: #00667E;
	font-family: arial, sans-serif;
	font-size: 12px;
}

a:link
{
	color: #00667E;
	font:90%/1.2em arial,sans-serif;
}
a:visited
{
	color: #46B1DE;
	font:90%/1.2em arial,sans-serif;
}
a:hover
{
	color: #FF9900;
}
a img
{
    border:solid 0px black;
}

.breadfont
{
    font-weight:bold;
    color:black;
	margin-top:10px;
	margin-left:35px;
}

a.breadlink, a.breadlink:visited, a.breadlink:active, a.breadlink:link
{
    font-weight:bold;
    color:Black;
}

a.breadlink:hover
{
    font-weight:bold;
    color:Black;
    text-decoration:underline;
}

.ExternLink
{
	color: red;
}

.ExternLink:hover
{
	border-top: black 1px solid;
	margin-top: 0px;
	font-size: x-small;
	margin-bottom: 0px;
	color: #990000;
	border-bottom: black 1px solid;
	font-style: italic;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}

.reviewsnav, .reviewsnav a, .reviewsnav a:hover
{
   color:Orange;   
}

/*Ajax */

.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 200px;
height: 270px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 174px;
height: 146px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
  margin-right: 8px;
  margin-bottom: 3px;
  font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
  background-color: yellow;
}
