/* 2003/07/19 by af
 * kbStyle.css: CSS style definition file for KINOBOARDS.
 */

/* $Id: kbStyle.css,v 1.4 2000/08/10 09:55:46 nakahiro Exp $ */

/* General definition */

/* Definitions of colours around A element is derived from Modernist.
css of W3C Stylesheet Core. */
a:link
{
    background: #EEEEEE;
    color:#00f;
}

a:visited
{
    background: #EEEEEE;
    color: #603;
}

a:active
{
    background: #633;
    color: #ffc;
}

a:hover
{
    background: #cff;
    color: #633;
}

a.offsite
{
    background: #cff;
    color: #c00;
}

body
{
    background: #EEEEEE;
    color: #000000;
}

h1, h2, h3, h4, h5, h6
{
    text-align: center;
}

h1
{
    font-style: italic;
    font-weight: bold;
    font-variant: normal;
    margin: 2%;
}

/* Let NC confuse...
dt
{
    margin-left: 1em;
    margin-top: 2ex;
}
*/

address
{
    color: #333333;
    background: #EEEEEE;
    text-align: right;
    font-family: Times, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/* KINOBOARDS specific definition */

span.kbAccessKey { text-decoration: underline; }

img.kbImg { border-style: none; }
img.kbComIcon { border-style: none; }
img.kbMsgIcon { border-style: none; }

p.kbStatus
{
    text-align: right;
    font-weight: bold;
}    

p.kbPageLink { text-align: center; }

span.kbSummaryTitle {}

div.kbTopMenu {}

div.kbArticle {}

div.kbArticle div.header {}

div.kbArticle div.header p.command
{
    text-align: right;
}

div.kbArticle div.header p.title
{
    text-align: left;
    font-size: larger;
    font-weight: bold;
}

div.kbArticle div.body {}

input { font-family: sans-serif; }



