﻿body
{
	font-size: 8pt;
	color: #333399;
	font-family: Arial;
}

body a:link
{
	color: #333399;
}
body a:visited
{
	color: #333399;
}
body a:hover
{
	color: red;
}
td
{
  font-size:9pt
}

.std
{
	font-size: 9pt;
	color: #333399;
	font-family: Arial;
}

.bold
{
	font-size: 10pt;
	color: #166ba4;
	font-family: Arial;
	font-weight: bold;
}

.boldNeg
{
	font-size: 10pt;
	color: #166ba4;
	font-family: Arial;
	font-weight: bold;
	direction: ltr;
}

.smallhdr
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	background-image: url(Images/blue3.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.hdr
{
	color: #0033cc;
	font-weight: bold;
	background-color: #b5dbef;
	height: 30px;
}

.lightrow
{
	background-color: #f1ffff;
}

.lighterrow
{
	background-color: #f5f5f5;
}


.yellowrow
{
	background-color: #dced99;
}

.treeview
{
	color: #166ba4;
}
.treeview a:link
{
	color: #166ba4;
}
.treeview a:visited
{
	color: #166ba4;
}
.treeview a:active
{
	color: red;
}

.valid
{
	font-size: 7pt;
	color: red;
	font-family: Arial;
}

.negativeCol
{
	direction: ltr;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
	margin-left: 8px;
	margin-right: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

.negativePrintCol
{
	direction: ltr;
}

.printPage
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
}

.whiteButton
{
	color: #166ba4;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	border-bottom-style: none;
}


.ctl
{
	color: #333399;
	background-color: #eaeaea;
	font-size: 8pt;
	border-right: #333399 1px solid;
	border-top: #333399 1px solid;
	border-left: #333399 1px solid;
	border-bottom: #333399 1px solid;
	vertical-align: middle;
}

.ctlYellow
{
	color: #333399;
	background-color: #dced99;
	font-size: 8pt;
	border-right: #333399 1px solid;
	border-top: #333399 1px solid;
	border-left: #333399 1px solid;
	border-bottom: #333399 1px solid;
	vertical-align: middle;
}

.ctlRnd
{
	color: #333399;
	background-color: #eaeaea;
	font-size: 8pt;
}

.Wctl
{
	color: #333399;
	background-color: #ffffff;
	font-size: 8pt;
	border-right: #333399 1px solid;
	border-top: #333399 1px solid;
	border-left: #333399 1px solid;
	border-bottom: #333399 1px solid;
	vertical-align: middle;
}

.pseudoLinkMaster
{
	font-size: 12pt;
	color: #333399;
	font-family: Arial;
	cursor: hand;
	font-weight: bold;
}

.pseudoLinkMaster a:link
{
	color: #333399;
}
.pseudoLinkMaster a:visited
{
	color: #333399;
}
.pseudoLinkMaster a:hover
{
	color: red;
}

.pseudoLink
{
	font-size: 11pt;
	color: #333399;
	font-family: Arial;
	cursor: hand;
}

.pseudoLink a:link
{
	color: #333399;
}
.pseudoLink a:visited
{
	color: #333399;
}
.pseudoLink a:hover
{
	color: red;
}

.hdrInfo
{
	font-size: 11pt;
	font-weight: bold;
	color: red;
}

.imgBtn
{
	width: 18px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	border-bottom-style: none;
}

.hdrRow
{
	height: 40px;
	background-color: #b5dbef;
	font-weight: bold;
}

.altRow
{
	background-color: #eaeaea;
}

.menuRow
{
	height: 40px;
	font-weight: bold;
}

.gvItem
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
	margin-left: 8px;
	margin-right: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

.stdTxtBox
{
	border-right: #333399 1px solid;
	border-top: #333399 1px solid;
	border-left: #333399 1px solid;
	border-bottom: #333399 1px solid;
	font-size: 9pt;
	color: #333399;
	font-family: Arial;
}

.stdTxtBoxRTL
{
	border-right: #333399 1px solid;
	border-top: #333399 1px solid;
	border-left: #333399 1px solid;
	border-bottom: #333399 1px solid;
	font-size: 9pt;
	color: #333399;
	font-family: Arial;
	direction: rtl;
}

.divMenu
{
	color: #333399;
	font-weight: bold;
	background-color: #eaeaea;
	position: absolute;
	z-index: 1;
	float: left;
	border-right: #333399 2px solid;
	border-top: #333399 2px solid;
	border-left: #333399 2px solid;
	border-bottom: #333399 2px solid;
	display: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	direction: rtl;
	padding-top: 5px;
}

.divMenu a:link
{
	color: #333399;
}
.divMenu a:visited
{
	color: #333399;
}
.divMenu a:hover
{
	color: red;
}

.closeMe
{
	width: 10px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	background-color: #b5dbef;
	border-bottom-style: none;
	float: left;
	z-index: 1;
	font-weight: bold;
	color: white;
}

.hdrCloseRow
{
	height: 40px;
	background-color: #b5dbef;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

.closeRow
{
	height: 20px;
	background-color: #b5dbef;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

.invHdr
{
	color: #b5dbef;
	background-color: #b5dbef;
}

.grey {
  background-color:lightgrey
}

.code {
  font-family:courier new,courier;
  font-size:8pt;
  position:relative;
  left:20px;
  direction: ltr;
}

.btn {
 height: 18px;
 margin-left: 1px;
 background-color:#FFA300;
 border:1px solid #000;
 font-size:11px;
 margin-top:1;
 width:60px;
}

.btn_hover {
 height: 18px;
 margin-left: 1px;
 background-color:PaleGoldenrod;
 border:1px solid #000;
 font-size:11px;
 margin-top:1;
 width:60px;
}







