/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

@page {
  margin-left: 0cm;
}

@page :left {
  margin-left: 0cm;
}

/* CONTAINER */

		#container {
			width: 100%;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 0.7em;
			line-height: 1.0em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 2em;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 1.3em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}
		
		a:link img, a:visited img, a:active  img { border: 0px; }
		
		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}
		p, form, h2, h3, h4 {
      padding-left: 20px;
		}
    p, form, ol {
      padding-right: 200px;
    }
    ul#navlist h3 {
      padding-left: 10px;
    }
/* TV-TIEDOT ELEMENTS */
    div.ohjelmalista {
      float: left;
      margin: 5px 8px;
      width: 14.5em;
      border: 0px solid gray;              
      page-break-after: auto;
    }
    div.kanavaotsikko h3{
      text-align: center;
      font-size: 1.5em;
      font-weight: bold;
      margin: 0px;
      margin-bottom: 5px;
      padding: 0px;
    }
    td div, div.oBox {
      page-break-inside: avoid;  
      padding: 5px;
      padding-bottom: 0px;
      padding-top: 0px;
      /*width: 175px;*/
      color: black;
      margin-bottom: 3px;
    }
    div.oBox img {
      margin: 0px 2px 0px 0px;
      vertical-align: text-bottom;
    }
    div.oBox b {
      color: #CC6714;
      display: block;
      cursor: pointer;
      /*font-weight: normal;*/
    }
    div.oBox:hover {
      background-color: #F5F5F5;
    }
    
    /* Agenttiboksit vasemmalla alkavat */
    div.agentti {
      padding: 0px;
      margin-bottom: 10px;
    }
    div.agentti b {
      padding: 5px;
      padding-bottom: 1px;      
      color: #8F490E;      
    }
    div.agentti div {
      padding: 3px 5px;
      padding-top: 0px;
    }
    div.agentti div.kuvaus b {
      color: black;
      cursor: auto;
      display: inline;
      padding: 0px;
      font-size: 11px;
    }
    /* Agenttiboksit vasemmalla päättyvät */
    
    /* Agentin valitsemat oikeassa listauksessa alkavat */
    div.agenttioikea b {
      color: #8F490E;
    }
    /* Agentin valitsemat oikeassa listauksessa päättyvät */
    
    /* Himmennetyt piilotetut alkavat */
    div.himmennys b {
      color: #FFCC80;
    }
    /* Himmennetyt piilotetut loppuvat */
    
    /* nolinkiä käytetään kun kuvauksia ei edes haeta */
    div.nolink b{
      cursor: default;
    }    
    td.kanavanimi {
      text-align: center;
      border-width: 0px;
    }
    div.highlight {
      padding: 5px;
      border: 1px dotted black;
      background-color: #F5F5F5;
    }
    div.highlight b {
      color: #8F490E;
    }
    div.nakyynyt {
      background-color: #F5F5F5;
    }    
    a.naytakuvaus {
      display: block;
    }
    div.kuvaus {
      display: none;
      padding:0px;
      margin:0px; 
      margin-bottom: 5px;
    }    
    tt {
      margin-left: 5px;
      margin-right: 5px;
      padding-left: 5px;
      padding-right: 5px;
      border: 1px dashed gray;
    }
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 0px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -50px;
			margin-left: 190px;
			padding-right: 0px;
			color: #999999;
		}
/* NAVIGATION ELEMENTS */
    #navigation {
      display: none;
    }
		
/* CONTENT ELEMENTS */
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 0px solid #DDDDDD; /* A faint grey line below the text */
		}

/* SIDEBAR ELEMENTS */


/* FOOTER ELEMENTS */

		#footer {
      display: none;
			margin-top: 20px;
			clear: both;
			border-top: 4px solid #948979;
			padding: 0px 5px 0px 5px;
			text-align: left;
		}
		
		#footer p {
			color:#89817f;
			padding: 0px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #999999;
			background-color:#575352;
		}

/* Tietokeskuksen luokat */
    img.helpkuva {
      float: left;
      padding: 5px;
      border: 1px solid black;
      margin: 5px;
    }
		.help {
      float: left;
      width: 80%;
		}
		sup a {
      font-size: 11px;
      font-weight: bold;
		}
		sup a:hover {
      color: red;
      text-decoration: underline;
		}
		/* And they lived happily ever after. The End. */