﻿/* CSS Document */
/* Author: InBusiness (modified by Geir Martin Alvestad) */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    color: #000;
    background: url(bg.jpg) no-repeat top center #000; /* Added by Geir Martin */
}

#statFrame
{
    width: 800px;
    height: 700px;
    border: none;
    margin: 0;
    padding: 0;
}

/* Statistikk
---------------------------------------- */
#statistikk
{
    width: 800px;
    overflow: hidden;
    background-color: #ffffff; /* Added by Geir Martin */
    background-image: none; /* Added by Geir Martin */
    background-repeat: repeat; /* Added by Geir Martin */
    background-attachment: scroll; /* Added by Geir Martin */
    background-position: 0% 0%; /* Added by Geir Martin */
}

/* Statistikk - Menu
---------------------------------------- */
#statMenu
{
    width: 800px;
    height: 30px;
    overflow: hidden;
    font-size: 1.1em;
    border-bottom: 5px solid #B2B2B2;
}
#statMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#statMenu li
{
    float: left;
    margin: 0;
    padding: 0;
}

#statMenu li a, #statMenu li a:link, #statMenu li a:visited
{
    background: #262626;
    color: #F3C942;
    border-right: 2px solid #FFF;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    display: block;
}

#statMenu li a:hover, #statMenu li a:active
{
    background: #F3C942;
    color: #000;
}

#statMenu li.selected a
{
    background: #B2B2B2;
    color: #000;
}

/* Search
---------------------------------------- */
#search
{
    width: 300px;
    padding: 10px 0 0 0;
}

#search form
{
    margin: 0;
    padding: 0;
}

#search input[type="text"]
{
    width: 148px;
    height: 20px;
    background: #FFF;
    border: 1px solid #B2B2B2;
    color: #000;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#search input[type="text"]:hover, #search input[type="text"]:focus
{
    border: 1px solid #000;
}

#search input[type="submit"]
{
    width: 50px;
    height: 20px;
    border: 1px solid #B2B2B2;
    background: #FFF;
    vertical-align: middle;
    cursor: pointer;
}

#search input[type="submit"]:hover, #search input[type="submit"]:focus
{
    border: 1px solid #000;
}

/* Common Table Styles
---------------------------------------- */
td, th
{
    line-height: 20px;
    padding: 0 5px;
}

/* Player Info
---------------------------------------- */
#playerInfo
{
    padding: 10px 0 0 0;
}

#playerInfo table
{
    width: 100%;
    xborder: 1px solid #000;
}

#playerInfo th
{
    width: 100px;
    padding: 0 10px;
    background: #b2b2b2;
    font-weight: bold;
    text-align: right;
}

#playerInfo td
{
    width: 285px;
    background: #FFF;
}

#playerInfo th.zebra0, #playerInfo td.zebra0
{
    background: #E2E2E2;
}

#playerInfo th.zebra1, #playerInfo td.zebra1
{
    background: #F2F2F2;
}

/* Table Content
---------------------------------------- */
#tableContent
{
    padding: 10px 0 0 0;
}

#tableContent table
{
    width: 100%;
    border: 1px solid #000;
}

#tableContent thead td
{
    background: #b2b2b2;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

#tableContent tbody td
{
    border-right: 1px solid #000;
}

#tableContent tfoot td
{
    font-weight: bold;
    background: #BBB4AA;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

/* Zebra pattern */
.zebra0
{
    background: #f0f0f0;
}

.zebra1
{
    background: #FFF;
}

.noBorderRight
{
    border-right: none;
}

/* Links 
---------------------------------------- */
a, a:link, a:visited
{
    text-decoration: underline;
    outline: none;
    color: #000;
}

a:hover, a:active
{
    text-decoration: none;
    color: #000;
}

/* Header Tags
---------------------------------------- */
h1, h2, h3, h4, h5, h6
{
    line-height: normal;
    color: #FFDD00;
}

h1
{
    color: #000;
    font-size: 2.92em;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h1 a:link, h1 a:visited
{
    color: #000;
}

h1 a:hover, h1 a:active
{
    color: #000;
}

h2
{
    color: #000;
    font-size: 2.08em;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h2 a:link, h2 a:visited
{
    color: #000;
}

h2 a:hover, h2 a:active
{
    color: #000;
}

h3
{
    color: #FFDD00;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h3 a:link, h3 a:visited
{
    color: #FFDD00;
    text-decoration: underline;
}

h3 a:hover, h3 a:active
{
    color: #FFDD00;
    text-decoration: none;
}

h4
{
    color: #FFDD00;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h4 a:link, h4 a:visited
{
    color: #FFDD00;
}

h4 a:hover, h4 a:active
{
    color: #FFDD00;
}

/* Added by Geir Martin */
#container
{
    width: 800px;
    margin: 0 auto;
}

/* Added by Geir Martin */
#tableHeader table {
    width: 100%;
    height: 175px;
}

#tableHeader a {
    width: 100%;
    height: 170px;
    display: block;
}

/* Added by Geir Martin */
.Highlight
{
    background-color: #B2B2B2;
    cursor: pointer;
}

/* Added by Geir Martin */
#tableContent .SortTdTrue
{
    background: #E2E2E2;
}

/* Added by Geir Martin */
.SortTdFalse
{
}

/* Added by Geir Martin; Copy of '#tableContent thead td' */
.separatorHeading
{
    background: #b2b2b2;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}


/* Added by Geir Martin; Copy of '#tableContent thead td' */
.RekorderCol1
{
    width: 253px;
}
.RekorderCol2
{
}
.RekorderCol3
{
    width: 70px;
}
.RekorderAnnetTrenerNavn
{
    width: 170px;
}
.RekorderAnnetTrenerLand {
    width: 60px;
}
.RekorderAnnetTrenerTid {
    width: 105px;
}
.RekorderAnnetTrenerVerdi
{
    width: 55px;
    text-align: right;
}
.RekorderKapteinNavn
{
    width: 170px;
}
.RekorderKapteinLand {
    width: 60px;
}
.RekorderKapteinTid {
    width: 105px;
}

.SpillerBilde {
    height: 150px;
}