﻿.HeaderGridSilver
{
	background: #FFF url(Controls/GridTopSilver/top.jpg) left top;
	color: #000;
	height: 21px;
	border-top: 0px;
	font-size: 11px;
	font-weight: bold;
}

.HeaderGridSilverBorderTopNo
{
	background: #FFF url(Controls/GridTopSilver/topBorderLess.jpg) left top;
	color: #000;
	height: 21px;
	border-top: 0px;
}

.GridContainer
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 0px;
	height: 20px;
	padding: 5px;
	background-color: #000000;
	
}

A.SubFamItems, 
A.SubFamItems:link, 
A.SubFamItems:active, 
A.SubFamItems:visited,
A.SubFamItems:hover
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
	
}


A.SubFamItemsSelected, 
A.SubFamItemsSelected:link, 
A.SubFamItemsSelected:active, 
A.SubFamItemsSelected:visited, 
A.SubFamItemsSelected:hover
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}


/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-color:  #832C4E;
	color:#ffffff;
	font-weight:bold;
}
