﻿
/* GB and body of group list in attribute window */
.AttributeLeftNav
{
	text-align: left;
	width: 130px;
	vertical-align: top;
	padding-top: 5px;	
	padding-left: 12px;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	font-family: arial;
	background-color: #4f75d8;	
	padding-bottom: 75px;
}
a.AttributeLeftNavActive
{
	/* color: #fcff19;	*/
	color: White;
}

.AttributeLeftNav h3
{
	color: white;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
}
/* Links in group list */
A.InactiveGroup
{
	font-size: 10pt;
	color: white;
	font-family: arial;
}


/* Section containing list of attributes in attribute window */
.AttributeList
{
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	font-family: arial;
}

.AttributeList h3
{
	color: #010086;
	font-size: 12pt;
	margin-bottom: 5px;	
	
}
/* attribute shown on the search page */
.attributeListItem
{
	color: #010086;
	font-size: 9pt;

	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	width:65px;
	height: 90px;
}

.attributeListItem A
{
	color: #010086;
	font-size: 9pt;	
}
