BODY {
	height: 100%;
	margin: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333;
	background-color: #000000;
}

#container {
	width: 360px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: transparent;
	max-height: 100%;
	max-width: 100%;
}

/* HEADER */

#header {
	width: 360px;
	height: 100px;
	max-width: 100%;
	background-image: none;
	background-color: transparent;
    	margin: 0px;
    	padding: 0px;
	overflow: hidden;
}

/* NAVIBAR */

#navibar {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	clear: both;
	width: 360px;
	height: 24px;
	margin: 0px auto;
	padding: 0 0 0 0;
	/* background: #FFFFFF;
	overflow: hidden; */
}

.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
	left: 0.1%;
}

.menu li{
	float:left;
	position:relative;
	z-index:100;
	/* left: 0.1%; */
}

.menu table{
	align: center;
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:20px;
}

.menu a, .menu :visited {
	display:block;
	font-size:10px;
	width:59px;
	padding:4.5px 0;
	color:#333;
	background: #FF6600;
	text-decoration:none;
	margin-right: 1px;
	text-align:center;
}

.menu :hover{
	color: #666666;
	background:#e4e4e4;
}

.menu ul ul.submenu {
	visibility:hidden;
	position:absolute;
	width:60px;
	height:0;
}

.menu ul li:hover ul.submenu {
	visibility:visible;
}

/* NAVIBAR END */

/* CONTENT COLUMNS & STUFF */

#content {
	width: 360px;
	height: 100%;
	margin: 0px auto;
	background-color: transparent;
}

#contentcol {
	width: 360px;
	overflow: hidden;
	background-color: #FFF;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	margin: 5px auto;
}

/* 2 COLUMN LAYOUT */
   
#leftcol {
	width: 300px;
	float: left;
	background-color: transparent;
	margin: 10px 0px 10px 10px;
	padding: 15px 0px 0px 0px;
}
#leftcolbg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-color: transparent;

}
#leftcol h1 {
	margin: 5px 0px 5px 10px;
	padding: 0px 5px 3px 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;

}
#leftcol p {
	text-align: justify;
}

#leftcol a {
	color: #FF6600;
	text-decoration: none;
}
#leftcol a:hover {
	color: #333;
	text-decoration: none;
}

#rightcol {
	width: 200px;
	float: right;
	margin: 10px 10px 10px 0px;
	padding: 15px 0px 10px 0px;
}

#rightcolbg {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	background-color: #FFFFCC;
	border-left: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
}

#rightcol a {
	color: #FF6600;
	text-decoration: none;
}

#rightcol a:hover {
	color: #333;
	text-decoration: none;
}

#rightcol h1 {
	font-size: 100%;
	line-height: 120%;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 3px 20px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FF6600;
}
#rightcol img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
    	margin-left: auto;
    	margin-right: auto;
	border: none;
}

#rightcol .icons {
	display: block;
	margin-top: 4px;
	margin-right: 27px;
	margin-bottom: 0px;
	float: right;
	border: none;
}

/* 1 COLUMN LAYOUT */


#fullcol { 
	width: 360px;
	float: left;
	background-color: #FFF;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border: solid 0px #FF6600;
}
#fullcolbg {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 10px 15px;
	background-color: transparent;

}
#fullcol h1 {
	font-size: 130%;
	line-height: 120%;
	color: #656565;
	margin: 10px 0px 5px 10px;
	padding: 0px 5px 3px 5px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}

#fullcol p {
	text-align: justify;
}

#fullcol a {
	color: #FF6600;
	text-decoration: none;
}
#fullcol a:hover {
	color: #333;
	text-decoration: none;
}

#center {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#laskuri {
	font-size: 100%;
	line-height: 120%;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	width: 410px;
	text-align: center;
	background-color: #fffcbd;
	padding: 15px;
}

/* BOXes */

#boxL {
	width: 310px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: transparent;
}

#boxL a {
	color: #FF6600;
	text-decoration: none;
}
#boxL a:hover {
	color: #333;
	text-decoration: none;
}

#boxR {
	width: 310px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: transparent;
}

#boxR a {
	color: #FF6600;
	text-decoration: none;
}
#boxR a:hover {
	color: #333;
	text-decoration: none;
}

