@import "panels/papiertje.css";
@import "panels/login_panel.css";
@import "panels/box_panels.css";
@import "panels/tipsntricks.css";
@import "panels/text_message_panel.css";
@import "panels/kaartje.css";
@import "panels/podiumbox_panels.css";

@import "top_nav_bar.css";


/* Shin */
div.devider3 {
        height: 11px;
        background-image: url('/images/zoek_schaduw.gif');
        background-position: top;
        font-size: 1px;
}

#game_search {
        background: url('/images/zoek_text.gif') no-repeat;
        padding-left: 160px;
        margin-left: 33px;
        height: 38px;
}
#game_search .textfield {
        float:left;
        margin-top:9px;
}
#game_search .textfield input{width:190px;}
#game_search .submit {
        float:left;
        padding-left:10px;
        margin-top:8px;
}
#game_search .submit button {
        padding:0;
        margin:0;
        border:none;
        background:none;
        cursor:pointer;
        _cursor:hand;
}
#game_search form {
        margin: 0;
        padding: 0;
}
#game_search_text {
        font-size:15px;
        padding: 12px 0px 200px 193px;
}

a.black-font:link {color: #000000}     /* unvisited link */
a.black-font:visited {color: #000000}  /* visited link */
a.black-font:hover {color: #000000}    /* mouse over link */
a.black-font:active {color: #000000}   /* selected link */



div.gp_page div.gp_embed {
        position: absolute;
        top: 590px;
        left: 440px;
        
        padding:0;
        margin:0;
        width:271px;
        height:77px;
}

#embed-block {
        padding:0;
        margin:0;
        width:271px;
        height:77px;
}
#floatbg {
        position:absolute; top:0; left:0; width:271px; height:77px;
}
#floattop1,
#floattop2 {
        position:absolute;
        top:10px;
        left:38px;
        width:90px;
        height:25px;
        cursor:pointer;
        _cursor:hand;
}
#floattop2 { left:158px; }

#floatdown {
        position:absolute; top:43px; left:20px
}

/* end Shin */



.basiskleur {
	color: #7D1348;
}

.hidden {
	display: none;
}


body {
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}

div#mystudio_col1 {
	width: 665px;
}

div#mystudio_col2 {
	width: 312px;
	margin-top: 50px;
}



body#player div#page_container {
	position: relative;
	width: 980px;
	background-color: black;
	background-image: url('/images/podium/background_blue.gif');
}

body#player {
	background-color: black;
	position: relative;
	width: 980px;
}

body#contest {
}
body#contest #page_container {
	position: relative;
	width: 980px;
	background-image: url('/images/podium/background_green.gif');
}
body#contest #page_container div.page_header {
	position: absolute;
	width: 980px;
	height: 299px;
	top: 30px;
	left: 0px;
	background-image: url('/images/podium/header1_comp.gif');
}
#contest td#col1 {
	padding-top: 280px;
}
#contest div.col1 {
	width: 310px;
}

#contest td#col2 {
	padding-top: 180px;
}
#contest div.col2 {
	width: 310px;
}
#contest td#col3 {
	padding-top: 175px;
}
#contest div.col3 {
	width: 310px;
}

body#gamepodium {
}

body#gamepodium #page_container {
	position: relative;
	width: 980px;
	background-image: url('/images/podium/background_green.gif');
}

body#allegames #page_container {
	position: relative;
	width: 980px;
	background-image: url('/images/podium/background_blue.gif');
}

body#inzendingen #page_container {
	position: relative;
	width: 980px;
	background-image: url('/images/podium/background_blue.gif');
}


body#gamepodium #page_container div.page_header {
	position: absolute;
	width: 980px;
	height: 299px;
	top: 30px;
	left: 0px;
	background-image: url('/images/podium/header2_comp.gif');
}

#gamepodium td#col1 {
	padding-top: 280px;
}
#gamepodium div.col1 {
	width: 310px;
}

#gamepodium td#col2 {
	padding-top: 240px;
}
#gamepodium div.col2 {
	width: 310px;
}
#gamepodium td#col3 {
	padding-top: 175px;
}
#gamepodium div.col3 {
	width: 310px;
}
table.podium {
	position: relative;
	width: 980px;
}
body#gamepodium table.podium td#col_nav {
	padding: 300px 0px 0px 0px;
} 


