
#PageContainer
{
  width: 871px;
  margin: auto;
}

#PageContainerHome
{
	width: 871px;
	margin: auto;
	border-bottom: solid 6px #C1DC8F;
}

#PageContainerHome #PageFooter
{
	border-top: none;
}

.topBar
{
	border-bottom: solid 2px #8699C6;
	margin-bottom: 4px;
	width: 871px;
	height: 26px;
}

#LeftPane
{
	float: left;
	width: 150px;
}

#RightPane
{
	float: right;
	width: 721px;
}

#RightPane #RightPane_A
{
	float: left;
	width: 521px;
}

#RightPane #RightPane_B
{
	float: right;
	width: 200px;
}

#RightPane #PageContent
{
	padding-left: 20px;
	padding-right: 20px;
}

#PageFooter
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 4px #9DCA59;
	text-align: right;
}

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 1.4em;
}

h1 {
	color: #FF9933;
	font-weight: bold;
	font-size: 1.5em;
}

h3 {
	color: #8699C6;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 2px;
}

a:link {
	color: #8699C6;
	text-decoration: none;
	font-size: 0.95em;
	line-height: 16px;

}
a:visited {
	color: #8699C6;
	font-size: 0.95em;
	line-height: 16px;
	text-decoration: none;


}
a:hover {
	color: #9DCA59;
	text-decoration: underline;
	font-size: 0.95em;
	line-height: 16px;

}
a:active {
	color: #9DCA59;
	text-decoration: underline;
	font-size: 0.95em;
	line-height: 16px;
}

.divBoldArea
{
	background-color: #EEEEEE;
	border: solid 1px #333333;
	padding: 10px;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}

.divBoldArea a
{
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}

.smallerinput
{
	width: 70px;
}

/* navigation */

.languageBar
{
	position: relative;
	z-index: 999;
	top: 1px;
	left: 30px;
}

.leftMenu 
{
	position:relative;
	width:150px;
	left: 0px;
	top: -25px;
}

.leftMenu ul 
{
	padding-top: 23px;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
}

.leftMenu ul li {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	background-image: url('../../Images/UI/leftMenu_item_back.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 22px;
	padding: 0px;
	margin: 0px;
}

.leftMenu ul li a {
	width: auto;
	display: block;
	height: 22px;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}

.leftMenu ul li a:hover {
	width: auto;
	display: block;
	background-image: url('../../Images/UI/leftMenu_item_hover.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 22px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 4px;
}

.leftMenu ul .leftMenu_Selected a {
	background-image: url('../../Images/UI/leftMenu_item_hover.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 4px;
	color: #FFFFFF;
}

.topMenu 
{
	float: right;
	padding-top: 3px;
}

.topMenu a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
}

.topMenu a:hover {
	background-image: none;
	color: #8699C6;
}

.subMenu
{
	width: 200px;
}

.subMenu .subMenuHeader {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8699C6;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 6px;
	text-transform: uppercase;
}

.subMenu ul
{
	margin-left: 26px;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.subMenu ul li
{
	font-size: 1em;
	color: #9DCA59;
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 6px;
}

.genericList ul
{
	margin-left: 26px;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.genericList ul li
{
	font-size: 0.95em;
	/*color: #9DCA59;*/
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 6px;
}

/* other */

.pageHeader {
	/*font-size: 1.4em;*/
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8699C6;
	padding: 6px;
	text-transform: uppercase;

}

.pageSubHeader {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
}

#Notification {
	font-size: 1.45em;
	color: red;
	border-bottom: solid 1px #7D7D7D;
	border-top: solid 1px #7D7D7D;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.dg_base
{
	border: none;
}

.dg_base td
{
	border: none;
}

.dg_Header {
	background-color: #EEEEEE;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	border-spacing: 10pt 10pt;
	border: none;
}

.dg_Header th {
	border: none;
	text-align: center;
}

.dg_item {
	font-size: 1em;
	color: #999999;
	text-align: center;
}


.dg_HeaderColoured {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	border-spacing: 10pt 10pt;
	border: none;
}

.dg_HeaderColoured th {
	border: none;
	text-align: center;
}

.dg_itemColoured {
	font-size: 1em;
	color: #999999;
	text-align: center;
	background-color: #CCCCCC;	
}

.dg_altItemColoured {
	font-size: 1em;
	color: #999999;
	text-align: center;
	background-color: #EEEEEE;
}

.dg_AlternatingItem {
	font-size: 1em;
	color: #999999;
	text-align: center;
}

#SquareButton {	
	border: solid 1px #B0B0AD;
	background-color: #D0D0CC;
	color: #FFFFFF;
	width: auto;
	float: right;
	height: 18px;
	margin: 1px 2px 1px 2px;
}

#SquareButton a {
	color: #FFFFFF;	
	text-decoration:none; 
	float:left; 
	font-size: 1em;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 4px;
}

#SquareButton a:hover {
	color: #FFFFFF;
}