﻿body
{
	color: #6d6e71;
	font-size: 10pt;
	font-family: Arial Unicode MS, Arial, Tahoma, Verdana;
		
	margin: 0pt 0px 0px 0px;
	background-color: #d7d7d7;
}

.siteHeader
{
	height: 179px;
	vertical-align: top;
	background-color: #ebe8e6;
	
	border-top: Solid 3px #282a29;
	border-bottom: Solid 5px #282a29;
	
	background-repeat: repeat-x;
	background-image: url('Images/header_back.png');
}

.headerContentTable
{
	width: 900px;
	height: 179px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('Images/logo_overlay1.png');	
}

.siteLogoCell
{
	padding-top: 30px;
	vertical-align: top;
}

.siteMenuCell
{
	margin-left: auto;
	text-align: right;
	padding-top: 70px;
	vertical-align: top;
}

.siteContent 
{
	height: 673px;
	vertical-align: top;
	background-color: #d7d7d7;
	background-repeat: repeat-x;
	background-image: url('Images/content_back.png');
}

.contentTable 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.contentPanel
{
	width: 660px;
	vertical-align: top;
}

.sidePanel
{
	width: 200px;
	padding-top: 20px;
	padding-left: 40px;
	vertical-align: top;
}

.menuItem
{
	color: #969696;
	font-size: 16pt;
}

.menuItem:link
{
	color: #969696;
	font-size: 16pt;
	text-decoration: none;
}

.menuItem:visited
{
	color: #969696;
	font-size: 16pt;
	text-decoration: none;
}

.menuItem:hover
{
	color: #7194eb;
	font-size: 16pt;
	text-decoration: none;
}

.menuSubItem
{
	color: #969696;
	font-size: 11pt;
}

.menuSubItem:link
{
	color: #969696;
	font-size: 11pt;
	text-decoration: none;
}

.menuSubItem:visited
{
	color: #969696;
	font-size: 11pt;
	text-decoration: none;
}

.menuSubItem:hover
{
	color: #7194eb;
	font-size: 11pt;
	text-decoration: none;
}

.menuSubItemSelected
{
	color: #969696;
	font-size: 11pt;
}

.menuSubItemSelected:link
{
	color: #969696;
	font-size: 11pt;
	text-decoration: none;
}

.menuSubItemSelected:visited
{
	color: #969696;
	font-size: 11pt;
	text-decoration: none;
}

.menuSubItemSelected:hover
{
	color: #7194eb;
	font-size: 11pt;
	text-decoration: none;
}

.headerText
{
	color: #0092d7;
	font-size: 11pt;
	font-weight: bold;
}

.subHeaderText
{
	color: #686868;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 2px;
}

.sectionHeader
{
	color: #0092d7;
	font-size: 11pt;
}

.sectionHeader:link
{
	color: #0092d7;
	font-size: 11pt;
	text-decoration: none;
}

.sectionHeader:visited
{
	color: #0092d7;
	font-size: 11pt;
	text-decoration: none;
}

.lineDiv
{
	width: 100%;
	height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: Solid 1px #adadad;
	border-bottom: Solid 1px #dad9d9;
}

.lineVerticalDiv
{
	width: 0pt;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: Solid 1px #adadad;
	border-right: Solid 1px #dad9d9;
}

.contentText 
{
	text-align: justify;
}

.contentImage
{
	border: Solid 1px #6d6e71;
}

a:link
{
	color: #2970a7;
	text-decoration: underline;
}

a:visited
{
	color: #2970a7;
	text-decoration: underline;
}

a:hover
{
	color: #bc3500;
	text-decoration: underline;
}

.content_link:link
{
	color: #6d6e71;
	text-decoration: none;
}

.content_link:visited
{
	color: #6d6e71;
	text-decoration: none;
}

.content_link:hover
{
	color: #bc3500;
	text-decoration: underline;
}

.roundPanel
{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url('Images/logo_overlay2.png');
}


/* -----------------------------
  Overwrite DevExpress Themes
----------------------------- */

.dxeBase
{
    font-size: 10pt;
	font-family: Arial Unicode MS, Arial, Tahoma, Verdana;
}

.dxeEditArea
{
    font-size: 10pt;
	font-family: Arial Unicode MS, Arial, Tahoma, Verdana; 
}

.dxeMemoEditArea
{
    font-size: 10pt;
	font-family: Arial Unicode MS, Arial, Tahoma, Verdana; 
}

.dxbButton
{
    font-size: 10pt;
	font-family: Arial Unicode MS, Arial, Tahoma, Verdana; 
}

.dxnbGroupContent
{
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f5f5f5;
	font-family: Arial Unicode MS, Arial, Tahoma, Verdana;
}
	
.dxnbGroupHeader
{
	font-size: 10pt;
	font-family: Arial Unicode MS, Arial, Tahoma, Verdana;
}
