/*=====================================================================
= File:		it.css
= Author:	Dag E. Moltu / Petter Moltu
= Date:		01.06.2002
=====================================================================*/

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0px;
	padding: 0px;
}

.top
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	padding-top: 2px;
	padding-left: 8px;
	background-color : #ffffff;
	color: black;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: solid 1px black;
}

.left
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	padding-left: 8px;
	background-color: #ffffff;
	color: black;
	line-height: 120%;
}

.center
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	padding: 10px;
	height: 460px;
}

.right
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	background-color: #ffffff;
	color: black;
}

.bottom
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-color: #ffffff;
	color: black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

TABLE
{
	background-color: white;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

TD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkred;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkred;
}


/* Hyperlink layout */

/* top */
.top A {padding: 0px;  color: blue; background-color: white; font-weight: bold; font-size: 100%; line-height: 120%;}
.top A:link {color: blue; text-decoration: none;}
.top A:visited {color: blue; text-decoration: none;}
.top A:hover {color: red; background-color: white; text-decoration: underline;}
.top A:active {color: black; text-decoration: none;}

/* left */
.left A {padding: 0px; font-size: 100%; line-height: 150%;}
.left A:link {color: blue; text-decoration: none;}
.left A:visited {color: blue; text-decoration: none;}
.left A:hover {color: red; text-decoration: underline;}
.left A:active {color: black; text-decoration: none;}

/* PAGE BANNER */

.SiteTitle
{
	font-family: "Verdana Bold", Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #cccc99
}

.SiteLogo
{
	font-family: "Comic Sans MS", "Verdana Bold", Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: white;
}


/* GENERIC */

P
{
}

H1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: darkred;
}

H4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: darkred;
}

H5, DT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: darkred;
}

H6
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: darkred;
}

A:link
{
	text-decoration: none;
	color: blue;
}

A:visited
{
	text-decoration: none;
	color: blue;
}

A:active
{
	text-decoration: none;
	color: blue;
}

A:hover
{
	text-decoration: underline;
	color: red;
}

SMALL
{
	font-size: 70%;
}

BIG
{
	font-size: 120%;
}

BLOCKQUOTE, PRE
{
	font-family: "Lucida Console", monospace;
}


UL LI
{
	list-style-type: square ;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: dimgrey;
	height: 1pt;
	text-align: left
}

.current-page A:link {color: red; text-decoration: none;}
.current-page A:visited {color: red; text-decoration: none; font-weight:bold;}
.current-page A:active {color: red; text-decoration: none;}
.current-page A:hover {color: red; text-decoration: underline;}


