h1,h2,h3,h4,h5,h6
{
    font-family: Arial, "lucida calligraphy", "sans serif";
}


body
{
    background-repeat: no-repeat;
    background-position: top left;
    background-color: White;
    font-family: Arial, "lucida calligraphy", "sans serif";
    font-size: 8pt;
}

/* Hovedtabellen der alt skal plasseres inne i. */
table.kw_mainframe {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

table.kw_title { /*Tittelraden for hver side*/
    color: White;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    width: 100%;
    background-color: LightSteelBlue;
}

td.lag_navn {
    text-align: center;
    /*color: Black;*/
    background-color: Silver;
    border-style: outset;
    border-width: 1px;
    font-size: 12pt;
    font-weight: bold;
}


td.outset {
    border-style: outset;
    background-color:Lavender;
    border-width: 1px;
    text-align: center;
}

h1.kw {
    color: LightSteelBlue;
    text-align: left;
}

/*Standard format for tabeller og innhold i klubbweb*/
table.kw {
    font-size: 8pt;
}

tr.kw{
    vertical-align: top;
}

/*Style for utgåtte hendelser*/
tr.kw_past{
    vertical-align: top;
    color: DimGray;
}

/*Style for dagens hendelser*/
tr.kw_today{
    vertical-align: top;
    color: Navy;
    font-weight: bold;
}

tr.kw_head { /* Overskriftslinjer i tabeller. */
    /*background-color: Navy;*/
}

th.kw{ /* Standard heading */
    text-align: left;
    color: White;
}

th.kw_center{
    text-align: center;
    color: White;
}

/*th.kw_news_date{
    color: White;
    text-align: left;
    font-size: 90%;
}*/

td.kw{
    background-color: White;
    vertical-align: top;
}






/*Innholdsrammen*/
td.kw_content {
    border-top: Silver 1px solid;
}

a.kw { 
    text-decoration: None; 
    color: Navy; 
    font-size: 8pt;
    font-weight: Bold;
}

a.kw:visited { 
    /*text-decoration: none; 
    color: Navy;*/ 
}

a.kw:hover { 
    text-decoration: Underline;
    /*color: White; 
    background-color: Navy; 
    font-weight: bold */
}

a.kw:active { 
    /*text-decoration: none; 
    color: #000000; 
    font-weight: normal*/
}

/*Style for vanlige href-tagger */
a { 
    color: Navy; 
    font-size: 8pt;
    font-weight: Normal;
}

a:visited { 
    /*text-decoration: none; 
    color: Navy;*/ 
}

a:hover { 
    text-decoration: Underline;
    /*color: White; 
    background-color: Navy; 
    font-weight: bold */
}

a:active { 
    /*text-decoration: none; 
    color: #000000; 
    font-weight: normal*/
}






/* *** Headinger i nyheter og evt. andre meldinger. *** */

th.kw_news_head{
    /*color: White;*/
    font-size: 90%;
}

td.kw_news_head{
    /*color: Navy;*/
    font-size: 12pt;
    font-weight: bold;
}

a.kw_news_head { 
    color: white; 
}

a.kw_news_head:visited { 
}

a.kw_news_head:hover { 
    font-weight: bold;
}

a.kw_news_head:active { 
}

/* *** Headinger i nyheter og evt. andre meldinger slutt. *** */


/* *** Neste og forrige-linker *** */
a.kw_prev_next { 
    text-decoration: None; 
    color: Navy; 
    font-size: 8pt;
}
/* *** Neste og forrige-linker slutt *** */