.soundiboxR {
	width: 310px;
	float: right;
	margin: 0px 0px 4px 0px;
	padding: 5px;
	background-color: transparent;
}

/* LIPUT */
#liputtable {
	color: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	margin: 0px 5px 10px 5px;
}
#liputtable th {
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	background-color: #ededed;
	border-bottom: solid 1px #94a8a9;
	border-right: solid 1px #94a8a9;
	border-top: solid 1px #94a8a9;
	border-left: solid 1px #94a8a9;
}
#liputtable td {
	padding: 4px;
	text-align: center;
	border-bottom: solid 1px #94a8a9;
	border-right: solid 1px #94a8a9;
	border-top: solid 1px #94a8a9;
	border-left: solid 1px #94a8a9;
}

/* OHJELMA */
#ohjelmatable {
	border-collapse: collapse;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#ohjelmatable caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
}
#ohjelmatable th, td {
	border-bottom: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	padding: 3px;
}
#ohjelmatable td.time {
	width: 35px;
	height: 45px;
	font-size: 9px;
	border-left: 1px solid #bdbdbd;
}
#ohjelmatable td.stage {
	width: 118px;
	height: 45px;
	font-size: 9px;
	border-right: 1px solid #bdbdbd;
}
#ohjelmatable td.doors {
	width: auto;
	font-size: 10px;
	border-right: 1px solid #bdbdbd;
}
#ohjelmatable td.klubi {
	width: 210px;
	font-size: 10px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
}
#ohjelmatable th {
	text-align: left;
	text-transform: uppercase;
}
#ohjelmatable thead th {
	text-align: center;
	background-color: #f8e19d;
	font-size: 1.0em;
}
#ohjelmatable tfoot th, tfoot td {
	text-align: center;
	background-color: #c2c2c2;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
}
#ohjelmatable tbody th, td {
	background-color: #FFF;
}
#ohjelmatable tbody tr:hover td, tbody tr:hover th {
	background-color: #ededed;
}
#ohjelmatable tbody td:hover {
	background-color: #f4f7bd;
}
#ohjelmatable tr.odd td, tr.odd th {
	background-color: #f8e19d;
}
#ohjelmatable tbody a {
	color: #FF6600;
	text-decoration: none;
}
#ohjelmatable tbody a:visited {
	color: #FF6600;
}
#ohjelmatable tbody a:hover {
	color: #000;
}
#ohjelmatable tbody a:active {
	color: #FF6600;
}

/* H, P, etc. */

h1 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	color: #333;
	margin: 5px 0px 10px 10px;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
	/* border-bottom: solid 2px #EEAB07; */
	background-color: transparent;
}
h2 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	color: #333;
	margin: 5px 0px 5px 5px;
	padding: 0px 5px 5px 0px;
	font-weight: bold;
	background-color: transparent;
}

h3 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #333;
	margin: 10px 0px 2px 5px;
	padding: 0px 5px 5px 0px;
	font-weight: bold;
	background-color: transparent;
}

p {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 150%;
	color: #333;
	margin: 10px 10px 10px 10px;
	background-color: transparent;
}
p .kirjoittaja {
	font-size: 90%;
	color: #666666;
	float: right;
}
p .center {
	text-align: center;
}
p .right {
	text-align: right;
}

#content img.center {
	padding: 0px;
/*	border: solid 1px #8d0200; */
    display: block;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	border: 0;
}
#content img.left {
	padding: 0px;
	margin: 0px 10px 10px 0px;
/* 	border: solid 1px #8d0200; */
}
#content img.right {
	padding: 0px;
	margin: 0px 0px 10px 10px;
/*	border: solid 1px #8d0200; */
	float: right;
	display: block;
}
#content img.icon {
	margin: 0px;
	border: none;
}
#content img.bandit {
	border: solid 1px #ca5d2e;
	margin: 5px 5px 5px 5px;
}

#content img.majoitus {
	border: solid 0px #656565;
	margin: 0px 0px 0px 0px;
}

#content img.majoitus2 {
	border: solid 1px #656565;
	margin: 0px 0px 0px 0px;
}

