﻿.mobile-handle {    
    background-repeat: no-repeat;

    cursor: pointer;
    padding: 2px;    
    margin-bottom: 5px;
    background-color: #838080;
    color: #fff;

    opacity: 0.4;
    filter: alpha(opacity=40);
}

.mobile-handle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

    .mobile-handle div {
        display: inline-block; zoom: 1; *display: inline;
        vertical-align: middle;
    }

.mobile-handle .icon {
    float: right;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

    .mobile-handle[status="collapsed"] .icon {
        background-image: url('/Content/images/mobile-handle-collapsed.png');
    }

    .mobile-handle[status="expanded"] .icon {
        background-image: url('/Content/images/mobile-handle-expanded.png');
    }