.assetsboxoptions
{
    font-size: 14px;
}
.assetsboxoptions a:hover
{
   text-decoration: none;
    color:#ffa500
}

.resource-action
{
    cursor: pointer;
    text-decoration: none;
}
.resource-action a
{
    text-decoration: none;
}

.resource-action a:hover, .resource-action a:visited
{
    text-decoration: none;
}
.image-man {
    position: fixed;
    position:expression("absolute");
    width: 380px;
    display:block;
    z-index: 10;
    bottom: 30px; right: 240px; display: block;
    opacity: 0.9; /* opacity [0-1] */
    -moz-opacity: 0.9; /* opacity [0-1] */
    -webkit-opacity: 0.9; /* opacity [0-1] */

}

.image-man-head {
    background-color: #222;
    border-color: #080808;
    padding:7px;
    color: #ffffff;
    border-right:1px solid #f99d39;
    border-left:1px solid #f99d39;
}

.thumb-asset
{
    margin-left: 5px;

}

.asset-img-container
{
    float: left;
    padding: 0px 10px 10px 0px;
}

.one-asset-holder
{
    border-bottom:1px solid #abb0a8;
    margin-bottom: 4px;
    height: auto;
    min-height: 75px;
}

.assetsbox {
    font-family: arial,sans-serif;
    font-size: 13px;
    color: #333333;
    max-height:400px;
    min-height: 200px;
    overflow-y:auto;
    overflow-x:auto;
    padding:7px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #eeeeee;
    background-color: #ffffff;
    line-height: 1.3em;
    text-align: left;
}
.asset-control
{
    float: right;
    margin-top: 5px;
}


.asset-image-name
{
    float: left;
    vertical-align: middle;
    padding-top: 10px;
}
.add-asset-bd-button,
.delete-asset-button
{
    cursor: pointer;
}

@media (max-width:768px)
{
    .image-man{
        width: 50%;
        margin-right: 2%;
        bottom: 30px; right: 0px; display: block;
    }
}

@media (max-width: 550px) {
    .image-man{
        width: 96%;
        margin-right: 2%;
    }
}

