body {
	padding: 0;
	margin: 0;
	background-color: #0d3964;
	background-image: url('../img/top_bg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

a {
	color: #003;
	text-decoration: none;
	border-bottom: 1px dashed #003;
}

a:hover {
	color: #600;
	text-decoration: underline;
	border: none;
}

#root {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #334;
	width: 100%;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	background-color: transparent;
	background-image: url('../img/kiekko.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

#content {
	position: relative;
	margin: 30px auto;
	text-align: left;
	background-color: #fff;
	background-image: url('../img/content_bg2.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	border-right: 1px solid #555;
	border-bottom: 2px solid #333;
	border-top: 1px solid #ccc;
	border-left: 1px solid #aaa;
	max-width: 90%;
}

#content_wrapper {
	position: relative;
	margin: 0;
	padding: 15px;
}

#title { 
	position: relative;
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:40px;
	background-color: #75b9d2;
	border-bottom:1px solid #666;
	opacity: .8;
}

#title h2 {
	position: relative;
	clear: none;
	float: left;
	margin: 10px 15px;
	font-size: 16px;
	padding: 0;
	top: 0;
	width: auto;
}

#title #murupolku {
	position: relative;
	clear:none;
	float:left;
	font-size:13px;
	margin:10px 20px;
	padding:0;
}

#title #login_menu {
	position: relative;
	clear: none;
	float: right;
	font-size: 10px;
	margin: 10px 20px;
	padding: 0;
}

#title #logout_menu {
	position: relative;
	clear: none;
	float: right;
	font-size: 10px;
	margin: 8px 20px;
	padding: 0;
}

#turnauslista {
	position: relative;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#turnauslista li {
	margin: 5px 0;
}

#saannot {
	position: relative;
	margin-top: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 600px;
	border: 1px solid #333;
	background-color: #d0ecf8;
	padding: 15px;
	clear: both;
}

.peli {
	position:relative;
	margin:20px 0;
	width: 600px;
}

.peli_title b {
	font-size: 14px;
}

.peli .peli_title {
	position:relative;
	background-color: #ddd;
	padding: 2px 10px;
}

.peli .hover, .peli .selected {
	background-color: #0163a2;
	background-image: url('../img/leijonat.png');
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

.peli_title .aika {
	font-size: 10px;
	color: #333;
}

.hover .aika, .selected .aika {
	color: #ddd;
}

.peli_info {
	position:relative;
	display: none;
	background-color: #d0ecf8;
	padding: 10px;
}

.veikkaus_success {
	display: none;
}

#ranking {
	position: absolute;
	top: 320px;
	right: 20px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 185px;
	border: 1px solid #333;
	background-color: #d0ecf8;
	padding: 5px;
	opacity: .8;
}

#login_prompt {
	display: none;
	z-index: 13;
	text-align: left;
	color: #eef;
	background-color: transparent;
	width: 420px;
	height: 300px;
	background-image: url('../img/overlay/petrol.png');
	background-repeat: no-repeat;
}

#register_prompt {
	display: none;
	z-index: 13;
	text-align: left;
	color: #eef;
	background-color: transparent;
	width: 420px;
	height: 300px;
	background-image: url('../img/overlay/petrol.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.close {
	position: absolute;
	top: 0px;
	left: 380px;
	z-index: 15;
	background-image: url('../img/overlay/close.png');
	height: 36px;
	width: 36px;
}

.overlay_content {
	position: relative;
	margin-top: 30px;
	padding: 20px;
	height: 210px;
	width: 375px; 
}

.formRow {
	position: relative;
	clear: both;
	margin: 12px 0;
}

.formLabel {
	position: relative;
	width: 130px;
	text-align: right;
}

.formRow input {
	position: absolute;
	left: 165px;
	top: 0px;
	width: 200px;
}

.submit {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

table.pisteet td.nimi {
	min-width: 90px;
}

#pistetilanne {
	position: relative;	
	clear: both;
}

#pistetilanne table {
	position: relative;
	float: left;
	margin-right: 30px;
}

.spacer {
	position: relative;
	height: 1px;
	clear: both;
}

input.suomi {
	background-image: url('../img/suomi.png');
}

input.maaliveikkaus {
	height: 16px;
	width: 35px;
	border: 1px solid #666;
	margin: 1px;
	font-weight: bold;
	text-align: center;
}