@charset "UTF-8";
/* CSS Document */

/**
* TABLE
*/
.content_div{
    margin-bottom: 5px;
}

table.content_table .lefttop{
    width: 6px;
    height: 6px;
    background: url(../images/layout/shadows/shadow_topleft.gif) no-repeat;
}

.content_table .top{
    height: 6px;
    background: url(../images/layout/shadows/shadow_top.gif) repeat-x;
}

.content_table .righttop{
    width: 6px;
    height: 6px;
    background: url(../images/layout/shadows/shadow_topright.gif) no-repeat;
}

.content_table .left{
    width: 6px;
    background: url(../images/layout/shadows/shadow_left.gif) repeat-y;
}

.content_table .right{
    width: 6px;
    background: url(../images/layout/shadows/shadow_right.gif) repeat-y;
}

.content_table .leftbottom{
    width: 6px;
    height: 6px;
    background: url(../images/layout/shadows/shadow_bottomleft.gif) no-repeat;
}

.content_table .bottom{
    height: 6px;
    background: url(../images/layout/shadows/shadow_bottom.gif) repeat-x;
}

.content_table .rightbottom{
    width: 6px;
    height: 6px;
    background: url(../images/layout/shadows/shadow_bottomright.gif) no-repeat;
}

/**
* BOXES
*/
.box_top{
    border: 1px solid #BFBFBF;
    border-bottom: none;
    background: url(../images/layout/dashes/content.gif) repeat #212121;
}

.box_top_red{
    border: 1px solid #BFBFBF;
    border-bottom: none;
    background: url(../images/layout/dashes/content_red.gif) repeat;
}

.box_top_green{
    border: 1px solid #BFBFBF;
    border-bottom: none;
    background: url(../images/layout/dashes/content_green.gif) repeat;
}

.box_top h2, .box_top_red h2, .box_top_green h2, .box_top h1, .box_top_red h1, .box_top_green h1{
    color: #E0E0E0;
    margin: 0px;
    padding: 5px 0px 5px 12px;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.box_top_green h2, .box_top_green h1{
    color: #000;
}

.box_content, .box_content_green{
    background-color: #414141;
    border: 1px solid #BFBFBF;
    border-top: none;
    padding: 10px;
    color: #E0E0E0;
}

.box_content_green{
    background-color: #799E01;
}

.box_top .buttons, .box_top_red .buttons, .box_top_green .buttons{
    float: right;
    margin: 3px 3px 0px 0px;
}

/*---- added by mateja
plus kreirala folder ..images/users.. s slikami uporabnikov ---*/

table.usr {
    border:none;
    color:#D4D72C;
    font-size:11px;
    text-align:center;
}

table.usr img.brd {
    margin:8px 0 5px 0;
}

table.usr img.thmb {
    width:60px;
    height:60px;
}