/* 
    Document   : management_panel
    Created on : 26.02.2009, 7:28:39
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.management_panel {
    border-collapse: separate;
    border: 0px;
}

.management_panel img{
    border: 0px solid black;
}

table.management_panel a {
    text-decoration: none;
}

table.management_panel td {
    text-align: center;
    border: none;
}


