/* CSS Document */

    /* admin nav
    -------------------------------------*/
    .clear {clear:both;}

    #admin_nav{width:100%; height: 36px; background:url(../images_admin/admin_nav_bg.gif);}
    #admin_nav ul {margin-left: 0px; margin-top: 0px;}
    #admin_nav ul li {float: left; margin: 0;}
    #admin_nav ul li a {float: left; display: block; height: 36px;}

    #preview a{width: 92px; background:url(../images_admin/preview.gif) top left no-repeat;}
    #edit_page a{width: 95px; background:url(../images_admin/edit_page.gif) top left no-repeat;}
    #publish a{width: 82px; background:url(../images_admin/publish.gif) top left no-repeat;}
    #cancel a{width: 76px; background:url(../images_admin/cancel.gif) top left no-repeat;}
    #logout a{width: 76px; background:url(../images_admin/logout.gif) top left no-repeat;}
    
    #preview a:hover, #preview a#selected{background:url(../images_admin/preview_over.gif) top left no-repeat;}
    #edit_page a:hover, #edit_page a#selected{background:url(../images_admin/edit_page_over.gif) top left no-repeat;}
    #publish a:hover, #publish a#selected{background:url(../images_admin/publish_over.gif) top left no-repeat;}
    #cancel a:hover, #cancel a#selected{background:url(../images_admin/cancel_over.gif) top left no-repeat;}
    #logout a:hover, #logout a#selected{background:url(../images_admin/logout_over.gif) top left no-repeat;}


    /* edit controls
    -------------------------------------*/
    #admin_controls{ margin: 10px;}
    #admin_controls ul {float: right; margin: 7px 0 5px 0;}
    #admin_controls ul li {float: left; margin: 0;}
    #admin_controls ul li a {float: left; display: block; height: 19px;}

    #add a{width: 40px; background:url(../images_admin/add.gif) top left no-repeat;}
    #edit a{width: 42px; background:url(../images_admin/edit.gif) top left no-repeat;}
    #delete a{width: 30px; background:url(../images_admin/delete.gif) top left no-repeat;}
    #move_up a{width: 22px; background:url(../images_admin/move_up.gif) top left no-repeat;}
    #move_down a{width: 22px; background:url(../images_admin/move_down.gif) top left no-repeat;}
    #move_top a{width: 22px; background:url(../images_admin/move_top.gif) top left no-repeat;}
    #move_bottom a{width: 22px; background:url(../images_admin/move_bottom.gif) top left no-repeat;}
    #add a:hover{background:url(../images_admin/add_over.gif) top left no-repeat;}
    #edit a:hover{background:url(../images_admin/edit_over.gif) top left no-repeat;}
    #delete a:hover{background:url(../images_admin/delete_over.gif) top left no-repeat;}
    #move_up a:hover{background:url(../images_admin/move_up_over.gif) top left no-repeat;}
    #move_down a:hover{background:url(../images_admin/move_down_over.gif) top left no-repeat;}
    #move_top a:hover{background:url(../images_admin/move_top_over.gif) top left no-repeat;}
    #move_bottom a:hover{background:url(../images_admin/move_bottom_over.gif) top left no-repeat;}

