body {
	/*background-image: url('http://fjook.com/img/bg_body.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	/*background-image: url('../img/body_bg.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-xy;*/
}
body, td {
	font-family: verdana;
	font-size: 11px;
	color: black;

}
.loading {
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
form {
	padding: 0px;
	margin: 0px;	
}
.submit {
	cursor: pointer;
	background-image: url('../img/submit.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border: 1px outset;
}
.mainContainer {
	position: relative;
	width: 1000px;
	height: 100%;
	text-align: center;
	padding: 10px;
	border: 0px;
	background-color: #FFFFFF;
	background-image: url('http://www.fjook.com/img/toplogo_1000x150.png');
	background-position: 0px 40px;
	background-repeat: no-repeat;
}
/****************************************
* 
****************************************/
.home {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 410px;
	height: 120px;
	cursor: pointer;
	z-index: 999;
}
/****************************************
* 
****************************************/
.topMenuContainer {
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: 15px;
	font-weight: bold;
	color: black;
	font-family: tahoma;
	}
.topMenuContainer a:link, .topMenuContainer a:visited {
	color: blue;
	text-decoration: none;
	}
.topMenuContainer a:active, .topMenuContainer a:hover {
	color: #FF3C11;
	text-decoration: none;
	}
.topMenuItems {
	display: inline;
	padding-right: 10px;
	}

.contentContainer {
	
}
/****************************************
* 
****************************************/
.googleRightSide {
	border: 1px outset;
	padding: 0px;
	background-color: white;
	/*width: 162px;*/
}
/****************************************
* 
****************************************/
.spilContainer {
	/*border: 1px solid red;*/
	position: relative;
	padding-top: 200px;
	width: 980px;
	text-align: center;
}
/*.spilGenrer {
	border: 1px solid black;
}*/

.spilThumb {
	width: 780px;
	height: 125px;
	border: 1px solid black;
	background-color: white;
	padding: 8px;
	margin-bottom: 25px;
	font-weight: normal;
	position: relative;
	background-image: url('http://www.fjook.com/img/bg_listgames.png');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
.spilThumb img {
	border: 1px solid #000000;
	}
/****************************************
* 
****************************************/
.spilTitle {
	padding-top: 3px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #FF3C11;
	
}
.spilDesc {
	/*border: 1px solid black;*/
	/*height: 45px;
	overflow: auto;*/
	/*cursor: help;*/
}

/****************************************
* 
****************************************/
.spilSearch {
	position: absolute;
	/*border: 1px solid green;*/
	top: 105px;
	left: 35px;
	width: 550px;
	padding: 3px;
	margin-bottom: 8px;
	color: black;
	text-align: left;
	/*filter: alpha(opacity=95);
	opacity: 0.95;*/
	font-weight: bold;
	}
.spilResultsFound {
	display: inline;
	padding-left: 5px;
	width: 100px;
	height: 15px;
	line-height: 15px;
	font-size: 9px;
	/*border: 1px inset;*/
	/*background-color: #FFFFF0;*/
	/*font-family: verdana;*/
	text-align: left;
	filter: alpha(opacity=80);
	opacity: 0.8;
	}

/****************************************
* 
****************************************/
.spilPageNoContainer {
	position: absolute;
	top: 145px;
	right: 380px;
	
	width: 550px;
	/*border: 1px solid orange;*/
	/*background-color: white;*/
	padding: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: right;
	color: black;
	}
.spilGenrer {
	width: 980px;
	/*border: 1px solid black;*/
	/*background-color: white;*/
	padding: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	/*position: relative;*/
	}
.spilGenrer a:link, .spilGenrer a:visited {
	color: black;
	text-decoration: none;
}
.spilGenrer a:hover {
	color: darkblue;
}
/****************************************
* 
****************************************/
.spilViewGameContainer {
	position: relative;
	width: 980px;
	/*border: 1px solid black;*/
	background-color: white;
	padding: 8px;
	padding-top: 30px;
	/*margin: 5px;*/
	font-weight: normal;
}
/****************************************
* Rating
****************************************/
.rateGamePointsCointainer {
	position: absolute;
	top: 10px;
	left: 10px;
	}
.spilRateGameRatingPoints {
	display: inline;
	border: 2px outset;
	padding: 3px;
	margin: 2px;
	cursor: pointer;
	}
.spilUserRatingScore {
	position: absolute;
	top: 10px;
	left: 300px;
	}
.spilPopularity {
	position: absolute;
	top: 10px;
	left: 450px;
	}
/****************************************
* 
****************************************/
.spilPrevNextLinks {
	display: inline;
	/*background-image: url('../img/button_125x25.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	width: 25px;
	height: 25px;
	/*line-height: 25px;*/
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
	}
.spilPrevNextLinks a:link, .spilPrevNextLinks a:visited {
	color: black;
	font-size: 15px;
	text-decoration: none;
	}
.spilPrevNextLinks a:hover {
	color: #C8C8C8;
	font-size: 15px;
	text-decoration: none;
	}	

/****************************************
* 
****************************************/
.spilPageNo, .spilPageNoSelected {
	display: inline;
	/*background-image: url('../img/button_25x25.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	width: 25px;
	height: 25px;
	/*line-height: 25px;*/
	text-align: center;
	font-family: 'arial black', arial;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
.spilPageNo {
	color: black;
	}
.spilPageNoSelected {
	/*background-image: url('../img/button_25x25_selected.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	font-weight: bold;
	color: #FF3C11;
	}
/****************************************
* 
****************************************/
.spilPageNo a:link, .spilPageNo a:visited {
	color: #3C3C3C;
	font-size: 15px;
	text-decoration: none;
	}
.spilPageNo a:hover, .spilPageNo a:active {
	color: #FF3C11;
	font-size: 15px;
	text-decoration: underline;
	}	
/****************************************
* 
****************************************/
.spilPageNoSelected a:link, .spilPageNoSelected a:visited {
	color: #FF3C11;
	font-size: 15px;
	text-decoration: none;
}
.spilPageNoSelected a:hover {
	color: #FF3C11;
	font-size: 15px;
	text-decoration: none;
	}


/****************************************
* 
****************************************/
.spilButton1, .spilButton2 {
	/*background-image: url('../img/button_200x40.png');*/
	/*background-image: url('../img/button_125x25.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	height: 24px;
	line-height: 24px;
	/*width: 125px;*/
	display: inline;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	font-size: 15px;
	}
.spilButton1 {
	left: 155px;
	}
.spilButton2 {
	left: 300px;
	}
.spilButton1 a:link, .spilButton1 a:visited, .spilButton2 a:link, .spilButton2 a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;;
	}
.spilButton1 a:hover, .spilButton2 a:hover {
	color: #FF3C11;
	text-decoration: underline;
	
	}
/****************************************
* 
****************************************/
.spilRating {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 10px;
	font-weight: normal;
	}
.spilPlayed {
	position: absolute;
	top: 15px;
	right: 175px;
	font-size: 10px;
	font-weight: normal;
	}
/****************************************
* 
****************************************/


/****************************************
* 
****************************************/
.spilMoreGames {
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 12px;
	/*border: 1px solid red;*/
	}
.spilMoreGames a {
	font-family: 'arial black';
}
.spilMoreGames a:link, .spilMoreGames a:visited {
	font-family: 'arial';
	font-size: 12px;
	color: black;
}
.spilMoreGames a:hover {
	font-family: 'arial';
	font-size: 12px;
	color: #FF3C11;
	text-decoration: underline;
}

/****************************************
* 
****************************************/
.overskrift {
	font-weight: bold;
	font-size: 16px;
}
/****************************************
* 
****************************************/
.tooltipContainer {
	/*border: 1px dotted #FF3C11;*/
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	padding: 10px;
	background-image: url('http://www.fjook.com/img/bg_listgames.png');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
.tooltipTitle {
	border-bottom: 3px solid #FF3C11;
	color: black;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	}
.tooltipDesc img {
	margin: 5px;
	}
/*******************************************************************
* 
*******************************************************************/
.newsContainer {
	padding-top: 200px;
	left: 0px;
	width: 100%;
	/*border: 1px solid red;*/
}
.newsItem {
	position: relative;
	/*border: 1px solid black;*/
	/*margin-bottom: 10px;*/
	width: 700px;
	height: 70px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}
.newsDescription img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -30px;
	left: -130px;
	/*border: 1px solid red;*/
	
}
.newsTitle {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	width: 500px;
	overflow: hidden;
}
.newsTitle a {
	color: black;
}
.newsDescription {
	position: absolute;
	top: 33px;
	left: 10px;
	font-weight: normal;
	font-size: 11px;
	padding-right: 15px;
	/*border: 1px solid red;*/
}
.newsTime {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: normal;
	font-size: 9px;
	/*border: 1px solid red;*/
}