@charset "utf-8";
/* CSS Document for border, frame*/

#framed {
border-color:#0000ff;
border-style:solid;
padding:0px;
margin:0px;
}

.framed #tdsector {
border:0px;
}

.framed #tdtop {
width:100%;
height:10px;
border-width:0px;
border-top-width:1px; 
}

.framed #tdbottom {
width:100%;
height:11px;
border-bottom-width:1px; 
border-left:0px;
border-top:0px;
border-right:0px;
}

.framed #tdleft {
width:11px;
height:100%;
border-left-width:1px; 
border-right:0px;
border-top:0px;
border-bottom:0px;
}

.framed #tdright {
width:11px;
height:100%;
border-top-width:1px;
border-left:0px;
border-top:0px;
border-bottom:0px;
}


