body {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#BBBBBB;
	background:url(../images/bg_fill.png);
	height: 100%;
}
#container {
	margin: 0 auto;
	width: 983px;
	text-align: left;
	background:url(../images/bg_fill.png);
}

/* ############################# HEADER/FOOTER ############################################ */
.wiiheader {
	width: 983px;
	height: 59px;
	display: block;
	max-height: 59px;
	background:url(../images/wii_header.png);
}


.wiiconsole {
	width: 78px;
	height: 82px;
	position: relative;
	top: 2px;
	left: 735px;
	overflow: visible;
	background:url(../images/wii.png);
}
/*
.wiiconsole {
	width: 78px;
	height: 82px;
	position: relative;
	top: 2px;
	left: 735px;
	background:url(../images/wii.png);
}
*/

.wiifooter {
	width: 983px;
	height: 26px;
	background:url(../images/wii_footer.png);
	font-weight: bold;
	font-size : 7pt;
	font-family : Verdana;
	color : #AAAAAA;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	clear: both;
}
html>body .wiifooter { /* firefox hack */
	padding-top: 0px;
	line-height:20px;
}

.wiifooter a{
	font-weight: bold;
	font-size : 7pt;
	font-family : Verdana;
	color : #AAAAAA;
	text-decoration: none;
}

.wiifooter a:hover{
	text-decoration: underline;
}

.wiifooterclear {
	clear: both;
	font-size : 1px;
}
/* ############################# EINDE HEADER/FOOTER ############################################ */

/* ############################# MENU  ############################################ */

.menu {
	width:983px;
	height: 25px;
	border-right : 2px solid #42C4ED;
	border-left : 2px solid #42C4ED;
	text-align: left;
	background:url(../images/menu_bg.png);
}
html>body .menu { /* firefox hack */
	width:979px;
}

.menu_items {
	width: 979px;
	margin-left: 21px;
}




/* ######################### NEW MENU ################################# */

#wiimenu {
width: 750px;
float: left;
}
#wiimenu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#wiimenu li {
	border-right: 1px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #EEEEEE;
	font-weight: bold;
	font-family : Verdana;
	padding: 7px 7px 6px 7px;
	color: #818181;
	color: #DDDDDD;
	font-size: 10px;
	display: block;
	float: left;
}

#wiimenu li a {
	float: left;
	color: #818181;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}

#wiimenu li a:hover {
	color: #000000;
	text-decoration: none;
}

/* ############################# EINDE NEW MENU  ############################################ */

