* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
img {
	border: 0;
}
body {
	background-color: #fff;
	font-size: 12px;
}
textarea {
	font-size: 12px;
}
.form-textarea {
	clear: both;
}
.center {
	text-align: center;
}
a {
	color: #066BAD;
	text-decoration: none;
}
a:hover {
	color: #3EA4E6;
	text-decoration: none;
}
/* disable preview buttons */
#edit-preview {
	display: none;
}
/* lightbox override */
#bottomNav #bottomNavClose {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 7px;
}
#lightbox #imageData #bottomNav {
	height: auto;
}
.rteleft {
	text-align: left;	
}
.rteleft img {
	margin-left: 20px;
}
.rtecenter {
	text-align: center;
}
.rteright {
	text-align: right;
}
.rtejustify {
	text-align: justify;
}
/* 
 ************* HEADER *****************
 */
#header {
	background-image: url('images/header.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	min-width: 1064px;
}
#header #content {
	width: 1064px;
	min-height: 312px;
	margin: 0 auto;
}
#header #push {
	width: 947px;
	margin-left: 58px;
}
#header #top {
	height: 30px;
	width: 947px;
}
#header #bottom {
	width: 947px;
	height: 253px;
	margin-top: 10px;
}
#header #bottom #left {
	width: 323px;
	height: 253px;
	float: left;
}
#header #bottom #right {
	width: 624px;
	height: 253px;
	float: right;
}
/* top breadcrumb & navigation */
#header #top .co a {
	color: #fff;
	text-decoration: none;
}
#header #top .co a:hover {
	color: #3EA4E6;
}
#header #top .cl {
	width: 9px;
	height: 21px;
	background-image: url('images/topnav_right.png');
	float: left;
}
#header #top .co {
	height: 21px;
	width: auto;
	background-image: url('images/topnav_fill.png');
	background-repeat: repeat-x;
	float: left;
	font-size: 10px;
	color: #fff;
	padding-top: 3px;
}
#header #breadcrumb, #header #topnav {
	height: 21px;
	background-image: url('images/topnav_left.png');
	background-repeat: no-repeat;
	padding-left: 9px;
}
#header #breadcrumb {
	float: left;
}
#header #topnav {
	float: right;
}
#header #topnav .co img {
	float: left;
}
/* banner */
#banner {
	width: 728px;
	min-height: 20px;
	margin: 0 auto;
	text-align: center;
}
/* login */
#header #welcome {
	margin-top: 20px;
	height: 23px;
	background-image: url('images/welcome_background.png');
	background-repeat: no-repeat;
	background-position: top center;
	
}
#header #welcome #leftc {
	float: left;
	width: 200px;
	padding-left: 14px;
	margin-bottom: 30px;
	text-align: center;
        font-size: 11px;
        padding-top: 4px;
}

#header #welcome #rightc {
	float: left;
        width: 70px;
        padding-bottom: 5px;
        margin-bottom: 1px;
	margin-top: 1px;
}

#header #welcome_small {
	margin-top: 20px;
	height: 23px;
	background-image: url('images/welcome_background_small.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
}
/* logo */
#header #logo_click {
	width: 281px;
	height: 56px;
	margin-top: 43px;
	margin-left: 9px;
	display: block;
}
/* search */
#header #search,
#header #search_cse {
	display: block;
	width:323px;
	height: 61px;
	margin-left: -1px;
	background-image:url('images/search_background.png');
	background-repeat:no-repeat;
	margin-top: 55px;
	overflow: hidden;
}
#header #search {
	/*margin-top: 0;*/
}

#header #search .bg,
#header #google-cse-searchbox-form .bg {
	width: 243px;
	height: 32px;
	background-image: url('images/search_input.jpg');
	background-repeat: no-repeat;
	float: left;
	margin: 5px 5px 3px 8px;
	display: inline;
}

#header #search input#edit-query,
#header #search input#edit-query-1,
#header #google-cse-searchbox-form input#edit-query,
#header #google-cse-searchbox-form input#edit-query-1,
#header #search_cse #search input#edit-query,
#header #search_cse #search input#edit-query-1 {
	margin-top:7px;
	margin-left:6px;
	width: 220px;
	height: 20px;
	border: 0;
	background: none;
	border:0 none !important;
}

#header #google-cse-searchbox-form input#edit-sa,
#header #google-cse-searchbox-form input#edit-sa-1 { height:33px; margin:5px 0 0 0; width:43px; }


#header #search input:focus,
#header #google-cse-searchbox-form input:focus {
	outline: none;
	background:none	;
}
#header #search img,
#header #google-cse-searchbox-form img {
	margin-top: 5px;	
	float: left;
}

#header #search .opt,
#header #search_cse .opt {
	margin-left: 7px;
	font-size: 11px;
	float: left;
}

#header #search .opt .view,
#header #search_cse .opt .view {
	float: left;
	margin: 3px 0 0 4px;
}

#header #search p,
#header #search_cse p {
	display: inline;
	float: left;
	padding: 0;
	margin: 3px 0 0 6px;
}

