* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  background-color: #04140a;
  background-image: url("../gfx/background.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 12px;
}

  .frame {
    height: 1000px;
    margin: 0 auto;
    width: 1000px;
  }

    .page {
      float: left;
      width: 820px;
    }

      .banner_728x90 {
      }

        .banner_728x90 img {
          display: block;
          height: 90px;
          width: 728px;
        }
  
      .menu {
        background-image: url("../gfx/menu.jpg");
        border: 1px solid black;
        margin-bottom: 15px;
        margin-top: 160px;
        overflow: hidden;
        width: 818px;
      }

        .menu li {
          display: block;
          float: left;
          list-style-type: none;
        }

          .menu li a, .menu li div {
            color: white;
            display: block;
            float: left;
            font-family: "Times New Roman";
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 1;
            padding: 10px;
            text-decoration: none;
            text-shadow: 0 0 2px black;
          }

            .menu li div {
              cursor: default;
            }

          .menu li a.active, .menu li div.active {
            background-image: url("../gfx/menu_active.jpg");
            color: black;
            text-shadow: none;
          }

          .menu li ul {
            background-color: #f0c900;
            border: 1px solid black;
            clear: left;
            display: none;
            position: absolute;
            margin-left: -1px;
            margin-top: 33px;
            z-index: 1000;
          }

            .menu li ul li {
              border-top: 1px dotted black;
              float: none;
            }

              .menu li ul li:first-child {
                border-top: none;
              }

              .menu li ul li a {
                color: black;
                display: block;
                float: none;
                font-family: arial;
                font-size: 11px;
                letter-spacing: 0;
                line-height: 14px;
                padding: 6px 15px;
                text-shadow: none;
                width: 110px;
              }

              .menu li ul a:hover {
                background-color: #b48d00;
              }

      .column_left {
        float: left;
        height: 50px;
        margin-right: 15px;
        width: 180px;
      }

        .column_left .next_menu {
          color: #005a00;
          margin-bottom: 15px;
        }        

          .column_left .next_menu span {
            cursor: pointer;
            font-weight: bold;
          }

          .column_left .next_menu span.active {
            color: white;
          }

        .column_left .next_content table {
          font-family: "Times New Roman";
          font-size: 15px;
          margin-bottom: 10px;
        }

        .column_left .chart {
          font-size: 11px;
          width: 100%;
        }

          .column_left .chart .games_played {
            background-color: silver;
            text-align: center;
            width: 25px;
          }
  
          .column_left .chart .points {
            background-color: #f0c900;
            text-align: center;
            width: 25px;
          }

          .column_left .chart .separator {
            border-top: 1px solid black;
            line-height: 0px;
            margin-top: 3px;
            padding-bottom: 2px;
          }
  
      .column_middle {
        float: left;
        width: 625px;
      }

        .column_middle .now {
          background-color: white;
          float: left;
          height: 480px;
          position: relative;
          width: 425px;
        }

          .column_middle .now .now_picture {
            background-position: 50% 50%;
            background-repeat: no-repeat;
            height: 300px;
            position: relative;
            width: 425px;
          }

          .column_middle .now .now_topic_background {
            background-color: black;
            bottom: 0;
            height: 72px;
            position: absolute;
            width: 425px;
            filter: alpha(opacity=80);
            opacity: 0.8;
          }

          .column_middle .now .now_topic{
            color: white;
            font-family: "Times New Roman";
            font-size: 20px;
            font-weight: bold;
            height: 38px;
            line-height: 24px;
            overflow: hidden;
            padding: 10px 15px;
            position: absolute;
            top: 230px;
            width: 395px;
          }

          .column_middle .now .now_content {
            font-size: 14px;
            height: 93px;
            line-height: 18px;
            overflow: hidden;
            padding: 15px;
          }

          .column_middle .now .now_menu {
            border-collapse: collapse;
            bottom: 15px;
            left: 15px;
            position: absolute;
          }

            .column_middle .now .now_menu td {
              border: 1px solid gray;
            }
            
            .column_middle .now .now_menu div {
              color: gray;
              cursor: pointer;
              display: block;
              font-size: 12px;
              padding: 2px 20px;
              text-decoration: none;
            }

              .column_middle .now .now_menu div.active {
                background-color: #005a00;
                color: white;
              }
    
        .column_middle .headlines {
          float: left;
          height: 450px;
          overflow: hidden;
          padding: 15px;
          width: 168px;
        }

          .column_middle .headlines a {
            color: silver;
            display: block;
            font-size: 11px;
            line-height: 15px;
            height: 45px;
            overflow: hidden;
            text-decoration: none;
          }

          .column_middle .headlines .headlines_separator {
            border-top: 1px dotted #444444;
            margin-top: 5px;
            overflow: hidden;
            padding-bottom: 5px;
          }

        .column_middle .news {
          background-color: #093319;
          color: white;
          font-size: 12px;
          line-height: 15px;
          overflow: hidden;
          padding: 15px;
          width: 593px;
        }

          .column_middle .news .news_item {
            float: left;
            width: 177px;
          }

          .column_middle .news .news_item_picture {
            border: 1px solid #005a00;
            height: 100px;
            width: 175px;
          }

          .column_middle .news .news_item_content {
            height: 50px;
            margin-bottom: 15px;
            overflow: hidden;
            padding: 10px 0;
          }

          .column_middle .news .news_item_separator {
            border-right: 1px solid #005a00;
            float: left;
            height: 215px;
            padding-left: 15px;
            margin-right: 15px;
          }

        .column_middle .boxes {
          width: 625px;
        }
        
          .column_middle .boxes td {
            vertical-align: top;
          }

          .column_middle .boxes .box {
            border: 1px solid #093319;
          }

          .column_middle .boxes .box .topic {
            color: #005a00;
            font-weight: bold;
            margin-bottom: 5px;
          }

        .column_middle .tour a {
          background-image: url("../gfx/hakametsa.jpg");
          background-repeat: no-repeat;
          color: white;
          display: block;
          font-family: "Times New Roman";
          font-size: 18px;
          height: 104px;
          line-height: 24px;
          padding: 15px;
          padding-top: 65px;
          text-align: center;
          text-decoration: none;
          width: 203px;
        }

        .column_middle .sponsors {
          height: 80px;
          margin-bottom: 15px;
          width: 625px;
        }

          .column_middle .sponsors .sponsors_topic {
            background-color: #093319;
            color: white;
            float: left;
            font-family: "Times New Roman";
            font-size: 12px;
            font-weight: bold;
            height: 60px;
            letter-spacing: 1px;
            padding: 10px;
            width: 215px;
          }

          .column_middle .sponsors .sponsors_content {
            background-color: white;
            float: left;
            height: 50px;
            padding: 15px;
            width: 360px;
          }

            .column_middle .sponsors .sponsors_content a {
              background-position: 50% 50%;
              background-repeat: no-repeat;
              display: none;
              float: left;
              height: 50px;
              padding: 0 9px;
              width: 100px;
            }

    .footer {
      color: #005a00;
      font-size: 12px;
      text-align: center;
      margin-bottom: 20px;
    }

      .footer a {
        color: #005a00;
        text-decoration: none;
      }

    .column_right {
      float: right;
      height: 50px;
      margin-top: 250px;
      width: 150px;
    }

      .column_right img {
        display: block;
        margin-bottom: 15px;
        width: 150px;
      }

