/*
    Document   : jb-styles
    Created on : 16 Mar 2011, 8:35:09 AM
    Author     : Jurgens
    Description:
        Purpose of the stylesheet follows.
*/

/* admin form styling */
table.table.ad-types {
    border: 2px solid lightblue
}
table.table.ad-types td {
    padding: 5px 10px;
}
td.cell-4.column-title {
    width: 70px
}

table.table.ad-types tr.row:nth-child(even) {
    background-color: lightblue;
}

/* admin form styling end */

/* how the file will display on the user's side */
div.jb-file-wrap {
    height: 110px;
    position: relative;
}

div.jb-file-wrap div.jb-file-name {
    color:#000 ;
}
    div.jb-file-wrap div.jb-file-name img {
/*        width: 20px;
        height: 20px;*/
float: left
    }
    div.jb-file-wrap div.jb-file-name a {
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

div.jb-file-wrap div.jb-download {
    clear: left;
}
    div.jb-file-wrap div.jb-download a {
        text-decoration: none;
    }
    div.jb-file-wrap div.jb-download img {
        border: none;
        
    }

div.jb-file-wrap div.jb-description {

}

    div.jb-file-wrap div.jb-description span.jb-description {

    }

/* how the file will display on the admin's side */


/* Display Lightbox effect */
div.lb-wrap {
    position: relative
}
div.lb-black-overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:101;
        opacity:.7;
        filter: alpha(opacity=70);
}
div.lb-white-content {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
/*        height: 50%;*/
        padding: 16px;
        border: 5px solid #333;
        background-color: white;
        z-index:102;
        overflow: auto;
}

div.lb-close {
    background-image: url("../images/close.gif");
    height: 16px;
    position: relative;
    right: -100%;
    top: -16px;
    width: 16px;
    z-index: 103;
    cursor: pointer;
}
div.lb-content {
    position: relative;
    top: -16px;
}

textarea[name='jb_file_description'] {
    width: 300px !important;
    height: 200px !important;
}

input[type='text'] {
    width: 300px
}