/** siw.css                          **/
/** Stylesheet for haugnes.org **/

/** generic styles **/

:LINK {
/*      color : #006699;	*/
	color : #245199;
	text-decoration : underline;	
}

A:ACTIVE {
/*      color : #006699;        */
	color : #245199;
	text-decoration : underline;
}

A:VISITED {
/*      color : #006699;        */
        color : #245199;
	text-decoration : underline;	
}

A:HOVER {
	text-decoration : underline;
}

p, th, td, ol, ul, li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
}

p b, th b, td b, ol b, ul b, li b {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight : bold;
        font-style : normal;
}

p strong, th strong, td strong, ol strong, ul strong, li strong {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight : bold;
        font-style : normal;
}

th {
	font-size: 12px;
	font-weight : bold;
}

input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
}

small { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

H1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold; 
}

H2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; 
}

H3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
}

H4 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
}

ul li {
list-style: square;
}

hr {
color: #cccccc;
height: 1px;
}

/**  classes  **/

.bak_siw {
	/** color : #ffffff; **/
	background-color : rgb(230, 230, 225);
}

.heading {
	font-size: 10px;
	font-weight : bold;
	color : #ffffff;
	background-color : #AC271B;
}

.breadcrumbs {
	font-size: 11px;
	font-weight : bold;
	color : #ffffff;
	background-color : #AC271B;
}

.menu {
	font-size: 12px;
	font-weight : normal;
	color : #000000;
}
.menu a:link { text-decoration:none; color : #000000;}
.menu a:visited { text-decoration:none; color : #000000;}
.menu a:active { text-decoration:none; color : #000000;}
.menu a:hover { font-weight:bold; color : #000000;}

.extremes-heading {
	font-size: 10px;
	font-weight : bold;
	color : #ffffff;
	background-color : #000000;
}

.day-label {
	font-size: 10px;
	font-weight : normal;
	color : #ffffff;
	background-color : #000000;
}

.odd, .even {
	font-size: 10px;
	padding: 4px, 4px, 4px, 4px;
}

.odd {
	background-color : #E2E5D7;
}

.even, .table, .location_in_table, .space_in_table {
	background-color : #F0F3E4;
}

/**  spesielle elementer */

.byer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
	background-image : none;
}

.pluss {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #A15700;
	font-weight : bold;
	font-style : normal;
	text-align : center;
}

.minus {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #77A8AA;
	font-weight : bold;
	font-style : normal;
	text-align : center;
}

.oppdatert {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #B2B1AB;
	font-weight : normal;
	font-style : normal;
}

input.sok {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
}

tr.stolpe, td.stolpe {
	background-color : #AC271B;
}

.stolpe {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #ffffff;
	font-weight : bold;
	font-style : normal;
}

.spalte {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
	font-style : normal;
}

td.kartidag {
	background-image : url("gfx/bak_idagoppe.gif");
	background-repeat : no-repeat;
	text-align : right;
}

td.kartimorgen {
	background-image : url("gfx/bak_imorgenoppe.gif");
	background-repeat : no-repeat;
	text-align : right;
}

.ingen {
	background-image : none;
}

td.strekv {
	background-image : url("gfx/strek_bak_venstre.gif");
	background-repeat : repeat;
}

td.strekh {
	background-image : url("gfx/strek_bak_hoyre.gif");
	background-repeat : repeat;
}