table, td {
	border-collapse: collapse;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
div {
}

/* h2 is bedoeld voor in de heads van col 3 */
h2 {
	color: white;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}


h3 {
	padding: 9px 0px 0px 15px;
	margin-top: 0px;
	font-size: 16px;
	color: #fff;

}


h4 {
	margin: 0px;
	padding: 0px;
	color: #C31C03;
	line-height: 18px;
}

img {
	border: 0px;
}

a {
	color: white;
	text-decoration: none;
}

p {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}
/* --------- Buttons ----------- */

span.terug_button, span.terug_button_over {
	background-image: url('/images/player/button_arrow.png');
	display: block;
	width: 32px;
	height: 34px;
}
span.terug_button_over {
	background-image: url('/images/player/button_arrow_over.png');
}
span.speel_button, span.speel_button_over {
	background-image: url('/images/podium/speel_tekst_button.png');
	display: block;
	width: 71px;
	height: 21px;
}
span.speel_button_over {
	background-image: url('/images/podium/speel_tekst_button_over.png');
}
span.kies_button {
	background-image: url('/images/button_start.png');
	display: block;
	width: 106px;
	height: 50px;
}
span.kies_schuin, span.kies_schuin_over {
	background-image: url('/images/podium/alle_games_kies_button.png');
	display: block;
	width: 83px;
	height: 49px;
}
span.kies_schuin_over {
	background-image: url('/images/podium/alle_games_kies_button_over.png');
}
span.start_button_gamekid , span.start_button_over_gamekid {
 	background-image: url('/images/button_start.png');
}


div.start_button_over_gamekid div.start_button_gamekid,
div.start_button_gamekid div.start_button_gamekid {
	position: absolute;
	top: 30px;
 	background-image: url('/images/button_start.png');
	width: 106px;
	height: 50px;
	display: block;
	cursor: pointer;
}

div.start_button_over_gamekid div.start_button_gamekid {
	display: none;
}


div.start_button_over_gamekid div.start_button_over_gamekid,
div.start_button_gamekid div.start_button_over_gamekid {
	position: absolute;
	
	top: 30px;
	background-image: url('/images/button_start_over.png');
	width: 106px;
	height: 50px;
	display: none;
}

div.start_button_over_gamekid div.start_button_over_gamekid {
	display: block;
	cursor: pointer;
}
/* -- */

span.start_button_over div.start_button,
span.start_button div.start_button {
	position: absolute;
	top: 30px;
 	background-image: url('/images/button_start.png');
	width: 106px;
	height: 50px;
	display: block;
	cursor: pointer;
}

span.start_button_over div.start_button {
	display: none;
}


span.start_button_over div.start_button_over,
span.start_button div.start_button_over {
	position: absolute;
	
	top: 30px;
	background-image: url('/images/button_start_over.png');
	width: 106px;
	height: 50px;
	display: none;
}

span.start_button_over div.start_button_over {
	display: block;
	cursor: pointer;
}
/* -- */
div.play_the_game_head_panel span.start_button_over div.start_button_over, div.play_the_game_head_panel span.start_button div.start_button {
	position: static;
}

span.ok_button, span.ok_button_over {
	background-image: url('/images/player/button_ok.png');
	display: block;
	width: 75px;
	height: 50px;
}
span.ok_button_over {
	background-image: url('/images/player/button_ok_over.png');
}

div.tips_n_tricks div.tips_button,
div.tips_n_tricks_over div.tips_button,
div.tips_n_tricks div.tips_button_over,
div.tips_n_tricks_over div.tips_button_over {
	display: block;
	height: 48px;
	width: 150px;
	position: relative;
	margin-top: -39px;
	margin-left: 130px;
	background-image: url('/images/tips_button_over.png');
}

div.tips_n_tricks_over div.tips_button {
	display: none;
}

div.tips_n_tricks div.tips_button_over,
div.tips_n_tricks_over div.tips_button_over {
	background-image: url('/images/tips_button.png');
}

div.tips_n_tricks div.tips_button_over {
	display: none;
}

/* ----- */

div.game_speel_over div.spellink,
div.game_speel div.spellink {
	display: block;
	margin-left: 5px;
	background-image: url('/images/speel_tekst_button.png');
	width: 71px;
	height: 21px;
}

div.game_speel_over div.spellink {
	display: none;
}

div.game_speel_over div.spellink_over,
div.game_speel div.spellink_over {
	display: none;
	margin-left: 5px;
	background-image: url('/images/speel_tekst_button_over.png');
	width: 71px;
	height: 21px;
}

div.game_speel_over div.spellink_over {
	cursor: pointer;
	display: block;
}


/* ----- */
span.play, span.play_over {
	padding-left: 2px;
	line-height: 20px;
}

span.play div.playbutton_over, span.play_over div.playbutton_over, span.play div.playbutton, span.play_over div.playbutton {
	width: 23px;
	height: 20px;
	float: left;
	margin-left: -3px;
	background-image: url('/images/play_button.png');
	display: block;
}
span.play_over div.playbutton {
	display: none;
}

span.play div.playbutton_over, span.play_over div.playbutton_over {
	background-image: url('/images/play_button_over.png');
	display: none;
}
span.play_over div.playbutton_over {
	display: block;
}


span.edit, span.edit_over {
	font-weight: bold;
	padding-left: 2px;
	clear: both;
}

span.edit div.editbutton_over, span.edit_over div.editbutton_over, span.edit div.editbutton, span.edit_over div.editbutton {
	width: 18px;
	height: 17px;
	float: left;
	display: block;
	background-image: url('/images/edit_button.png');
}

span.edit_over div.editbutton {
	display: none;
}

span.edit div.editbutton_over, span.edit_over div.editbutton_over {
	display: none;
	background-image: url('/images/edit_button_over.png');
}

span.edit_over div.editbutton_over {
	display: block;
}


/* ----------------------------- */


/* ------------- Deviders ----------- */
div.devider1 {
	height: 22px;
	background-image: url('/images/bee_devider1.gif');
	font-size: 0px;
}

div.devider2 {
	height: 15px;
	background-image: url('/images/beedevider2.gif');
	background-position: top;
	font-size: 1px;
}

/* ---------------------------------- */


/*----------------------------------*/

/*------- Photograph ---------*/
div.photograph_panel {
	width: 280px;
}

div.noflash {
	color: yellow;
	padding: 20px;
}

div.photograph_panel div.flash{
	padding-top: 15px;
	margin-left: 16px;
}


div.photograph_panel div.top {
	height: 202px;
	background-image: url('/images/video_top.png');
}
div.photograph_panel div.text {
	background-image: url('/images/video_text.png');
	width: 280px;
}

div.photograph_panel div.text p {
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
}


div.photograph_panel div.bottom {
	background-image: url('/images/video_bottom.png');
	height: 19px;
}
div.photograph_panel img {
	margin-left: 22px;
	margin-top: 18px;
	width: 240px;
	height: 180px;
}
/*----------------------------------*/


/* ++++++++++++admin+++++++++++++++++ */



div.games_header_panel {
	background-image: url('/images/wat_vind_jij_van_deze_game.png');
	height: 135px;
}
/*-------------------------------------*/

/*------------ Game Header ------------*/
div.hooi {
	background-image: url('/images/hooibaal_verticaal.png');
	height: 120px;
	width: 53px;
}
/*-------------------------------------*/

/* --------- Cardboard top ------------*/
div.play_the_game_head_panel {
	background-image: url('/images/golfplaat1.gif');
	height: 80px; /* 110 - padding-top */
	padding: 20px 0px 10px 30px;
}
div.play_the_game_head_panel div.play_the_games {
	background-image: url('/images/speel_de_games.png');
	background-repeat: no-repeat;
	height: 42px;
}
div.play_the_game_head_panel div.button {
	margin-left: 60px;
}

/* -------- Bee Pattern --------------*/
div.beepattern_panel {
	background-image: url('/images/bee_pattern.gif');
	background-position: top;
}
/* -----------------------------------*/

div.game_view_panel {
	padding-bottom: 10px;
}

/*-------------------------------------*/

/* ---------- Cardboard Bottom --------*/
div.cardboard_bottom_panel {
	background-image: url('/images/golfplaat1.gif');
	height: 110px;
}
/*-------------------------------------*/

/* ------------------------------------*/


div.edit input, div.edit textarea {
	border: 2px dotted #990000;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	margin-bottom: 10px;
}

div.edit input.button {
	border: 2px outset #990000;
}

div.edit input:hover, div.edit textarea:hover {
	background-color: #ffdddd;	
}

div.edit textarea {
	width: 245px;
	height: 100px;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 2px;
	font-family: arial, helvetica, sans;
	font-size: 12px;
}
div.top input.head {
	width: 250px;
	margin-left: 15px;
	margin-top: 8px;
}
div.edit input {
	width: 250px;
	margin-bottom: 10px;
}

div.admin_panel, div.admin_panel_edit {
	margin: 3px;
	margin-top: 10px;
	background-color: #448844;
	border: 1px inset #448844;
}


div.admin_panel .toon {
	font-size: 13px;
	color: #000055;
}

div.admin_panel_edit .normal {
	display: none;
}
div.admin_panel .edit {
	display: none;
}


div.edit_button {
	height: 20px;
	width: 20px;
	float: right;
	background-image: url('/images/attribs.gif');
	cursor: pointer;
}
div.save_button {
	height: 20px;
	width: 20px;
	float: right;
	background-image: url('/images/save.gif');
	cursor: pointer;
}
div.cancel_button {
	height: 20px;
	width: 20px;
	float: right;
	background-image: url('/images/nonbreaking.gif');
	cursor: pointer;
}

input.visible {
	float: left;

}
/*********************/


/*#game_navigation {
	background-image: url('/images/menu_bg.gif');
	height: 33px;

	font-size: 16px;
	padding: 153px 0px 0px 200px;
}*/


#game_navigation {
	background-image: url('/images/podium/header_allegames.gif');
	height: 33px;
	font-size: 16px;
	padding: 153px 0px 0px 200px;
}

