/* 
    Document   : fm2
    Created on : 24 трав 2010, 11:43:05
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.b-fm2-content {
    overflow: scroll;
    height: 300px;

}

div.b-fm2-content img.item {
    width: 75px;
    height: 75px;
    
    margin: 5px;
    
}

div.b-fm2-content a {
    display: block;
    width: 100px;
    height: 150px;
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

div.b-fm2-content a:hover {
    background-color: gray;
    cursor:pointer;
}

div.b-fm2-content a.fm2-active-file {
    background-color: green;
}

div.fm2-upload {
    /*float: left;*/
}

div#fm2-toolbar span.add-file {
    width: 48px;
    height: 48px;
    background-image: url(../i/add.png);
    display: block;
    float: left;
    z-index: 1;
    overflow: hidden;
    cursor:pointer;
}

div#fm2-toolbar span.has-file {
    width: 48px;
    height: 48px;
    background-image: url(../i/accept.png);
    display: block;
    float: left;
    z-index: 1;
    overflow: hidden;
    cursor:pointer;
}

.fm2-file {
    

    opacity:0;
      filter:alpha(opacity:0);
      font-size:199px;
      cursor:pointer;
      padding:0px;
      margin:0px;
      border:none;
      margin-left:-450px;

}



button.fm2-file-submit {
    width: 48px;
    height: 48px;
    background-image: url(../i/attach.png);
    text-indent: -1000px;
    border: 0px;
    background-color: white;
}

button.fm2-add-image-to-editor {
    width: 48px;
    height: 48px;
    background-image: url(../i/add-image.png);
    text-indent: -1000px;
    border: 0px;
    background-color: white;
}


button.fm2-add-to-elem {
    width: 48px;
    height: 48px;
    background-image: url(../i/add-to-elem.png);
    text-indent: -1000px;
    border: 0px;
    background-color: white;
}