/**
 * Copyright (c) 2004 Raimo Kangassalo, all rights reserved.
 *
 * 12/07/2004 Created.
 * 06/05/2005 Use import common.css fir shared rules.
 *
 * Main style sheet for 3-col display pages
 */

@import "common.css";

/*
{
	padding: 0px;
	margin: 0px;
} */

#navLeft
{
	position: absolute;
	width: 160px;
	top: 128px;
	left: 10px;
	/* border: 1px solid blue; */
	background-color: #eeeeff;
	padding: 0px;
	z-index: 2;
}


#navRight
{
	position: absolute;
	top: 152px;
	right: 10px;
	border: 1px  dotted navy;
	background-color: #eeeeee;
	padding: 0px 2px;
	font: 11px verdana, arial, helvetica, sans-serif;
	z-index: 1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
}


#navRight p
{
	margin: 0 5;
	padding: 0;
	font-size: 11px;
}


#Calendar
{
	margin: 0 5
}

#Calendar caption, th
{
	background-color: navy;
	color: white;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
}


#Calendar td
{
	background-color: #ccccff;
	color: navy;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: right;
	margin: 3px;
	padding: 3px;
}


.navBarH3
{
	color: white;
	background-color: navy;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
    text-align: center;
    margin: 5px 0;
	padding: 5px 0;
}


.Content
{
	position: relative;
	width: auto;
	border: none;
/*	border: 1px dotted blue;
	border-left: 2px dotted #ddd; */
	line-height: 1.1;
	min-width: 400px;
	margin: 0px 190px 10px 225px;
	/* border:1px solid black; */
	/* background-color: #ccc; */
	padding:2px;
	z-index:3;
}

.Content ol, ul
{
	margin: 0px;
	padding-left: 30px;
	list-style: circle outside;
}

.Content>p {
	margin: 0px;
}

.Content>p+p {
	text-indent: 0px;
}


.News
{
	position: absolute;
	width: 220px;
	top: 152px;
	left: 10px;
	border: 1px dotted navy;
	/* border-right: 1px solid navy; */
	background-color: #fff;
	font: smaller verdana, arial, helvetica, sans-serif;
	padding: 0px;
	/* border-left: 1px solid #cccccc; */
	/* line-height: 1.1; */
	z-index: 4;
}

.News h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #eeeeff;
	color: navy;
	font-weight: 600;
}

.News h3
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #eeeeff;
	color: navy;
	font-weight: 600;
}

.News p
{
	font: 10px verdana, arial, helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 2px;
}

.News a
{
	font: 10px verdana, arial, helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.FreshItem
{
	border-left: 4px solid red;
	background-color: white;
}

