/* global styles */
body, div, table {
	font:normal 11px Verdana;
	color:black; 
	margin:0px;
	padding:0px;
}
a, a:hover {
	font:11px Verdana;
	color:#8F1C09;
	text-decoration:none;
	border-bottom:1px dotted #8F1C09;
}
a:hover {
	color: #000000; 
	background-color:#D8C199;
}
form { margin:0px; }
img { border:0px; }

h1 {
	font:bold 16px Verdana;
	margin:3px 0px 0px 0px;
}

.lightfont { color:#AAAAAA; }

/* header elements */
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	height:65px;
}
#header_ad{
	position:absolute;
	left:510px;
	top:2px;
	height:65px;
}
#header a, #header_ad a {
	background-color:white;
	text-decoration:none;
	border:0px;
}
#login_area {
	position:absolute;
	left:0px;
	top:65px;
	height:28px;
	background-color:#CCCCCC;
	border-top:1px solid #707070;	
	border-bottom:1px solid #707070;
	background:url('img/toolbox_gradient.jpg') repeat-x bottom;
}
#login_area table {
	margin:0px 5px 0px 5px;
	width:99%;
	padding:0px;
}
#login_area table tr {
	height:25px;
}
#login_area .form_text {
	height:14px;
	width:100px;
	font-size:10px;
	padding-left:3px;
	background-color:white;
}
#login_area .form_button {
	width:75px;
	border-color:#999999;
	height:20px;
	font-size:10px;
}
#login_userbox {
	position:absolute;
	left:270px;
	width:100px;
	top:28px;
	line-height:18px;
	display:none;
	z-index:55;
	border:1px solid black;
	padding:5px;
	background:url('img/gradient2.jpg') repeat-y top left;
	background-color:white;
}

/* lefthand elements */
#navigation {
	position:absolute;
	left:0px;
	top:107px;
	width:160px;
	background:url('img/gradient.jpg') repeat-x top;
	height:800px;
}

.navi_box {
	border: 1px solid #666666;
	margin:5px 5px 5px 5px;
	float:left;
	background-color:#FFFFFF;
	z-index:50;
}
.navi_box h2 {
	width: 100%;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:5px;
	font-variant:small-caps;
	background-color:#D8C199;	
	color:#000000;
	border-bottom:1px solid #8F1C09;
}
.navi_box div{
	margin:5px;
}

#navigation_menu a{
	font-size:12px; 
	font-weight:bold;
}
#navigation_menu a {
	font-size:12px; 
	font-weight:bold;
	line-height:16px;
}
#navigation_submenu a {
	font-size:10px; 
	font-weight:normal;
	line-height:12px;
}

.left_box 	{ width:145px; }
.right_box 	{ width:160px; }

#menusearchbox .form_text{
	width:130px;
	font-size:10px;
	padding-left:3px;
	height:15px;
}

/* content elements */
#content {
	position:absolute; 
	left:170px; 
	top:103px;
	height:200px;
	padding-top:5px;
	z-index:50;

}
#content .content_box {
	border: 1px solid #AAAAAA;
	padding:0px;
	margin:5px 10px 15px 0px;
	background-color:white;
}

#content .content_box h2 {		/* Title row */
	width: 100%;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:5px;
	font-variant:small-caps;
	background-color:#D8C199;
	border-bottom:1px solid #8F1C09;
}

#content .content_box h3 {		/* paging row */
	width: 99%;
	line-height:17px;
	background-color:#FFFFFF;
	font-size:10px;
	margin:3px 0px 0px 0px;
	padding:0px;
	text-align:right;
	font-weight:normal;
}
#content .content_box h3 span {
	background-color:black;
	color:white;
	font-weight:bold;
}

#content .content_box .text_box, #content .content_box .picture_box {
	margin:5px;
	padding-top:5px;
}
#content .content_box .picture_box {
	text-align:center;
}
#content .content_box .picture_box a{
	margin-right:15px;
	text-decoration:none;
	border:0px;
	background-color:#ffffe5;
}

