﻿.explorerBar .stateButtonUserControl
{
    text-align:left;
    padding-left: 5px;
	border-top:1px #bbb solid;
    background-color: #1F6378;
}

.explorerBar .stateButtonUserControl .inputItemLabel {
    color: white;
}

.explorerBar .stateButtonUserControl.Selected,
.explorerBar .stateButtonUserControl.Active
{
    background-color: #e2e9ef;
}

.explorerBar .stateButtonUserControl.Selected .inputItemLabel ,
.explorerBar .stateButtonUserControl.Active .inputItemLabel {
    color: black;
}