#game_navigation {
	background-image: url('/images/podium/header_allegames.gif');
	height: 33px;
	font-size: 16px;
	padding: 153px 0px 0px 200px;
}

#game_navigation .selected_tab {
	background-image: url('/images/select_tab.gif');
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	padding: 7px 12px 3px 12px;
	height: 25px;
	float: left;
	white-space: nowrap;
}
#game_navigation .tab {
	padding: 10px 15px 3px 15px;
	height: 25px;
	float: left;
	white-space: nowrap;
}
#game_navigation img {
	vertical-align: top;
}


#game_inzendingen {
	background-image: url('/images/podium/header_inzendingen.gif');
	height: 33px;
	font-size: 16px;
	padding: 153px 0px 0px 200px;
}

#game_inzendingen .selected_tab {
	background-image: url('/images/select_tab.gif');
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	padding: 7px 12px 3px 12px;
	height: 25px;
	float: left;
}
#game_inzendingen .tab {
	padding: 10px 15px 3px 15px;
	height: 25px;
	float: left;
	white-space: nowrap;
}
#game_inzendingen img {
	vertical-align: top;
}

.podium span.podium_overzicht {
	position: absolute;
	display: block;
	left: 180px;
	top: 120px;
	width: 270px;
	height: 50px;
	cursor: pointer;
}