#content img.kartta {
	border: solid 0px;
	margin: 5px 5px 5px 4px;
}

#content img.messis {
	margin: 0px;
	padding: 5px;
	border: none;
}

.gallery {
    text-align: center;
    display: block;
}

a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 5px 10px 5px;
}

li.perus {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	line-height: 150%;
	margin: 0 0 0 25px;
	padding: 1px 0px 0px 5px;
	list-style: circle;
}
li.q {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	line-height: 150%;
	background-image: url(../img/qstock-li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 0px 15px;
}
li.ax {
	font-size: inherit;
	line-height: 150%;
	background-image: url(../img/qstock-li-x.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 0px 15px;
}

li.site {
	font-size: inherit;
	line-height: 150%;
	background-image: url(../img/site.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 0px 15px;
}

li.ms {
	font-size: inherit;
	line-height: 150%;
	background-image: url(../img/myspace.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 0px 15px;
}

li.fb {
	font-size: inherit;
	line-height: 150%;
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 0px 15px;
}

li.yt {
	font-size: inherit;
	line-height: 150%;
	background-image: url(../img/youtube.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 0px 15px;
}

.tahti {
	color: #FF0000;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0px 5px 20px 40px;
}
li.numero {
	background-image: none;
	font-size: inherit;
	line-height: 150%;
	padding: 1px 0px 0px 10px;
}
blockquote {
	font-style: italic; 
}
pre {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; color: #000000;
}

#line {
	clear: both;
	margin: 5px 0px 5px 0px;
	/* padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ca5d2e; */
	height: 28px;
  	background: transparent url(../img/hr.jpg) no-repeat scroll center;
	/* background-color: transparent; */
}
#line2 {
	clear: both;
	margin: 10px;
	padding: 5px 0px 5px 0px;
	background-color: transparent;
}

#line3 {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ca5d2e;
	background-color: transparent;
}

input.palaute {
	margin: 4px 5px 0px 5px;
	padding: 2px 2px 2px 2px;
	font-family: "Tahoma" Verdana, Helvetica, Arial;
	font-size: 11px; 
	color: #666666;
	background-color: #FFF9D2; 
	border: 1px dotted #ff6600; 
	width: 300px; 
	height: 15px;
}

textarea.palauteboxi
{ 
	margin: 0px 5px 0px 5px;
	padding: 1px 2px 2px 2px;
	font-family: "Tahoma" Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFF9D2;
	border: 1px dotted #ff6600;
	width: 300px; 
	height: 100px; 
	overflow-x: hidden; 
}

select.kauppavalikko {
	margin: 0px 5px 0px 5px;
	padding: 1px 2px 2px 2px;
	font-family: "Tahoma" Verdana, Helvetica, Arial;
	font-size: 11px; 
	color: #666666;
	background-color: #FFF9D2;
	border: 1px solid #ff6600;
}

input.button
{ 
	margin: 10px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; color: #333;
	font-style: normal;
	font-weight: normal;
	border-width: 1px;
	border-color: #ff6600;
	border-style: bold;
	background-color: #FFF9D2;
}

/* FOOTER */
#footer {
	width: 360px;
	background-color:#FF6600;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

p {
	font-size: inherit;
	line-height: 150%;
	color: #333333;
	margin: 2px 5px 3px 5px;
	background-color: transparent;
}

#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

/* sponssit */

.sponssibox{
margin-left: auto;
margin-right: auto;
max-height: 100%;
max-width: 160px;
}

.right{
float: right;
position: fixed;
top: 0px;
right: 0px;
width: 160px;
height: 100%;
text-align: center;
padding-top: 5px;
padding-left: 0px;
font-size: 7pt;
font-family: "Tahoma", Helvetica, Arial, sans-serif;
padding-left: 2px;
background-color: transparent;
/* opacity: 0.40;
filter: alpha(opacity=40);
border-left:0px dotted #ccc; */
} 

.right img.icon {
	margin: 2px;
	border: none;
}

h1 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	color: #FF0000;
	margin: 5px 0px 10px 10px;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
	/* border-bottom: solid 1px #FF0000; */
	background-color: transparent;
}
