/*
*************************************

   STYLESHEET: SITE
   THEME: DEFAULT
   DESCRIPTION: Used for the main site.

   Copyright (c) 2006 FZ.SE

*************************************
*/
/*
####################################
 PUNCHER
 Site puncher, big first banner
####################################
*/

/* Puncher - Plane (NOT USED!) */

.puncher {}

.puncher a {
	text-decoration:none;
}

	.puncher a:hover {
		text-decoration:none;
	}

.puncher_item {
	position:relative;
	width: 300px;
	height: 180px;
	overflow:hidden;
	/*cursor:pointer;*/
}

.puncher_image {
	position:absolute;
	z-index:3;
}

.puncher_image_hover {
	position:absolute;
	z-index:3;
}

.puncher_textfield {
	background-color:#474656;
	position:absolute;
	z-index:5;
	left:0px;
	width:300px;
	filter:alpha(opacity=90);
	opacity:.90;
}

.puncher_textfield_hover {
	background-color:#474656;
	position:absolute;
	z-index:5;
	left:0px;
	width:300px;
	filter:alpha(opacity=100);
	opacity:1;
}

.puncher_textfield_dim {
	background-color:#474656;
	position:absolute;
	z-index:5;
	left:0px;
	width:300px;
	filter:alpha(opacity=0);
	opacity:.0;
}

