/* mac hide\*/
html, body {
	height: 100%;
}
/* end hide */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 780px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
}

#outer {
	height: 100%;
	min-height: 100%;
	width: 778px;
	border-left: 1px solid #3F67A2;
	border-right: 1px solid #3F67A2;
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
}
 
html>body #outer {
	height: auto;
} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float: left;
	width: 770px;
}

#header {
	position: absolute;
	top: 0;	
	left: 0px;
	width: 778px;
	height: 110px;
	background: #FF0000;
	background: url(../kuvat/layout/bannerv2.jpg) no-repeat;
	/*border:1px solid #000;*/
	overflow: hidden;
	color: #000000;
	z-index: 100;
	font-family: Verdana, Tahoma, Arial;
	font-size: 70%;
	font-weight: bold;
}
#left {
	position: relative;/*ie needs this to show float */
	width: 170px;
	float: left;
	padding-top: 122px;/*needed to make room for header*/
	/*padding-bottom:32px;/* needed to make room for footer */
	/*border:1px solid #000;*/
	/*border-bottom: 1px solid #000;*/
}
#left p {
	padding-left: 3px;
	padding-right: 2px;
}

#right p {
	padding-left: 4px;
	padding-right: 2px;
}

#right {
	position: relative;/*ie needs this to show float */
	width: 120px;
	float: right;
	padding-top: 102px;/*needed to make room for header*/
	padding-bottom: 32px;/* needed to make room for footer */
	border: 1px solid #000;
}

#footer {
	width: 778px;
	clear: both;
	height: 50px;
	/*border-top: 1px solid #000;*/
	/*border-bottom: 1px solid #000;*/
	background-color: #3F67A2;
	color: #000000;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #3F67A2;
	
}

#footer p {
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}

* html #footer {/*only ie gets this style*/
	\height: 52px;/* for ie5 */
	he\ight: 50px;/* for ie6 */
}

div,p  {
	margin-top: 0
}/*clear top margin for mozilla*/

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
} 

#centrecontent {
	width: 580px;
	float: right;
	padding-top: 122px;
	padding-bottom: 32px;/* needed to make room for footer */
	/*border: 1px solid #000;*/
}

#centrecontent p {
	padding-left: 3px;
}

#clearfooter {
	width: 100%;
	height: 52px;
	clear: both;
} /* to clear footer */

#linkbox {
	color: #FFFFFF;
	margin-left: 410px;
	margin-top: 80px;
}

#linkbox a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	letter-spacing: 0.1em;
}

#linkbox a:hover {
	text-decoration: underline;
}

#linkbox a:visited {
	color: #FFFFFF;	
}

#feedbox {
	color: #ffffff;
	margin-left: 380px;
	margin-top: -50px;
	margin-right: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#feedbox a {
	color: #FFFFFF;
	text-decoration: none;
}

#feedbox a:hover {
	text-decoration: underline;
}

#feedbox a:visited {
	color: #FFFFFF;
}

#pageheaderbox {
	color: #c02126;
	margin-left: 20px;
	margin-top: 160px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 140%;
	font-weight: bold;
}

p.pageheading {
	color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #3F67A2;
	margin-bottom: 10px;
}

#innercentre {
	width: 570px;
	float: left;
	border: 1px solid #3F67A2;
	padding-bottom: 15px;
}

#innercentre h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	margin-top: 15px;
	margin-left: 5px;	
}

#innercentre h5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 1px;	
}

#innercentre p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	margin-left: 10px;
}

#innercentre_pix {
	width: 570px;
	float: left;
	/*border: 1px solid #3F67A2;*/
	padding-bottom: 15px;
}

#innercentre_pix h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	margin-top: 15px;
	margin-left: 5px;	
}

#innercentre_pix h5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 1px;	
}

#innercentre_pix p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	margin-left: 10px;
}

#innercentre_pix p a {
	font-weight: bold;
}


#innercentre_pix p a:visited {
	color: #0000ff;
}


#ic_left {
	width: 275px;
	float: left;
	/*border: 1px solid #000;*/
	margin-left: 8px;
	/*border-right: 1px solid #000;*/
}

#ic_right {
	width: 275px;
	/*
	padding-left: 285px; 
	position: relative; /* works with Mozilla & Opera */
	margin-left: 285px;
	/*border: 1px solid #000;*/
}

#ic_right .date {
	color: #000000;
	font-family: Arial;
	font-size: 75%;
	font-weight: normal;
	margin-left: 5px;
	width: 60px;
	margin-top: 5px;
	position: absolute;
	text-align: right;
}

#ic_right .match {
	color: #000000;
	font-family: Arial;
	font-size: 75%;
	font-weight: normal;
	margin-left: 90px;
	margin-top: 5px;
	position: absolute;
}

.menuotsikko, .menuotsikko h3, .menuotsikko h4 {
	margin: 0;
	padding: 0;	
}

 .menuotsikko h3, .menuotsikko h4 {
	margin: 0;
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 18px;
	color: #ffffff;
	font-weight: bold;
	background-color: #3F67A2;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #9FC0F1;
	border-top: 1px solid #9FC0F1;
	background-repeat: no-repeat;
	background-position: left center;
}

.menuotsikko h3 a {
	text-decoration: none;
	color: #ffffff;
}

.menuotsikko h3 a:hover {
	text-decoration: underline;
	color: #ffff00;
}

.menulinkki {
	padding: 2px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #ffffff;
	background-color: #3F67A2;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #9FC0F1;
	border-right: 1px solid #9FC0F1;	
}

.menulinkki h2, .menulinkki h3, .menulinkki h4 {
	font-size: 1.4em;
	color: #ffffff;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}

.menulinkki p {
	margin: 0 0 0 20px;
}

.menulinkki p a {
	text-decoration: none;
	color: #ffffff;
}

.menulinkki p a:hover {
	text-decoration: underline;
	color: #ffff00;
}

hr {
	margin-bottom: 1px;
	border: 1px solid;
	color: #3F67A2;	
}

table {
	border-collapse: collapse;
	width: 30em;
	border: 1px solid #666;
	border-spacing: 1em;
}

/*
th, td {
	padding: 0.1em 0.5em;
}
*/

caption {
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

col {
	border-right: 1px solid #ccc;
}

col#pyryCol {
	border: none;
}

thead {
	background: #0066FF; /*url(kuvat/tausta.gif repeat-x left center*/
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

th {
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-right: 0.2em;
}

th#joukkue {
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 0.2em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	padding-right: 0.2em;
}

td#joukkue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	padding-left: 0.4em;
}	

#tilannePosHead {
	text-indent: -1000em;
}

.odd {
	background-color: #edf5ff;
}

tr:hover {
	background-color: #3d80df;
	color: #fff;
}

thead tr:hover {
	background-color: transparent;
	color: inherit;
}




