/* Forklaring 
Layout for KlubbWeb

table.kw_alignframe
+-----------------------------------------------------------------------------------------------+
|                                                                                               |
|  table.kw_logoframe                                                                           |
|  +-----------------------------------------------------------------------------------------+  |
|  | td.kw_logoframe_logo                                                                    |  |
|  |                                   LOGO                                                  |  |
|  +-----------------------------------------------------------------------------------------+  |
|  |                                                                                         |  |
|  |  table.kw_mainframe                                                                     |  |
|  |  +-----------------------------------------------------------------------------------+  |  |
|  |  |td.top                                                                             |  |  |
|  |  |    Tror denne raden har blitt borte etter kw_logoframe                            |  |  |
|  |  +-----------------------+---------------------+--------------------+----------------+  |  |
|  |  | Td.left               | td.kw_content       | td.right           | td.kw_right2?  |  |  |
|  |  |                       |                     | Bursdag            |                |  |  |
|  |  |                       |                     | Dagens aktiviteter |                |  |  |
|  |  | Menyer                | Innhold             | Reklame?           | VG mm          |  |  |
|  |  | +------------------+  | +-----------------+ | +----------------+ |                |  |  |
|  |  | |table.kw_mainmenu |  | |table.kw_content | | |table.kw_right_ | |                |  |  |
|  |  | |                  |  | |                 | | |content         | |                |  |  |
|  |  | +------------------+  | +-----------------+ | +----------------+ |                |  |  |
|  |  +-----------------------+----------------+-------------------------+----------------+  |  |
|  |                                                                                         |  |
|  +-------------------------------------------+---------------------------------------------+  |
|  | td.kw_bottomrow_left                      |                       td.kw_bottomrow_right |  |
|  | Copyright                                 |                                             |  |
|  +-------------------------------------------+---------------------------------------------+  |
|                                                                                               |
+-----------------------------------------------------------------------------------------------+
*/

h1,h2,h3,h4,h5,h6
{
    font-family: Arial, "lucida calligraphy", "sans serif";
}

/*table.sysmenu {
    font-family: arial, lucida calligraphy, sans serif; 
    margin-left: 10pt;
}*/


body
{
    background-repeat: no-repeat;
    background-position: top left;
    background-color: White;
    font-family: Arial, "lucida calligraphy", "sans serif";
    /*font-size: 75%;*/
    /*font-size: 8pt;*/
    
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    /*text-align: center;*/ 
}

div.kw-heading {
    font-size: 110%;
    text-align: center;
}

span.kw-heading {
    font-size: 110%;
}

a.kw_mainmenu { 
    text-decoration: Underline; 
    color: #000000; 
    /*font-size: 8pt;*/
    font-weight: Bold;
    display: block;
}
/* *** Hovedmenyen slutt *** */

span.oddRow{
    background-color: #EEEEEE;
}
span.evenRow{
    background-color: #FFFFFF;
}
div.oddRow{
    background-color: #EEEEEE;
}
div.evenRow{
    background-color: #FFFFCC;
}


a.kw {  
    color: #0000FF;
    /*font-size: 8pt;*/
}

/* *** Neste og forrige-linker *** */
a.kw_prev_next { 
    text-decoration: Underline; 
    color: #000000; 
    /*font-size: 8pt;*/
    vertical-align: bottom;
}
/* *** Neste og forrige-linker slutt *** */



/* *** Style for gule lapper *** */
.kw_yellowNote {
    background-color: #FFFFCC;
    width: 100%;
}

/* *** Style for inputfelter i f.eks. vins�k *** */
.kw_vinsok {
    color: White;
    /*font-size: 80%;*/
}

select.kw_vinsok {
    color: #000000;
    /*font-size: 100%;*/
}
/* *** Slutt p� inputfelter *** */


div.kw_remark {
    color: Red;
    display: inline;
}

span.article-created {
    font-style: italic;
}

span.article-ingress {
    font-weight: Bold;
}

p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

div.center {
    text-align: center;
}

/* *** For editerbare sider *** */
tr.kw_head { /* Overskriftslinjer i tabeller. */
    background-color: #990033;
    color: #FFFFFF;
}
th.admin {
    text-align: left;
}
th.small {
    font-size: 65%;
}

td.admin_liste_outset {
    border-style: outset;
    background-color: #dddddd;
    border-width: 1px;
}

th.kw{ /* Standard heading */
    color: #000000;
}
th.kw_center{
    color: #000000;
    text-align: center;
}


/* Et seriøst forsøk på å gå over til div-tager */
div.kw_title { /*Tittelraden for hver side*/
    font-size: 110%;
    text-align: center;
}

div.menubox { /* Boks rundt menyelementer */
    padding: 10px 5px 10px 5px;
}

div.menulink_frame {
    padding: 5px;
}
a.menulink {
    font-weight: bold;
    color: #000000;
}

a.menulink:visited {
    color: #000000;
}

div.frame {
    background-color: #e7e9e2;
    padding: 5px;
}

div.search {
    background-color: #daded3;
    border: solid 1px #bbc2ad;
    padding: 3px;
}

div.menu_separator {
    display: block;
    height: 0px;
    border: 1px inset #DDDDDD;
}

div.bordered_box {
    border: solid 1px #DDDDDD;
    padding: 5px;
}

.weblink { /*Link til full web */
    text-align: center;
    font-size: small;
    padding-right: 5px;
}

