BODY 
{
  background-color: #E9EDF9;
  color: black;
  margin: 0px;
  font-size: 10pt;
	font-family: Sans Serif,tahoma,Verdana, Arial; 
}

.topLink:link
{
	color: #0C1D2E;
	text-decoration: none;
}

.topLink:visited
{
	color: #0C1D2E;
	text-decoration: none;
}

.topLink:hover
{
	color: #373C58;
	text-decoration: underline;
}

.mainTable
{
	border-width: 0;
	margin: 2px 0 0 0;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.mainPanel
{

  padding: 0;
}

.textField
{
	border-style: solid;
	border-width: 1px;
	border-color: #758497;
	font-size: 11px;
}

li
{
	margin: 0 0 0 -25px;
}

.logBtn
{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	color: white;
	background-color: #8C6400;
	font-weight: bold;
	text-decoration: none;
}

.logBtn:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	color: blue;
	background-color: #999DAD;
	font-weight: bold;
	text-decoration: none;
}

.menuBlock
{
	padding: 0 35px 0 0;
}

.menuElement
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 11px;
}

.menuElement:link
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.menuElement:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.menuElement:hover
{
	font-weight: bold;
	color: #8C6400;
	text-decoration: none;
}

.menuBack
{
	padding: 20px 15px 2px 0;
	font-weight: bold;
	text-align: right;
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 11px;
}

.menuBackLink:link
{
	color: #494242;
	text-decoration: none;

}

.menuBackLink:visited
{
	color: #494242;
	text-decoration: none;
}

.menuBackLink:hover
{
	color: #4A5949;
	text-decoration: none;
}

.appTitle
{
	font-weight: bold;
}

.pathPanel
{
	padding: 5px 0 5px 40px;
	font-weight: bold;
}
.pathLink
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 11px;
}
.pathLink:link
{
	color: black;
	text-decoration: none;
}

.pathLink:visited
{
	color: black;
	text-decoration: none;
}

.pathLink:hover
{
	color: #544444;
	text-decoration: underline;
}

.appLink:link
{
	color: #660000;
	text-decoration: none;
}

.appLink:visited
{
	color: #660000;
	text-decoration: none;
}

.appLink:hover
{
	color: #993333;
	text-decoration: underline;
}

.content
{
	padding: 5px;
}

:link
{
	color: #0017A2;
	text-decoration: none;
}

:visited
{
	color: #0017A2;
	text-decoration: none;
}

a:hover
{
	color: #5067F2;
	text-decoration: underline;
}

.btn
{
	border-style: solid;
	border-width: 1px;
	border-color: #8A8E9E;
	color: white;
	background-color: #A8ABB4;
	font-weight: bold;
	text-decoration: none;
}

.btn:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	color: blue;
	background-color: #A8ABB4;
	font-weight: bold;
	text-decoration: none;
}

.ExecBtn
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: white;
	background-color: #999DAD;
	font-weight: bold;
	text-decoration: none;
}

.ExecBtn:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	color: blue;
	background-color: #999DAD;
	font-weight: bold;
	text-decoration: none;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

tr
{
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

td
{
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0px;
	margin: 0;
	font-size: 10pt;
}

.treeDiv
{
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	visibility: inherit;
	display: block;
}

.plusImg
{
	padding: 0 5px 0 0;
}

.tabButton
{
	border-style: double;
	border-width: 3px 3px 0 3px;
	border-color: black;
	color: white;
	background-color: #999DAD;
	font-weight: bold;
	text-decoration: none;
}

.tabDiv
{
	display: none;
	border-style: solid;
	border-color: #bbb;
	border-width: 0 1px 1px 1px;
	padding: 2px;
}

th
{
	background-color: #E7E7EF;
	border-style: solid;
	border-width: 1px;
	border-color: #9C9EAD;
	text-align: center;
	font-size: 10pt;
	padding: 3px;
}

.leftHeader
{
	padding-left: 5px;
	padding-right: 15px;
	text-align: left;
	font-size: 10pt;
}

.tbl
{
	border-collapse: separate;
	border-spacing: 3px;
}

.td
{
	border-style: solid;
	border-width: 1px;
	border-color: #9C9EAD;
}

input
{
	font-size: 10pt;
	font-family: Times;
	background-color: white;
}

select
{
	font-size: 10pt;
	font-family: Times;
	background-color: white;
}

textarea
{
	font-size: 10pt;
	font-family: Courier;
}
.login
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 10px;
}

.login:link
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.login:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.login:hover
{
	font-weight: bold;
	color: #4A5949;
	text-decoration: none;
}
.pics{
padding: 5px,2px,2px,2px;
	border-style: solid;
	border-width: 1px;
	border-color: #838FA9;
}
.picslink
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 10px;
	color: #8C6400;

}

.picslink:link
{
	font-weight: bold;
	color: #8C6400;
	text-decoration: none;
}

.picslink:visited
{
	font-weight: bold;
	color: #8C6400;
	text-decoration: none;
}

.picslink:hover
{
	font-weight: bold;
	color: #838FA9;
	text-decoration: none;
}
.submenu
{
padding-right: 10px;
}
.menuSubElement
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 11px;
}

.menuSubElement:link
{
	color: #838FA9;
	text-decoration: none;
}

.menuSubElement:visited
{
	color: #838FA9;
	text-decoration: none;
}

.menuSubElement:hover
{
	color: #8C6400;
	text-decoration: none;
}
.tbldesc
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.copyright
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 11px;
}

.copyright:link
{
	font-weight: bold;
	color: #858DA6;
	text-decoration: none;
}

.copyright:visited
{
	font-weight: bold;
	color: #858DA6;
	text-decoration: none;
}

.copyright:hover
{
	font-weight: bold;
	color: #8C6400;
	text-decoration: none;
}
.description
{
	font-family: Sans Serif,tahoma,Verdana, Arial; 
	font-size: 10px;
}
