/* Lars: I took Jan's mobilegamelab.home.css as template to have some continuity' */

#develop_container {
	margin:			0;
        padding:		0;
	width:			900px;
	height:			auto !important; 	/* Important Regel fuer moderne Browser */
	height:			100%; 			/* Mindesthoehe fuer den IE */
}

#develop_content_container {
	float:			left;
	clear:			both;
	width:			664px;
	height:			auto !important; 	/* Important Regel fuer moderne Browser */
	height:			100%; 			/* Mindesthoehe fuer den IE */
}

#develop_content_header {
    	/*float:			        left; */
        
        padding-left:           30px;
        padding-top:            25px;
        width:                  636px;
	height:			211px;
	    
        background-image:       url("../img/develop/develop.png");
}

#develop_content_header_inline_title {
		padding: 				9px 14px 6px;
		display: 				inline-block;
        background-color:       white;
}

#develop_content_header_inline_text {
        width:			450px;
        margin-top:             5px;
        padding:                10px;
        font-size:              12px;
        font-style:             italic;
        line-height:            20px;
        background-color:       white;
}

#develop_content_container iframe {
        width:                  660px;
        height:                 500px;
        border:                 1px solid #a9a9a9;
}

#develop_content_container #game-editor h2 {
        margin-top:             20px;
}

#develop_sidebar_container {
	/*
        border:			1px dashed #000;
	*/
	padding-left:           40px;
	float:			left;
	width:			196px;
	height:			auto !important; 	/* Important Regel fuer moderne Browser */
	height:			100%; 			/* Mindesthoehe fuer den IE */
}

#develop_sidebar_latestgame {
	height:		250px; /* AL: Changed value from 206px to 216px to remove scrollbars */
}

#develop_sidebar_latestgame a {
	display: block;
	margin-bottom: 5px;
}

a#to-editor
{
    display: block;
    margin: 40px 0px 20px 0px;
    width: 201px;
    height: 50px;
    vertical-align: text-bottom;
    background-image: url('../img/questor-to-editor.png');
    background-repeat: no-repeat;
    padding: 30px 50px 60px 415px;
    color: black;
    font-size: 18pt;
}

#my-games input[type="submit"]
{
    background: none;
    border: none;
    border-width: 0px;
    margin: 0px;
    color: #3794BC;
    display: inline;
    padding: 0px;
    cursor: pointer;
}