.podium span.podium_allegames {
	position: absolute;
	display: block;
	left: 475px;
	top: 120px;
	width: 220px;
	height: 50px;
	cursor: pointer;
}


.game_select {
	font-size: 16px;
	padding: 15px 0px 0px 0px;
}
.game_select img {
	vertical-align: top;
	padding-left: 10px;
}
.game_paging {
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.game_paging {
	text-align: left;
}
.game_paging img {
	vertical-align: middle;
}
.game_paging .game_page{
	float: left;
	height: 29px;
	padding: 7px 10px 0px 20px;
}
#col_nav img {
/* 	float: left; */
}
.game_green {
	color: #4cdef6;
}
.game_image {
	width: 130px;
}

.paging {
	height: 29px;
	padding: 0px 0px 10px 0px;
}

.paging_previous {
	background-image: url(../images/paging_vorige.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	float: left;
	height: 29px;
	width: 45px;
}

.paging_pages {
	background-image: url(../images/paging.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 23px;
	float: left;
	font-size: 15px;
	padding: 6px 0px 0px 0px;
}

.paging_pages a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 0px 3px 0px 3px;
}

.paging_pages a:hover {
	background-color: #30A1BB;
}

.pagin_pages a.selected {
	background-color: white;
}

a.paging_selected {
	background-color: #FFF;
}

.paging_next {
	background-image: url(../images/paging_volgende.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	float: left;
	height: 29px;
	width: 45px;
}



div.kies_alle_games_panel {
	position: relative;
	width: 256px;
	height: 194px;
	background-image: url('/images/podium/of_kies_zelf_uit_alle_games.png');
}
div.kies_alle_games_panel div.button {
	position: absolute;
	left: 170px;
	top: 120px;
}


div.watvindjij_panel {
	position: absolute;
	left: 680px;
	top: 40px;
	height: 100px;
	width: 300px;
}
div.watvindjij_panel div.right {
	width: 161px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;

}
div.watvindjij_panel div.image {
	float: left; 
}
div.watvindjij_panel div.text {
	background-image: url('/images/podium/wat_vind_jij_van_deze_game.png');
	height: 49px;
}

div.hooibaal_panel {
	width: 241px;
	height: 53px;
	background-image: url('/images/podium/hooibaal.png');
}

div.gp_page div.gp_link {
	position: absolute;
	top: 50px;
	left: 5px;
}

div.gp_page div.gp_niet_ok {
	position: absolute;
	top: 590px;
	left: 180px;
	cursor: pointer;
}

div.gp_page div.gp_disclaimer {
	position: absolute;
	top: 590px;
	left: 200px;
	cursor: pointer;
}


div.gp_page div.gp_gamebar {
	position: absolute;
	top: 60px;
	left: 150px;
}

div.gp_page div.gp_player {
	position: absolute;
	top: 100px;
	left: 130px;
}

div.gp_page div.gp_actie {
	position: absolute;
	top: 120px;
	left: 740px;
}

div.gp_page {
	height: 700px;
}

/*********************************************
 * klokhuis logo on MyPodium page
 ********************************************/
div.poweredby_extra_panel {
	width: 295px;
	height: 144px;
	background-image: url('/images/mystudio/logo_MIJNgstudio.png');
}

div.gp_page span.game_links {
	top: 380px;
	position: absolute;
	width: 251px;
	height: 156px;
	background-image: url('/images/player/game_link_image.png');
	cursor: pointer;
}

div.gp_page span.verander {
	top: 160px;
	position: absolute;
	width: 249px;
	height: 237px;
	background-image: url('/images/player/verander.png');
	cursor: pointer;
}

div.gp_page div.klokhuis {
	background-image: url('/images/player/logo_gstudio_html01.png');
	width: 102px;
	height: 103px;
}



div.gp_page div.terug_button, div.gp_page div.terug_button_over {
	background-image: url('/images/player/button_arrow.png');
	display: block;
	width: 32px;
	height: 34px;
	position: absolute;
	left: 0px;
}
div.gp_page div.terug_button_over {
	background-image: url('/images/player/button_arrow_over.png');
	width: 32px;
	height: 34px;
	position: absolute;
	border:none;
	underline:none;
}


div.naar_gamepodium {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
	width: 123px;
	height: 37px;
	background-image: url('/images/player/naar_game_podium.png');
	position: relative;
}

div.naar_mijn_gamestudio {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
	width: 116px;
	height: 37px;
	background-image: url('/images/player/naar_mijn_gamestudio.png');
	position: relative;
}




div.rating_panel {
	position: relative;
	width: 203px;
}
	div.rating_panel div.top {
		height: 36px;
		background-image: url('/images/player/rating_panel_top.png');
	}
	div.rating_panel h3 {
		margin-left: 65px;
	}
	
	div.rating_panel div.score {
		position: absolute;
		top: 6px;
		left: 8px;
		width: 52px;
		height: 52px;
		background-image: url('/images/player/rating_board.png');
		color: white;
		font-size: 20px;
	}
	
	div.rating_panel div.score p {
		margin-top: 20px;
		text-align: center;
	}	
	
	div.rating_panel div.mid {
		background-image: url('/images/player/rating_panel_tile.gif');
	}
		
	div.rating_panel div.bolletjes {
		position: relative;
		margin-left: 10px;
		margin-top: 15px;
		margin-bottom: 30px;
		
		
	}
	
	div.rating_panel div.bol_uit, div.rating_panel div.bol_aan {
		position: relative;
		width: 18px;
		height: 19px;
		float: left; 
		background-image: url('/images/player/bol_uit.gif');
		display: block;
		cursor: pointer;
	}	
	
	div.rating_panel div.bol_aan {
		background-image: url('/images/player/bol_aan.gif');
	}
	
	div.rating_panel div.dit_vind_ik {
		font-size: 14px;
		padding-top: 6px;
		margin-left: 70px;
	}
	
	div.rating_panel div.ok_button_over, div.rating_panel div.ok_button {
		position: relative;
		margin-left: 65px;
		background-image: url('/images/player/button_ok.png');
		display: block;
		width: 75px;
		height: 40px;
		cursor: pointer;
	}
	
	div.rating_panel div.ok_button_over {
		background-image: url('/images/player/button_ok_over.png');
	}
	
	div.rating_panel div.bottom {
		height: 12px;
		background-image: url('/images/player/rating_panel_bottom.png');
	}

	div.player_gamebar {
		position: relative;
		background-image: url('/images/player/gamebarbalk.png');
		width: 784px;
		height: 44px;
		font-size: 16px;
	}
		div.player_gamebar div.title {
			padding-top: 7px;
			position: absolute;
			height: 35px;
			left: 16px;
			width: 215px;
			top: 0px;
			color: white;
			
		}
		div.player_gamebar div.artist {
			position: absolute;
			padding-top: 7px;
			left: 233px;
			top: 0px;
			width: 340px;
			height: 35px;
			background-image: url('/images/player/gamebar_scheider.gif');
			background-repeat: no-repeat;
			padding-left: 10px;
		
		}
		div.player_gamebar div.date {
			position: absolute;
			padding-top: 7px;
			left: 573px;
			top: 0px;
			width: 190px;
			height: 35px;
			background-image: url('/images/player/gamebar_scheider.gif');
			background-repeat: no-repeat;
			padding-left: 10px;
		}
		
		div.player_gamebar span.gp_date{
			color:  #7D1348;
		}
		
		div.player_gamebar span.gp_artist{
			color:  white;
		}
	
div.player_box {
	background-image: url('/images/player/player_box.png');
	width: 632px;
	height: 536px;
	position: absolute;
}

div.player_box div.player{
	position: absolute;
	top: 57px;
	left: 52px;
}

	
table.game td {
	vertical-align: top;
}



input.text_field {
	border: 1px solid black;
}

td.lable, td.field {
	padding: 3px;
}

input.aButton {
	border: 2px solid #336633;
}


div.contest_title {
	margin-bottom: 20px;
}

.contest_title_edit {
	border: 2px solid #550000;
	background-color: #dddd77;
}

div.contest_title h1 {
	font-size: 20px;
	margin: 0px;
	margin-bottom: 5px;
}
div.contest_title h2 {
	font-size: 22px;
}

div.nogame {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 300px;
	height: 192px;
	background-image: url('/images/player/game_bestaat_niet_meer.png');
}

table.game td {
	vertical-align: top;
}

div.admin_edit_pages {
	margin-top: -40px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #933;
	background-color: #cc5;
}

form.contest_list {
	display: inline;
}

select.selected_item, span.selected_item {
	color: #CFFA44;
	margin-right: 10px;
}

table.game_view {
	margin-left: 10px;
}

table.game_view  div.game_title {
	padding-left: 5px;
	width: 140px;
}

table.game_view  h2 {
	padding-top: 8px;
	padding-bottom: 5px;
}

#logindiv {
 	position: absolute;
 	left: 300px;
 	top: 100px;
 	width: 280px;
	display: none;
	font-size: 14px;
	text-align: left;
	z-index: 999;
}

#logindiv .top {
	background: url(/images/panel_top_red.png);
    height: 18px !important;
	height: 38px;
	text-align: right;
	padding: 10px 20px;
}

#logindiv .bottom {
    background: url(/images/panel_bottom.png);
    height: 20px;
}

#logindiv .mid {
    background: url(/images/panel_mid.png);
}



#logindiv table {
	margin: 0px 10px;
	text-align: left;
}


#logindiv td {
	text-align: left;
	padding: 10px;

}

#loginshade {
 	position: absolute;
 	left: 0px;
 	top: 0px;
	width: 100%;
	height: 100%;
 	background-color: #dd9; 
	filter: alpha(opacity: 80);
	opacity: .8;
	display: none;
}

iframe.tipsframe {
	width: 970px;
	height: 710px;
	overflow: hidden;
	border: 0px none black;
}

iframe.tipsframe_big {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 750px;
	overflow: hidden;
/* 	z-index: 100; */
}


iframe.tipsframe_full {
	top: 20px;
	left: 0px;
	
	width: 970px;
	height: 950px;
}

#GameKitDiv {
}

.away {
/* position: absolute; */
	margin-top: 1000px;
}


/*span {
	border: 1px solid red;
}

div {
	border: 1px solid blue;
}*/






