

body {

  font-family: verdana, helvetica, arial, sans-serif;

  font-size: 73%;  /* Enables font size scaling in MSIE */

  margin: 2em 15em 5em 5em;

  padding: 0;

  /* border: 1px solid black; */

  background-color: #F3F3F3; 

  background-image: url("http://www.lohikoskenpallokerho.fi/images/bg.jpg");

  background-repeat: repeat-x; 

}



html > body {

  font-size: 9pt;

}



.right { font-style: italic; }

.normal { font-style: normal; }



.wrapper { min-width: 400px; }

          /* Allways good to have on full width liquid CSS layouts, 

             google "min-width IE" for JS solutions there */



.wrapper { border: 1px solid black; margin: 0 -1px; }

          /* this is a border with marginal compensation to stop scroll bars */



/* Setup (This all looks neater when it isn't put on display!) */



.wrapper {

	width: 100%;               /* total width */

}      



.outer {

	border-left-width: 150px;  /* left column width */

	border-left-color: #fff;   /* left column colour */

	

	border-right-width: 150px; /* right column width */

	border-right-color: #fff;  /* right column colour */

	

	background-color: #fff; /* center column colour */

}



.left {

	width: 150px;              /* left column width */

	margin-left: -150px;       /* _negative_ left column width */

}



.right {

	width: 150px;              /* right column width */

	margin-right: -150px;      /* _negative_ right column width */

	margin-top: 20px;

	

}



.wide {

	/* background-color: #fff; */   /* header and footer colours */

	background-color: rgb(33,50,66);

}



/* Main code */



.outer { width: auto; border-left-style: solid; border-right-style: solid; }

.inner { margin: 0; width: 100%; }



.left { float: left; position: relative; z-index: 10; }

.right { float: left; position: relative; z-index: 11; }

.center { float: left; width: 100%; position: relative; z-index: 12; }



.wide { width: 100%; position: relative; z-index: 13; }



.clear { clear: both; }





/* Mozilla code */

.outer > .inner { border-bottom: 1px solid transparent; }

.left { margin-right: 1px; }

.right { margin-left: 1px; }

.center { margin: 0 -3px 0 -2px; }







acronym, .titleTip {

  border-bottom: 1px dotted rgb(61,92,122);

  cursor: help;

  margin: 0;

  padding: 0 0 0.4px 0;

}



a {

  color: rgb(61,92,122);

  background-color: transparent;

  text-decoration: underline;

  margin: 0;

  padding: 0 1px 2px 1px;

}



a:hover {

 color: rgb(117,144,174);

 text-decoration: none;

}



ol {

  margin: 1em 0 1.5em 0;

  padding: 0;

}



ul {

  list-style-type: square;

  margin: 1em 1.5em 1.5em 0;

  padding: 0;

}



dl {

  margin: 1em 0 0.5em 0;

  padding: 0;

}



ul li {

  line-height: 1.5em;

  margin: 1.25ex 0 0 1.5em;

  padding: 0;

}



ol li {

  line-height: 1.5em;

  margin: 1.25ex 0 0 1em;

  padding: 0;

}



dt {

  font-weight: bold;

  margin: 0;

  padding: 0 0 1ex 0;

}



dd {

  line-height: 1.75em;

  margin: 0 0 1.5em 1.5em;

  padding: 0;

}



.doNotDisplay {

  display: none !important;

}



.smallCaps {

  font-size: 117%;

  font-variant: small-caps;

}



th { 

  vertical-align: baseline 

}



td {

  vertical-align: middle

}



.doNotDisplay {

  display: none !important;

}







/* ##### Header ##### */



.superHeader {

  color: rgb(130,128,154);

  background-color: rgb(33,50,66);

  text-align: right;

  padding: 0.5ex 0px;

}



.superHeader span {

  color: rgb(195,196,210);

  background-color: transparent; 

  font-weight: bold;

  text-transform: uppercase;

}



