* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#efefef;
	background-color:#D7AC5E;
	background-image:url(/img/layout/background.gif);
	background-repeat:repeat-x;
    clear:both;
}
html{
     height:100%;
     background-color:#D7AC5E;
}

a {
	color:#E7DE3A;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#ECE45E;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
        font-weight:bold;
	}

/* Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	background-image:url(/img/layout/background-wrapper.png);
	background-repeat:no-repeat;
	}
#header {
	height:130px;
	line-height:130px;
	margin-bottom:5px;
	padding-left:10px;
    overflow:hidden;
	}
#logo
{
    float:left;
}

#games
{
padding:1px;
padding-top:2px;
float:right;
overflow:hidden;
}

#games .imgCont
{
float:right;
margin-right:6px;
}
    
#body {
	
	}
#sidebar {
	float:left;
	width:170px;
	padding:5px 10px;
	}		
#content {
	padding:5px 10px;
	text-align:justify;
	min-height:500px;
	margin-left:180px;
	}
#footer {
	text-align:center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
	}
#sidebar a {
	color:#efefef;
	}
#sidebar a:hover {
	color:#ECE45E;
	}

/* Headings */

h1 {
	font-size:24px;
	color:#f9f9f9;
	letter-spacing:-1px;
	}
h1 a {
	color:#E7DE3A;
	text-decoration:none;
	font-weight:normal;
	}
h1 a:hover {
	color:#ECE45E;
	}

h2 {
	font-size:20px;
	color:#E7DE3A;
	font-weight:normal;
	}

h3 {
	font-size:38px;
	color:#f9f9f9;
	letter-spacing:-2px;
	}
h3 a {
	color:#E7DE3A;
	text-decoration:none;
	font-weight:normal;
	}
h3 a:hover {
	color:#ECE45E;
	}

/* Extra's */

#footer a {
	color:#E7DE3A;
	text-decoration:none;
	}
#footer a:hover {
	color:#ECE45E;
	}



/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}



table.cake-sql-log  {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
        color:black;
        border:1px solid navy;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log th {
    color:blue;
    font-weight:bold;
    font-size:10px;
}
.cake-sql-log caption {
	color:#fff;
}

.clear{
    clear:both;
}


/** Forms **/
form {
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	
	padding: 0px 20px;
}
fieldset legend {
	background:#D7AC5E;
	color: #E7DE3A;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
        font-size:120%;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
        color:white;
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}


/* NOTICES AND ERRORS*/
div.message {
	color: whitesmoke;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background-color: #D7AC5E;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}

