/* Crumbs related styles */

.CrumbsLinkStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2292AE;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E21A18; /* #6586B6; */
	background-color: white;

}
.CrumbsLastStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #7FCDFF;
	background-color: white;
	width:100%;
}


.CrumbsLinkStyle a:hover
{
	color:Red;
}

.CrumbsSeparatorStyle
{
	font-family: Verdana;
	font-size: 8pt;
	color: #6586B6;
	background-color: white;
}

.CrumbsStyle
{
	/*border-bottom: solid 1px black;
	height:28px;
	border-bottom: solid 1px #CCD7E7;
	border-top: solid 1px #CCD7E7; */
}
