﻿.admin_options {
    padding: 0 0 0 15px;
}

.admin_options li {
    padding: 0 0 2px 10px;
    background: transparent url(../images/arrow_gry.jpg) no-repeat 0 3px;
    font-size: 0.9em;
    font-weight: bold;
}

.admin_options li a {
    color: #333333;
}

.admin_options li a:hover {
    color: #ffffff;
}

.ind_red {
    width: 10px;
    height: 10px;
    background: red;
}

.ind_grn {
    width: 10px;
    height: 10px;
    background: green;
}

.admin_header {
    width: 600px;
    height: 20px;
    padding: 5px 15px;
    background: #747273;
    position: relative;
}

.admin_header .c1, .admin_header .c2, .admin_header .c3{
    color: #cccccc;
    font-weight: bold;
}

.admin_row {
    width: 600px;
    height: 20px;
    padding: 5px 15px;
    background: transparent url(../images/bg_sideRow.jpg) repeat-x 0 0;
    position: relative;
}

.admin_rowAlt {
    width: 600px;
    height: 20px;
    padding: 5px 15px;
    background: #f6f6f6;
    position: relative;
}

.admin_row a, .admin_rowAlt a {
    color: #333333;
}

.admin_row a:hover, .admin_rowAlt a:hover {
    color: #333333;
    background: transparent;
}

.admin_header .c1, .admin_row .c1, .admin_rowAlt .c1 {
    position: absolute;
    top: 10px;
    left: 15px;
}

.admin_header .c2, .admin_row .c2, .admin_rowAlt .c2 {
    position: absolute;
    top: 6px;
    left: 33px;
}

.admin_header .c3, .admin_row .c3, .admin_rowAlt .c3 {
    position: absolute;
    top: 6px;
    left: 549px;
}