body {
	font-family: arial, sans-serif;
	background-image: url(../images/setup_background.gif);
	background-repeat: repeat;
	height: 100%; /* FireFox */
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover { 
	text-decoration: none;
	color: #000000;
}

#container {
	min-height: 100%; 
	margin: 0px auto;
	width: 910px;
	padding: 10px;
	background-color: #FDFCFE;
	font-size: 12px;
}

#header {
	height: 90px;
	background-color: #9E9DBC;
	background-image: url(../images/setup_header.gif);
	text-align: right;
}

#menu {
	margin-top: 10px;
	padding: 2px;
}

#content { 
	min-height: 580px; /*zodat container steeds tot onderaan pagina gaat, nodig in ff*/
	text-align: left;
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
}

#content img { 
	border: 0px;
}

#content h1 { 
/* 	font-variant: small-caps;*/
	padding-left: 0px; 
	padding-top: 0px; 
	font-size: 14px; 
	color: #000000;	
}

#content h2 { 
 	font-variant: small-caps;
	padding-left: 0px; 
	padding-top: 0px; 
	font-size: 13px; 
	color: #000000;	
}

#content h3 {
 	font-variant: small-caps;
	padding-left: 0px; 
	padding-top: 0px; 
	font-size: 13px; 
	color: #000000;	
	padding: 0px 0px 0px 0px; 
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer { 
	margin-top: 5px; 
	margin-bottom: 5px; 
	clear: both;
	text-align: center; 
	color: #FFFFFF;
	font-size: 10px; 
	background-color: #C5C5D8;
	padding: 2px 2px 2px 2px; 
}

#mobilemenu { 
	margin-top: 40px; 
	margin-bottom: 0px; 
	clear: both;
	text-align: center; 
	color: #000000;
	font-size: 11px; 
}

#headergod { 
	margin-top: 0px; 
	margin-bottom: 5px; 
	clear: both;
	text-align: center; 
	color: #FFFFFF;
	font-size: 10px; 
	background-color: #C5C5D8;
	padding: 2px 2px 2px 2px; 
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#headergod a {
	text-decoration: underline;
	color: #FFFFFF;
}

#bottom {
	padding: 10px 0 0 0;
}

#left {
	width: 45%;
	float: left;
	background: #FFFFFF;
	padding: 10px 5px 10px 5px; 
}


#right {
	width: 45%;
	float: right;
	background: #FFFFFF;
	padding: 10px 5px 10px 5px; 
}

tr.totaal td{
	border-top: 1px solid #9E9DBC;
}

select {
	font-size: 12px;
	margin: 1px;
}

th {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #9E9DBC;
}

table {
	font-size: 12px;
}


#rulesleft {
	float: left;
	width: 715px;
}
#rulesright {
	float: right;
	width: 170px;
	border: 1px solid #9E9DBC;
	padding: 10px;
	margin-left:10px;
	margin-right:10px;
}

#intright {
	float: right;
	width: 370px;
	border: 1px solid #9E9DBC;
	padding: 10px;
	margin-left:10px;
	margin-right:10px;
}

#showworld {
	float: right;
	width: 100px;
	
	border: 0px solid #9E9DBC;
	padding: 0px;
	margin-left:10px;
	margin-right:0px;
}

fieldset {
	font-size: 12px;
	border: 1px solid #9E9DBC;
	padding: 5px;
}


input {
	font-size: 11px;
}

#cupDiv{
	height: auto;
	width: auto;
	overflow: scroll;
	padding: 10px;
}

#cup {
	border-collapse: collapse;
}

#cup td{
	border-collapse: collapse;	
	padding: 0px;
	border: none;
	text-align: center;
}

#cup div.game{
	height: 5em;
	width: 5em;
	border: 1px solid #9E9DBC;
	text-align: center;
}

#cup div.game:hover{
	background-color: #9E9DBC;
}

#cup div.own{
	border: 2px solid #9E9DBC;
	font-weight: bold;
}

#cup div.space {
	border: none;
}

#cup div.dummy{
	background-image: url(../images/dummy_cupgame.png);
	background-repeat: no-repeat;
	background-position:center; 
}

#cup div.vert{
	background-image: url(../images/vert.png);
	background-repeat: repeat-y;
	background-position: center; 
	height: auto;
	width: auto;
}

#cup div.hor{
	background-image: url(../images/hor.png);
	background-repeat: repeat-x;
	background-position:center; 
	height: auto;
	width: auto;
}

#cup div.corn_left{
	background-image: url(../images/corn_left.png);
	background-repeat: no-repeat;
	background-position:center; 
	height: 5em;
	width: auto;
}

#cup div.corn_right{
	background-image: url(../images/corn_right.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 5em;
	width: auto;
}

.hidden{
	display : none;
}

#player_quote span{
	font-style : italic;
	padding-bottom : 5px;
}

#player_quote input{
	width : 300px;
}

/* tables */
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #C5C5D8;
}
ul.minimenu{
	padding : 5px;
	border : 1px solid #C5C5D8;
	list-style-type : none;
}

fieldset{
	padding : 20px;
}

legend{
	font-weight : bold;
}