

body {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:hover, a:visited, a:acitve {
	color: #000000;
}
tr.blue {
	background-color: #dfdfdf;
}
#container {
	width: 700px;
	background-image: url(../gfx/main_bg.jpg);
	overflow: hiddden;
	height: 100%;
	background-repeat: repeat-y;
	min-height: 100%;
	margin: 0px auto 0px auto;
	
}
.second {
	background-color: #ededed;
}
td.heading {
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
#inner {
	padding: 12px 35px 12px 35px;
}
.groups {
	width: 200px;
	float: left;
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
}
#header {
	background-image: url(../gfx/em_bg.jpg);
	background-repeat: repeat-x;
	height: 105px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#logo {
	background-image: url(../gfx/logo.jpg);
	width: 100%;
	height: 105px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;

}
p { 
	float: left;
	margin: 0px;
	padding: 0px;
	}

#counter {
	padding: 29px 0px 0px 600px;
	font-size: 20px;
	font-family: verdana; 
	color: #a8050a;
	
}
.groupname {
	font-weight: bold;
}
.group {
	width: 200px;
	padding-top: 5px;
	border-bottom: 1px dashed #000000;
}
.group .label {
	width: 100px;
	float: left;
	text-align: left;
	margin-bottom: 2px;
}

.group select {
	width: 100px;
	margin-bottom: 2px;
}
.break {
	clear: both;
}
.error {
	text-align: left;
	color: #ff0000;
	font-weight: bold;
}
.content {
	position: absolute;
	top: 600px;

}
.bracket .heading {
	position: absolute;
	width: 585px;
	text-align: center;
}
.bracket {
	position: absolute;
	background-image: url(../gfx/bracket.jpg);
	width: 585px;
	height: 280px;

}
.menu {
	padding-bottom: 10px;
}
.bracket_match {
	position: absolute;
}
#days {
	float: left; 
}

/* Quarterfinals */
.a_one {
	top: 10px;
	left: 30px;
}
.a_two {
	top: 162px;
	left: 30px;
}

.b_one {
	top: 236px;
	left: 30px;
}
.b_two {
	top: 84px;
	left: 30px;
}

.c_one {
	top: 10px;
	left: 495px;
}
.c_two {
	top: 162px;
	left: 495px;
}

.d_one {
	top: 236px;
	left: 495px;
}
.d_two {
	top: 84px;
	left: 495px;
}

/* Semifinals */
.q_one {
	top: 43px;
	left: 107px;
}
.q_two {
	top: 197px;
	left: 107px;
}
.q_three {
	top: 43px;
	left: 416px;
}
.q_four {
	top: 197px;
	left: 416px;
}
.s_one {
	top: 120px;
	left: 184px;
}
.s_two {
	top: 120px;
	left: 336px;
}
.f {
	top: 51px;
	left: 261px;
	text-align: center;
	width: 85px;
}
.redobutton {
	position:absolute;
	top: 200px;
	left: 250px;
}
