/* Link Styles */

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #BB4400;
        background-color: #F0F0F0;
}
.subheader_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.nav_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align:left;
}
.menu_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* General body and font styles */

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 2px 5px;
	padding: 0px;
	text-align:left;
}
h2{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}
h3{
	color:#BB4400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}


/* Styles controlling header */

.header_title{
	color:#BB4400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;	
	font-weight: Bold;
	line-height: 50px;
	margin: 0px 0px 0px 10px;
	background-color:#DDDDDD; 
	background: url(images/heading.gif) no-repeat bottom left;
	width: 350px;
}

.header_title a, a:hover {
	color:#BB4400;
        background-color: transparent;

}

.subheader{
	background-color: #DDDDDD;
}


/* These control the look and size of the 3 collumn layout */

.main_left{
	background-color:#EEEEEE; 
	background: url(images/tetris.jpg);
	width: 20%;

}
.main_center{
	background-color:#EEEEEE; 
	width: 60%;
	padding:5px;
}
.main_center2{
	background-color:#EEEEEE; 
	width: 80%;
	padding:5px;
}

.main_right{
	background-color:#EEEEEE;
	background: url(images/tetris.jpg);
	width: 20%;
}
.main_full{
	background-color:#EEEEEE; 
	background: url(images/tetris.jpg);
}
.main_bottom_left{
	background: url(images/EEEEEE_blc.gif) no-repeat bottom left;
	width:10px;
}
.main_bottom_right{
	background: url(images/EEEEEE_brc.gif) no-repeat bottom right;
	width:10px;
}


/* Styles for the various coloured content boxes to achieve rounded corners */

.nav_box{
	background-color: #CCCCCC;
	color:#666666;
}
.nav_topleft{
	background: url(images/CCCCCC_tlc.gif) no-repeat top left;
	width:10px;
}
.nav_topright{
	background: url(images/CCCCCC_trc.gif) no-repeat top right;
	width:10px;
}
.nav_bottomleft{
	background: url(images/CCCCCC_blc.gif) no-repeat bottom left;
	width:10px;
}
.nav_bottomright{
	background: url(images/CCCCCC_brc.gif) no-repeat bottom right;
	width:10px;
}
.menu_box{
	background-color: #DDDDDD;
	color:#666666;
}
.menu_topleft{
	background: url(images/DDDDDD_tlc.gif) no-repeat top left;
	width:10px;
}
.menu_topright{
	background: url(images/DDDDDD_trc.gif) no-repeat top right;
	width:10px;
}
.menu_bottomleft{
	background: url(images/DDDDDD_blc.gif) no-repeat bottom left;
	width:10px;
}
.menu_bottomright{
	background: url(images/DDDDDD_brc.gif) no-repeat bottom right;
	width:10px;
}
.content_box{
	background-color: #FFFFFF;
	color:#666666;
}
.content_topleft{
	background: url(images/FFFFFF_tlc.gif) no-repeat top left;
	width:10px;
}
.content_topright{
	background: url(images/FFFFFF_trc.gif) no-repeat top right;
	width:10px;
}
.content_bottomleft{
	background: url(images/FFFFFF_blc.gif) no-repeat bottom left;
	width:10px;
}
.content_bottomright{
	background: url(images/FFFFFF_brc.gif) no-repeat bottom right;
	width:10px;
}

#error{
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

.game_info{
	margin-left: 10px;
	margin-top:5px; 
	font-weight:bold;
}

#game_info_description{
	margin-left: 10px;
	margin-top:0px; 
	margin-bottom:5px;
  border-style: dashed;
  border-width: 1px; 
	font-weight:bold;
	background-color: #FAFAFA;
}
#game_info_description_text{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.game_info_highlight{
	color: #BB4400;
	font-size:18px;
}
.rss_link{
  margin-left:10px;
  margin-top:5px;
}
#pagination{
  padding-left: 10px;
  padding-right:10px;
  text-align: right;
  font-size: 13px;
}

