.breadcrumb-current
{
	background-color:   Yellow;
	font-weight:        bold;
	font-style:			italic;
	padding:            0px 5px 0px 5px;
}
.view-header
{
    background-color:   #BBBBFF;
    color:              Black;
    padding:            4px 8px 3px 8px; /* top, right, bottom, left = TRBL */
	vertical-align:     bottom;

    border-top:         2px solid #FFE2FF;
    border-left:        2px solid #FFE2FF;
    border-right:       2px solid #630063;
    border-bottom:      2px solid #630063;
    align-text:         bottom;

    background-color:   #E7E7FF;
}

.list-even, .list-even-center, .report-line-even, .list-even-red
{
    background-color:   #FFFFFF;
}


.list-odd, .list-odd-center, .report-line-odd, .list-odd-red, .list-odd-center-red, .list-odd-red
{
  background-color:     #E3E3E3;
}

.list-even, .list-odd, .list-odd-center, .list-even-center, .report-line-even, .report-line-odd, .list-odd-center-red, .list-odd-red, .list-even-red
{
    border-top:         1px solid #BBBBFF;
    border-bottom:      1px solid #000088;
    
    border-left:        1px solid #BBBBFF;
    border-right:       1px solid #000088;
    padding:            1px 5px 1px 5px; /* top, right, bottom, left = TRBL */
}

.list-odd-center, .list-even-center, .list-odd-center-red
{
    text-align:         center;
}

.list-odd-center-red, .list-odd-red, .list-even-red
{
	color: red;
}

.breadcrumb-box
{
    padding:            3px 6px 3px 6px; /* TRBL */
    border:             2px solid darkBlue;
	text-align:         center;
}

.breadcrumb-links
{
	font-family:        Arial, 'Times New Roman', courier, helverica, sans-serif, sanserif;
	text-transform:  	uppercase;
	font-size:          .9em;
}

.screens-of-text
{
	color:				darkBlue;
	font-style:			italic;
	padding:            6px 0px 4px 0px;
}
