﻿body {
}

.Text select
{
	font-family:Tahoma;
	font-size:10pt;	
}
.MutedText 
{
	color:DarkGrey;
	font-family:Tahoma;
	font-size:10pt;	
}

.ScrollText 
{
	font-family:Tahoma;
	font-size:10pt;
	color:Yellow;
}

.WhiteText 
{
	font-family:Tahoma;
	font-size:10pt;
	color:White;
}
.WhiteTextBold
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	color:White;
}

.GreenTextBold
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	color:darkgreen;
}

.BoldText 
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bolder;
}

.Hand 
{
	cursor:Hand ;
}

.ToolTipStandard
{
	border-right: #A6AEB4 1px solid;
	padding-right: 1px;
	border-top: #A6AEB4 1px solid;
	padding-left: 1px;
	font-size: 10pt;
	z-index: 99;
	padding-bottom: 1px;
	border-left: #A6AEB4 1px solid;
	color: #4D5559;
	padding-top: 1px;
	border-bottom: #A6AEB4 1px solid;
	font-family: Tahoma;
	/*background-color: #d3e8f5;*/
	background-color: #0a4a29;
	text-align: center;
}
.ToolTipStandardWhite
{
	border-right: #A6AEB4 1px solid;
	padding-right: 1px;
	border-top: #A6AEB4 1px solid;
	padding-left: 1px;
	font-size: 10pt;
	z-index: 99;
	padding-bottom: 1px;
	border-left: #A6AEB4 1px solid;
	color:Black;
	padding-top: 1px;
	border-bottom: #A6AEB4 1px solid;
	font-family: Tahoma;
	/*background-color: #d3e8f5;*/
	background-color:White;
	text-align: center;
}

.Button
{
   color:White;
   font-family:Tahoma;
   font-size:8pt;
   font-weight:bold;
   background-color:#0a4a29;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
      }

.Button_Over
{
   font-family:Tahoma;
   font-weight:bold;
   font-size:8pt;
   /*background-color:#fed;*/
   background-color: #F7EFEF;
   border:1px solid;	
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   cursor:hand;
}
.Button_Muted
{
   color:Silver;
   font-family:Tahoma;
   font-size:8pt;
   font-weight:bold;
   background-color:#568e56;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
 }
.GrayBox
{
	background-color:#f1f0eb
}

.GrayBoxNB
{
	/* background-color:#f1f0eb */
	background-color:lightgrey;
}
.SandBoxNB
{
	/*background-color:#f1f0eb */
	/*background-color:khaki;*/
	background-color:#C7B299;
}
.YellowBox
{
   color:Black;
   font-family:Tahoma;
   font-size:10pt;
   /* background-color:#fed;*/
   background-color: #F7EFEF;
   border:1px solid;	
}
.YellowBoxNB
{
   color:Black;
   font-family:Tahoma;
   font-size:10pt;
   /* background-color:#fed;*/
   background-color: #F7EFEF;
}
.MutedYellowBoxNB
{
   color:DarkGrey;
   font-family:Tahoma;
   font-size:10pt;
   /* background-color:#fed;*/
   background-color: #F7EFEF;
}

.GreenBox
{
   font-family:Tahoma;
   font-size:10pt;
   background-color:#0a4a29;
   color:White;
   font-weight:bold;
   border:1px solid;	
}
.GreenBoxNB
{
   font-family:Tahoma;
   font-size:10pt;
   background-color:#0a4a29;
   color:White;
   font-weight:bold;
}
.MutedGreenBoxNB
{
   font-family:Tahoma;
   font-size:10pt;
   background-color:#568e56;
   color:Silver;
   font-weight:bold;
}


/*###########################################
Link Styles
###########################################*/
A
{
	COLOR: #0a4a29;
	/*LINE-HEIGHT: 15px;*/
	font-size: 10pt;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none
}

A:link
{
	COLOR: #0a4a29;
	font-size: 10pt;
	/*LINE-HEIGHT: 12px;*/
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
}

A:visited
{
	COLOR: #0a4a29;
	font-size: 10pt;
	/*LINE-HEIGHT: 12px;*/
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
}
A:hover
{
	COLOR: Maroon;
	font-size: 10pt;
	/*LINE-HEIGHT: 12px;*/
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION:underline;
}
A:active
{
	COLOR: Maroon;
	font-size: 10pt;
	/*LINE-HEIGHT: 12px;*/
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
}

