/**
 * Copyright (c) 2004 Raimo Kangassalo, all rights reserved.
 *
 * 12/11/2004 Created.
 * 06/05/2005 Use import common.css
 *
 * Main style sheet for 2-col display pages used mainly for maintenance pages.
 */

@import "common.css";

#navLeft
{
	position: absolute;
	width: 196px;
	top: 156px;
	left: 0px;
	/* border-top: 2px solid navy; */
	background-color: white;
	padding: 0 0 0 10px;
	padding-top: 0px;
	z-index: 2;
}


#navErrmsg
{
	position: absolute;
	width: 160px;
	top: 128px;
	left: 20px;
	background-color: #eeeeff;
	padding: 10px;
	z-index: 2;
}

#navLeft ol, #navLeft ul
{
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}

#navLeft li
{
	display: block;
	list-style-type: none;
	padding: 3px 0px;
	margin-bottom: 2px;
	color: navy;
	background-color: #eef;
}

#navLeft li:hover
{
	color: #ffffff;
	background-color: #ccf;
	text-decoration: none;
}


#navLeft a
{
	padding: 0px 10px;
	margin-bottom: 2px;
	font-weight: 600;
}

#navLeft a:link, #navLeft a:visited
{
	color: navy;
	/* background-color: navy; */
	text-decoration: none;
	font-weight: 600;
}

#navLeft p
{
	padding: 3px 10px;
	color: navy;
	background-color: #cccccc;
}
/* #navLeft a:hover
{
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
} */

.Content
{
	position: relative;
	width: auto;
	line-height: 1.1;
	min-width: 500px;
	margin: 0px 0px 20px 200px;
	/* border-top: 1px solid gray; */
	border-left: 1px dotted #ddd;
	background-color: white;
	padding-left: 10px;
	padding-right: 0px;
	z-index:3;
}

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

.Content table
{
	margin-left: 10px;
	padding-left: 0px;
}

.Content caption
{
	color: #333333;
	background-color: #cccccc;
	font: bold 14px/16px verdana, arial, helvetica, sans-serif;
	line-height: 22px;
}

.Content th, .Content td
{
	background-color: #eeeeee;
	padding: 4px;
	margin: 0px;
}

.Content form
{
	margin-left: 0px;
	padding-left: 10px;
}

.Content>p
{
	margin: 0px;
}

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

.Ingress
{
	font-weight: bolder;
}

.Ingress p
{
	font-weight: 500;
	color: #999999;
}

.News
{
	position: absolute;
	width: 196px;
	top: 154px;
	left: 10px;
	border: none;
	/* 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;
}

