﻿
@charset "utf-8";
.defaulttable{
 border-width:0px;
}

.defaulttableL{
 border-width:0px;
}

.selecttableRB{
 border-style:dashed;
 border-color:red;
 border-top-width:0px;
 border-left-width:0px;
 border-bottom-width:2px;
 border-right-width:2px;
}

.selecttableL{
 border-style:dashed;
 border-color:red;
 border-top-width:0px;
 border-left-width:2px;
 border-bottom-width:0px;
 border-right-width:0px;
}

.deselecttableL{
 border-style:dashed;
 border-color:rgb(204,204,204);
 border-top-width:0px;
 border-left-width:1px;
 border-bottom-width:0px;
 border-right-width:0px;
}


.deselecttable{
 border-style:dashed;
 border-color:rgb(204,204,204);
 border-top-width:0px;
 border-left-width:0px;
 border-bottom-width:1px;
 border-right-width:1px;
}

