﻿body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

input, select
{
	font-size: 12px;
}

img
{
	border: 0px;
}

img.m
{
	vertical-align: middle;
}

img.block
{
	display: block;
}

a.f, img.f
{
	float: left;
}

img.margin, a.margin
{
	margin: 5px;
}

a
{
	color: #0c7dd3;
	text-decoration: none;
	cursor: hand;
}
a:hover
{
	color: #e58c00;
}

p
{
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-indent: 21px;
}

#Login
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
}

#Bottom
{
	text-align: center;
	padding: 10px 10px 10px 10px;
	border-top: solid 1px #d6d6d6;
	background-color: #eaeaea;
}

#MenuTd > a
{
	display: none;
	//display:auto;
}

.leftPanel
{
	background-color: #f4f4f4;
	border-right: solid 1px #d6d6d6;
	width:250px;
}

.rightPanel
{
	background-color: #eeeeee;
	border-top: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	float: right;
	width: 160px;
	padding: 5px;
	vertical-align: top;
}

.centerPanel
{
	vertical-align: top;
	padding: 13px 0px 10px 0px;
}

.centerPanel img
{
	margin: 5px;
}

.copyright
{
	background-color: #eeeeee;
	padding-top: 3px;
	font-size: 90%;
	border-top: solid 1px #d6d6d6;
	text-align: center;
}

.menu
{
	background-image: url(IMGs/Menu/Center_Blue.gif);
}

.menuDyn
{
	padding: 3px 7px 3px 7px;
	margin: 5px 0px 0px 7px;
	background-color: #f0f0f0;
	border: solid 1px #e4e4e4;
}

.menuDynItem
{
	text-align: left;
	padding: 8px 2px 8px 2px;
	border-bottom: solid 1px #ededed;
}

.menu2
{
	padding: 0px 0px 8px 0px;
	background-color: #f4f4f4;
	border-bottom: solid 1px #ededed;
	font-weight: bold;
	width: 100%;
}

.menu2Cell
{
	padding: 7px 0px 7px 5px;
}

.menu2Row
{
	border-top: solid 1px #e4e4e4;
}

.toTop
{
	margin-top: -1px;
}

.title
{
	color: #0879c7;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

.titleLeft
{
	margin-left: -8px;
}

.title2
{
	margin:13px 0px 5px 0px;
	background-image: url(./IMGs/Title2/Center.gif);
	height: 29px;
	width: 95%;
}

.title2 .text
{
	background-image: url(./IMGs/Title2/Left.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 35px;
	color: White;
	font-weight: bold;
}

.title2 .text a
{
	color: White;
}

.title2 .text a:hover
{
	color: #e58c00;
}

.title2 .img
{
	background-image: url(./IMGs/Title2/Right.gif);
	height: 29px;
	width: 8px;
}

.subTitle
{
	color: #296cad;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin: 15px 0px 10px 0px;
	border-bottom: dotted 1px #296cad;
	text-align: left;
}

.win
{
	padding: 15px 10px 0px 8px;
}

.valid
{
	color: Red;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin-top: 4px;
}

div.left
{
	float: left;
	clear: left;
	width: 25%;
	margin-bottom: 7px;
}

div.right, div.rightSt
{
	margin-left: expression(this.parentNode.childNodes[0].offsetWidth);
	margin-bottom: 7px;
	width: 74%;
}

div.auto
{
	width: auto;
}

div.right textarea
{
	width: 100%;
}

div.center
{
	margin-bottom: 7px;
}

div.buttons
{
	margin: 20px 20px 5px 0px;
	text-align: right;
}

/* News */

.news
{
	margin-bottom: 25px;
}

.newsDate
{
	color: Black;
	border-top: solid 1px #a2a2a2;
	border-bottom: solid 1px #a2a2a2;
}

.newsTitle
{
	color: #0879c7;
}

.newsHeader
{
	margin-bottom: 5px;
}

.newsContent
{
	padding:0px 20px 0px 10px;
}

.more
{
	margin: 5px 50px 0px 20px;
	text-align: right;
}

/* /News */

/* Table */

table.tbl
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.tbl th
{
	background-color: #cce4f0;
	border: solid 1px black;
}

table.tbl td
{
	border: solid 1px black;
}

table.form
{
	border-collapse: collapse;
}

table.form td
{
	padding: 4px;
	border: 0px;
}

table.form .left
{
	text-align: right;
	color: #383838;
	white-space: nowrap;
}

table.form .right
{
	width: 100%;
}

table.form td.error
{
	color: Red;
	text-align: center;
	border: solid 1px gray;
}

table.form td.buttons
{
	text-align: center;
}

/* /Table */
