    /************************************************************
     *  Nosaukums:      Administrācijas CSS
     *  Fails:          admin.css
     *  Autors:         Artis Bautra (skyd@inbox.lv)
     *  Datums          19. augusts, 2009
    ************************************************************/
    
    #adm-login {
        width:400px;
        height:200px;
        margin:0 auto;
        margin-top:200px;
        background:url(../images/adm-login-bg.jpg) no-repeat;
    }
    
    #adm-login .form {
        margin:30px 0 0 173px;
        color:white;
    }
    
    #adm-login .form input {
        width:100px;
        padding:1px;
        border:1px solid #84A0B2;
        margin-left:5px;
        font:11px tahoma;
        color:gray;
    }
    
    #adm-login .form .button {
        width:100px;
        height:20px;
        border:0px;
        font:11px tahoma;
        color:white;
        background:url(../images/adm-button-bg.png) no-repeat;
        cursor:pointer;
    }
    
    #adm-wrap {
        width:700px;
        margin:0 auto;
    }
    
    #adm-menu {
        width:700px;
        height:63px;
        background:url(../images/adm-menu-bg.jpg) repeat-x;
        margin-top:30px;
    }
    
    #adm-menu li {
        list-style:none;
        float:left;
        padding-right:10px;
    }
    
    #adm-menu li a {
        font:11px verdana;
        text-decoration:none;
        color:#fff;
        font-weight:bold;
    }
    
    #adm-menu li a:hover {
        color:#e1e1e1;
        padding-bottom:2px;
        border-bottom:1px dotted white;
    }
    
    #adm-content-top {
        width:700px;
        height:11px;
        background:url(../images/adm-content-top.jpg) no-repeat;
        margin-top:5px;
    }
    
    #adm-content {
        width:700px;
        background:#f9f9f9;
    }
    
    #adm-content-bottom {
        width:700px;
        height:11px;
        background:url(../images/adm-content-bottom.jpg) no-repeat;
    }
    
    #title {
        font:14px verdana;
        color:#4C8DC2;
        font-weight:bold;
        display:block;
        margin-bottom:5px;
    }
    
    #submit-button {
        width:100px;
        height:20px;
        background:url(../images/adm-button-bg.png) no-repeat;
        border:0px;
        color:white;
    }
    
    #adm-list-categories {
        width:380px;
        border:1px solid #f1f1f1;
    }
    
    #adm-list-categories th {
        font-weight:normal;
        background:#8DACC8;
        color:black;
    }
    
    #adm-add-category {
        width:100%;
    }
    
    #adm-add-category font.t {
        display:block;
        padding:0 0 2px 0;
        font:14px tahoma;
        font-weight:bold;
        color:gray;
    }
    
    #adm-add-category .cinput, .cselect {
        width:250px;
        padding:5px;
        font:11px tahoma;
        border:1px solid #e1e1e1;
        font:13px verdana;
        font-weight:bold;
    }
    
    #adm-language {
        width:100%;
        text-align:right;
        margin-top:5px;
    }
    
    #adm-credit td {
        padding:5px;
        border:1px solid #e1e1e1;
    }