.mData {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px Tahoma;
  color: #363636;
}
caption {
	height: 30px;
	background: url(../images/panel_3_top.gif) repeat-x;
	text-align: center;
	color: #f7f7f7;
	font: bold 16px Tahoma;
	text-transform: uppercase;
}
/*
caption {
  text-align: center;
  font: bold 16px Tahoma;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #b22222;
  text-transform: uppercase;
}*/

.mData td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
}


thead th, tfoot th {
  font: bold 11px Tahoma;
  border: 1px solid #03476F;;
  text-align: left;
  background: #b22222;
  color: #FFFFFF;
  padding-top:3px;
}
/*
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
*/
tbody td a:hover {
/*
  background: #C2F64D;
  color: #363636;
*/  }
/*
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }

tbody th a:hover {
  background: transparent;
  color: #363636;
  }
*/
tbody th, tbody td {
/*  vertical-align: top; */
  text-align: left;
}

tfoot td {
  border: 1px solid #03476F;
  background: #b22222;
  padding-top:3px;
  color: #FFFFFF;
}

.mTr_1 {
  background: #b5b5b5;
 }
.mTr_2 {
  background: #979797;
 }
#mTb tr:hover {
  background: #ffd088;
  border: 1px solid #03476F;
  color: #FFFFFF;
}

tbody tr.mTr_1:hover th {
  background: #ffdead;
  color: #3d3d3d;
}
tbody tr.mTr_2:hover th {
  background: #ffdead;
  color: #3d3d3d;
}