#header #search select,
#header #search_cse select {
	width:80px;
	float: left;
	display: inline;
}
#header #search #searchsubmit {
	margin-left: 2px;
	margin-top: 4px;
	width: auto;
	height: auto;
}
/* navigation */
#simplemenu { min-width: 1064px; }
#header #navigation {
	height: 56px;
	width: 624px;
	background-image:url('images/navigation_background.png');
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 11px;
}
#header #navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#header #navigation a {
	display: block;
	color: #ccc;
}
#header #navigation a:hover {
	color: #fff;
}
#header #navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
#header #navigation li a {
	background-image: url('images/nav_separator.png');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	padding: 20px 0 22px 0;
	text-align: center;
	outline: none;
}
#header #navigation li.active a {
	color: #fff;
}
#header #navigation .home { width: 61px; }
#header #navigation .index { width: 89px; }
#header #navigation .pc { width: 40px; }
#header #navigation .sony { width: 99px; }
#header #navigation .microsoft { width: 59px; }
#header #navigation .nintendo { width: 40px; }
#header #navigation .handheld { width: 86px; }
#header #navigation .forum { width: 66px; }
#header #navigation .speel { width: 84px; background-image: none; }
/* subnavigation */
#subnavigation{
	margin-top: 2px;
	height: 35px;
	width: 624px;
}
#subnavigation ul {
	margin: 0;
}
#subnavigation ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	background-image: url('images/subnav_background.png');
}
#subnavigation ul li.first {
	background-image: url('images/subnav_start.png');
}
#subnavigation ul li.last {
	background-image: url('images/subnav_end.png');
	background-position: top right;
}
#subnavigation ul li a {
	display: block;
	padding: 4px 8px;
	color: #fff;
	background-image: url('images/subnav_divider.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#subnavigation ul li.last a {
	background: none;
}
#subnavigation ul li a:hover {
	text-decoration: underline;
}
/* sbox */
#sbox{
	width:624px;
	position:absolute;
	z-index:1;
	outline:none;
}
#noflash{
	width:271px;
	height:58px;
	background-image:url('images/noflash_background.png');
	background-repeat:no-repeat;
	margin: 50px auto;
	display: none;
}
#noflash p {
	text-align:center;
	padding: 12px 0 0 50px;
	margin: 0;
	line-height: 1.3;
	font-size: 12px;
}
/* 
************* CONTENT ************
*/
#socialSidebar {
	text-align:left;
	padding-left:10px;
	margin-bottom: 5px;
}
#addSidebar {
	margin-bottom: 20px;
}
#container {
	background-image: url('images/body_background.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: white;
}
#container #content {
	background-image: url('images/content_background.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 1064px;
}
#container #content #center {
	background-image: url('images/content_center_background.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 40px;
	width: 946px;
}
#container #content #fix {
	padding: 0 26px 0 26px;
}
/* main content */
#mainContentLeft{
	width: 625px;
	float:left;
	display:block;
	padding: 0;
	margin-top:-8px;
	_position: relative;
}
#mainContentRight{
	width: 321px;
	float:right;
	display:block;
	padding: 0;
	text-align:center;
}
#mainContentLeft h2 {
	padding: 0 10px 0 10px;
	margin-bottom: 2px;
}
/*
************ block ***********
*/
#mainContentRight .block {
	margin-bottom: 25px;
	font-size: 11px;
	text-align: left;
}
#mainContentRight .block .header {
	margin-left: 20px;
}
#mainContentRight .block .header .bullet {
	background-image: url('images/gq_small_logo.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	margin-top: 5px;
}
#mainContentRight .block .header .title {
	display: block;
	float: left;
	font-size: 20px;
	color: #066BAD;
	margin: 0 0 0 5px;
}
#mainContentRight .block-poll .header .logo {
	_position: absolute;
	background-image: url('images/poll_sphere.gif');
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 107px;
	margin: -6px 30px -6px 0;
	_position: relative;
	_display: inline;
	_margin: -7px 30px -6px 0;
}
#mainContentRight #block-quartermodule-1 .header .logo {
	background-image: url('images/games_sphere_small.gif');
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 107px;
	margin: -6px 30px -6px 0;
	_position: relative;
	_display: inline;
	_margin: -7px 30px -6px 0;
}
#mainContentRight #block-views-wedstrijd_block_list-block_1 .header .logo {
	background-image: url('images/wedstrijd_sphere.gif');
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 107px;
	margin: -6px 30px -6px 0;
	_position: relative;
	_display: inline;
	_margin: -7px 30px -6px 0;
}
#mainContentRight .block .content {
	clear: both;
	width: 299px;
	padding: 5px 0 0 0;
	margin: 0 auto;
}
#mainContentRight .block .content .top {
	background-image: url('images/small_content_background_top.gif');
	background-repeat: no-repeat;
	height: 18px;
}
#mainContentRight .block .content .fill {
	_float: left;
	background-image: url('images/small_content_background_fill.gif');
	background-repeat: repeat-y;
}
#mainContentRight .block .content .fill .pad {
	padding: 0 15px;
}
#mainContentRight .block .content .bottom {
	background-image: url('images/small_content_background_bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 26px;
}
#mainContentRight .block form {
	margin: 0;
}
#mainContentRight .block .content .title {
	font-weight: bold;
	color: #066BAD;
	font-size: 12px;
	margin-bottom: 10px;
}
#mainContentRight .block .content .choices {
	margin: 0;
}
#mainContentRight .block .form-radios {
	margin: 10px 0 0 5px;
}
#mainContentRight .block .form-item {
	margin: 5px 0;
}
#mainContentRight .block .form-submit {
	margin: 6px 5px 0 0;
	float: right;
}
/* speel nu */
#mainContentRight #speelnublock .views-field-field-game-screenshot-fid {
	text-align: center;
	padding-bottom: 5px;
}
#mainContentRight #speelnublock .views-field-title {
	text-align: center;
}
#mainContentRight #speelnublock .views-field-title a {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}
#mainContentRight #speelnublock .views-field-title a:hover {
	color: #000;
}
/* wedstrijden block */
#mainContentRight .block .c_image {
	width: 100px;
	margin-right: 10px;
	float: left;
}
#mainContentRight .block .c_content {
	float: left;
	width: 155px;
}
#mainContentRight #block-views-wedstrijd_block_list-block_1 li {
	background-image: none;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #efefef;
	display: block;
	margin-bottom: 5px;
}
#mainContentRight #block-views-wedstrijd_block_list-block_1 a {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}
#mainContentRight #block-views-wedstrijd_block_list-block_1 a:hover {
	color: #000;
}
/* poll page */
#mainContentLeft .poll .choices {
	margin: 0;
}
#mainContentLeft .poll .form-item {
	margin: 5px 0;
}
#mainContentLeft .poll .form-submit {
	float: left;
	margin-top: 2px;
}
/* screenshots */
.view-id-screenshots .item-list ul, .view-lijst-screenshots .item-list ul, .view-gallerij .item-list ul {
	padding: 0;
	margin: 0;
}
.view-id-screenshots .item-list ul li, .view-lijst-screenshots .item-list ul li, .view-gallerij .item-list ul li {
	float: left;
	padding: 0px 10px;
	margin: 6px 0px;
	background: none;
	list-style-type: none;
	font-size: 11px;
}
.view-id-screenshots .item-list ul li .views-field-field-game-nid a, .view-lijst-screenshots .item-list ul li .views-field-field-game-nid a, .view-gallerij .item-list ul li .views-field-field-game-nid a {
	display: block;
	padding-top: 2px;
	width: 120px;
	overflow: hidden;
	color: #555;
}
.view-id-screenshots .item-list ul li .views-field-field-game-nid a:hover, .view-lijst-screenshots .item-list ul li .views-field-field-game-nid a:hover, .view-gallerij .item-list ul li .views-field-field-game-nid a:hover {
	color: #000;
}
.view-id-screenshots .item-list ul li.bord, .view-lijst-screenshots .item-list ul li.bord, .view-gallerij .item-list ul li.bord {
	border-right: 1px solid #e2e1e1;
}
/*
************ NODE STUFF ***********
*/
#mainContentLeft {
	line-height: 1.3;
}
#mainContentLeft.preview {
	background: none;
	border: 0;
	margin: -15px 0 0 0;
}
#mainContentLeft h2 {
	background-image: url('images/gq_small_logo.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 22px;
	color: #066BAD;
	font-size: 20px;
	margin: 0 0 4px 20px;
	_display: inline;
}
#mainContentLeft .node {
	clear: both;
	margin: 0 0 0 10px;
	float: left;
	width: 607px;
	padding: 0;
	display: inline;
}
#mainContentLeft .node.second {
	margin-top: 40px;
}
#mainContentLeft .node h3 {
	font-size: 13px;
	font-weight: bold;
	color: #066BAD;
	padding: 10px 0 6px 0;
}
#mainContentLeft .node .submitted {
	color: #555555;
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#mainContentLeft .node .submitted a {
	color: #555555;
}
#mainContentLeft .node .submitted a:hover {
	color: #000;
}
#mainContentLeft .clear {
	clear: both;
	margin-top: -4px;
}
.clearer{
	height: 1px;
	overflow:hidden;
	margin-top:-1px;
	clear: both;
}
#mainContentLeft .node .top {
	background-image: url('images/wide_content_background_top.gif');
	background-repeat: no-repeat;
	height: 17px;
}
#mainContentLeft .node .fill {
	_float: left;
	background-image: url('images/wide_content_background_fill.gif');
	background-repeat: repeat-y;
	padding: 0 15px;
}
#mainContentLeft .node .bottom {
	background-image: url('images/wide_content_background_bottom.gif');
	background-repeat: no-repeat;
	height: 45px;
}
#mainContentLeft.poll .type {
	display: inline;
	width: 107px;
	height: 36px;
	clear: left;
	float: left;
	background-image: url('images/poll_sphere.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 19px;
}
#mainContentLeft.view-chart .type {
	display: inline;
	width: 138px;
	height: 41px;
	background-image: url('images/charts_sphere.png');
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin: 0 0 0 19px;
}
#mainContentLeft.view-rss .type {
	display: inline;
	width: 138px;
	height: 41px;
	background-image: url('images/rss_sphere.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 19px;
}
#mainContentLeft.view-home .type {
	display: inline;
	width: 138px;
	height: 41px;
	clear: left;
	float: left;
	background-image: url('images/news_sphere.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 19px;
}
#mainContentLeft.view-index .type {
	display: inline;
	width: 138px;
	height: 36px;
	clear: left;
	float: left;
	background-image: url('images/games_sphere.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 19px;
}
#mainContentLeft.game .type, #mainContentLeft.download .type, #mainContentLeft.review .type, #mainContentLeft.preview .type, #mainContentLeft.view-screens .type, #mainContentLeft.view-game .type, #mainContentLeft.nieuws .type, #mainContentLeft.artikel .type, #mainContentLeft.video .type, #mainContentLeft.gqtv .type, #mainContentLeft.events .type {
	display: inline;
	width: 138px;
	height: 36px;
	clear: left;
	float: left;
	background-image: url('images/games_sphere.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 19px;
}
#mainContentLeft.wedstrijd .type {
	display: inline;
	width: 107px;
	height: 36px;
	clear: left;
	float: left;
	background-image: url('images/wedstrijd_sphere.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 19px;
}
#mainContentLeft.minigame .type, #mainContentLeft.view-speel .type {
	display: inline;
	width: 138px;
	height: 36px;
	clear: left;
	float: left;
	background-image: url('images/games_sphere.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 19px;
}
#mainContentLeft .stats .type {
	display: inline;
	background-image: url('images/stats_sphere.gif');
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 138px;
	margin: 0 0 0 19px;
	clear: none;
}
#mainContentLeft .type {
	display: inline;
	height: 5px;
}
#mainContentLeft .node .right {
	float: right;
	border-left: 10px solid #fff;
	margin-left: 5px;
}
#mainContentLeft .node .right .info {
	background-color: #F2F2F2;
	font-size: 11px;
	width: 190px;
	margin-top: 8px;
}
#mainContentLeft .node .right .pad {
	padding: 8px;
}
#mainContentLeft .node .right .cent {
	text-align: center;
}
#mainContentLeft .node .right .company h3 {
	padding: 3px 0;
}
#mainContentLeft .node .right .company div {
	padding-bottom: 1px;
}
#mainContentLeft .node .right .logo {
	padding-bottom: 7px;
}
#mainContentLeft .node .right img {
	margin-bottom: 10px;
}
#mainContentLeft .node .right p {
	line-height: 1.4;
	padding: 4px 0;
	margin: 0;
}
#mainContentLeft .node .right h3 {
	color: #066BAD;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}