.puncher_text {
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.puncher_text a {
	color:#FFFFFF;
}

	.puncher_text a:hover {
		color:#FFFFFF;
		text-decoration:none;
	}


/*
####################################
 NEWSFLASH
 Listing of top news
####################################
*/
td.newsflash {
	border-top: 1px solid #d6d6dc;
	border-right: 1px solid #bcbcc3;
	border-bottom: 1px solid #bcbcc3;
	border-left: 1px solid #d6d6dc;
	margin: 5px;
	background-image: url(/gfx/theme_default/site/newsflash_bkg01.gif);
	background-repeat: repeat-x;
	width: 100%;
}
div.newsflash {
	padding: 5px;
}
.newsflash_stamp {
/*	font-weight:bold;*/
	/*background-color: #bcbcc3;*/
	/*color:#FFFFFF;*/
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	height:12px;
}
.newsflash_date {
	float:left;
}
.newsflash_time {
	padding-left:10px;
	float:left;
}
.newsflash_headline {
	border-top: 1px solid #ffffff;
	font-size: 12px;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 2px;
	clear:both;
}
.newsflash_description {
	padding-top: 2px;
}
.newsflash_comments {
	float:right;
}

/*
####################################
 FILEPUNCHER
 Large banner for file archive
####################################
*/
.filepuncher a {
	text-decoration:none;
}
	.filepuncher a:hover {
		text-decoration:none;
	}
.filepuncher_item {
	border: 1px solid #8e8e98;
	position:relative;
	width: 200px;
	height: 130px;
	overflow:hidden;
}
.filepuncher_image {
	position:absolute;
	z-index:3;
}
.filepuncher_image_hover {
	position:absolute;
	z-index:3;
}
.filepuncher_textfield {
	background-color:#474656;
	position:absolute;
	z-index:5;
	left:0px;
	width:200px;
	filter:alpha(opacity=90);
	opacity:.90;
}
.filepuncher_textfield_hover {
	background-color:#474656;
	position:absolute;
	z-index:5;
	left:0px;
	width:200px;
	filter:alpha(opacity=100);
	opacity:1;
}
.filepuncher_textfield_dim {
	background-color:#474656;
	position:absolute;
	z-index:5;
	left:0px;
	width:200px;
	filter:alpha(opacity=0);
	opacity:.0;
}
.filepuncher_text {
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.filepuncher_text a {
	color:#FFFFFF;
}
	.filepuncher_text a:hover {
		color:#FFFFFF;
		text-decoration:none;
	}

/*
####################################
 FILEPUSH
 Listing of new files
####################################
*/
.filepush {
}
.filepush_file1 {
	vertical-align: top;
}
	.filepush_file1 img {
		border: 1px solid #8e8e98;
		width: 120px;
		height: 80px;
	}
.filepush_file2 {
	vertical-align: top;
}
	.filepush_file2 img {
		border: 1px solid #8e8e98;
		width: 120px;
		height: 80px;
	}
.filepush_featured {
	vertical-align: top;
	width: 200px;
}
.filepush_featured_headline {
	background-color: #bcbcc3;
	padding: 2px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
}
.filepush_featured_image {

}
	.filepush_featured_image img {
		border: 1px solid #8e8e98;
		width:200px;
		height:110px;
		vertical-align: top;
	}

.filepush_list {
	vertical-align: middle;
}
/*
####################################
 VIDEOPUSH
 Hottest videos for front page
####################################
*/
.videopush_thumb {
	padding: 4px;
}
	.videopush_thumb a img {
		border: 1px solid #777;
	}
.videopush_title {
	text-align: center;
	padding: 0px 4px 4px 4px;
	font-weight: bold;
}
/*
####################################
 SCREENS
 Listing of screenshots
####################################
*/

.scr {
	background-color: white;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
	.scr:hover {
		background-color: #f2f2f2;
	}

.scr_image {
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: center;
	height: 100px;
}

.scr_info {
	font-weight: bold;
	text-align: center;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
}

/* deprecated */
.screen {
}

/* deprecated */
.screen_image {
	padding-bottom: 5px;
	text-align: center;
	height: 100px;
}
	/* deprecated */
	.screen_image img {
		border: 1px solid #8e8e98;
	}

/* deprecated */
.screen_date {
	color: #ffffff;
	font-weight:bold;
	background-color: #bcbcc3;
	padding: 2px;
}

/* deprecated */
.screen_name {
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* deprecated */
.screen_description {
}

/*
####################################
 RELEASE
 Listing of releases
####################################
*/

.release_navigation {
	clear:both;
	height: 17px;
	border-bottom: 1px solid #bcbcc3;
}

.release_navigation_btn_off {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:2px;
	background-color:#d8d8dc;
	color: #93929e;
	float:left;
	margin-right: 2px;
	border-top: 1px solid #bcbcc3;
	border-right: 1px solid #bcbcc3;
	border-left: 1px solid #bcbcc3;
	border-bottom: 1px solid #bcbcc3;
	cursor:default;
	background-image: url(/gfx/theme_default/site/release_navigation_bkg00.gif);
	background-repeat: repeat-x;
}

.release_navigation_btn_on {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:2px;
	background-color:#e5e5e7;
	color:#585768;
	float:left;
	margin-right: 2px;
	border-top: 1px solid #bcbcc3;
	border-right: 1px solid #bcbcc3;
	border-left: 1px solid #bcbcc3;
	border-bottom: 1px solid #ffffff;
	cursor:default;
	background-color:#FFFFFF;
	/*
	background-image: url(/gfx/theme_default/site/release_navigation_bkg01.gif);
	background-repeat: repeat-x;
	*/
}

.release_box {
	clear:both;
	border-left: 1px solid #bcbcc3;
	border-right: 1px solid #bcbcc3;
	border-bottom: 1px solid #bcbcc3;

	padding: 5px;
	height: 210px;
}


/*
####################################
 NEWS
 Frontpage for news.
####################################
*/
.news {
}
.news_header {
}
.news_icon {
	float:left;
	padding-bottom:10px;
	padding-right:5px;
}
	.news_icon img {
		width:21px;
		height:21px;
	}
.news_headline {
	padding-bottom:10px;
	padding-left:5px;
	background-image: url(/gfx/theme_default/site/news_headline_bkg01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	.news_headline a, .news_headline a:hover {
		color: #585768;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
	}
.news_options {
	background-image: url(/gfx/theme_default/site/news_options_bkg01.gif);
	background-repeat: repeat-x;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	.news_options a {
		text-decoration:none;
	}
	.news_options a:hover  {
		text-decoration:underline;
	}
.news_option_time {
	float:left;
	margin-top:2px;
	padding-left: 19px;
	background-image: url(/gfx/theme_default/site/news_option_time01.gif);
	background-repeat:no-repeat;
}
.news_option_user {
	float:left;
	margin-top:2px;
	padding-left: 31px;
	background-image: url(/gfx/theme_default/site/news_option_user01.gif);
	background-repeat:no-repeat;
}
.news_option_comments {
	float:right;
	margin-top:2px;
	margin-right:5px;
	padding-left: 28px;
	background-image: url(/gfx/theme_default/site/news_option_comments01.gif);
	background-repeat:no-repeat;
}
.news_content {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.362em;
	padding-bottom: 10px;
}
	.news_text img {
		margin: 3px;
	}
	.news_text p {
		margin-top: 0px;
		font-size: 11px;
	}
.news_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:17px;
	padding-bottom:2px;
	background-image: url(/gfx/theme_default/site/news_link01.gif);
	background-repeat:no-repeat;
}
	.news_link a {
		font-weight:bold;
	}
.news_tips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:17px;
	padding-bottom:2px;
	background-image: url(/gfx/theme_default/site/news_tips01.gif);
	background-repeat:no-repeat;
}

.news_farch_box {
	border: 1px dashed darkred;
	background-color: lightyellow;
	padding: 5px;
}
	.news_farch_box a {
		padding-left: 17px;
		color:#585768;
	}
	.news_farch_box_link {
		font-size: 12px;
		color: #b30000 ! important;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		padding-left:17px;
		padding-bottom:2px;
		background-image: url(/gfx/theme_default/site/news_link01.gif);
		background-repeat:no-repeat;
	}
	.news_farch_box_icon {
		background-image: url(/gfx/theme_default/site/ico_file_default.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 20px;
	}

.news_article_box {
	border: 1px solid gray;
	background-color: #daf1e4;
	background-image: url(/gfx/theme_default/site/box_bg_green32.gif);
	background-repeat: repeat-x;
	padding: 5px;
}
	.news_article_box a {
		padding-left: 17px;
		color:#585768;
	}
	.news_article_box_link {
		font-size: 12px;
		color: #5b5e63 ! important;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		padding-left:17px;
		padding-bottom:2px;
		background-image: url(/gfx/theme_default/gameinfo/news_link01_gray.gif);
		background-repeat:no-repeat;
	}
	.news_article_box_icon {
		background-image: url(/gfx/theme_default/site/ico_article.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 20px;
	}

.news_video_box {
	border: 1px solid gray;
	background-color: #dce4f3;
	background-image: url(/gfx/theme_default/site/box_bg_blue32.gif);
	background-repeat: repeat-x;
	padding: 5px;
}
	.news_video_box a {
		padding-left: 17px;
		color:#585768;
	}
	.news_video_box_link {
		font-size: 12px;
		color: #5b5e63 ! important;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		padding-left:17px;
		padding-bottom:2px;
		background-image: url(/gfx/theme_default/gameinfo/news_link01_gray.gif);
		background-repeat:no-repeat;
	}
	.news_video_box_icon {
		background-image: url(/gfx/theme_default/site/ico_video.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 20px;
	}

/*
####################################
 NEWSLIST
 Listing for news.
####################################
*/
.news_list_published {
	width: 115px;
}
.news_list_headline {
}
.news_list_newstype {
	width: 115px;
}
.news_list_listtype {
	width: 160px;
}
.news_list_author {
	width: 145px;
}

/*
####################################
 NEWSARTICLE
 Full news article
####################################
*/
.newsarticle {
}
.newsarticle_header {
}
.newsarticle_headline {
	padding-bottom:10px;
	background-image: url(/gfx/theme_default/site/newsarticle_headline_bkg01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	.newsarticle_headline a, .newsarticle_headline a:hover {
		color: #9d9ca6;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
	}

.newsarticle_headline_pc {
	padding-bottom:10px;
	padding-left:5px;
	background-image: url(/gfx/theme_default/site/newsarticle_headline_bkg01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	.newsarticle_headline_pc a, .newsarticle_headline_pc a:hover {
		color: #b30000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
	}
.newsarticle_headline_console {
	padding-bottom:10px;
	padding-left:5px;
	background-image: url(/gfx/theme_default/site/newsarticle_headline_bkg01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	.newsarticle_headline_console a, .newsarticle_headline_console a:hover {
		color: #6ca94e;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
	}
.newsarticle_headline_picture {
	padding: 0px 0px 10px 1px;
	text-align: center;
}

	.newsarticle_headline_picture img {
		border: 1px solid #76757c;
	}
.newsarticle_options {
	background-image: url(/gfx/theme_default/site/newsarticle_options_bkg01.gif);
	background-repeat: repeat-x;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	.newsarticle_options a {
		text-decoration:none;
	}
	.newsarticle_options a:hover  {
		text-decoration:underline;
	}
.newsarticle_option_time {
	float:left;
	margin-top:2px;
	padding-left: 19px;
	background-image: url(/gfx/theme_default/site/newsarticle_option_time01.gif);
	background-repeat:no-repeat;
}
.newsarticle_option_user {
	float:left;
	margin-top:2px;
	padding-left: 31px;
	background-image: url(/gfx/theme_default/site/newsarticle_option_user01.gif);
	background-repeat:no-repeat;
}
.newsarticle_option_comments {
	float:right;
	margin-top:2px;
	margin-right:5px;
	padding-left: 28px;
	background-image: url(/gfx/theme_default/site/newsarticle_option_comments01.gif);
	background-repeat:no-repeat;
}
.newsarticle_content {
	padding: 10px;
}
.newsarticle_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
	.newsarticle_text img {
		margin: 3px;
	}
.newsarticle_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:17px;
	padding-bottom:2px;
	background-image: url(/gfx/theme_default/site/newsarticle_link01.gif);
	background-repeat:no-repeat;
}
	.newsarticle_link a {
		font-weight:bold;
	}
.newsarticle_tips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:17px;
	padding-bottom:2px;
	background-image: url(/gfx/theme_default/site/newsarticle_tips01.gif);
	background-repeat:no-repeat;
	margin-top: 3px;
}
.newsarticle_related {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		background-color:#f1f1f1;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #d9d9d9;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		clear:both;
}

/*
####################################
 QUICKFORUM
 Used for quick pokes into the forum.
####################################
*/
.quickforum {
	padding-bottom: 10px;
}

.quickforum_header {
}

.quickforum_header_date {
	float: left;
	padding-left:10px;
	padding-bottom:3px;
	padding-right:5px;
	background-image: url(/gfx/theme_default/site/quickforum_header_date01.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}

.quickforum_header_author {
	float: left;
	padding-left:10px;
	padding-bottom:3px;
	background-image: url(/gfx/theme_default/site/quickforum_header_author01.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}

.quickforum_header_number {
	float: right;
	padding-bottom:3px;
}

.quickforum_message {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d9d7c8;
	background-color: #fffce9;
	padding: 10px;
}

.quickforum_message_compact {
	clear: both;
	padding: 10px 10px 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d9d7c8;
	background-color: #edeef0;
	background-image: url(/gfx/theme_default/site/ico_post_pencil.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.quickforum_textarea_compact {
	width: 100%;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #edeef0;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.quickforum_submit_compact {
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 10px;
	border: 1px solid #d9d7c8;
	background-color: #edeef0;
}

/*
####################################
 ARTICLE (PARTIALLY USED)
 Used for specially designed articles.
####################################
*/

.article_head {
	text-align: right;
}

.article_headline {
	color: #b30000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

.article_pagenumbers {
	font-weight: bold;
}

.article_author {
	display: inline;
}

.article_date {
	display: inline;
}

.article_preamble {
	font-size: 11px;
	font-weight: bold;
}

.article_content {
	font-size: 11px;
}

.article_images img {
	border: 1px solid black;
}

.article_byline {
	text-align: right;
	font-style: italic;
}
.article_byline_left {
	text-align: left;
	font-style: italic;
}

	.article_byline img {
		border: 1px solid black;
	}

.article_pagebutton {
	background-color: #ffffff;
	border: 1px solid black;
	font-size: 8px;
	width: 25px;
	margin-bottom: 2px;
	margin-right: 2px;
}

.article_headline1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.article_headline2 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/*
####################################
 COMPANY
 Information profile for company
####################################
*/
/* Company */
.company {
}
	.company h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		background-color:#f1f1f1;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #d9d9d9;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	.company h2 {
		clear:both;
	}
	.company h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color:#f1f1f1;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #d9d9d9;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		clear:both;
	}
	.company h4 {
		clear:both;
	}
	.company h5 {
		clear:both;
	}
.company_subtext
{
	padding-bottom: 5px;
}
.company_image {
	float:right;
	display:inline;
	clear:both;
	border: 5px solid #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;

}
	.company_image img {
		border: 5px solid #dfdfe4;
	}
.company_description {
	/*height: 250px;*/
	margin: 10px;
}
.company_info {
	padding: 10px;
	}
	.company_info p {
		margin: 0px;
	}
.company_news {
	padding: 10px;
}
	.company_news p {
		margin: 0px;
	}
.company_developer {
	padding: 10px;
}
	.company_developer p {
		margin: 0px;
	}
.company_publisher {
	padding: 10px;
}
	.company_publisher p {
		margin: 0px;
	}
.company_link {
	background-image:url(/gfx/theme_default/site/common_link01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}
.company_list_name {
}
.company_list_head {
	text-align: right;
}
.company_list_count {
	text-align: right;
	width: 110px;
}
/*
####################################
 GAME
 Information profile for games
####################################
*/
.game {

}
	.game h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		background-color:#f1f1f1;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #d9d9d9;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	.game h2 {
		clear:both;
	}
	.game h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color:#f1f1f1;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #d9d9d9;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		clear:both;
	}
	.game h4 {
		clear:both;
	}
	.game h5 {
		clear:both;
	}
.game_subtext
{
	padding-bottom: 5px;
}
.game_image {
	float:right;
	display:inline;
	clear:both;
	border: 5px solid #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
	.game_image img {
		border: 5px solid #dfdfe4;
	}
.game_description {
	/*height: 200px;*/
	margin: 10px;
}
.game_info {
	/*padding: 10px;*/
	margin: 10px;
}
.game_platforms {
	padding: 0px 10px 10px 10px;
}
.game_info_head {
	font-weight: bold;
}
.game_platforms_head {
	font-weight: bold;
	padding-bottom: 2px;
}
.game_info_text {
	padding-left: 5px;
}
.game_info_link {
}
.game_score {
	padding: 10px;
	}
	.game_score p {
		padding-top: 7px;
		margin: 0px;
	}
.game_article {
	padding: 10px;
	}
	.game_article p {
		margin: 0px;
	}
.game_news {
	padding: 10px;
	}
	.game_news p {
		margin: 0px;
	}
	.game_news td {
		padding: 1px 0px;
	}
.game_link {
	background-image:url(/gfx/theme_default/site/common_link01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}
.game_screen {
	margin: 10px;
}
	.game_screen p {
		text-align:right;
	}
.game_screen_item {
	float:left;
	display:inline;
	margin: 5px;
	border: 5px solid #dfdfe4;
	width: 130px;
}
	.game_screen_item img {
		width: 130px;
		height: 90px;
	}
.game_forum {
	padding: 10px;
	}
	.game_forum p {
		margin: 0px;
	}
	.game_forum a {
		background-image:url(/gfx/theme_default/site/common_link01.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding-left: 15px;
	}
	.game_forum td {
		padding: 1px 0px;
	}

.game_list_title {
	padding-top: 5px;
	padding-bottom: 5px;
}
.game_list_logo {
	width: 50px;
}
	.game_list_logo a img {
		padding: 5px 10px;
	}
.game_list_genre {
	padding-right: 5px;
	width: 150px;
}
.game_list_pegi {
	text-align: center;
	width: 50px;
}
.game_list_grade {
	padding-right: 10px;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}
.game_list_plat {
	width: 60px;
	text-align: center;
}
.game_list_release {
	width: 85px;
	vertical-align: middle;
	font-size: 11px;
}
.game_list_opts {
	text-align: center;
	width: 60px;
}
td.gamecol_list_icon {
	width: 12px;
	vertical-align: middle;
}
img.gamecol_list_icon {
	width: 11px;
	height: 11px;
	border: 0px;
}
td.gamecol_list_title {
	height: 22px;
	font-weight: bold;
	vertical-align: middle;
}
td.gamecol_list_score {
	white-space: nowrap;
	vertical-align: middle;
	width: 80px;
}
td.gamecol_list_avg {
	white-space: nowrap;
	vertical-align: middle;
	width: 80px;
}
/*
####################################
 USER
 Information profile for userlist
####################################
*/
.user_list_username {
}

.user_list_username_active {
	background-image:url(/gfx/theme_default/site/user_active01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

.user_list_username_inactive {
	background-image:url(/gfx/theme_default/site/user_inactive01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

.user_list_username_friend {
	background-image:url(/gfx/theme_default/site/user_friend01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

.user_list_username_crew {
	background-image:url(/gfx/theme_default/site/user_crew01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

.user_list_age {
	padding-right: 5px;
	width: 55px;
}
.user_list_created {
	width: 120px;
}
.user_list_lastlogin {
	width: 120px;
}

/*
####################################
 FRIENDS
####################################
*/
td.friends_list_header {
	padding-left: 5px;
}
span.friends_list_name {
	font-weight: bold;
}
td.friends_list_name {
	padding-left: 5px;
	vertical-align: middle;
}
span.friends_list_sage {
}
td.friends_list_info {
	width: 70px;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
}
td.friends_list_group {
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
td.friends_list_buttons {
	width: 290px;
	vertical-align: middle;
	padding-right: 3px;
	text-align: right;
}
.friends_link {
	background-image:url(/gfx/theme_default/site/common_link01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}
td.friends_small_info {
	width: 52px;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.friends_small_buttons {
	width: 120px;
	vertical-align: middle;
	padding-right: 3px;
	text-align: right;
}



/*
####################################
 FILTER
 General filter classes
####################################
*/
.filter {

}
.filter_select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.filter_option {
	width: 15px;
}
.filter_pagenumbers {
	float:left;
	margin-bottom: 5px;
}
.filter_resultcount {
	float:right;
	margin-bottom: 5px;
}
.filter_list_bull {
	width: 8px;
}
.filter_list_sortimg {
	width: 10px;
	height: 10px;
	vertical-align: bottom;
	padding-bottom: 1px;
}

/*
####################################
 COMMON (Home, WTF, etc)
####################################
*/
.common {

}
	.common h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		background-color:#f1f1f1;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #d9d9d9;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	.common h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color:#f1f1f1;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #d9d9d9;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #d9d9d9;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		clear:both;
	}
.common_subtext
{
	padding-bottom: 5px;
}
.common_unit {
	padding: 10px;
	}
	.common_unit p {
		margin: 0px;
	}
	.common_unit td {
		padding: 1px 0px;
	}

td.common_list_col1 {
	width: 100%;
	padding-top: 1px;
}

td.common_list_col2 {
	white-space: nowrap;
	padding-top: 1px;
	padding-left: 5px;
}

td.common_list_col3 {
	white-space: nowrap;
	padding-top: 1px;
}

td.common_list_col4 {
	width: 100%;
	padding-top: 1px;
	padding-left: 5px;
}

/*
####################################
 AUTHORING
 Quick styles used for authors.
####################################
*/

.text_alt1 {
	display:inline;
	color:#7f7d8b;
}

.text_alt2 {
	display:inline;
	color:#92919c;
}

.text_alt3 {
	display:inline;
	color:#b7b6c2;
}

.image_left {
	float:left;
	display:inline;
	text-align:center;
	font-size: 10px;
	margin-bottom: 5px;
}
	.image_left img {
		border: 5px solid #dfdfe4;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 3px;
	}
.image_center {
	clear:both;
	text-align:center;
}
	.image_center img {
		border: 5px solid #dfdfe4;
		margin: 10px;
	}
.image_right {
	float:right;
	display:inline;
	text-align:center;
	font-size: 10px;
	margin-bottom: 5px;
}
	.image_right img {
		border: 5px solid #dfdfe4;
		margin-top: 5px;
		margin-left: 10px;
		margin-bottom: 3px;
	}

.quote_news {
	color: #866f58;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding: 0px 5px 5px 50px;
	background-image: url(/gfx/theme_default/site/news_quote_icon.gif);
	background-repeat: no-repeat;
}

.quote_left {
	color: #92919c;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-style: italic;
	font-weight:bold;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:0px;
}

.quote_center {
	color: #92919c;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-style: italic;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

.quote_right {
	color: #92919c;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-style: italic;
	font-weight:bold;
	padding:10px;
}

/*
####################################
 FORUM SEARCH
 Listing for forum search
####################################
*/
.forum_srch_date {
	width: 125px;
	white-space: nowrap;
}
.forum_srch_title {
	width: 380px;
}
.forum_srch_forum {
	width: 130px;
	white-space: nowrap;
}
.forum_srch_author {
	width: 115px;
}
.forum_srch_rel {
	width: 60px;
}
/*
####################################
 CANDLE LIGHT
####################################
*/
.candle_box {
	background-image: url(/gfx/theme_default/site/picture_candle.png);
	background-repeat: no-repeat;
	background-color: #000000;
	min-height: 150px;
}
.candle_text {
	padding: 30px 20px 30px 150px;
	color: #ffffff;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}

/*
####################################
 GAME COLLECTION
####################################
*/
td.gamecol_column_title {
	vertical-align: middle;
}
td.gamecol_column_score {
	height: 20px;
	width: 66px;
	vertical-align: middle;
	font-size: 9px;
	white-space: nowrap;
}
td.gamecol_column_release {
	text-align: left;
	font-size: 10px;
	width: 75px;
}
td.gamecol_column_remove {
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	width: 50px;
}
td.gamecol_score_box {
	background: white;
	border: 1px solid silver;
	padding: 4px;
	width: 175px;
}
td.gamecol_score_average_text {
	text-align: right;
	font-size: 32px;
	font-weight: bold;
}
td.gamecol_score_average_sub {
	text-align: right;
	font-weight: bold;
}
td.gamecol_score_zero {
	text-align: center;
	padding-right: 3px;
}
td.gamecol_score_left {
	padding-left: 3px;
	padding-right: 2px;
}
td.gamecol_score_right {
	padding-left: 1px;
	padding-right: 3px;
}
/*
####################################
 GALLERY MANAGER
####################################
*/
td.usrgallery_column_select {
	vertical-align: middle;
}
td.usrgallery_column_title {
	vertical-align: middle;
	width: 100%;
}
td.usrgallery_column_count {
	vertical-align: middle;
	text-align: center;
}
/*
####################################
 VARIOUS
 Unsorted misc items
####################################
*/

div.annonser {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.userdetails_data_col {
	width: 100%;
	vertical-align: top;
}

td.userdetails_access_col {
	vertical-align: top;
}

td.userdetails_info_col {
	vertical-align: top;
}

td.userdetails_detail_head {
	padding-top: 5px;
	padding-right: 8px;
}

td.userdetails_detail_info {
	padding-top: 5px
}

table.userdetails_data {
	width: 100%;
}

table.userdetails_access {
	width: 165px;
}

table.userdetails_info {
	width: 200px;
}

td.userprefs_info_col {
	vertical-align: top;
	width: 50%
}

td.userprefs_data_col {
	vertical-align: top;
	width: 50%
}

table.userprefs_data {
	width: 100%;
	padding-left: 5px
}

table.userprefs_info {
	width: 100%
}

/*
####################################
 LIST OF POLLS
####################################
*/

.polls_list_title {
	width: 230px;
}
.polls_list_seq {
	width: 140px;
}
.polls_list_cat {
	width: 130px;
}
.polls_list_starts {
	width: 140px;
}
.polls_list_responses {
}
.polls_list_questions {
}

/*
####################################
 POLL EXPORTS
 Poll exports (simplified)
####################################
*/

td.xpoll_question_text {
	font-weight: bold;
}
td.xpoll_alt_text {
	width: 100%;
}
td.xpoll_alt_results_text {
}
td.xpoll_bar {
	width: 200px;
	padding: 2px;
}
div.xpoll_bar {
	background: #f0f0f0;
	border: 1px solid #a0a0a0;
}
img.xpoll_bar {
	border-right: 1px solid #a0a0a0;
}
td.xpoll_percent {
}
td.xpoll_note {
	font-style: italic;
}

/*
####################################
 POLLS
 Polls for siteland (differ a little from forum polls)
####################################
*/

.fzpoll_header {
	background-color:#afaeb9;
	background-image: url(/gfx/theme_default/forum/post_poll_header01.gif);
	background-repeat:repeat-x;
	padding: 5px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
}
.fzpoll_00 {
	background-color:#ededee;
}
.fzpoll_01 {
	background-color:#f6f6f6;
}
.fzpoll_answer {
	padding: 5px;
	border-left: 1px solid #e4e4e8;
	border-right: 1px solid #e4e4e8;
	font-weight:bold;
	width: 33%
}
.fzpoll_bar00, .fzpoll_bar01, .fzpoll_bar02, .fzpoll_bar03, .fzpoll_bar04, .fzpoll_bar05, .fzpoll_bar06, .fzpoll_bar07, .fzpoll_bar08, .fzpoll_bar09 {
	padding: 5px;
	width: 200px;
}
	.fzpoll_bar00 div, .fzpoll_bar01 div, .fzpoll_bar02 div, .fzpoll_bar03 div, .fzpoll_bar04 div, .fzpoll_bar05 div, .fzpoll_bar06 div, .fzpoll_bar07 div, .fzpoll_bar08 div, .fzpoll_bar09 div {
		background-color:#d8d7dd;
		border-left: 1px solid #c0bfc4;
		border-right: 1px solid #ffffff;
		border-top: 1px solid #c0bfc4;
		border-bottom: 1px solid #ffffff;
	}
		.fzpoll_bar00 img, .fzpoll_bar01 img, .fzpoll_bar02 img, .fzpoll_bar03 img, .fzpoll_bar04 img, .fzpoll_bar05 img, .fzpoll_bar06 img, .fzpoll_bar07 img, .fzpoll_bar08 img, .fzpoll_bar09 img {
			background-color:#c6c6c6;
			background-repeat:no-repeat;
			border-right: 1px solid #FFFFFF;
		}
		.fzpoll_bar00 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar00.gif);
		}
		.fzpoll_bar01 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar01.gif);
		}
		.fzpoll_bar02 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar02.gif);
		}
		.fzpoll_bar03 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar03.gif);
		}
		.fzpoll_bar04 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar04.gif);
		}
		.fzpoll_bar05 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar05.gif);
		}
		.fzpoll_bar06 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar06.gif);
		}
		.fzpoll_bar07 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar07.gif);
		}
		.fzpoll_bar08 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar08.gif);
		}
		.fzpoll_bar09 img {
			background-image: url(/gfx/theme_default/forum/post_poll_bar09.gif);
		}
.fzpoll_result {
	padding: 5px;
	border-left: 1px solid #e4e4e8;
	border-right: 1px solid #e4e4e8;
	font-weight:bold;
	white-space: nowrap;
}
.fzpoll_info {
	background-color:#ffffef;
	border: 1px solid #CCCCCC;
	color:#333333;
}
	.fzpoll_info div {
		padding: 5px;
		border: 1px solid #e4e4e8;
	}
.fzpoll_footer {
	background-color:#cfcfd6;
	background-image: url(/gfx/theme_default/forum/fzpoll_footer01.gif);
	background-repeat:repeat-x;
	padding: 5px;
	color: #FFFFFF;
	vertical-align:middle;
}
.fzpoll_input {
	padding: 5px;
	border-left: 1px solid #e4e4e8;
	border-right: 1px solid #e4e4e8;
	font-weight:bold;
	width:10px;
}
.fzpoll_question {
	padding: 5px;
	border-left: 1px solid #e4e4e8;
	border-right: 1px solid #e4e4e8;
	font-weight:bold;
	width:100%;
}
.fzpoll_info {
	background-color:#ffffef;
	border: 1px solid #CCCCCC;
	color:#333333;
}
	.fzpoll_info div {
		padding: 5px;
		border: 1px solid #e4e4e8;
	}

/*
####################################
 POLLS (FIRST PAGE)
 Specializations for the front page
####################################
*/

td.fzpoll2_question_cell {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
}
td.fzpoll2_alts_cell {
	padding-bottom: 5px;
}
tr.fzpoll2_row {
	height: 18px;
}
td.fzpoll2_answer {
	padding: 2px;
	font-weight: bold;
	width: 33%;
}
td.fzpoll2_result {
	padding: 2px;
	font-weight: bold;
	white-space: nowrap;
}
td.fzpoll2_input {
	padding: 2px;
	font-weight: bold;
	width: 10px;
}
td.fzpoll2_question {
	padding: 2px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid silver;
}
td.fzpoll2_info {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #ffffef;
}
td.fzpoll2_buttons {
	text-align: right;
	padding-top: 5px;
}


/*
####################################
 BLOG
 For crew-created gaming blogs
####################################
*/

.blog {
}

.blog_post {
	margin-bottom:20px;
}

.blog_post_headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
}

.blog_post_date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	font-weight:bold;
}

.blog_post_author {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
}

.blog_post_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:10px;
}

.blog_post_footer {
	background-color:#EFEFEF;
	margin:10px;
	padding:3px;
	text-align:right;
}

/*
####################################
 SARGE and SERGE
 Quite some goofy figures
####################################
*/

.sargeserge {
	margin-left:10px;
	margin-right:10px;
}

.sargeserge_head {
	width:450px;
	height:200px;
	text-align:center;
	border-bottom:1px solid #CCCCCC;

	background-image: url(/gfx/theme_default/site/sargeserge_head.jpg);
	background-repeat:no-repeat;

}

.sargeserge_description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;

}

.sargeserge_question {

}

.sargeserge_question_head {
	background-image: url(/gfx/theme_default/site/sargeserge_question_head.gif);
	background-repeat:no-repeat;
	width:390px;
	height:40px;
	padding-left:60px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.sargeserge_question_content {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	background-image: url(/gfx/theme_default/site/sargeserge_question_content.gif);
	background-repeat:repeat-y;
	width:410px;
	padding-left:20px;
	padding-right:20px;
}

.sargeserge_question_foot {
	background-image: url(/gfx/theme_default/site/sargeserge_question_foot.gif);
	background-repeat:no-repeat;
	width:450px;
	height:18px;
}

.sargeserge_answer_sarge {
	margin-top:20px;
	margin-bottom:20px;
	background-image: url(/gfx/theme_default/site/sargeserge_answer_sarge_main.gif);
	background-repeat:repeat-y;
}
.sargeserge_answer_sarge_head {
	background-image: url(/gfx/theme_default/site/sargeserge_answer_sarge_head.gif);
	background-repeat:no-repeat;
	width:450px;
	height:30px;
}
.sargeserge_answer_sarge_main {
	width:450px;
}
.sargeserge_answer_sarge_main_face {
	background-image: url(/gfx/theme_default/site/sargeserge_answer_sarge_face.gif);
	background-repeat:no-repeat;
	width:92px;
	height:55px;
	float:left;
}
.sargeserge_answer_sarge_main_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:318px;
	float:right;
	padding-left:20px;
	padding-right:20px;
}
.sargeserge_answer_sarge_foot {
	background-image: url(/gfx/theme_default/site/sargeserge_answer_sarge_foot.gif);
	background-repeat:no-repeat;
	width:450px;
	height:15px;
	clear:both;
}

.sargeserge_answer_serge {
	margin-top:20px;
	margin-bottom:20px;
	background-image: url(/gfx/theme_default/site/sargeserge_answer_serge_main.gif);
	background-repeat:repeat-y;
}
.sargeserge_answer_serge_head {
	background-image: url(/gfx/theme_default/site/sargeserge_answer_serge_head.gif);
	background-repeat:no-repeat;
	width:450px;
	height:30px;
}
.sargeserge_answer_serge_main {
	width:450px;
}
.sargeserge_answer_serge_main_face {
	background-image: url(/gfx/theme_default/site/sargeserge_answer_serge_face.gif);
	background-repeat:no-repeat;
	width:92px;
	height:55px;
	float:right;
}
.sargeserge_answer_serge_main_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:318px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.sargeserge_answer_serge_foot {
	background-image: url(/gfx/theme_default/site/sargeserge_answer_serge_foot.gif);
	background-repeat:no-repeat;
	width:450px;
	height:15px;
	clear:both;
}
.sargeserge_frontpage_bg {
	background: #fefefe url(/gfx/theme_default/site/frontpage_sargeserge_bg.jpg) no-repeat;
	width: 480px;
	padding: 5px;
	min-height: 70px;
}

/*
####################################
 TOPGAMES
 Table containing top games on first page
####################################
*/
.topgames_top1_bg {
	background-image: url(/gfx/theme_default/site/frontpage_topgames_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fefefe;
	width: 480px;
	padding: 5px;
	min-height: 110px;
}
.topgames_top1_boxshot {
	margin: 5px 10px;
	border: 1px solid black;
}
.topgames_top1_title {
	padding-top: 1px;
	padding-bottom: 5px;
	font-weight:bold;
	font-size: 18px;
	clear: right;
	margin: 5px 5px 15px 5px;
}
.topgames_table_cell {
	font-size: 11px;
}
.topgames_table_number {
	text-align: center;
	vertical-align: middle;
}
.topgames_table_title {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

/*
####################################
 INFO OPTIONS
 Sharing, controlling, etc. Do not confuse with #gameinfo_options in game.css
####################################
*/
#info_options {
	padding-top: 7px;
	padding-bottom: 11px;
}

	#info_options a, #info_options span {
		padding-left: 24px;
		padding-bottom: 2px;
		padding-top: 2px;
		font-size: 11px;
		line-height: 1.72em;
		margin-left: 4px;
	}

	#info_options #control_watch {
		background: url(/gfx/theme_default/site/control_watch.gif) no-repeat;
	}

	#info_options #control_aw {
		background: url(/gfx/theme_default/site/control_aw.gif) no-repeat;
	}

	#info_options #control_ao {
		background: url(/gfx/theme_default/site/control_ao.gif) no-repeat;
	}

	#info_options #control_sendtip {
		background: url(/gfx/theme_default/site/control_sendtip.gif) no-repeat;
	}

	#info_options .control_admin {
		background: url(/gfx/theme_default/site/ico_warning.gif) no-repeat;
	}

	#info_options #control_share {
		background: url(/gfx/icon_share.png) no-repeat;
	}

		#info_options #control_share img {
			vertical-align: -15%;
			padding: 0px 5px;
		}

		#info_options #control_share a {
			padding: 0px; margin: 0px;
		}

/*
####################################
 Labels
 Such as warning label, for instance to warn users they have personal responsibility
####################################
*/
.label_warning {
	padding-bottom: 5px;
}
	.label_warning_message {
		background-color: #fbe2e2;
		background-image: url(/gfx/theme_default/site/ico_warning.gif);
		background-repeat: no-repeat;
		background-position: 5px center;
		color: black;
		padding: 7px 10px 7px 25px;
		clear:both;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		border: 1px solid #d9d7c8;
	}

.label_info {
	padding-bottom: 5px;
}
	.label_info_message {
		background-color: #ffffe6;
		background-image: url(/gfx/theme_default/site/ico_info.gif);
		background-repeat: no-repeat;
		background-position: 5px center;
		color: black;
		padding: 7px 10px 7px 25px;
		clear:both;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		border: 1px solid #d9d7c8;
	}

/*
####################################
 Rating
 CSS rating scale effect. Can be ajaxed if needed.
####################################
*/
.fzrating,
.fzrating a:hover,
.fzrating a:active,
.fzrating a:focus,
.fzrating .current-rating{
	background: url(/gfx/theme_default/gameinfo/grade_ratingbar.gif) left -1000px repeat-x;
}
.fzrating_zero,
.fzrating_zero a:hover,
.fzrating_zero a:active,
.fzrating_zero a:focus,
.fzrating_zero .current-rating_zero{
	background: url(/gfx/theme_default/gameinfo/grade_ratingbar_zero.gif) left -1000px repeat-x;
}
.fzrating,
.fzrating_zero{
	position:relative;
	height:29px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.fzrating{
	width:100px;
}
.fzrating_zero{
	width:20px;
}
.fzrating li,
.fzrating_zero li{
	display: inline;
}
.fzrating a,
.fzrating .current-rating,
.fzrating_zero a,
.fzrating_zero .current-rating_zero{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:29px;
	line-height:29px;
	outline:none;
	overflow:hidden;
	border: none;
	margin:0;
}
.fzrating a:hover,
.fzrating a:active,
.fzrating a:focus,
.fzrating_zero a:hover,
.fzrating_zero a:active,
.fzrating_zero a:focus{
	background-position: left bottom;
}
.fzrating a.one{
	width:20%;
	z-index:6;
	cursor: pointer;
}
.fzrating a.two{
	width:40%;
	z-index:5;
	cursor: pointer;
}
.fzrating a.three{
	width:60%;
	z-index:4;
	cursor: pointer;
}
.fzrating a.four{
	width:80%;
	z-index:3;
	cursor: pointer;
}
.fzrating a.five{
	width:100%;
	z-index:2;
	cursor: pointer;
}
.fzrating_zero a.zero{
	width:100%;
	z-index:2;
	cursor: pointer;
}
.fzrating .current-rating,
.fzrating_zero .current-rating_zero{
	z-index:1;
	background-position: left center;
}
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/*
####################################
 TABLEDESIGN
 For neatly designed tables
####################################
*/

.tabledesign_table {
	margin: 1em auto;
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	border-spacing: 0;
}
.tabledesign_icol {
	background: #dee2e9 url(/gfx/theme_default/site/tabledesign_bg_col1.gif) repeat-x;
	padding: 1.5em 0.5em 1.5em 0.8em;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}
.tabledesign_ccol {
	background: #f3f8fd url(/gfx/theme_default/site/tabledesign_bg_col2.gif) repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 1.5em 0.5em 1.5em 0.8em;
}
.tabledesign_ccol:hover {
	background: #f3f8fd;
}
.tabledesign_ccol_odd {
	background: #f8f8f8 url(/gfx/theme_default/site/tabledesign_bg_col3.gif) repeat-x;
	color: #444;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	padding: 1.5em 0.5em 1.5em 0.8em;
}

.tabledesign_ccol_odd:hover {
	background: #f8f8f8;
}


/*  Styles used for gameinfo box on news pages */
.dropshadow {
	border: 1px outset #000000;
}

.dropshadow_wrap1, .dropshadow_wrap2, .dropshadow_wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.dropshadow_wrap1 {
  float:left;
  background:url(/gfx/theme_default/site/dropshadow_shadow.gif) right bottom no-repeat;
  }
.dropshadow_wrap2 {
  background:url(/gfx/theme_default/site/dropshadow_corner_bl.gif) left bottom no-repeat;
  }
.dropshadow_wrap3 {
  padding:0 20px 20px 0;
  background:url(/gfx/theme_default/site/dropshadow_corner_tr.gif) right top no-repeat;
  }
.dropshadow_wrap3 img {
  display:block;
  }
/*
####################################
 ADMARKERS
####################################
*/
.admarker {
	background-image: url(/gfx/theme_default/site/admarker_horisontal_line.gif);
	background-repeat: repeat-x;
	background-color: #dcdada;
	margin: 0 auto;
	width: 300px;
}
	.admarker_icon {
		background-image: url(/gfx/theme_default/site/admarker_downarrow.gif);
		background-repeat: no-repeat;
		background-color: #dcdada;
		height: 11px;
		width: 49px;
		cursor: help;
	}
