

#area_all {
    margin-top:20px;
    margin-bottom:20px;
    margin-left:15px;
//    margin-right:auto;
}

#area_top a {
    color:white;
    text-decoration:none;
    }
    
#area_top a:hover {
    text-decoration:underline;
    }

.line_bottom {
    border-bottom:1px dotted #888888;
    display:block;
    padding-bottom:4px;
    margin-bottom:4px;
}

.dim,
.block_content,
.formFieldCaption,
.cat1,
.cat2,
.catNo,
.commentsHeader,
.commentInfo,
.ctrl,
.deadLink,
.formRadioButtonLabel,
#pageLastUpdated,
 {
    color:#666666;
    }

#shadow_ne, #shadow_se {
    text-align:left;
    }
    
#shadow_sw {
    text-align:right;
    }
    
#shadow_sw, #shadow_se {
    vertical-align:top;
    }
    
#shadow_nw, #shadow_ne {
    vertical-align:bottom;
    }

#shadow_s, #shadow_w, #shadow_e,
#shadow_nw, #shadow_ne, #shadow_sw, #shadow_se
    {
    font-size:3pt;
    line-height:3pt;
    }

#shadow_w,
#shadow_sw, #shadow_nw
    {
    width:8px;
    }
    
#shadow_ne, #shadow_se
    {
    width:12px;
    }

#shadow_s,
#shadow_ne, #shadow_sw, #shadow_se
    {
    height:8px;
    }

#shadow_w {
    background-image:url(/res/img/shadow.w.gif);
    background-position:right;
    background-repeat:y;
    width:8px;
    background-color:white;
}

#shadow_e {
    background-image:url(/res/img/shadow.e.gif);
    width:12px;
    background-color:white;
}

#shadow_nw {
    background-image:url(/res/img/shadow.nw.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
}

#shadow_ne {
    background-image:url(/res/img/shadow.ne.gif);
    background-position:bottom left;
    background-repeat:no-repeat; 
    width:12px;
}

#shadow_sw {
    background-image:url(/res/img/shadow.sw.gif);
    background-position:top right;
    background-repeat:no-repeat; 
    background-color:white;
}

#shadow_se {
    background-image:url(/res/img/shadow.se.gif);
    background-position:top left;
    background-repeat:no-repeat;
    background-color:white;
    width:12px;
}

.shadow_n
{
    background-image:url(/res/img/shadow.n.gif);
    background-position:bottom;
}

#shadow_s
{
    background-image:url(/res/img/shadow.s.gif);
    background-color:white;
}



.box_nw {
    font-size:1px;
    line-height:1px;
    border-top:1px solid blue;
    border-left:1px solid blue;
}

.box_n {
    font-size:1px;
    line-height:1px;
    border-top:1px solid blue;
}

.box_ne {
    font-size:1px;
    line-height:1px;
    border-top:1px solid blue;
    border-right:1px solid blue;
}