#mainContentLeft .node .right label {
	font-weight: bold;
}
#mainContentLeft .node .right .view-game-ratings {
	padding-top: 5px;
	text-align: center;
}
#mainContentLeft .node .right .view-game-ratings div {
	float: left;
}
#mainContentLeft .node .right .view-game-ratings img {
	margin: 2px;
}
#mainContentLeft.view-game .views-field-value {
	margin-top: -10px;
	text-align: right;
	font-size: 11px;
	color: #555;
}
#mainContentLeft .node .right .view-game-info {
	padding: 5px 0 5px 0;
}
#mainContentLeft .node .right .view-game-info .views-field-field-multiplayer-value img {
	margin: 0;
}
#mainContentLeft .node .right .view-game-info .view-content .views-row div {
	padding-bottom: 1px;
}
#mainContentLeft .node .right .view-game-info .view-content .views-row div.field-content {
	display: inline;
}
#mainContentLeft .node .right .view-game-info .view-content .views-field-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}
#mainContentLeft .node .right .download {
	text-align: center;
	padding: 5px 0;
}
#mainContentLeft .node .right .download img {
	margin-bottom: 0;
}
#mainContentLeft .node .right .totaal {
	background-image: url('images/rating_result_big.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 121px;
	margin-top: 10px;
}
#mainContentLeft .node .right .scores {
	font-size: 11px;
	margin-bottom: 5px;
}
#mainContentLeft .node .right .score_item {
	margin-bottom: 4px;
	clear: both;
}
#mainContentLeft .node .right .name {
	float: left;
	font-weight: bold;
	padding-left: 7px;
}
#mainContentLeft .node .right .perc {
	float: right;
	font-weight: bold;
	padding-right: 14px;
}
#mainContentLeft .score_item .grey {
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 4px;
	float: left;
	clear: both;
	width: 160px;
	height: 17px;
	background-image: url('images/score_grey.gif');
	background-repeat: repeat-y;
}
#mainContentLeft .score_item .blue {
	height: 17px;
	background-image: url('images/score_blue.gif');
	background-repeat: repeat-y;
}
#mainContentLeft .node .info.plus {
	margin-top: 20px;
}
#mainContentLeft .node .info.min {
	margin-top: 20px;
}
#mainContentLeft .node .info.plus ul, #mainContentLeft .node .info.min ul {
	clear: both;
	margin: 0;
	padding-top: 5px;
}
#mainContentLeft .node .info .icon {
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: -15px;
	width: 29px;
	height: 30px;
}
#mainContentLeft .node .info.plus .icon {
	background-image: url('images/plus.png');
}
#mainContentLeft .node .info.min .icon {
	background-image: url('images/min.png');
}
#mainContentLeft .node .right .totaal p {
	font-size: 50px;
	color: #fff;
	margin: 0;
	text-align: center;
	padding-top: 20px;
}
/* game page */
#mainContentLeft .latestnews .latest {
	background-color: #f2f2f2;
}
#mainContentLeft .rapporteer a { font-size: 10px; }
#mainContentLeft .latestnews .latest h3 {
	background: none;
	font-size: 14px;
	padding: 8px 0 0px 8px;
}
#mainContentLeft .latestnews .latestcontent {
	padding: 0 5px;
}
#mainContentLeft .latestnews .view-overview .views-field-title a {
	width: 430px;
}
#mainContentLeft .latestnews .view-overview .views-row {
	padding: 5px 0;
}
/* feeds pagina */
#mainContentLeft .view-feedpage .view-content .views-field-title a  { width: 480px; font-size: 14px; margin-top: 2px; }
#mainContentLeft .view-feedpage .view-content .views-field-title { }
#mainContentLeft .view-feedpage .view-content .views-field-created { margin-left: 94px; font-size: 11px; }
.latestmore {
	width: 120px;
	float: right;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 8px;
}
.latestmore .button {
	margin: 0 auto;
}
/* rating */
.button.rate {
	margin: 10px auto 0 auto;
	clear: both;
}
.vote .arrow {
	background-image: url('images/vote_arrow.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 13px;
	position: relative;
	top: 25px;
}
#rate {
	cursor: pointer;
	cursor: hand;
}
#rate .r {
	float: right;
	margin: 0 10px 3px 0;
	font-weight: bold;
	color: #333;
}
#rate .l {
	float: left;
	margin: 0 0 3px 6px;
	font-weight: bold;
	color: #333;
}
/* view row */
.view-speelnu-categorie .views-row {
	float: left;
	width: 136px;
	height: 135px;
	font-weight: bold;
	margin: 5px 4px;
}
.view-speelnu-categorie .views-field-title {
	margin-bottom: 2px;
}
.view-speelnu-categorie .views-field-field-game-screenshot-fid {
	height: 116px;
	background-image: url('images/bottomshadow.png');
	background-position: bottom center;
}
/* charts page */
#mainContentLeft .view-Charts {
	//float: left;
	//background-color: #f2f2f2;
	/*width: 275px;
	margin-bottom: 20px;*/
	float: left;
	width: 275px;
	background-color: #f2f2f2;
	margin: 0 6px;
	margin-bottom: 15px;
}
#mainContentLeft .view-Charts .titel {
	width: 275px;
	height: 40px;
	border-bottom: 1px solid #dedede;
}
#mainContentLeft .view-display-id-page_1 .titel {
	background-image: url('images/chart_ALL.jpg');
}
#mainContentLeft .view-display-id-attachment_1 .titel {
	background-image: url('images/chart_PC2.jpg');
}
#mainContentLeft .view-display-id-attachment_2 .titel {
	background-image: url('images/chart_XBOX2.jpg');
}
#mainContentLeft .view-display-id-attachment_3 .titel {
	background-image: url('images/chart_PS32.jpg');
}
#mainContentLeft .view-display-id-attachment_4 .titel {
	background-image: url('images/chart_Wii2.jpg');
}
#mainContentLeft .view-display-id-attachment_5 .titel {
	background-image: url('images/chart_NDS2.jpg');
}
#mainContentLeft .view-display-id-attachment_6 .titel {
	background-image: url('images/chart_PS22.jpg');
}
#mainContentLeft .view-Charts ul {
	margin: 0;
}
#mainContentLeft .view-Charts ul li {
	height: 37px;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainContentLeft .view-Charts ul li.views-row-even {
	background-image: url('images/charts_item_background.png');
	background-repeat: repeat-y;
}
#mainContentLeft .view-Charts ul li span span {
	display: inline;
	float: none;
}
#mainContentLeft .view-Charts ul li span {
	display: block;
	float: left;
}
#mainContentLeft .view-Charts ul li .views-field-field-chart-position-value {
	height: 34px;
	margin-top: 3px;
	text-align: center;
	width: 30px;
}
#mainContentLeft .view-Charts ul li .views-field-field-chart-flag-value {
	height: 34px;
	margin-top: 3px;
	width: 14px;
}
#mainContentLeft .view-Charts ul li .views-field-title {
	width: 223px;
	height: 14px;
	overflow: hidden;
	margin-left: 8px;
	margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
}
#mainContentLeft .view-Charts ul li .views-field-field-chart-company-value {
	width: 223px;
	margin-left: 8px;
	height: 14px;
	overflow: hidden;
	margin-top: 2px;
	font-size: 11px;
	color: #555;
}
/* sitemap page */
#mainContentLeft .site-map h2 {
	background-image: none;
	padding: 4px 0 4px 0;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
