@CHARSET "UTF-8";

body {
	background-color: #33bdb2;
	background-image: url("/files/pp/img/fade-bg.png");
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	color: #5b5b5b;
	font-size: 12px;
}

p {
	line-height: 18px;
	margin-top: 0px;
}

.layer1 {
	background-image: url("/files/pp/img/rays-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.layer2 {
	width: 700px;
	margin: 0 auto;
	padding: 50px 0;
}

.left {
	float: left;
	width: 427px;
	text-align: left;
}

.right {
	float: right; 
	width: 259px;
	margin-top: -60px;
	text-align: left;
}

.left div, .right div {
	background-color: white;
	padding: 25px;
	margin-bottom: 14px;
	position: relative;
}

div.paiva {
	padding: 0px;
	display: none;
}

h1, h2 {
	font-family: Arial, Verdana, sans-serif;
	color: #ee3c96;
	font-size: 24px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
	color: #33bdb2;
}

.left h2 {
	color: #00B6B2;
}

h2.countdown {
	position: absolute;
	top: -40px;
	right: 20px;
}

div.countdown {
	padding-top: 10px;
}

img {
	border: 0px;
}

a {
	color: #138f85;
}

a:hover {
	color: #33bdb2;
}

div.logos p {
	margin-top: 25px;
	text-align: center;
}

td {
	vertical-align: top;
	border-bottom: 1px solid silver;
	padding: 5px 0px;
}

td.klo {
	color: #ee3c96;
	font-weight: bold;
	width: 120px; 
}

div#ke {
	display: block;
}

div.litepox {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #33bdb2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity:0.9;  
	display: none;
}

div.artist {
	display: none;
	width: 400px;
	background-color: white;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -200px;
	padding: 25px;
	height: 85%;
	overflow: auto;
	text-align: left;
}

a.close {
	float: right;
}

.ohjelma a {
	margin-right: 10px;
}