/**************/
/* base style */
/**************/

body{
    background-image:url(background.png);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:right top;
    font-family:"Verdana";
    font-size:x-small;
}

table{
    font-family:"Verdana";
    font-size:x-small;
}

td img{
    border:0px;
}

th{
    background-color:#eeeeee;
}

p.title{
    font-weight:bolder;
    background-color:#eeeeee;
    padding:5px;
}

p.title table{
    font-weight:bolder;
    background-color:#eeeeee;
}

/****************/
/* layout style */
/****************/

table.pageindex{
    width:600px;
    padding:5px;
}

td.submenu{
    width:150px;
    font-size:x-small;
    background-color:#eeeeee;
}

.submenutitle{
    width:95%;
    padding:3px;
    margin-bottom:5px;
    font-size:x-small;
    background-color:#cccccc;
}

.onnumber{
    padding-left:5px;
    padding-right:5px;
    background-color:#ff9999;
}

td.topbar{
/*    background-color:#eeeeee;*/
    background-color:#AAEEFF;
    font-size:x-small;
    border-color:#000000;
    border-style:solid;
    border-width:1px 0px 0px 0px;
}

td.categorytitle{
    border-color:#000000;
    border-style:solid;
    border-width:1px 0px 1px 0px;
}

td.bottombar{
/*    background-color:#eeeeee;*/
    background-color:#AAEEFF;
    font-size:x-small;
    border-color:#000000;
    border-style:solid;
    border-width:1px 0px 1px 0px;
}

/**************/
/* link style */
/**************/

td.submenu a:link{
    color: #000000;
    text-decoration:underline;
}

td.submenu a:visited{
    color: #000000;
/*    text-decoration:none;*/
    text-decoration:underline;
}

td.submenu a:hover{
    color: #0000ff;
    text-decoration:underline;
}

td.submenu a:active{
    color: #ff0000;
    text-decoration:underline;
}

td.topbar a:link{
    color: #000000;
    text-decoration:underline;
}

td.topbar a:visited{
    color: #000000;
/*    text-decoration:none;*/
    text-decoration:underline;
}

td.topbar a:hover{
    color: #0000ff;
    text-decoration:underline;
}

td.topbar a:active{
    color: #ff0000;
    text-decoration:underline;
}

td.bottombar a:link{
    color: #000000;
    text-decoration:underline;
}

td.bottombar a:visited{
    color: #000000;
/*    text-decoration:none;*/
    text-decoration:underline;
}

td.bottombar a:hover{
    color: #0000ff;
    text-decoration:underline;
}

td.bottombar a:active{
    color: #ff0000;
    text-decoration:underline;
}

/*******/
/* EOF */
/*******/