/* minigame page */
#mainContentLeft.minigame .details {
	font-size: 11px;
	margin-top: 20px;
}
#mainContentLeft.minigame .rating {
	background-color: #f2f2f2;
	float: right;
	width: 290px;
	padding: 10px 0;
}
#mainContentLeft.minigame .rating .score {
	background-image: url('images/rating_result.jpg');
	background-repeat: no-repeat;
	width: 73px;
	height: 83px;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
#mainContentLeft.minigame .controls {
	float: left;
	width: 175px;
	margin-left: 8px;
	margin-top: 5px;
}
#mainContentLeft.minigame .rating .score p {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 15px 0 0 0;
}
#mainContentLeft.minigame .info {
	background-color: #f2f2f2;
	float: left;
	width: 265px;
	padding: 10px 0;
}
#mainContentLeft.minigame .details p {
	margin: 0;
	padding: 3px 10px;
}
#mainContentLeft.minigame .details h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px;
}
/* select feeds */
#mainContentLeft .view-util-rssfeeds .views-field-field-thumbnail-fid {
    width: 100px;
}
#mainContentLeft .view-util-rssfeeds .views-field-nid {
    width: 120px;
}
#mainContentLeft .view-util-rssfeeds .views-field-nid a {
    outline: none;
}
#mainContentLeft .view-util-rssfeeds thead {
    display: none;
}
#mainContentLeft .view-util-rssfeeds .views-field-field-thumbnail-fid img {
    border: 2px solid #dededc;
}
#mainContentLeft .view-util-rssfeeds .views-field-title {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}
#mainContentLeft .view-util-rssfeeds tbody {
    border-top: 1px solid #efefef;
}
#mainContentLeft .view-util-rssfeeds tr {
    border: 0;
    border-bottom: 1px solid #efefef;
    background: none; 
}
/* feeds overview */
/* minigame overzicht */
.view-speelnu-overzicht .views-row {
	float: left;
	height: 555px;
	width: 183px;
	margin-right: 4px;
}
.view-speelnu-overzicht .views-row .views-field-name {
	background-color: #f2f2f2;
}
.view-speelnu-overzicht .views-row .views-field-name span {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 0 10px;
	text-align: center;
	font-weight: bold;
}
.view-speelnu-overzicht .views-row .view-speelnu-top3 .views-row {
	height: auto;
	background-color: #f2f2f2;
	padding-bottom: 10px;
	padding-top: 0;
}
.view-speelnu-overzicht .views-row .view-speelnu-top3 .views-field-title {
	font-size: 12px;
	margin: 8px 25px 0px 25px;
}
.view-speelnu-overzicht .views-row .view-speelnu-top3 .views-field-title a {
	font-weight: bold;
}
.view-speelnu-overzicht .views-row .view-speelnu-top3 .views-field-field-game-screenshot-fid {
	text-align: center;
	margin: 4px 5px 5px 5px;
}
.view-speelnu-overzicht .views-row .view-speelnu-top3 .views-field-value {
	color: #555;
	margin: 1px 25px 0 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.view-speelnu-overzicht .more {
	float: right;
	background-color: #f2f2f2;
	height: 40px;
	width: 130px;
	text-align: center;
}
.view-speelnu-overzicht .more img {
	margin: 3px 0;
}
/* platform overzicht */
#mainContentLeft .view-platform-overzicht-reviews {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mainContentLeft .view-platform-overzicht-reviews .views-row {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #efefef;
	clear: both;
	float: left;
	width: 385px;
}
#mainContentLeft .view-platform-overzicht-reviews img {
	border: 2px solid #dededc;
}
#mainContentLeft .view-platform-overzicht-reviews .views-field-field-thumbnail-fid, #mainContentLeft .view-platform-overzicht-reviews .views-field-field-thumbnail-fid-1 {
	float: left;
	margin-right: 20px;
}
#mainContentLeft .view-lijst-reviews .views-field-field-totaalscore-value {
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #474747;
	margin-top: 3px;
}
#mainContentLeft .view-lijst-reviews .views-field-field-totaalscore-value-1 {
	float: left;
}
#mainContentLeft .view-platform-overzicht-reviews .views-field-field-totaalscore-value {
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #474747;
	margin-top: 3px;
}
#mainContentLeft .view-platform-overzicht-reviews .views-field-field-totaalscore-value-1 {
	float: left;
}
#mainContentLeft .view-platform-overzicht-reviews .views-field-body {
	color: #474747;
	margin-top: 3px;
	font-size: 11px;
}
#mainContentLeft .view-platform-overzicht-reviews .views-field-title {
	float: left;
	clear: right;
	margin-bottom: 4px;
}
#mainContentLeft .view-platform-overzicht-reviews .views-field-title a {
	color: #555;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0 0 0;
	width: 250px;
}
#mainContentLeft .view-platform-overzicht-reviews .views-field-title a:hover {
	color: #000;
}
/* homepage */
#mainContentLeft .view-overview h3, #mainContentLeft .view-screenshots h3, #mainContentLeft .view-lijst-screenshots h3, #mainContentLeft .view-feedpage h3 {
	background-image: url('images/sub_title.jpg');
	background-repeat: repeat-y;
	clear: both;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 4px 0 4px 10px;
	color: #066BAD;
	font-size: 12px;
}
#mainContentLeft .view-screenshots h3, #mainContentLeft .view-lijst-screenshots h3 {
	margin: 10px 23px 0 10px;
}
.view-screenshots .views-field-tid, .view-gallerij .views-field-tid {
    color: #888;
    font-size: 10px;
    width: 120px;
}

