
.borderline{
border-style: solid;
border-width:1px;
border-color:#A5C2E4;

}
.bottomline{
border-style: solid;
border-width:1px;
border-color: #D7D7D7;
border-left:none;
border-top:none;
border-right:none;
}
.borderlineGray{
border-style: solid;
border-width:1px;
border-color:#ACB1B5;

}
.borderRightBottom{
border-bottom-color:#CCCCCC;
border-bottom-style:dotted; 
border-bottom-width:1px;
border-right-color:#CCCCCC;
border-right-style:dotted; 
border-right-width:1px;
 }
 .borderLeftRightBottom{
border-left-color:#CCCCCC;
border-left-style:dotted; 
border-left-width:1px;
border-bottom-color:#CCCCCC;
border-bottom-style:dotted; 
border-bottom-width:1px;
border-right-color:#CCCCCC;
border-right-style:dotted; 
border-right-width:1px;
 }
 .borderRightWhite{
 border-right-color:#FFFFFF; 
 border-right-style:dotted;
  border-right-width:1px;
 }
