/* Start of CMSMS style sheet 'dtab-tab-menu-borders' */
.tab-menu-border{
width:600px;
height: 400px;
overflow: auto;
margin-top:0px; margin-bottom:15px;
border-left: solid 1px #2C671C;
  border-right: solid 1px #2C671C;
  border-bottom: solid 1px #2C671C;
  background-Color: #FBF5E3;
  background-repeat: repeat-y;
  padding-bottom:50px;}

.sub-tab-menu-border
{
width:550px;
height: 250px;
overflow: inherit;
margin-top:0px;  margin-bottom:15px; margin-left:15px;
border-top:solid 1px #2C671C;
 border-left: solid 1px #2C671C;
  border-right: solid 1px #2C671C;
  border-bottom: solid 1px #2C671C;
  background-Color: #FFF5B3;
  /*background-repeat: repeat-y;*/
}
.sub-tab-menu-border-overflow-auto
{
width:550px;
height: 250px;
overflow: auto;
margin-top:0px;  margin-bottom:15px; margin-left:15px;
border-top:solid 1px #2C671C;
 border-left: solid 1px #2C671C;
  border-right: solid 1px #2C671C;
  border-bottom: solid 1px #2C671C;
  background-Color: #FFF5B3;
  /*background-repeat: repeat-y;*/
}

/* End of 'dtab-tab-menu-borders' */