#mainContentLeft .view-overview .views-row {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #efefef;
	clear: both;
	float: left;
	width: 100%;
}
#mainContentLeft .view-overview img {
	border: 2px solid #dededc;
}
#mainContentLeft .view-overview .views-field-field-thumbnail-fid, #mainContentLeft .view-overview .views-field-field-screenshot-multiple-fid, #mainContentLeft .view-overview .views-field-field-thumbnail-fid-1 {
	float: left;
	margin-right: 20px;
}
#mainContentLeft .authorline {
	margin-left: 130px;
	font-size: 11px;
	color: #474747;
	_margin: -10px 0 0 0;
}
#mainContentLeft .authorline .scoreview {
	margin-top: 3px;
}
#mainContentLeft .authorline a {
	color: #474747;
}
#mainContentLeft .authorline a:hover {
	color: #000;
}
#mainContentLeft .authorline .views-field-type-1 {
	font-weight: bold;
}
#mainContentLeft .view-overview .views-field-title {
	margin-bottom: 4px;
	float: left;
	clear: right;
}
#mainContentLeft .view-overview.view-downloads-reported .views-field-title {
	float: none;
	clear: none;
}
#mainContentLeft .view caption {
	text-align: left;
	font-size: 14px;
	color: #066BAD;
	font-weight: bold;
}
#mainContentLeft .view-overview .views-field-title a {
	color: #555;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0 0 0;
	outline: none;
	width: 445px;
}
#mainContentLeft .view-overview.view-downloads-reported .views-field-title a {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}
#mainContentLeft .view-overview .views-field-field-totaalscore-value {
	font-weight: bold;
}
#mainContentLeft .view-overview {
	font-size: 11px;
	color: #474747;
}
#mainContentLeft .view-overview .views-field-title a:hover {
	color: #000;
}
/* platform overview */
#mainContentLeft .releases {
	float: left;
	width: 178px;
	background-color: #f2f2f2;
}
#mainContentLeft .releases h3 {
	border-bottom: 1px solid #dedede;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	text-align: center;
	margin: 0;
}
#mainContentLeft .releases ul {
	margin: 0;
	padding: 0;
}
#mainContentLeft .releases li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	clear: both;
	font-size: 11px;
}
#mainContentLeft .releases .views-field-field-release-value {
	width: 40px;
	text-align: center;
	padding: 5px 0;
}
#mainContentLeft .releases .views-field-title {
	padding: 5px 0;
}
#mainContentLeft .releases a {
	font-weight: bold;
	color: #555;
}
#mainContentLeft .releases a:hover {
	color: #000;
}
#mainContentLeft .releases li.views-row-even {
	background-image: url('images/release_item_background.png');
	background-repeat: repeat-y;
	height: 24px;
}
#mainContentLeft .releases li div {
	float: left;
}
#mainContentLeft .overzicht .overzichtc {
	display: none;
}
#mainContentLeft .overzicht .overzichtc.povis {
	display: block;
}
#mainContentLeft .overzicht .button {
	float: right;
}
/* nieuws tabs */
.customtabs {
	_position: absolute;
	_display: inline;
	margin: -42px -10px 42px -10px;
}
.customtabs ul {
	margin: 0;
	padding: 0;
}
.customtabs ul li {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	/*width: 116px;*/
	width: 104px;
	height: 25px;
	text-align: center;
	background-image: url('images/wide_tab_inactive.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.customtabs ul li.selected {
	background-image: url('images/wide_tab_active.gif');
	font-weight: bold;
	height: 40px;
	/*width: 104px;*/
}
.customtabs.small ul li {
	background-image: url('images/small_tab_inactive.gif');
	/*width: 76px;*/
	width: 64px;
}
.customtabs.small ul li.selected {
	background-image: url('images/small_tab_active.gif');
	/*width: 64px;*/
}
.customtabs ul li a {
	display: block;
	padding-top: 6px;
}
.customtabs ul li.rss a {
	padding-left: 20px;
	background-image: url('images/rss_small.png');
	background-repeat: no-repeat;
	background-position: 28px 2px;
	padding-bottom: 5px;
}
.customtabs ul li a {
	outline: none;
}
/* hot */
#hot .type {
	display: none;
}
#hot .image {
	float: left;
	width: 100px;
	margin-right: 10px;
}
#hot .list {
	float: left;
	width: 150px;
}
#hot .list .item-list ul {
	margin: 0;
	padding: 0;
}
#hot .list .item-list ul li {
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #efefef;
	background-image: none;
}
#hot .list .item-list ul li a {
	color: #555;
	font-weight: bold;
}
#hot .list .item-list ul li a:hover {
	color: #000;
}
#hot .list .item-list .views-field-tid, #hot .list .item-list .views-field-tid-1 {
	font-size: 11px;
	color: #666;
}
#hot .type.povis {
	display: block;
}
/* small fix */
#webform-components-form #edit-add-name { width: 38px; }
/* letterfilter */
.letterfilter {
	clear: both;
	height: 25px;
	border-bottom: 1px solid #efefef;
	padding: 0 13px;
}
.letterfilter li {
	float: left;
	margin: 0;
	list-style-type: none;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	border-right: 1px solid #000;
}
#mainContentLeft .node .letterfilter a {
	color: #555;
}
#mainContentLeft .node .letterfilter a:hover {
	color: #000;
}
#mainContentLeft .node .letterfilter li.last {
	border: none;
}
/* button */
a.button {
	background-image: url('images/big_button.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 31px;
	padding-top: 8px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}
a.button.space {
	margin-top: 10px;
}
a.button.right {
	float: right;
}
a.button:hover {
	background-image: url('images/big_button_over.gif');
	background-repeat: no-repeat;
}
/* tabs */
#mainContentLeft #gametabs {
	float: right;
	width: 460px;
	height: 26px;
	margin-top: -26px;
}
#mainContentLeft #gametabs ul {
	list-style-type: none;
	padding: 0;
	margin: 0 20px 0 0;
}
#mainContentLeft #gametabs li {
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
	background-image: url('images/small_tab_inactive.gif');
	background-repeat: no-repeat;
	height: 26px;
	width: 76px;
	text-align: center;
}
#mainContentLeft #gametabs li.active {
	background-image: url('images/small_tab_active.gif');
	font-weight: bold;
	height: 41px;
	width: 64px;
}
#mainContentLeft #gametabs li a {
	display: block;
	padding-top: 8px;
}
/* releases */
.releasesblok {
	padding-top: 20px;
	clear: both;
}
/* stats */
.stats {
	padding-top: 20px;
	clear: both;
}
#mainContentLeft .stats h2 {
	margin-top: 11px;
	float: left;
}
.stats .view-content {
	float: left;
	width: 190px;
}
.stats .item-list ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.stats h4 {	
	font-weight: bold;
	font-size: 12px;
	color: #066BAD;
	margin-left: 10px;
	padding-bottom: 3px;
}
.stats .item-list ul li {
	background-image: none;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #efefef;
}
.stats li a {
	font-size: 11px;
	color: #555;
	font-weight: bold;
	list-style-type: none;
}
.stats li a:hover {
	color: #000;
}
/* comments */
#mainContentLeft #comment-form {
	margin-bottom: 0;
}
#mainContentLeft blockquote {
	background-image: url('images/quote.jpg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 5px 20px 5px 80px;
	background-color: #F4F4F4;
	margin: 0 5px 5px 0;
	width: 280px;
}
#mainContentLeft .bron {
	font-size: 11px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 10px;
	padding-right: 5px;
	color: #555;
	float: left;
}
#mainContentLeft .box {
	margin-bottom: 0;
	clear: both;
	margin-top: 10px;
}
#mainContentLeft #comments .form-item {
	clear: both;
	margin: 4px 0;
}
#mainContentLeft #comments label {
	float: left;
	padding-right: 5px;
}
#mainContentLeft .reply {
	color: #000;
	font-size: 12px;
	clear: both;
}
#mainContentLeft .reply .links li {
	padding-right: 4px;
}
#mainContentLeft .reply .reply_top {
	background-image: url('images/reply_header_background.png');
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 5px;
}
#mainContentLeft .reply.crew .reply_top {
	background-image: url('images/reply_header_background_crew.png');
}
#mainContentLeft .reply .reply_top p {
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
#mainContentLeft .reply .reply_content {
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	padding: 0 0 8px 0;
}
#mainContentLeft .reply .links {
	font-size: 11px;
	float: right;
	margin-top: 10px;
}
#mainContentLeft .reply .reply_content .reply_avatar {
	margin-top: 8px;
	width: 120px;
	float: left;
	text-align: center;
	min-height: 20px;
}
#mainContentLeft .reply .reply_content .reply_right {
	float: left;
	width: 445px;
}
#mainContentLeft .indented .reply .reply_content .reply_right {
	width: 420px;
}
#mainContentLeft .reply .reply_bottom {
	background-image: url('images/reply_bottom_background.png');
	background-repeat: no-repeat;
	height: 3px;
}
/* game index */
#mainContentLeft .view .view-filters h3 {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	padding: 5px 10px;
}
#mainContentLeft .view h4 {
	color: #066bad;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 8px 10px;
	background-color: #f5f5f5;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
}
#mainContentLeft .view .views-exposed-widgets {
	margin-left: 8px;
}
#mainContentLeft .view .views-exposed-widgets .date-views-filter-wrapper {
	float: left;
}
#mainContentLeft .view .views-exposed-widget {
	float: left;
	padding: 3px 8px 3px 0;
}
#mainContentLeft .view.view-events .views-exposed-widget,
#mainContentLeft .view.view-companies .views-exposed-widget {
	float: left;
	clear: none;
}
#mainContentLeft .view .views-exposed-widget .date-clear { 
	clear: both;
	float: left; 
	margin: 0; 
	line-height: 0;
}
#mainContentLeft .view #views-exposed-form-companies-page-1 .views-exposed-widget .form-checkboxes,
#mainContentLeft .view #views-exposed-form-events-page-1 .views-exposed-widget .form-checkboxes {
	display: none;
}
#mainContentLeft .view .views-exposed-widget .form-checkboxes {
	clear: both;
	float: left;
	width: 569px;
	margin: 0;
	padding: 2px 0 2px 0;
}
#mainContentLeft .view .views-exposed-widget .date-clear-block {
	margin: 0;
	float: left;
}
#mainContentLeft .view .views-exposed-widget .date-clear .description { margin: 0; float: left; }
#mainContentLeft .view.view-companies table {
	margin: 0;
}
#mainContentLeft .view .views-exposed-widget .form-checkboxes label {
	font-weight: normal;
}
#mainContentLeft .view .views-exposed-widget label,
#google-cse-results-searchbox-form label {
	background-image: url('images/filter_label_background.png');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding: 8px 0;
	width: 116px;
	height: 18px;
}
#google-cse-results-searchbox-form label {
	background: url('images/filter_label_background_wide.png') no-repeat;
	width: 160px;
}
#mainContentLeft .view .views-exposed-widget .form-checkboxes .form-item,
#google-cse-results-searchbox-form form-item {
	float: left;
	width: 138px;
	margin: 0;
	padding: 3px 0 3px 0;
}
#mainContentLeft .view .views-exposed-widget .form-checkboxes label {
	background-image: none;
	width: auto;
	text-align: left;
	padding: 0 5px 0 0;
	margin: 0;
}
#mainContentLeft .view .views-exposed-widget .form-submit {
	margin-top: 0;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#mainContentLeft .view .date-views-filter-wrapper .date-year, #mainContentLeft .view .date-views-filter-wrapper .date-month {
	float: left;
	color: #000;
	font-size: 12px;
}
#views-exposed-form-gameindex-front-page-2, #views-exposed-form-gameindex-front-page-1 {
	background-position: center center;
	background-image: url('images/filter_background.jpg');
}

