body{
    font-family     : Arial;
    font-size       : 13px;
    background      : #FAFAFA;
}
a{
    color           : #CC0000;
    text-decoration : none;
    font-family     : Arial;
    font-size       : 13px;
}
a:hover{
    text-decoration : underline;
}
p{
    text-indent     : 0px;
    margin          : 0px;
}
table{
    font-family     : Arial;
    font-size       : 13px;
}
h1{
    font-family     : Arial;
    font-size       : 13px;
    color           : #CC0000;
    font-weight     : bold;
    padding-left    : 10px;
}
textarea{
    border          : 0;
    border-top      : 1px solid #CC0000;
    border-bottom   : 1px solid #CC0000;
    font-family     : monospace;
    font-size       : 12px;
}
input{
    border          : 1px solid #CC0000;
    font-family     : monospace;
    font-size       : 12px;
}
.head{
    font-family     : Arial;
    text-align      : center;
    padding         : 13px;
    font-weight     : bold;
    background      : #FFFFFF;
}
.menuCont{
    font-family     : Arial;
    font-size       : 13px;
    padding-left    : 13px;
    background      : #EAEAEA;
    padding-bottom  : 2px;
    border-top      : 1px solid #CC0000;
/*
    border-top      : 1px solid #FDFDFD;
    border-left     : 1px solid #FDFDFD;
    border-bottom   : 1px solid #E0E0E0;
    border-right    : 1px solid #E0E0E0;
*/
}

/* menu */

/* root */
td.mrMenu{
    width:116px;
    height:20px;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #A0A0A0;
    border-bottom:1px solid #A0A0A0;
}
td.mrMenu a:hover, td.mrMenu a:active, td.mrMenu a:visited, td.mrMenu a:link{
    width:100%;
    text-decoration:none;
    display:block;
    text-align:center;
}
td.mrChild{
}
td.mrOver{
    border-top:1px solid #A0A0A0;
    border-left:1px solid #A0A0A0;
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}
table.mrTable{
    cursor:default;
    margin-top:1px;
}

/* childs */
td.mcMenu{
    width:130px;
    height:17px;
}
td.mcMenu a:hover, td.mcMenu a:active, td.mcMenu a:visited, td.mcMenu a:link{
    width:100%;
    text-decoration:none;
    display:block;
    padding-left:3px;
    text-align:left;
}
td.mcChild{
    background-image:url('images/menu/triangleright.gif');
    background-position:center right;
    background-repeat:no-repeat;
}
td.mcOver{
    background-color:#FAFAFA;
}
table.mcTable{
    cursor:default;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #A0A0A0;
    border-bottom:1px solid #A0A0A0;
    background:#EAEAEA;
}
/* end menu */
