/* main/normal styles */
a {
        color:            #999999;
        }
        
body, table, input, select
{       font-family:      Verdana;
        font-size:        11px;
        color:            #000000;
}
body {
        background:#FFFFFF;}
/* administration menu */
.adm_menu_cat {
        background:#B8B7B7;
        color:white;
        text-align:center;
        font-weight:bold;
}
.adm_menu_links {
		background-image: url(admin-img/bg21.gif);
}
.adm_head {
        background:#CCCCCC;
}


.key {
        font-weight:bold;
}
.header {
        font-weight:bold;
        font-size:16px;
        text-align:center;
        padding-bottom:15px;
        }
.inp100 {
        width:100%;
        }
.row1   {
        background:#DDDDDD;
        }
.row2   {
        background:#CDCDCD;
        }
