.bcTitle
{
height:55px;
background-color:rgba(128,130,132,0.8);
padding-left:3px;
}

.bcMenu
{
height:27px;
background-color:#333537;
opacity:0.8;
font-family:Arial, Helvetica, Geneva, Sans-serif;
}

.bcGenesBar
{
height:20px;
line-height:20px;
background-color:rgba(240,243,246,0.8);
padding-left:3px;
}

.bcGenesText1
{
line-height:20px;
float: left;
}

.bcGenesText2
{
line-height:20px;
text-align:right;
float: right;
}

.bcTextFirst
{
height:27px;
width:61px;
font-size:14px;
color:#131313;
padding:5px 0 0 4px;
}

.bcText
{
height:27px;
width:81px;
font-size:10px;
color:#131313;
padding:7px 0 0 12px;
}

.bcText:hover
{
color:#FFFFFF;
}

.bcText:active
{
font-weight:bold;
}

.bcTextCurrent
{
color:#8C0303;
}

.bcTextCurrent:hover
{
color:#FFFFFF;
}

.bcTextCurrent:active
{
font-weight:bold;
}

.bcImageFirst
{
float:left;
height:27px;
width:61px;
background-image:url('../images/breadcrumb_button_first_inactive.png');
}

.bcImageFirst:hover
{
background-image:url('../images/breadcrumb_button_first_highlighted.png');
}

.bcImageFirstCurrent
{
float:left;
height:27px;
width:61px;
background-image:url('../images/breadcrumb_button_first_active.png');
}

.bcImageFirstCurrent:hover
{
background-image:url('../images/breadcrumb_button_first_highlighted.png');
}

.bcImage
{
float:left;
height:27px;
width:81px;
background-image:url('../images/breadcrumb_button_last_inactive.png');
}

.bcImage:hover
{
background-image:url('../images/breadcrumb_button_last_highlighted.png');
}

.bcImageCurrent
{
background-image:url('../images/breadcrumb_button_last_active.png');
}

.bcImageCurrent:hover
{
background-image:url('../images/breadcrumb_button_last_highlighted.png');
}

.bcNumberGenes
{
font-weight:bold;
}
