html{
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}
body{
  scrollbar-face-color: #bde9bc;
  scrollbar-arrow-color: brown;
  scrollbar-track-color: #f0f0f0;  
  scrollbar-shadow-color: white;
  scrollbar-lightshadow-color: green;
  scrollbar-darkshadow-color: green;
  scrollbar-highlight-color: lightgrey;
  scrollbar-3dlight-color: white;

  text-decoration: none;
  font-family: verdana;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
a:link, a:visited{
	color: green;
  cursor: hand;
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
}
a:hover{
	color: green;
  cursor: hand;
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: underline;
}
a.More{
  color: green;
  cursor: pointer;
  cursor: hand;
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
}
a.More:hover{
	color: red;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
}
a.FooterLink{
  color: teal;
  cursor: hand;
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
}
a.Menus{
  color: teal;
  cursor: hand;
  font-family: Verdana;
  font-size: 9pt;
  text-decoration: none;
}
a.Menus:link{
  color: teal;
  cursor: hand;
  font-family: Verdana;
  font-size: 9pt;
  text-decoration: none;
}
a.Menus:hover{
  color: red;
  cursor: hand;
  font-family: Verdana;
  font-size: 9pt;
  text-decoration: none;
}
td{
  font-family: Verdana;
  font-size: 8pt;
}
td.Extra{
	color: green;
	font-family: Verdana;
	font-size: 8pt;
}
td.Grid{
	border-top: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}
input{
  font-family: Verdana;
  font-size: 8pt;
  border: 1px solid lightslategray;
}
textarea{
  font-family: Verdana;
  font-size: 8pt;
  border: 1px solid lightslategray;
  width: 375px;
}
.SoftCombo{
  font-family: Verdana;
  font-size: 8pt;
  width: 200px;
}
.Button{
  font-family: Verdana;
  font-size: 8pt;
  border-left: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid lightslategray;
  border-bottom: 1px solid lightslategray;
}
.rteMainEditor{
	overflow: scroll;
	background-color: white;
	border-left: 1px solid lightslategray;
	border-bottom: 1px solid lightslategray;
	border-right: 1px solid lightslategray;
	border-top: 1px solid lightgrey;
	padding: 0px;
	font-family: Verdana;
	font-size: 9pt;
}
.Nn{
	border: 1px solid lightgrey;
	background-color: #F7F7F7;
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	cursor: hand;
}
.ButtonOnly{
  font-family: Verdana;
  font-size: 8pt;
  border-left: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid lightslategray;
  border-bottom: 1px solid lightslategray;
  cursor: pointer;
}
.FolderSelected{
	font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
	color: black;
	cursor: hand;
	background-color: lightgreen;
	border: 1px dotted white;
}
.FolderUnSelected{
	font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
	color: green;
	cursor: hand;
	background-color: none;
	border: 1px solid white;
}
.ULLink{
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 2px;
}
.LILink{
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
span.frmErrString{
	color: red;
	font-style: italic;
}
.focusArrow{
	position: absolute;
	left: 95px;
	top: 0px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-right: 0px;
	border-left: 40px solid #DAFFDA;
	border-top: 25px solid transparent; 
	border-bottom: 25px solid transparent;
	font-size: 0;
	line-height: 0;
}