﻿.headings 
{
	font-size: 10pt; 
	font-family: Arial;
	font-weight:bold;
	
}
.bkgrdHeading
{
	font-size: 10pt; 
	font-family: Arial;
	font-weight:bold;
	background-color:#C4B9E9;	
}
.bkgrdText
{
	font-size: 9pt; 
	font-family: Arial;
	font-weight:normal;
	background-color:#C4B9E9;	
}
.generalText
{
	font-size: 9pt; 
	font-family: Arial;
	font-weight: normal;
}

.generalTextParen
{
	font-size: 8pt; 
	font-family: Arial;
	font-weight: normal;
}
.messageRed
{
	font-size: 9pt; 
	font-family: Arial;
	font-weight: normal;
	color:Red;
	background-color:Green;
}
.GridViewText
{
	font-size: 6pt; 
	font-family: Arial;
	font-weight: normal;
	color:Black;
}
.Text12ptBold
{
	font-size: 12pt; 
	font-family: Arial;
	font-weight:bold;
}

table.PageStructure
{
	width: 95%; 
	height: 300px;	
}
.TreeViewDefault
{
	font-size: 10pt;
	font-family: Arial;
	font-weight:bolder;
	color: #000000;
}

.RootHover
{
	background-color:#C4B9E9;
	font-size:10pt; 
	font-family:Arial;
	color: #000000;
	font-weight:bolder;
}
.LeafNode 
{
	/*background-color:#f9ab4f;*/
	font-size: 9pt; 
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	border-color: #9279E1;
	border-style: Double; 
	border-width: 4px;

}

/*.highlight
{
	background-color:#FFCC66;
}*/
.OrangeBkgrd
{
	background-color:#FFCC66
}
.GreenBkgrd
{
	background-color:#B4D2BA
}
table.GrayBkgrd td
{
	background-color: #EFEFEF
}