.customerInfoTab {
  color: #006600; 
  font-family: Arial, Helvetica, sans-serif; 
  margin-left: -20px;  
  font-size: 12px;
  font-weight: bold; 
}


a.TopMenu {
  /*background-color: #273840/*#282C2B;*/
  color: white;
  cursor: pointer;
/*  display: block;*/
  text-align: center;
}

a.TopMenu:hover {
  	
  color: #f4b755;
  /*border-right:1px solid #ffffff;*/
  cursor: pointer;
/*  display: block;*/
  text-align: center;
}

.TopMenu_Link {  
  display:block;
  text-decoration:none;
  width:100%
}

.TopMenu_border_left {
/*  border-left:1px solid #ffffff;*/
  border-left:1px solid #8b9599;
}

.TopMenuCell {
  background-color: #273840;
  
  cursor: pointer;
/*  display: block;*/
  text-align: center;
  width: 14%;
}

.tableMenu {
  color: #006600; 
  cursor:pointer;
  font-size: 13px; 
  font-weight: bold;
  text-decoration: none; 
}

.topMenuActive {
  background-color: #282C2B;
  color: white;
  border-right:1px solid #ffffff;*/
  cursor: pointer;
/*  display: block;*/
  text-align: center;
  width: 14%;
}

.topMenuUnActive {
  background-color: #f4b755;
  
  cursor: pointer;
/*  display: block;*/
  text-align: center;
  width: 14%;  
}

.topMenuActive_edit {
  background-color: #669900;

  cursor: pointer;
  display: block;
  text-align: center;
  width: 25%;
}

.topMenuUnActive_edit {
  background-color: #66FF00;
  
  cursor: pointer;
  display: block;
  text-align: center;
  width: 25%;  
}


a.PageNumber{
  background-color:#333333;
  color: white;
}

a.PageNumber:hover{
  background-color: #f4b755;
  color: #333333;
}

a.PageNumber_Padding{
  padding-left: 2px;
  padding-right: 2px;
}

.PageNumber_current {
  background-color: #CCCCCC;
  color: #000000;
}

.navLine {
  color: #293A42;
  font-size: 14px;
}