#content .toolbox {
	margin-top:10px;
	height:30px;
	border-top:1px solid #bbbbbb;
	background:url('img/toolbox_gradient.jpg') repeat-x bottom;
}
#content .toolbox_top {
	background:url('img/toolbox_gradient_top.jpg') repeat-x bottom;
	margin-bottom:10px;
	height:30px;
	border-bottom:1px solid #bbbbbb;
}
#content .toolbox .form_button, #content .toolbox_top .form_button {
	border-color:#999999;
	height:20px;
	font-size:10px;
	margin:5px;
}

#globalnavi {
	border-top:1px solid #999999; 
	background-color:#DDDDDD;
	color:#666666;
	border-bottom:1px solid #999999;
	padding:3px 0px 3px 0px;
	margin-bottom:10px;
}
#globalnavi a {
	margin-left:10px;
}

/* righthand elements */
#rightcol {
	position:absolute;
	top:107px;
	width:175px;
	height:800px;
	background:url('img/gradient.jpg') repeat-x top;
	/*z-index:1;*/
}

/* Table Styles */
.listtable {
	width:100%;
	margin:3px 0px 0px 0px;
}
.listtable thead tr th {
	font-weight:bold;
	background-color:#DDDDDD;
	text-align:left;
	padding:3px 5px 3px 5px;
	border-bottom:3px double black;
}
.listtable tbody td {
	border-bottom:1px solid #C8C8C8;
	padding:3px 5px 3px 5px;
}

.listtable table td {
	border:0px;
	padding:0px;
}

.similartable {
	border:1px solid black !important;
	width:420px !important;
	padding:0px !important;
	margin:0px !important;
}
.similartable th {
	background-color:lightgrey !important;
	border-right:1px solid black !important;
	border-bottom:1px solid black !important;
	padding:2px !important;
	font-size:10px !important;
	margin:0px !important;
}
.similartable td {
	border-right:1px solid black !important;
	border-bottom:1px solid black !important;
	padding:3px !important;
	margin:0px !important;
}

/* boxed elements */



/* form-elements */
.form_button {
	background-color:#C6C6C6;
	border:1px solid black;
	padding:0px 5px 0px 5px;
	cursor:pointer;
	overflow: visible;
	width: auto; 
}
.form_button:hover {
	background-color:#D8C199;
}
.form_select {
	background-color:#E3E3E3;
	border:1px solid black;
	padding:2px;
}
.form_text {
	background-color:#E3E3E3;
	border:1px solid black;
	padding-left:2px;
	width:200px;
}
.form_areatext {
	background-color:#E3E3E3;
	border:1px solid black;
	padding:2px;
	width:400px;
	height:100px;
	font:11px Verdana;
}

/* design elements */
.roundedge, div#tooltip {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.roundedgetop {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.roundedgebottom {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}

.img_card {	background:url('img/box/card.jpg') no-repeat right top; }
.img_cube {	background:url('img/box/cube.jpg') no-repeat right top; }
.img_news { background:url('img/box/news.jpg') no-repeat right top; }
.img_games { background:url('img/box/games.jpg') no-repeat right top; }
.img_list { background:url('img/box/list.jpg') no-repeat right top; }
.img_file { background:url('img/box/file.jpg') no-repeat right top; }
.img_forum { background:url('img/box/forum.jpg') no-repeat right top; }
.img_rate { background:url('img/box/ratings.jpg') no-repeat right top; }
.img_manual { background:url('img/box/manual.jpg') no-repeat right top; }
.img_picture { background:url('img/box/picture.jpg') no-repeat right top; }
.img_config { background:url('img/box/config.jpg') no-repeat right top; }
.img_mail { background:url('img/box/mail.jpg') no-repeat right top; }
.img_profil { background:url('img/box/profil.jpg') no-repeat right top; }
.img_search { background:url('img/box/search.jpg') no-repeat right top; }
.img_calendar { background:url('img/box/calendar.jpg') no-repeat right top; }
.img_question { background:url('img/box/question.jpg') no-repeat right top; }
.img_checkbox { background:url('img/box/checkbox.jpg') no-repeat right top; }