.box {
  background-color: black;
  border: 1px solid black;
  margin-bottom: 15px;
  overflow: hidden;
  width: 178px;
}

.box_wide {
  width: 623px;
  
}

.box_medium {
  width: 233px;
}

  .box_header  {
	border-bottom: 1px solid black;
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	padding: 8px 10px;
	position: relative;
	
  }

    .box_header_green {
      background-image: url("../gfx/box_header_green.jpg");
      color: white;
      text-shadow: 0 0 2px black;
    }

    .box_header_yellow  {
      background-image: url("../gfx/box_header_yellow.jpg");
      color: black;
	 
    }







 .middle_header {
            float: left;
            width: 177px;
          }


          .middle_separator {
            border-right: 1px solid #000000;
            float: left;
            height: 15px;
            padding-left: 15px;
            margin-right: 15px;
          }
    .box_header img {
      position: absolute;
      top: 0;
      right: 10px;
    }

  .box_content {
    background-color: white;
    line-height: 18px;
    overflow: hidden;
    padding: 15px;
    width: 148px;
	
  }
.separator {
            border-top: 1px solid black;
            line-height: 0px;
            margin-top: 3px;
            padding-bottom: 2px;
          }
  .box_content_wide {
    width: 593px;
	height: auto;
	
  }

  .box_content_medium {
    width: 203px;
  }

    .box_content_green {
      background-color: #093319;
      color: white;
      font-size: 12px;
    }

    .box_content_black {
      background-color: black;
      color: white;
    }

.bigtext {
  font-size: 13px;
  font-weight: bold;
}

h1 {
  font-family: "Times New Roman";
  font-size: 20px;
  line-height: 27px;
}

p {
  margin-bottom: 10px;
  
}
.box_content_wide a{
    color:#093319;
	
  }
.picture
{
	font-size:10px;
	text-align:left;
	text-transform: inherit;
	}
	
.taulukko_joukkue
{
	font-size: 11px;
	font:Arial, Helvetica, sans-serif;
	
	padding-bottom: 8px;
	
}

.taulukko_ottelut
{
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	
	padding-bottom: 8px;
	
}
.taulukko_ottelut a
{
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	color:#093319;
	
	padding-bottom: 8px;
	
}
.taulukko_ottelut a:hover
{
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	color:#093319;
	padding-bottom: 8px;
	
}
.taulukko_raportti
{
	font-size: 11px;
	font:Arial, Helvetica, sans-serif;
	
	padding-bottom: 8px;
	
}


.taulukko_harmaa_otsake
{
	background:#CCCCCC;
	text-align:left;
	
	}
	.palautekentta
	{
	border: thin solid #999999;

	}
	.raportti_otsake
	{
	font-size: +1;
	font-weight:bold;
	text-align:center;	
	}
	.raportti_erotin
	{
	border-bottom: solid 1px #CCCCCC;
	}
	.odd {
 background-color: #ddd;
}
.even {
 background-color: #fff;
}