.superHeader a {

  color: rgb(195,196,210);

  background-color: transparent;

  text-decoration: none;

  margin: 0;

  padding: 0 0 0 0;

}



.superHeader a:hover {

  color: rgb(193,102,90);

  background-color: transparent;

  text-decoration: none;

}



.midHeader {

  color: white;

  background-image: url('images/ylabanneri_arkisto.jpg');

  background-color: rgb(104,110,110);
  
  background-repeat: no-repeat;

  margin: 0;

  /* padding: 0.26ex 10px; */

  height: 140px; 
  
  text-align: right;

}



.headerTitle {

  font-size: 300%;

  margin: 0;

  padding: 0;

}



.headerSubTitle {

  font-size: 151%;

  font-weight: normal;

  /* font-style: italic; */

  margin: 0 0 1ex 0;

  padding: 5px 5px 80px 5px;

}



.headerLinks {

  text-align: right;

  margin: 0;

  padding: 0 0 2ex 0;

  position: absolute;

  right: 1.5em;

  top: 3.5em;

}



.headerLinks a {

  color: white;

  background-color: transparent;

  text-decoration: none;

  margin: 0;

  padding: 0 0 0.5ex 0;

  display: block;

}



.headerLinks a:hover {

  color: rgb(195,196,210);

  background-color: transparent;

  text-decoration: underline;

}



.subHeader {

  color: white;

  background-color: rgb(117,144,174);

  margin: 0;

  padding: 0.5ex 10px;

}



.subHeader a, .subHeader .highlight {

  color: white;

  background-color: transparent;

  font-size: 110%;

  font-weight: bold;

  text-decoration: none;

  margin: 0;

  padding: 0 0.25ex 0 0;

}



.subHeader a:hover, .subHeader .highlight {

  color: rgb(255,204,0);

  background-color: transparent;

  text-decoration: none;

}



/* ##### Side Menu ##### */



#side-bar {

  color: rgb(204,204,204);

  background-color: transparent; 

  list-style-type: square;

  list-style-position: inside;

  width: 10em;

  margin: 0;

  padding: 1ex 0ex 1ex 1ex;

  /* border: 1px solid rgb(204,204,204); */

  /* position: absolute;

  left: 6em;

  top: 18em; */

  position: relative;

  margin-top: 10px;

  margin-left: 10px;

  /* left: 6em;

  top: 18em; */



}



/* [id="side-bar"] {

  position: fixed !important;  

} */



#side-bar a {

  text-decoration: none;

}



#side-bar:hover {

  color: rgb(117,144,174);

  background-color: transparent;

  border-color: rgb(117,144,174);

}



#side-bar li {

  margin: 0;

  padding: 0.25em 0 0ex 0;

}



#side-bar li:hover {

  color: rgb(61,92,122);

  background-color: transparent;

}



#side-bar li a:hover {

  text-decoration: underline;

}



/* ##### Main Copy ##### */



#main-copy {

  text-align: justify;

  /* margin: -0.5ex 1em 1em 12.5em; */

  padding: 0 0 2em 0;

  position: relative;

  /* margin: 10px 1em 1em 12.5em; */

  clear: left; 

  /* border: 1px solid black;  */

}



#main-copy h1 {

  color: rgb(117,144,174);

  background-color: transparent;

  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;

  font-size: 186%;

  margin: 0;

  padding: 1.25ex 0 0 0;

}



#main-copy h2 {

  color: rgb(61,92,122);

  background-color: transparent;

  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;

  font-weight: normal;

  font-size: 151%;

  margin: 0;

  padding: 1ex 0 0 0;

}



#main-copy p {

  line-height: 1.5em;

  margin: 0.5em 4em 1em 0; 

  padding: 0;

}



.newsHeading {

  color: rgb(61,92,122);

  background-color: transparent;

  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;

  font-size: 145%;

  text-decoration: none;

  margin: 0;

  padding: 1ex 0 0 0;

  display: block;

}



