/*///////////////////BUTTON///////////////////*/
.stateButtonUserControl {
    height: 20px;
    width: auto;
    cursor: pointer;
    border: 1px solid transparent;
}

.stateButtonUserControl.HasBorder {
    border: 1px solid #C4C4C4;
    /*-webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0, 0.1);*/
}


.stateButtonUserControl.HasBorder.Hovered:not(.NoHover),
.stateButtonUserControl.HasBorder.Active{
	 border:1px solid #95D2DF;
    /*-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
}

.stateButtonUserControl.ImageButton {
    height: 20px;
}

.stateButtonUserControl {
    cursor:pointer;
}

.stateButtonUserControl .inputItem,
.stateButtonUserControl .inputItemLabel,
.stateButtonUserControl .inputItemError {
    display: inline-block;
    cursor: inherit;
}

.stateButtonUserControl .inputItem {
    border: 1px solid #C4C4C4;
    /*-webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0, 0.1);*/
    height:16px;
	width:16px;
    margin: 1px;
    margin-right: 2px;
    margin-left: 2px;
    color: black;
}

.stateButtonUserControl.Hovered .inputItem,
.stateButtonUserControl.Active .inputItem {
	 border:1px solid #95D2DF;
    /*-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
}

.stateButtonUserControl.Hovered.NoHover .inputItem,
.stateButtonUserControl.Active.NoHover .inputItem {
    border: 1px solid transparent;
    /*-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
}

.stateButtonUserControl.ImageButton .inputItem
{
    border: 1px solid transparent;
    /*-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
}

.stateButtonUserControl.HasText .inputItem {
    margin-left: 1px;
    margin-right: 3px;
}

.stateButtonUserControl.ImageButton .inputItem  {
    margin: 1px;
    height: 16px;
	width: 16px; 
}

.stateButtonUserControl.ImageButton.HasText .inputItem {
    margin-right: 3px;
}

.stateButtonUserControl.ImageButton.Hovered:not(.Pressed):not(.NoHover) .inputItem  {
    margin: 0px;
    height: 18px;
	width: 18px; 
}

.stateButtonUserControl.ImageButton.HasText.Hovered:not(.Pressed):not(.NoHover) .inputItem {
    margin-right: 2px;
}

.stateButtonUserControl .inputItemLabel {
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px;
    background:none;
    width: 0px;
}

.stateButtonUserControl.HasText .inputItemLabel {
    margin-top: 4px;
    margin-bottom: 1px;
    height: 15px;
    line-height: 11px;
    border-width: 0px;
	background:none;
    width: auto;
}


.stateButtonUserControl.Small.ImageButton .inputItem 
{
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 8px;
	width: 8px; 
}

.stateButtonUserControl.Small.ImageButton.Hovered:not(.NoHover):not(.Pressed) .inputItem {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 10px;
	width: 10px; 
}


.stateButtonUserControl.Big.ImageButton {
    height: 28px;
}

.stateButtonUserControl.Big.ImageButton .inputItemLabel {
    margin-top: 8px;
    margin-bottom: 5px;
}

.stateButtonUserControl.Big.ImageButton .inputItem  {
    height: 24px;
	width: 24px; 
}

.stateButtonUserControl.Big.ImageButton.Hovered:not(.NoHover):not(.Pressed) .inputItem  {
    height: 26px;
	width: 26px; 
}

.stateButtonUserControl.Large.ImageButton {
    height: 36px;
}

.stateButtonUserControl.Large.ImageButton .inputItemLabel {
    margin-top: 12px;
    margin-bottom: 9px;
}

.stateButtonUserControl.Large.ImageButton .inputItem {
    height: 32px;
	width: 32px; 
}

.stateButtonUserControl.Large.ImageButton.Hovered:not(.NoHover):not(.Pressed) .inputItem {
    height: 34px;
	width: 34px; 
}

.stateButtonUserControl.ImageOnRight .inputItem{
    margin-left: 3px;
    margin-right: 0px;
}


/*ExpanderButton*/
.expanderUserControl {
}

.expanderUserControl .expanderHolder {
    display: block;
}

.expanderUserControl .filterPanelRefreshButton {
    background: white;
    float: left;
    margin-top: -10px;
    margin-left: 5px;
}

.expanderUserControl .expanderLabel {
    background: white;
    margin-left: 10px;
    height: 15px;
    float: left;
    line-height: 11px;
    margin-top: -7px;
    font-weight: bold;
}


.expanderUserControl .filterPanelExpander {
    float: right;
    margin-right: 5px;
    margin-top: -11px;
    background: white;
}

.expanderUserControl .expanderContentHolder {
    overflow: visible;
    border-top: 1px solid black;
    margin-top: 10px;
    min-height: 15px;
    float: left;
    width: 99%;
}


.expanderUserControl.FullBorder .expanderContent {
    border-top: 1px solid black;
}

.expanderUserControl.FullBorder .expanderContentHolder {
    border: 1px solid black;
}

.expanderUserControl .expanderContent {
    float: left;
    overflow: visible;    
    clear: both;
    width: 100%;
    overflow:auto;
}