#mainContentLeft .views-exposed-widget select {
	padding: 5px;
	font-weight: normal;
	border: 0;
	background-color: none;
	width: 140px;
	margin: 3px 0 0 3px;
	float: left;
}
#mainContentLeft #edit-date-filter-value-wrapper  #edit-date-filter-value-year-wrapper, #edit-field-pegi-nid-wrapper, #edit-field-esrb-nid-wrapper, #edit-field-ontwikkelaar-nid-wrapper, #edit-field-uitgever-nid-wrapper {
	background-image: url('images/filter_smallinput_background.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 269px;
}
#edit-field-pegi-nid-wrapper, #edit-field-esrb-nid-wrapper, #edit-field-ontwikkelaar-nid-wrapper, #edit-field-uitgever-nid-wrapper {
	width: 153px;
	height: 34px;
}
#mainContentLeft .view .views-exposed-widget .views-widget {
	float: left;
}
#mainContentLeft .view .views-exposed-widget #edit-title-wrapper,
#google-cse-results-searchbox-form #edit-query-wrapper {
	background-image: url('images/filter_biginput_background.png');
	background-repeat: no-repeat;
	height: 32px;
	width: 432px;
	float: left;
}
#google-cse-results-searchbox-form #edit-query-wrapper { background-position:93px 0; width:532px }