.yellow_back { background-color:#ffffcc ! important; }
.dd_cursor { cursor:move }
.advertising_color { background-color:black !important; color:white !important; }

.pic_border { border:1px solid #CCCCCC; border-right:3px solid #AAAAAA; border-bottom:3px solid #AAAAAA; padding:3px;}

/* text elements */

.fnt_bigger { font:bold 16px Verdana;}
.fnt_bigger a {font:bold 16px Verdana; color: #8F1C09; text-decoration : none; }
.fnt_bigger a:hover {font:bold 16px Verdana; color: #000000; background-color:#d6bdbd; text-decoration: none; }


.nodottedline, .nodottedline:hover {
	background-color:white;
	text-decoration:none;
	border:0px;
}
.error {
	color:red;
	font-weight:bold;
}

div#tooltip {
	position: absolute;
	width: 130px;
	display:none;
	z-index:100;
	padding: 4px;
	border: 1px solid #666666;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	background-color:#e5cda2;
}
#navi_game_right {
	float:right;
	width:300px;
	text-align:right;
	padding-right:15px;
}

.mnu1 {
	margin-left:20px;
	font:bold 14px Verdana; 
}
.mnu1 a{ font:bold 14px Verdana;color: #8F1C09; text-decoration : none; }
.mnu1 a:hover { font:bold 14px Verdana;color: #000000; background-color:#d6bdbd; text-decoration: none; }

.mnu2 {
	margin-left:60px;
	font:bold 12px Verdana; 
}
.mnu2 a{ font:bold 12px Verdana;color: #8F1C09; text-decoration : none; }
.mnu2 a:hover { font:bold 12px Verdana;color: #000000; background-color:#d6bdbd; text-decoration: none; }

.mnu3 {
	margin-left:100px;
	font:12px Verdana; 
}

.game_rate_leftcol { float:left;width:200px; }
.game_rate_rightcol { float:left;width:180px;margin-bottom:10px; }
.game_rate_starleftcol { float:left;width:120px;margin-bottom:10px; }
.game_rate_starrightcol { float:left;width:60px;margin-bottom:10px; }

.table_desc {
	float: left;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:5px;
	margin-right:10px;
}

.gameprice .year {
	font-weight:bold;
	font-size:12px;
}
.gameprice td {
	vertical-align:top;
	border-right:1px solid #C8C8C8;
}
.gameprice tr td a {
	margin-left:10px;
}

.revtitle{
	font-weight:bold;
	font-size:14px;
}
	
.td_input {
	cursor:pointer; 
	background-color:#E3E3E3;
	border:1px solid black;
	text-align:center;
}

.ul_no_left {
	margin:0px;
	margin-left:-20px;
}

.phoder {
  border:1px solid #D8C199;
  background:#eee;
  opacity: 0.5;
}
		  
.w20 { width:20px; }
.w40 { width:40px; }
.w80 { width:80px; }
.w100 { width:100px; }
.w150 { width:150px; }
.w200 { width:200px; }
.w250 { width:250px; }
.w300 { width:300px; }
.w350 { width:350px; }
.w400 { width:400px; }
.w450 { width:450px; }
.w500 { width:500px; }
.fl { float:left; }
.cb { clear: both; }
.mt3 { margin-top:3px; }

/* Calendar styles */
.ds_b { border:0px solid black; text-align:center;font:bold 12px Arial}
.ds_bg { border:0px solid black; text-align:center; background-color:lightgrey;font:bold 12px Arial}
.ds_yearlist {position:absolute;left:168px; top:23px; width:40px; border:1px solid black; background-color:lightgrey; text-align:right;visibility:hidden;font:bold 12px Arial}
* html .ds_yearlist {left:170px;}
.ds_monthlist {position:absolute;left:158px; top:43px; width:50px; border:1px solid black; background-color:lightgrey; text-align:right;visibility:hidden;font:bold 12px Arial}
* html .ds_monthlist {left:160px;}

.calendartable thead th {
	background-color:#DDDDDD;
	border:1px solid #AAAAAA;
	font-weight:bold;
	padding:2px;
}
.calendartable tbody td {
	border:1px solid #AAAAAA;
	padding:2px;
}


/*step by step */
#sfshead {
	margin-left:15px;
}
* html #sfshead div { height:40px; }

#sfstext {
	margin:10px; 
	width:600px; 
	border:1px solid black;
	background-color:#DDDDDD;
}
#sfstext div {	margin:5px; }
#sfsimg {
	margin:10px; 
	width:600px; 
	height:400px; 
	border:1px solid black;
	background-repeat:no-repeat;
	background-position:center top;
}


/* Special forum styles */
.trans01 { -moz-opacity:0.1; background-color:#ffffff; }
.trans02 { -moz-opacity:0.2; background-color:#ffffff; }
.trans03 { -moz-opacity:0.3; background-color:#ffffff; }
.trans04 { -moz-opacity:0.4; background-color:#ffffff; }
.trans05 { -moz-opacity:0.5; background-color:#ffffff; }
.trans06 { -moz-opacity:0.6; background-color:#ffffff; }
.trans07 { -moz-opacity:0.7; background-color:#ffffff; }
.trans08 { -moz-opacity:0.8; background-color:#ffffff; }
.trans09 { -moz-opacity:0.9; background-color:#ffffff; }
.trans10 { -moz-opacity:1.0; background-color:#ffffff; }

.allpostlist_hidden, .allpostlist_visible {
	width:100%; 
	height:300px;
	overflow:auto;
	border:1px solid black; 
	visibility:hidden;
	position:absolute;
}

.allpostlist_visible {
	visibility:visible;
	position:relative;
}

.good_ul {
	margin-left:1em; 
	padding-left:1em;
	margin-top:0px;
	margin-bottom:0px
}

ul.game_family {
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
}
ul.game_family li {
	background-image: url(img/dir_s.gif);
	background-repeat: no-repeat;
}

.uploadbox {
	position:absolute; 
	background-color:white; 
	border:2px solid #666666; 
	padding:10px; 
	width:270px; 
	height:150px;
	visibility:hidden;
	z-index:999;
}


/* AJAX Boxes */
.aj_arrow {
	float:left;
	background:url('img/ajax_arrow.jpg') no-repeat top left;
	width:30px;
	height:20px;
	display:none;
}
.aj_box {
	position:absolute; 
	background-color:white; 
	border: dashed 1px;
	display:none; 
	height:50px;
	overflow:auto;
	z-index:9999;
}

.gameview_tagbox {
	display:none;
	margin-top:5px; 
	border:1px dotted black;
	height:150px; 
	overflow:auto; 
	padding:3px;
	line-height:15px;
}

#cal_main {
	width:160px;
	height:170px;
	margin:0px 0px 0px 2px;
	padding:0px;
}

/* New Calendar */
.cal_box, .cal_no_click { height:17px; margin:1px !important; float:left; border:1px solid lightgrey;font-size:10px !important;text-align:center;line-height:17px; background-color:#FFF0DF;}
.cal_box {cursor:pointer;}
.cal_small { width:18px; }
.cal_big { width:40px; }
.cal_huge { width:106px; }
.cal_fs12 { font-size:10px !important; }
.cal_nobg, .cal_nocell { background-color:transparent; }
.cal_nocell {border:1px solid white; cursor:default;}
.cal_nocursor { cursor:default; }
.cal_trans {background-color:#EEEEEE; color:#CCCCCC; }
.cal_highlight_today { border-color:black; background-color:#D8B372;}
.cal_highlight_green { border-color:green; background-color:lightgreen; color:black; }





/* LightBox Styles */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/* End Lightbox Styles */
