div.admin_controls
{
     width:100%;   
     margin:20px 0 0 0; 
     padding:0 !important;                       
}

div.admin_controls ul
{                      
     margin:0;  
     padding:5px 0 !important;    
     background-color:#c2c2c2;               
}  

div.admin_controls ul li
{
     display:inline;     
     list-style-image: none;
     list-style-type: none;  
}   

div.admin_controls ul li a
{                                
    padding:5px 20px 5px 20px;       
}

div.admin_controls ul li a:hover
{                
    background-color:#ff0060;
    color:white;
} 

table.admin_form
{                            
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}   

table.admin_form tbody tr td
{               
    border:0;
    vertical-align: top;
}  

table.admin_form tr th
{                   
    padding-top:10px;
    padding-bottom:5px; 
}   

table.admin_form tbody tr td input
{                
    width:200px;
    border:1px solid gray;  
    font-size:11px;    
}   

table.admin_form tbody tr td textarea
{                
    width:200px;     
    border:1px solid gray;
    font-size:11px;
}  

table.admin_form tbody tr td
{                
    padding:5px 0 5px 0; 
} 

table.admin_form tfoot tr td
{                
    text-align:center;
}   

div.menuedit
{
    width:70px;       
    padding:5px;
    margin-left:-90px;
    margin-top:-10px;
    /*line-height: 35px;      */
    border-right:1px dotted black;
    background-color:#c2c2c2;
    display:none;
    position:absolute;
   /* background-image:url(../images/menu_left.png);
    background-position: left;
    background-repeat:no-repeat; */
}  

div.menuedit_gray
{                                 
    background-color:#f1f1f1;     
} 

div.menuedit_white
{                                 
    background-color:white;     
} 

div.menuedit_right
{
    display:none;
    position:absolute;
    width:50px;   
    padding-left:10px;
    padding-right:10px; 
    margin-left:270px;
    border-left:1px dotted black;
    /*line-height: 35px; */
    background-color:#c2c2c2;
   /* background-image:url(../images/menu_right.jpg);
    background-position: right;
    background-repeat:no-repeat;*/
}

.edit_selected
{
    margin-top:10px;
    border:1px solid white;   
}

.edit_selected:hover
{
    border:1px solid pink;
}
                                                        