#mainContentLeft .view #edit-title-wrapper input,
#google-cse-results-searchbox-form #edit-query-wrapper input {
	border: 0 none !important;
	margin: 7px 0 0 5px;
	width: 420px;
	font-size: 12px;
}
#google-cse-results-searchbox-form #edit-query-wrapper input {width:350px}
#mainContentLeft .view.view-events .views-exposed-widget #edit-title-wrapper,
#mainContentLeft .view.view-companies #edit-name-wrapper {
	background-image: url('images/filter_smallinput_background.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 153px;
	height: 40px;
}
#mainContentLeft .view.view-events .views-exposed-widget #edit-title-wrapper input,
#mainContentLeft .view.view-companies #edit-name-wrapper input {
	border: 0 none;
	margin: 8px 0 8px 5px;
	width: 130px;
	font-size: 12px;
}
#mainContentLeft .view-gameindex-front .item-list ul {
	margin: 0;
	padding: 0;
}
#mainContentLeft .view-gameindex-front .item-list ul li {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 5px 15px;
	border-bottom: 1px solid #efefef;
	color: #555;
	font-size: 11px;
	line-height: 1.5;
}
#mainContentLeft .view-gameindex-front .views-field-field-boxshot-fid {
	float: left;
	padding-right: 15px;
}
#mainContentLeft .view-gameindex-front .info {
	float: left;
}
#mainContentLeft .view-gameindex-front a {
	color: #000;
}
#mainContentLeft .view-gameindex-front a:hover {
	text-decoration: underline;
}
#mainContentLeft .view-gameindex-front .nothing {
	margin: 6px 0 0 10px;
}
#mainContentLeft .view-gameindex-front .views-field-title {
	font-weight: bold;
	font-size: 13px;
}
#mainContentLeft .view-gameindex-front .score_item .grey {
	margin-left: 0;
}
#mainContentLeft .view-gameindex-front h4 {
	display: none;
}
#mainContentLeft .view-gameindex-front label {
	font-weight: bold;
}
/* unpublished */
.view-nieuws-unpublished .views-field-title { width: 259px; }
.view-nieuws-unpublished .views-field-name { width: 89px; }
.view-nieuws-unpublished .views-field-created { width: 105px; }
/* tweak */
#mainContentLeft dl.multiselect dd.a, dl.multiselect dd.a .form-item {
    width: 140px;
}
/* social media */
.socialmedia {
    float: left;
    display: block;
    margin-bottom:  10px;
    margin-top: 2px;
}
.socialmedia img, .socialmedia a {
    display: inline;
    float: right;
}
.socialmedia iframe {
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}
.socialmedia .digglink {
    width: 100px;
    margin-left: 5px;
}
.socialmedia .stumble {
    margin-right: 5px;
}
.socialmedia #twitterw {
    margin-bottom: 10px;
}
/* index boxes */
#mainContentLeft .altindex .game, #mainContentLeft .altindex .index {
	float: left;
	width: 275px;
}
#mainContentLeft .altindex .more {
	float: right;
	background-color: #f2f2f2;
	padding: 5px 10px 0 10px;
}
#mainContentLeft .altindex .game .more {
	padding: 5px 10px 0 10px;
}
#mainContentLeft .altindex h3 {
	text-align: center;
	border-bottom: 1px solid #dedede;
	margin: 0 6px;
	padding: 8px 0;
}
#mainContentLeft .altindex .game {
	margin-right: 10px;
}
#mainContentLeft .altindex .game .score_item {
	padding-top: 10px;
}
#mainContentLeft .altindex .game .score_item div, #mainContentLeft .score_item div {
	padding: 0;
	margin: 0;
}
#mainContentLeft .altindex .game .score_item .score, #mainContentLeft .score_item .score {
	font-weight: bold;
	padding-left: 5px;
	float: left;
}
#mainContentLeft .altindex .game .content {
	padding-bottom: 10px;
}
#mainContentLeft .altindex .content {
	background-color: #f2f2f2;
}
#mainContentLeft .view-gameindex-front .altindex .more a.button {
	color: #fff;
}
#mainContentLeft .altindex .index {
	color: #555;
	font-size: 11px;
}
#mainContentLeft .altindex .index .views-field-title {
	font-weight: bold;
	font-size: 12px;
}
#mainContentLeft .altindex .index ul li {
	border: none;
	padding: 4px 10px;
}
#mainContentLeft .altindex .index .views-row-even {
	background-image: url('images/charts_item_background.png');
	background-repeat: repeat-y;
}
#mainContentLeft  .altindex .game .views-field-title {
	text-align: center;
	font-size: 13px;
	padding: 8px 0;
	margin: 0 6px;
	border-bottom: 1px solid #dedede;
}
#mainContentLeft .altindex .game .views-field-title a {
	font-weight: bold;
	color: #066BAD;
}
#mainContentLeft .altindex .game .views-field-title a:hover {
	color: #3EA4E6;
}
#mainContentLeft .altindex .game a {
	color: #066BAD
}
#mainContentLeft .altindex .game a:hover {
	color: #3EA4E6;
}
#mainContentLeft .altindex .game {
	font-size: 11px;
}
#mainContentLeft .altindex h4 {
	border: 0;
	padding: 8px 6px 5px 6px;
	margin: 0;
	background: none;
}
#mainContentLeft .altindex .game .views-field-field-boxshot-fid {
	float: right;
	margin-top: 8px;
	margin-right: 7px;
	margin-left: 5px;
	border: 2px solid #dededc;
	padding: 0;
}
#mainContentLeft .altindex .game label {
	font-weight: bold;
}
#mainContentLeft .altindex .game div {
	padding: 4px 6px 0 6px;
}
/* release date fields */
.group-release .container-inline-date {
    margin-top: 10px;
}
/* company games */
.view-company-games .views-table {
    margin: 0 0;
}
.view-company-games .views-field-field-release-value {
	width: 70px;
}
/* permissions page */
#center h2 {
	background-image: url('images/gq_small_logo.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 22px;
	color: #066BAD;
	font-size: 20px;
	margin: 0 0 4px 20px;
}
table#permissions {
	border-top: 1px solid #ddd;
	margin-top: 2px;
}
/* Pager */
.pager {
	color: #fff;
	font-size: 11px;
	float: left;
	position: relative;
	clear: both;
	left: 50%;
	text-align: left;
	margin-bottom: 10px;
	_left: 20%;
}
.pager ul {
	list-style-type: none;
	position: relative;
	left: -50%;
}
.pager li {
	list-style-type: none;
	background: none;
	background-color: #026FA9;
	display: inline;
	float: left;
	height: 27px;
	padding: 0 5px;
	margin: 0;
	font-weight: bold;
}
.pager .first {
	background: none;
	background-image: url('images/pager_left_background.gif');
	background-repeat: no-repeat;
	width: 12px;
	height: 27px;
	padding: 0;
}
.pager .last {
	background: none;
	background-image: url('images/pager_right_background.gif');
	background-repeat: no-repeat;
	width: 12px;
	height: 27px;
	padding: 0;
}
.pager li p {
	padding: 6px 0 0 0;
	margin: 0;
}
#mainContentLeft .pager li a { color: #fff; }
#mainContentLeft .pager li a:hover { color: #fff; }
.pager li a {
	color: #fff;
	font-weight: normal;
}
.pager li a:hover {
	color: #3EA4E6;
}
/*.pager {
	color: #fff;
	font-size: 11px;
	margin: 10px auto;
	height: 27px;
	clear: both;
}
.pager .left, .pager .right {
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 12px;
}
.pager .left {
	background-image: url('images/pager_left_background.png');	
}
.pager .right {
	background-image: url('images/pager_right_background.png');
}
#mainContentLeft .node .pager .right {
	float: left;
	margin-left: 0;
}
.pager ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
.pager li {
	list-style-type: none;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	padding: 7px 4px 0 4px;
}
.pager li a {
	color: #fff;
	font-weight: normal;
	display: block;
	float: left;
}
.pager li a:hover {
	color: #3EA4E6;
}
.pager .previous, .pager .next {
	background-color: #026FA9;
	float: left;
	height: 27px;
	display: inline-block;
}
.pager .previous {
	padding-right: 5px;
	border-right: 1px solid #fff;
}
.pager .next {
	padding-left: 5px;
	border-left: 1px solid #fff;
}
.pager .numbers {
	background-color: #026FA9;
	float: left;
	height: 27px;
}*/

