﻿body 
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #e7e7e7;
	background-image: url('images/backgroundgradient.jpg');
	background-repeat: repeat-x;
	text-align: center;
}
a 
{
	color: #507801;
	text-decoration: none;
}
a:hover 
{
	color: #507801;
	text-decoration: underline;
}	
hr 
{
	height: 0px;
	border-top: 1px solid silver;
	border-left: 0px solid silver;
	border-bottom: 0px solid silver;
	border-right: 0px solid silver;
}
img 
{
    border: 0px;
}

.layoutdiv 
{
	width: 950px;
	padding: 0px;
	margin: 14px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.bannertable
{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: white;
}
.bannertopleft 
{
	background-image: url('images/curvetopleft.jpg'); 
	background-repeat: no-repeat; 
	padding: 17px 0px 0px 17px;
}
.bannertopright 
{
	font-family: Verdana; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 17px;
	background-image: url('images/curvetopright.jpg'); 
	background-repeat: no-repeat; 
	background-position: top right;
}
.bannertext 
{
    color: #cb2327;
    font-size: 20px;
}

.pagediv
{
	background-color: White;
	padding: 0px 17px 0px 17px;
}

.footertable
{
	color: #555555;
	width: 100%;
	padding: 0;
	margin: 0;
}
.footertable a 
{
	color: #555555;
	text-decoration: none;
}
.footerleft
{
    background-image:url('images/curvebottomleft.gif');
}
.footerright
{
    background-image:url('images/curvebottomright.gif');
}

.topmenu
{
	background-image: url('images/menu_loop.gif'); 
}
.topmenuitem 
{
	cursor: hand; 
	cursor: pointer; 
	white-space: nowrap;
	padding: 4px;
}
.topmenuitem a
{
	color: black;
}
.topmenuleft
{
    background-image: url('images/menu_left.gif');
}
.topmenuright 
{
    background-image: url('images/menu_farloop.gif');
    width: 100%;
    text-align: right;
    white-space: nowrap;
}
.topmenufarright
{
    background-image: url('images/menu_farright.gif');
}


.titlepanel
{
	background-color: #070202;
	background-image: url('images/titlebar_bg.jpg'); 
	background-repeat: no-repeat; 
	background-position: top right;
	font-weight: bold;
	color: White;
	padding-left: 8px;
	padding-right: 8px;
	height: 28px;
	line-height: 28px;
}

.formelement{
	font-family: Verdana;
	font-size: 8pt;
}

.pagetitle h1
{
	font-family: Verdana;
	font-size: 14pt;
	color: Black;
	font-weight: normal;
	margin: 0px;
}
.pagetitle div
{
    color: silver;
}
.pagetitle a
{
    color: black;
}

.contenttd 
{
	width: 100%;
	text-align: justify;
}
.righttd 
{
    padding-left: 12px; 
}
.leftmenu 
{
    width: 188px;
    padding-right: 12px; 
}

.menupanelitem1
{
	background-color: #e7e7e7;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid white;
	display: block;
}
.menupanelitem1 a
{
	color: Black;
}
.menupanelitem1:hover a
{
	color: #261a42;
}
.menupanelitem2
{
	background-color: #cecece;
	padding: 2px 4px 2px 0px;
	border-top: 1px solid white;
	display: block;
	font-weight: bold;
	font-size: smaller;
}
.menupanelitem2 a
{
	color: Black;
}
.menupanelitem2:hover a
{
	color: #261a42;
}
.menupanelitemselected
{
	background-color: #261a42;
}
.menupanelitemselected a
{
	color: white;
}

.menupanelitemselected a:hover
{
	color: white;
}

.menupaneltopleft
{
	background-image: url('images/panel/menu_tl.gif'); 
	width: 13px; 
	height: 26px;
}
.menupaneltop
{
	background-image: url('images/panel/menu_tm.gif'); 
	font-weight: bold; 
	color: #001634; 
	background-color: #c9ced6;
}
.menupaneltopright
{
	background-image: url('images/panel/menu_tr.gif'); 
	width: 13px; 
	height: 26px;
}
.menupanelbottomleft
{
	background-image: url('images/panel/menu_bl.gif'); 
	width: 13px; 
	height: 7px;
}
.menupanelbottomright
{
	background-image: url('images/panel/menu_br.gif'); 
	width: 13px; 
	height: 7px;
}