.newsHeading:hover {

  color: rgb(117,144,174);

  background-color: transparent;

  text-decoration: underline;

}



.newsDate {

  font-style: italic;

  margin: 0 !important;

  padding: 0;

}



.newsSummary {

  margin: 1.5ex 0 2.5ex 0.75ex !important;

  padding: 0;

}



.more {

  text-align: right;

  margin: 0;

  padding: 0.5em 0;

}



.more a {

  color: rgb(61,92,122);

  background-color: transparent;

  font-size: 92%;

  text-decoration: underline;

  margin: 0;

  padding: 0.25ex 0.75ex;

}



.more a:hover {

  color: rgb(117,144,174);

  text-decoration: none;

}



.rightSideBar {

  width: 18em;

  margin: 2ex 0.75ex 0 0;

  padding: 0;

  float: right;

  clear: right;

  border: 1px solid #228B22;

}



.sponssiImg {

  float: right; 

  display: block;

  text-align: center;

  height: 100%;

}



.byline {

  font-size: 91%;

/*  border-bottom: 1px solid gray; */

  margin: -1.2em 0 1em 0;

  padding: 0;

/*  width: 50%; */  /* Circumvents a rendering bug (?) in MSIE 6.0 */ 

}





/* ##### Footer ##### */



#footer {

  color: rgb(51,51,102);

  /* background-color: rgb(239,239,239); */

  font-size: 87%;

  text-align: center;

  line-height: 1.00em;

  margin: 0 0 0 0;

  padding: 1ex 10px;

  clear: left;

}



#footer a {

  color: rgb(0,68,204);

  background-color: transparent;

  text-decoration: underline;

}



#footer a:hover {

  text-decoration: none;

}



#footer p {

  line-height: 1.25em;

  margin: 0;

  padding 0;

}



table.pelitT {

font-family: Verdana;

font-weight: normal;

font-size: 11px;

color: #404040;

/* width: 480px; */

/* background-color: #fafafa;

border: 1px black solid; */

border-collapse: collapse;

border-spacing: 0px;

margin-top: 0px;

} 



table.pelitT td.pelitHd {

border-bottom: 2px solid black;

background-color: #BEC8D1;

text-align: center;

font-family: Verdana;

font-weight: bold;

font-size: 12px;

color: #404040;

}



table.pelitT td {

/* border-bottom: 1px solid grey; */

font-family: Verdana, sans-serif, Arial;

font-weight: normal;

font-size: 12px;

color: black;

background-color: white;

text-align: left;

/* text-align: justify; */

padding: 5px 10px 5px 0px;

}



.pelitBodL {

border-left: 1px dotted black; 

}



table.joukkueT {

font-family: Verdana;

font-weight: normal;

font-size: 12px;

color: #404040;

/* width: 480px; */

/* background-color: #fafafa;

border: 1px black solid; */

border-collapse: collapse;

border-spacing: 0px;

margin-top: 0px;

/* width: 90%; */

} 



table.joukkueT td.nimi {

/* border-bottom: 2px solid black; */

text-align: left;

font-family: Verdana;

font-weight: bold;

font-size: 16px;

color: black;

}



table.joukkueT td {

/* border-bottom: 1px solid grey; */

font-family: Verdana, sans-serif, Arial;

font-weight: normal;

font-size: 12px;

color: black;

background-color: white;

text-align: left;

padding: 5px 10px 5px 0px;

vertical-align: top;

}



menu.hr {

  border: 0;

}



menu.ul {

  list-style-type: square;

  margin: 0.25em 1.5em 1.5em 0;

  padding: 0;

}



menu.ul li {

  line-height: 1.5em;

  margin: 1.25ex 0 0 1.5em;

  padding: 0;

}

.adsense{
padding-top: 5px;
padding-right: 5px;
}

.adsense2{
padding-top: 0px;
padding-right: 5px;
}
