body {
	background-color: white;
	margin-top: 120px;
}

/*div {
	border: 1px solid #ccc;
}*/ /*#cakeSqlLog {
	position: absolute;
	top: 600px;
	left: 10px;
	right: 10px;
	height: 100px;
}*/
#header {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 100px;
}

#menu {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 200px;
}

#content {
	position: absolute;
	top: 120px;
	left: 220px;
	right: 10px;
}

#rightmenu {
	position: absolute;
	width: 100px;
	top: 150px;
	right: 10px;
}

#copyright {
	margin: 20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #555;
	font-size: 0.9em;
}

#menu h2 {
	background-image: url(../img/bck-test.png);
	background-repeat: no-repeat;
	color: black;
	font-family: Arial;
	padding-top: 5px;
	width: 200px;
	height: 30px;
	font-size: 12pt;
	padding-left: 10px;
	margin: 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#menu a {
	text-decoration: none;
	color: black;
}

#menu a:hover {
	color: red;
}

.error_message {
	font-weight: bold;
	color: red;
}

input {
	background-image: url(../img/input-background.png);
	background-repeat: repeat-x;
	border: 1px solid #ccf;
	padding: 0.1em;
	margin-right: 0.2em;
}

.tournament_list {
	border: 1px solid #009933;
	background-color: #dfd;
	padding: 1em;
	margin: 1em;
	width: 300px;
	float: left;
}

.tournament_list h2 {
	padding: 0;
	margin: 0;
}

.tournament_list a {
	text-decoration: none;
	color: black;
}

.sti {
	
}

.sti a {
	padding: 0 0.25em;
}

.continue {
	background-color: #cec;
	float: right;
}

.cancel {
	background-color: #ecc;
}

.wizardFrame {
	margin: 2em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px dotted #aaf;
	background-color: #ddf;
	width: 500px;;
	border: 1px dotted #aaf;
}

.wizardFrame h2 {
	padding-top: 0;
	margin-top: 0;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 32px;
	cursor: pointer;
}

.info {
	border: 1px dotted #ccc;
	background-color: #ccf;
	padding: 1em;
	background-image: url(../img/information.png);
	padding-left: 60px;
	background-repeat: no-repeat;
	min-height: 50px;
}

.warning {
	border: 1px dotted #FF8A57;
	background-color: #F6AC8C;
	padding: 1em;
	background-image: url(../img/information.png);
	padding-left: 60px;
	background-repeat: no-repeat;
	min-height: 50px;
}

.fancytabell {
	background-color: #ddf;
	border: 1px solid #aaf;
	padding: 5px;
}

.fancytabell caption {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-image: url(../img/tabletab-left.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.fancytabell caption span {
	background-image: url(../img/tabletab-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 10px;
	border-left: 1px solid #aaf;
	height: 40px;
}

.fancytabell td {
	padding-left: 1em;
}

.fancytabell th {
	text-align: left;
}

.fancytabell tr.center th {
	text-align: center; 
	padding: 3px;
}

.error {
	background-image: url(../img/errorred.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
	padding: 1em;
	border: 1px solid #aaf;
	color: red;
	background-color: #fee;
	font-weight: bold;
	min-height: 80px;
	padding-left: 120px;
}

.bubblebox {
	float: right;
	clear: right;
	width: 300px;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 1em;
}

/*
	Administration box
*/
div.admin-box {
	float: right;
	width: 150px;
	border: 1px solid #ccc;
	padding: 0.5em;
}

div.admin-box ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.admin-box a {
	text-decoration: none;
	color: black;
}
div.admin-box a:hover {
	text-decoration: none;
	color: red;
}

.winner-team {
	font-weight: 800;
}

.loser-team {
}

.draw-team {
}

/** Invoice table */

table.invoiceTable {
	margin-top: 2em;
}

table.invoiceTable tr.team {
	background-color: #EEEEFF;
}

table.invoiceTable tr.match, tr.participant {
	background-color: #EEFFEE;
}

table.invoiceTable tr.team > td:first-child {
	padding-left: 1em;
}

table.invoiceTable tr.match > td:first-child {
	padding-left: 2em;
}

table.invoiceTable tr.participant > td:first-child {
	padding-left: 3em;
}

table.invoiceTable td.sum {
	text-align: right;
	font-style: italic;
	border-bottom: 1px solid grey;
}

table.invoiceTable td.totalsum {
	font-weight: bold;
}

