﻿body
{
	font-family: verdana;
	padding: 0px;
	margin: 0px;
}
div.top
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 70px;
	border-bottom: 5px solid #9999ff;
	color: black;
	font-size: 36pt;
	font-family: verdana;
}
span.top1
{
	position: absolute;
	top: 8px;
	left: 15px;
	color: #E0E0E0;
}
span.top2
{
	position: absolute;
	top: 6px;
	left: 12px;
	z-index: 99;
}
div.left
{
	position: absolute;
	top: 71px;
	left: 0px;
	width: 200px;
	height: 85%;
	border-right: 1px solid #D0D0D0;
	padding: 5px;
}
div.right
{
	position: absolute;
	top: 71px;
	right: 0px;
	width: 200px;
	height: 500px;
	border-left: 1px solid #D0D0D0;
	padding: 5px;
}

div.center
{
	position: absolute;
	top: 71px;
	left: 201px;
	right: 201px;
	padding: 5px;
}

div.fullcenter
{
	position: absolute;
	top: 71px;
	left: 201px;
	right: 1px;
	padding: 5px;
}

div.GHead
{
	background-color: #9999FF;
	color: white;
	padding: 2px;
	margin-top: 5px;
}
div.GBody
{
	background-color: #F0F0F0;
	border: 1px solid #9999FF;
	border-top: 0px;
	padding: 2px;
	font-size: 10pt;
}

div.SHead
{
	background-color: gray;
	padding: 2px;
	color: white;
}

div.UHead
{
	font-size: 16pt;
	border-bottom: 1px solid #9999FF;
	width: 100%;
}
div.UHead table td
{
	font-size: 12pt;
}
div.UBody
{
	font-size: 10pt;
}
div.UBody table td
{
	font-size: 10pt;
}
div.UBody table th
{
	font-size: 10pt;
	text-align: left;
	border-bottom: 1px solid gray;
}

div.THead
{
	color: black;
	font-weight: bold;
	background-color: #E0E0F0;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
	margin-top: 10px;
	font-variant: small-caps;
	font-size: 12pt;
}

div.content_text
{
	font-size: 10pt;
}

a
{
	text-decoration: none;
	color: black;
}
a.show
{
	color: blue;
	font-weight: bold;
	font-size: 10pt;
}
a.edit
{
	color: green;
	border-bottom: 1px solid #F0F0F0;
	font-size: 10pt;
}
a.normal
{
	color: blue;
	text-decoration: underline;
}
div.UMenu
{
	background-color: #F0F0F0;
	border-bottom: 1px solid #9999FF;
	color: black;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 10px;
	font-size: 10pt;
}
span.UMenu
{
	font-weight: bold;
	color: black;
	padding: 2px;
	margin-right: 8px;
}
span.Act
{
	color: #6060CF;
}

tr.news_row td
{
	padding-top: 10px;
	border-bottom: 3px double grey;
}
td.news_date
{
	font-size: 10pt;
	width: 100px;
}
td.news_title
{
	font-weight: bold;
	font-size: 10pt;
}
td.news_time
{
	font-size: 10pt;
	text-align: right;
	padding-top: 0px;
}
td.news_text
{
	background-color: #F0F0F0;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
}