/* 
************ FOOTER ***************
*/
#container #footer {
	background-image: url('images/footer_background.png');
	background-repeat: no-repeat;
	clear: both;
	height: 120px;
	margin: 0 auto;
	width: 1064px;
}
#container #footer #content {
	background-image: url('images/footer_content_background.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 56px;
	padding-top: 50px;
	width: 940px;
}
#container #footer p {
	color: #fff;
	font-size: 10px;
	margin-top: -6px;
	text-align: center;
}
#container #footer a {
	color: #fff;
}
#container #footer a:hover {
	color: #3EA4E6;
}
/* 
************ TEMPORARY NAVIGATION ***************
*/
#temp {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	padding: 5px;
}
#temp, #temp a {
	color: #fff;
}
/*
************ CMS STYLES **************
*/
ul.tabs.secondary {
	margin: 1px 10px 5px 10px;
	padding: 8px 26px 5px 26px;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}
ul, quote, code, fieldset {
  margin: .5em 0;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
  text-align: justify;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}
ul {
  margin: 0.5em 0 1em;
  padding: 0;
}
ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}
ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}
ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}
ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}
ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url('images/garland/menu-leaf.gif') no-repeat 1px .35em; /* LTR */
}
ul ul {
	padding: 0 20px; 0 0;
	margin: 0;
}
ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}
ul li.expanded {
  background: transparent url('images/garland/menu-expanded.gif') no-repeat 1px .35em; /* LTR */
}
ul li.collapsed {
  background: transparent url('images/garland/menu-collapsed.gif') no-repeat 0px .35em; /* LTR */
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}
ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}
ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url('images/garland/task-list.png') no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}
fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}
dl {
  padding: 0.5em 0 0em 1.5em;
}
dl dt {
}
dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}
img, a img {
  border: none;
}
table {
  margin: 1em 0;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}
th a:link, th a:visited {
  color: #6f9dbd;
}
td, th {
  padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}
tr.odd, tr.info {
  background-color: #edf5fa;
}
tr.even {
  background-color: #fff;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
tr.odd td.active {
  background-color: #ddecf5;
}
tr.even td.active {
  background-color: #e6f1f7;
}
td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}
span.form-required {
  color: #ffae00;
}
div.submitted, .description {
  font-size: 11px;
}
.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}
.messages, .preview {
  margin: .75em 10px;
  padding: .5em 1em;
}
.messages ul {
  margin: 0;
}
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}
#center form {
  /*margin-bottom: 2em;*/
}
.form-button, .form-submit {
  margin: 1em 0.5em 1em 0; /* LTR */
}
.confirmation .container-inline {
	margin-top: 5px;
}
#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}
.box {
  margin-bottom: 2.5em;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 0 0 0;
  /*padding: 0 20px 0 20px;*/
  position: relative;
}
#tabs-wrapper ul.primary {
    clear: both;
    margin-left: 20px;
    margin-bottom: 10px;
}
ul.primary {
  padding: 6px 0 0 0;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url('images/garland/bg-tab.png') repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}
/**
 * Nodes & comments
 */
ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  margin-bottom: 2em;
}

.node .horizontal_line {
	border-bottom: 1px solid #efefef;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.node #comments h2, #mainContentLeft .node .box h2 {
	background: none;
	font-weight: bold;
	color: #066BAD;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
}

/* comment indenting, needs different backgrounds */
.indented {
  margin-left: 25px; /* LTR */
}
.indented .indented {
	margin-left: 0;
}
#mainContentLeft .indented .reply_top {
	background-image: url('images/reply_header_background_indent.png');
}
#mainContentLeft .indented .reply.crew .reply_top {
	background-image: url('images/reply_header_background_indent_crew.png');
}
#mainContentLeft .indented .reply_bottom {
	background-image: url('images/reply_bottom_background_indent.png');
}

.comment h3 a.active {
  color: #494949;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}
/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url('images/garland/gradient-inner.png') repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url('images/garland/bg-bar-white.png') repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url('images/garland/bg-bar.png') repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  padding: 0 1em 2em 1em;
  border: 1px solid #d9eaf5;
  margin-bottom: 5px;
  background: #fff url('images/garland/gradient-inner.png') repeat-x 0 0;
  clear: both;
}

*:first-child+html.js fieldset.collapsible {
position: static;
top: -1em;
}
*:first-child+html.js fieldset.collapsed {
top: 0;
margin-bottom: 1em;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url('images/garland/menu-expanded.gif') no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url('images/garland/menu-collapsed.gif') no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
	margin: 0;
}
.profile h3 {
  border-bottom: 0;
 }
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;

}
.profile dd {
  margin-bottom: 1.6em;
}
#edit-profile-voornaam { width: 200px; }
#edit-profile-naam { width: 200px; }
#edit-profile-straatnaam { width: 200px; }
#edit-profile-huisnummer { width: 50px; }
#edit-profile-bus { width: 50px; }
#edit-profile-postcode { width: 50px; }
#edit-profile-stad { width: 200px; }
#edit-profile-land { width: 200px; }

/* overflows */
.view-content {
	overflow: hidden;
}
.blockpoll form {
	overflow: hidden;
}
#tabs-wrapper {
	overflow: hidden;
}
.reply_right {
	overflow: hidden;
}
/* exception for releasedates */
.view-temp-releasedates .view-content {
	overflow: visible;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url('images/garland/gradient-inner.png') repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/* Hide edit field gallery */
#edit-field-gallery-0-nid-nid-wrapper { display: none; }
/* Hide published field */
.admin #edit-status-wrapper { display: none; }

div.connected checkbox { padding:3px }

.wallkit_form div.connect_area div.connect_button_text {
float:left;
width:100%;
}

.connected input { margin-right:5px; }

#cke_edit-comment {
width:100% !important;
}

#search input{width: 99%; height: 99%;}/*lost het search form issue op*/