.search {
	height: 25px;
	float: right;
	position:relative;
	top: 3px;
	right: 12px;
	color:#42C4ED;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}
html>body .search {
	top: 4px;
}

.search a{
	color:#42C4ED;
	text-decoration:none;
}

.search a:hover {
	color:#666666;
}

/* ############################# SHADOWS ############################################ */
.shadow_down {
	width:983px;
	height: 9px;
	border-right : 2px solid #42C4ED;
	border-left : 2px solid #42C4ED;
	background:url(../images/shadow_down.png);
	font-size: 7px;
}
html>body .shadow_down { /* firefox hack */
	width:979px;
}

.shadow_up {
	width:983px;
	height: 8px;
	border-right : 2px solid #42C4ED;
	border-left : 2px solid #42C4ED;
	background:url(../images/shadow_up.png);
	font-size: 6px;
}
html>body .shadow_up { /* firefox hack */
	width:979px;
	clear: both;
}
/* ############################# EINDE SHADOWS ############################################ */

.content {
	width:983px;

	border-right : 2px solid #42C4ED;
	border-left : 2px solid #42C4ED;
	background-color:#FFFFFF;

}
html>body .content { /* firefox hack */
	width:979px;
	clear: both;
}

/* ############################# FORMELEMENTEN ############################################ */
.inputfield {
	height:17px;
	font-size:10px;
	font-family:Verdana;
	color: #42C4ED;
	border: 1px solid #BBBBBB;
}

.searchfield {
	width: 100px;
	height:17px;
	font-size:10px;
	font-family:Verdana;
	color: #42C4ED;
	font-weight: normal;
	border: 1px solid #828F8E;

}

.form {
	margin-bottom: 0px;

}
/* ############################# EINDE FORMELEMENTEN ############################################ */

/* ############################# TEKST ############################################ */
.footer			{color:#000000; text-decoration:none; border-color: #D5D5D5}
.footer a		{color:#000000; text-decoration:none; font-weight:bold;}
.footer a:hover	{color:#000000; text-decoration:underline;}
/* ############################# EINDE TEKST ############################################ */

.spacer{
	width:983px;
	height: 5px;
	border-right : 2px solid #42C4ED;
	border-left : 2px solid #42C4ED;
	font-size: 5px;
	background: #FFFFFF;
}
html>body .spacer { /* firefox hack */
	width:979px;
}

/* ############################# LOGIN BALLON + BANNER ############################################ */
.loginbanner{
	width:983px;
	height: 100px;
	border-right : 2px solid #42C4ED;
	border-left : 2px solid #42C4ED;
	text-align: left;
	background: #FFFFFF;
}
html>body .loginbanner { /* firefox hack */
	width:979px;
}

.loginballon {
	height: 90px;
	width: 220px;
	float: left;
}

.reclamebanner {
	height: 90 px;
	width: 728 px;
	float: right;
	position:relative;
	right: 10px;
	border: 1px solid #EEEEEE;
	background:url(../images/banner/banner.png);
}
html>body .reclamebanner {
	height: 90px;
	width:728px;
}

INPUT.gebruikersnaam{

	border : 1px solid;
	border-color : #1591B8;
	width: 95px;
	height: 17px;
	color : #828282;
	margin-left: 9px;
	margin-top:7px;
	font:Verdana;
	font-style:oblique;
	font-size:11px;
	color:#42c4ed;
}

INPUT.password{
	border : 1px solid;
	border-color : #1591B8;
	width: 95px;
	height: 17px;
	color : #828282;
	margin-left: 8px;
	margin-top:7px;
	font-size:11px;
	color:#42c4ed;
}

.login_bg_img {
	height: 75px;
	width: 220px;
	background:url(../images/bg_login.png) no-repeat;
	margin-left: 10px;
	margin-top: 7px;
	clear: both;
}

.login_input_fields {
	width: 220px;
}

.login_submit_button {
	width: 220px;
	clear: both;
}

.login_button_img {
	float: right;
	width: 65px;
	height: 27px;
	margin-top: 5px;
	background:url(../images/login.png) no-repeat;
	clear: both;
}

.login_button_text {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin-top: 2px;
	margin-left: 10px;
}

.login_button_text a{
	color:#FFFFFF;
	text-decoration:none;
}

.login_button_text a:hover {
	color:#666666;
}

.logout_button_text {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin-top: 10px;
	margin-left: 10px;
}

.logout_button_text a{
	color:#FFFFFF;
	text-decoration:none;
}

.logout_button_text a:hover {
	color:#666666;
}


.login_text_buttons {
	width: 220px;
	margin-left: 10px;
	float: right;
}
html>body .login_text_buttons {
	margin-right: -10px;
	margin-top: -8px;
}

.login_text_button {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-size: 9px
}

.login_text_button a {
	color:#FFFFFF;
	text-decoration:none;
}

.login_text_button a:hover {
	color:#666666;
}




/* ############################# LOGGED IN ######################## */

.loggedin_top {
	width: 220px;
	float: left;
}

.loggedin_bottom {
	width: 220px;
	float: left;
}

.loggedin_text {
	width: 140px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	margin-top: 3px;
	margin-left: 7px;
	float: left;
}

.loggedin_logout {
	width: 65px;
	margin-top: 3px;
	float: right;
}

.loggedin_avatar {
	width: 60px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-size: 9px;
	margin-top: 2px;
	margin-left: 7px;
	float: left;
}

.avatar_border {
	border: 1px solid;
	border-color: #999999;
}

.loggedin_links {
	width: 140px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	margin-top: 13px;
	float: right;
}


/* ############################# LOGIN BALLON ############################################ */

/* ############################## HOME SPECIFIC ####################################### */

.lft_home {
	width: 330px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cntr_home {
	width: 440px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rght_home{
	width: 209px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ############### LEFT STUFF ############# */

.news_balloon_container{
	width: 310px;
	margin-left: 10px;
}

.news_balloon_text_top {
	width: 310px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.news_balloon_header {
	width: 310px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_header.png);
}
.news_balloon_fill {
	width: 310px;
	background:url(../images/grey_fill.png);
}

.news_balloon_content {
	width: 290px;
	margin-left: 10px;
	margin-right: 10px;
}

.news_balloon_footer {
	width: 310px;
	height: 20px;
	font-size: 1px;
	background:url(../images/grey_footer.png);
}

.footer_content {
	width: 290px;
	margin-left: 10px;
	margin-right: 10px;
}

.bluestripe_left_container{
	width: 310px;
	margin-left: 10px;
	margin-top:30px;
}
html>body .new_bluestripe_left_container{
	margin-top:55px;
}

.bluestripe_left_text_top {
	width: 310px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.bluestripe_left_header {
	width: 310px;
	height: 15px;
	font-size: 1px;
	background:url(../images/bluestripe_header.png);
}
.bluestripe_left_fill {
	width: 310px;
	background:url(../images/bluestripe_fill.png);
}
.bluestripe_left_footer {
	width: 310px;
	height: 25px;
	background:url(../images/bluestripe_footer.png);
}

/* ############### CENTER STUFF ############# */

.flash_container {
	width: 430px;
	height: 350px;
	display: inline;
}

.flash_text_top {
	width: 420px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.flash_object {
	width: 430px;
	height: 340px;
	margin-left: 10px;
	display: inline;
}

.grey_balloon_big_container {
	width: 420px;
	margin-left: 10px;
}

.grey_balloon_big_text_top {
	width: 420px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.grey_balloon_big_header {
	width: 420px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_header_big.png);
}
.grey_balloon_big_fill {
	width: 420px;
	background:url(../images/grey_fill_big.png);
}
.grey_balloon_big_footer {
	width: 420px;
	height: 20px;
	font-size: 1px;
	background:url(../images/grey_footer_big.png);
}




/* ############### RIGHT STUFF ############# */

.spaceballoon {
	width: 190px;
	height: 10px;
	margin-left: 10px;
	background: #FFFFFF;
}

.bluestripe_right_container{
	width: 190px;
	margin-left: 10px;
}

.bluestripe_right_text_top {
	width: 190px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.bluestripe_right_header {
	width: 190px;
	height: 15px;
	font-size: 1px;
	background:url(../images/bluestripe_header_small.png);
}
.bluestripe_right_fill {
	width: 190px;
	background:url(../images/bluestripe_fill_small.png);
}
.bluestripe_right_footer {
	width: 190px;
	height: 15px;
	font-size: 1px;
	background:url(../images/bluestripe_footer_small.png);
}

.screenshots_container {
	width: 290px;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
	display: inline;
}

.screenshots_image {
	width: 150px;
	float: left;
	display: inline;
}

.screenshots_text {
	width: 130px;
	margin-right: 10px;
	float: left;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	display: inline;
}

.screenshots_gametitle {
	width: 280px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	margin-bottom: 5px;
}

.screenshots_gametitle a{
	width: 280px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	margin-bottom: 5px;
	text-decoration:none;
}

.screenshots_gametitle a:hover{
	width: 280px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	margin-bottom: 5px;
	text-decoration:none;
}

.screenshots_gameinfo {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 41px;
}

.screenshots_more_img {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
}

.screenshots_more_img a {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.screenshots_more_img a:hover {
	text-decoration:none;
}



.games_middle_container {
	width: 400px;
	margin-left: 10px;
}

.games_middle_image {
	width: 150px;
	float: left;
}

.games_middle_text {
	width: 240px;
	margin-right: 10px;
	float: left;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
}

.games_middle_releasedate {
	width: 240px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	margin-bottom: 5px;
}

.games_middle_gameinfo {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 41px;
}

.games_middle_more {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
}

.games_middle_more a {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.games_middle_more a:hover {
	text-decoration:none;
}

.games_middle_more {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	text-align: right;
	color: #666666;
}

.games_middle_more a {
	font-family: Verdana;
	font-style: italic;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.games_middle_more a:hover {
	text-decoration:none;
}


/* ############################## EINDE HOME SPECIFIC ####################################### */

/* #################################### NEWS SPECIFIC ####################################### */

.lft_news {
	width: 270px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cntr_news {
	width: 500px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rght_news{
	width: 209px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ################################ LEFT STUFF ################## */

.news_detail_right_grey_container{
	width: 250px;
	margin-left: 10px;
}

.news_detail_right_grey_text_top {
	width: 250px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.news_detail_right_grey_header {
	width: 250px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_news_left_header.png);
}
.news_detail_right_grey_fill {
	width: 250px;
	background:url(../images/grey_news_left_fill.png);
}

.news_detail_right_grey_content {
	width: 230px;
	margin-left: 10px;
	margin-right: 10px;
}

.news_detail_right_grey_footer {
	width: 250px;
	height: 20px;
	font-size: 1px;
	background:url(../images/grey_news_left_footer.png);
}

.news_middle_container {
	width: 490px;
	display: inline;

}


.news_middle_top {
	width: 490px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.news_middle_title {
	width: 490px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #42C4ED;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 7px;
}

.news_middle_publishdate {
	width: 490px;
	color: #999999;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 3px;
}

.news_middle_publishdate_date {
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

.news_middle_publishdate_system {
	font-family: Verdana;
	font-weight: regular;
	font-style: italic;
	font-size: 10px;
}

.news_middle_newscontent {
	width: 490px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
	text-align:justify;
	margin-top: 2px;
	margin-bottom: 7px;
}


.news_middle_newscontent a{
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	margin: 0px;
	text-decoration:none;
}

.news_middle_newscontent a:hover{
	text-decoration:underline;
}

.news_middle_author {
	width: 490px;
	font-family: Verdana;
	font-weight: regular;
	font-style: italic;
	font-size: 10px;
	color: #999999;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 7px;
}

.news_middle_source {
	width: 490px;
	font-family: Verdana;
	font-weight: regular;
	font-style: italic;
	font-size: 10px;
	color: #999999;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 7px;
}

.news_middle_source a{
	font-family: Verdana;
	font-weight: regular;
	font-style: italic;
	font-size: 10px;
	color: #999999;
	text-decoration:none;
}

.news_middle_source a:hover {
	text-decoration:underline;
}

.news_middle_conclusion {
	width: 490px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grey_balloon_replies_container {
	width: 490px;
	margin-left: 0px;
}

.grey_balloon_replies_text_top {
	width: 490px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.grey_balloon_replies_header {
	width: 490px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_nieuws_header_big.png);
}
.grey_balloon_replies_fill {
	width: 490px;
	background:url(../images/grey_nieuws_fill_big.png);
}
.grey_balloon_replies_footer {
	width: 490px;
	height: 20px;
	font-size: 1px;
	background:url(../images/grey_nieuws_footer_big.png);
}

.replies_container {
	width: 470px;
	margin-left: 10px;
}

/* HIER MOET IK VERDER KIJKEN OM DE REPLIES ER MOOI UIT TE LATEN ZIJN */
.replies_image {
	width: 75px;
	float: left;
}

.replies_info {
	width: 385px;
	margin-right: 10px;
	float: left;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
}

.replies_text_header {
	width: 385px;
	font-family: Arial;
	font-weight: regular;
	font-style: italic;
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}

.replies_header_user {
	width: 170px;
	font-weight: bold;
	text-align: left;
	float: left;
}

.replies_header_user a {
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: left;
	text-decoration: underline;
}


.replies_header_user a:hover {
	text-decoration: underline;
}

.replies_header_time {
	width: 210px;
	font-size: 10px;
	text-align: right;
	float: right;
}

.reply_content {
	width: 385px;
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
html>body .reply_content {
	margin-top: 25px;
}


.reply_box{
	width: 470px;
	margin-left: 10px;
}

.reply_input_field {
	border: 1px solid black;
	border-color: #666666;
	width: 466px;
	height: 100px;
	color: #999999;
	font-size: 11px;
	font-family: Verdana;
}

.reply_button {
	width: 470px;
	margin-left: 10px;
	text-align: right;
	clear: both;
}

.reply_button_img {
	float: right;
	width: 110px;
	height: 28px;
	margin-top: 5px;
	background:url(../images/plaats_reactie.png) no-repeat;
	clear: both;
}

.reply_button_text {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin-top: 4px;
	margin-right: 15px;
	clear: both;
}

.reply_button_text a{
	color:#FFFFFF;
	text-decoration:none;
}

.reply_button_text a:hover {
	color:#666666;
}

.screenshot_right_container {
	width: 145px;
	margin-left: 22px;
}

.screenshot_right_image {
	width: 145px;
}

.screenshot_right_text a {
	width: 145px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}

.screenshot_right_text a:hover {
	width: 145px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}

.videos_right_gametitle {
	width: 145px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	margin-bottom: 5px;
}

.videos_gametitle a{
	width: 145px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	margin-bottom: 5px;
	text-decoration:none;
}

.videos_gametitle a:hover{
	text-decoration:none;
}

/* ############################## EINDE NEWS SPECIFIC ####################################### */

/* ##################################### SPAN TAGS ########################################## */

.screenshot_img_border {
	border: 0px solid;
	border-color: #999999;
}

.blue_text {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color:#42C4ED;
	margin: 0px;
}

.blue_text a{
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color:#42C4ED;
	margin: 0px;
	text-decoration:none;
}

.blue_text a:hover{
	text-decoration:underline;
}

.dark_grey_text {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color:#666666;
	margin: 0px;
}

.dark_grey_text a{
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color:#666666;
	margin: 0px;
	text-decoration:none;
}

.dark_grey_text a:hover{
	text-decoration:underline;
}

.light_grey_text {
	font-family: Arial;
	font-weight: regular;
	font-size: 10px;
	color:#999999;
	margin: 0px;
}

.hr {
  height: 1px;
  background: #FFFFFF url(../images/hr1.png) repeat scroll center;
}
.hr hr {
  display: none;
}

.smallspace {
	font-size: 1px;
}

.form {
	margin: 0px;
	padding: 0px;
}




/* ##################################### EINDE SPAN TAGS ########################################## */

/* ##################################### REGISTRATION ############################################# */

.wiiheader_reg {
	width: 983px;
	height: 98px;
	display: block;
	max-height: 98px;
	background:url(../images/header_registreren.png);
}


.lft_reg {
	width: 425px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rght_reg {
	width: 554px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grey_balloon_reg_container {
	width: 395px;
	margin-left: 20px;
}

.grey_balloon_reg_header {
	width: 395px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_registreer_header.png);
}
.grey_balloon_reg_fill {
	width: 395px;
	background:url(../images/grey_registreer_fill.png);
}
.grey_balloon_reg_footer {
	width: 395px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_registreer_footer.png);
}

.reg_form_container {
	width: 520px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #42C4ED;
}

.reg_form_header {
	width: 520px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #42C4ED;
}

.reg_form_content {
	width: 520px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}

.reg_form_grey_big {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	height: 20px;
}

.reg_form_grey_small {
	font-family: Arial;
	font-weight: regular;
	font-size: 10px;
	color: #999999;
	height: 20px;
	text-align: top;
}

.bottom_reg {
	width: 979px;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.stop_reg {
	width: 450px;
	height: 27px;
	float: left;
	background: #FF6699;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	background:url(../images/button_stopregistratie.png) no-repeat;
}

.stop_reg_button {
	width: 99px;
	height: 27px;
	margin-left: 5px;
	margin-top: 5px;

}
.stop_reg_button a{
	height: 27px;
	width: 99px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-left: 2px;
	margin-top: 1px;
}
html>body .stop_reg_button a {
	margin-left: 5px;
	margin-top: 6px;
	float: left;
}


.confirm_reg {
	width: 465px;
	height: 32px;
	float: left;
	background: #FFFFFF;
	margin-bottom: 10px;
	text-align: right;
}

.button_confirm_reg {
	width: 112px;
	height: 32px;
	float: right;
	background: #FFFFFF;
	margin-bottom: 10px;
	text-align: right;
	background:url(../images/button_registreer.png)  no-repeat;
}


.button_confirm_reg_text a {
	width: 112px;
	height: 32px;
	text-align: center;
	margin-top: 8px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
html>body .button_confirm_reg_text a {
	margin-right: 10px;
	float: left;
}

.button_confirm_reg_text a:hover{
	text-decoration: none;
	color: #666666;

}

.reg_info_content {
	width: 360px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #999999;
	margin-left: 15px;
}

.reg_info_content a {
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.reg_info_content a:hover {
	text-decoration: underline;
}

INPUT.registration{
	border : 1px solid;
	border-color : #999999;
	width: 250px;
	height: 23px;

	margin-top:3px;
	margin-bottom:3px;
	font-size:13px;
	color:#42c4ed;
}


.reg_succes_container {
	width: 320px;
	margin-left: 330px;
	text-align: center;
}

.reg_succes_header {
	width: 320px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_bevestigreg_header.png);
}
.reg_succes_fill {
	width: 320px;
	background:url(../images/grey_bevestigreg_fill.png);
}

.reg_succes_content {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
.reg_succes_footer {
	width: 320px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_bevestigreg_footer.png);
}

.reg_succes_footer_button {
	width: 137px;
	height: 32px;
	font-size: 10px;
	background:url(../images/button_bevestigregistratie.png) no-repeat;
}
html>body .reg_succes_footer_button {
	margin-left: 0px;

}


.button_websitelink_text a {
	width: 112px;
	height: 32px;
	text-align: center;
	margin-top: 9px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 4px;
}
html>body .button_websitelink_text a {
	margin-left: 13px;
	margin-top: 9px;
	float: left;
}

.button_websitelink_text a:hover{
	text-decoration: none;
	color: #666666;

}

.header_overview {
	width: 490px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	height: 25px;
	background-color: #42C4ED;
	border-bottom: 1px #D5D5D5 solid;
	float: left;
	display: inline;

}

.overview_line1 {
	width: 490px;
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	color: #999999;
	height: 18px;
	background-color: #FFFFFF;
	border-bottom: 0px #666666 solid;
	float: left;
}

.overview_line2 {
	width: 490px;
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	color: #999999;
	height: 18px;
	background-color: #F9F9F9;
	border-bottom: 0px #666666 solid;
	float: left;
}


.header_overview span {
 	float:left;
 	padding: 0px 4px 0px 4px;
}

.overview_line1 span {
	float:left;
 	padding: 0px 4px 0px 4px;
}

.overview_line2 span {
	float:left;
 	padding: 0px 4px 0px 4px;
}

.overview_line1 a {
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.overview_line2 a {
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.overview_line1 a:hover {
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

.overview_line2 a:hover {
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

/* ############################# SCREENSHOTS ################################ */
.lft_screenshots{
	width: 660px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rght_screenshots{
	width: 319px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}




.screenshotspage_container {
	width: 650px;
	margin-left: 10px;
	float: left;
	display: inline;

}

.screenshotpage_big {
	width: 650px;
	height: 500px;


}
.screenshotpage_navigation {
	width: 650px;
	height: 30px;
}

.screenshotpage_back {
	width: 75px;
	height: 30px;
	float: left;
}

.screenshotpage_index {
	width: 450px;
	height: 30px;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-align: center;
	float: left;
}

.screenshotpage_next {
	width: 75px;
	height: 30px;
	float: left;
}



.screenshotpage_thumbs_container {
	width: 650px;

}

.screenshotpage_thumb {
	width: 162px;
	height: 140px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-align: center;

}

.bluestripe_screenshot_container{
	width: 305px;
	margin-left: 4px;
	clear: both;
}
html>body .bluestripe_screenshot_container{
	margin-left: 4px;
}

.bluestripe_screenshot_text_top {
	width: 310px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.bluestripe_screenshot_header {
	width: 305px;
	height: 15px;
	font-size: 1px;
	background:url(../images/blue_screenshot_header.png);
}
.bluestripe_screenshot_fill {
	width: 305px;
	background:url(../images/blue_screenshot_fill.png);
}
.bluestripe_screenshot_footer {
	width: 305px;
	height: 15px;
	font-size: 1px;
	background:url(../images/blue_screenshot_footer.png);
}

.gameinfo_container{
	width: 290px;
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	color: #42C4ED;
	margin-left: 7px;
}

.gameinfo_container a{

	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	color: #42C4ED;
	text-decoration: none;
}

.gameinfo_container a:hover{
	text-decoration: underline;
}

.gameinfo_packshot{
	width: 150px;
	float: left;
}

.gameinfo_text{
	width: 140px;
	float: left;
	font-family: Arial;

	font-size: 11px;
	color: #999999;
}

.imageborder{
	border: 1px #999999 solid;
}

/* ############################# EINDE SCREENSHOTS ################################ */

/* ############################# PROFIEL ################################ */
.lft_profile{
	width: 660px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rght_profile{
	width: 319px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.profile_balloon_container{
	width: 310px;
	margin-left: 10px;
	display: inline;
}

.profile_balloon_text_top {
	width: 310px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.profile_balloon_header {
	width: 310px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_header.png);
}
.profile_balloon_fill {
	width: 310px;
	background:url(../images/grey_fill.png);
}

.profile_balloon_content {
	width: 290px;
	margin-left: 10px;
	margin-right: 10px;
}

.profile_balloon_footer {
	width: 310px;
	height: 20px;
	font-size: 1px;
	background:url(../images/grey_footer.png);
}

.profile_avatar{
	width: 60px;
	margin-left: 3px;
	float: left;
	display: inline;
}

.profile_username{
	width: 200px;
	float: left;
	display: inline;
}

.profile_userinfo{
	width: 250px;
	font-family: Arial;
	margin-left: 3px;
	font-weight: regular;
	font-size: 12px;
	color: #999999;
	float: left;

}

INPUT.profile_edit{
	border : 1px solid;
	border-color : #999999;
	width: 250px;
	height: 23px;

	margin-top:3px;
	font-size:13px;
	color:#42c4ed;
}

.profile_footer_rgt {
	width: 450px;
	height: 27px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Bij Reageren op profiel */

.grey_big_balloon_replies_container {
	width: 610px;
	margin-left: 10px;
}

.grey_big_balloon_replies_text_top {
	width: 637px;
	font-family: Verdana;
	font-weight: regular;
	font-size: 11px;
	color: #42C4ED;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}

.grey_big_balloon_replies_header {
	width: 637px;
	height: 15px;
	font-size: 1px;
	background:url(../images/grey_profielreactie_header.png);
}
.grey_big_balloon_replies_fill {
	width: 637px;
	background:url(../images/grey_profielreactie_fill.png);
}
.grey_big_balloon_replies_footer {
	width: 637px;
	height: 20px;
	font-size: 1px;
	background:url(../images/grey_profielreactie_footer.png);
}

.big_replies_container {
	width: 610px;
	margin-left: 10px;
}


