/****** Highlight Table ******/
.hlgCtn {
  margin: 11px 0 0 0;
}
.hlgCtn th {
  color:#000000;
  text-align:left;
}
.hlgCtn ul {
  color:#333333;
  margin:0 0 0 20px;
}
.hlgCtn li {
  margin:0;
  text-align:left;
}

/****** /Highlight Table ******/

/****** Tech Experience ******/
h3{
  margin: 20px 0 7px 7px;
  color: #333333;
}
.techList{
  margin: 0 0 10px 0;
  background-repeat: no-repeat;
  background-position: 5px 0px;
}
.techList li{
  margin: 0 0 5px 80px;

}
/****** /Tech Experience ******/

.expCtn {
  margin: 0;
  border-bottom: solid 1px #ececec;
  width: 100%;
}

.expCtn img{
 border: none;
}

.expCtn:hover{
  background-color: #fafafa;
}
.expCtn.alt{
 
}
.expCtn tr{
  cursor: pointer;
}


.expCtn th{
  width: 110px;
  vertical-align: top;
  padding: 10px 0 10px 0;
}
.expCtn td{
   vertical-align: top;
   padding: 10px 0 10px 0;
}
.expCtn .cpnLogo{
	margin: 0 20px 0 0;
}

.expCtn .jobTtl{
  border: none;
  font-size: 12px;
  margin: 0 0 5px 0;
}

.expCtn .cpn{
  font-size: 12px;
  color: #999999;
  display: inline;
}

.expCtn .cpn a{
  color: #999999;
  text-decoration: none;
}

.expCtn .cpn a:hover{
  text-decoration: underline;
}

.expCtn .timeInfo{
  font-size: 11px;
  color: #999999;
  margin-bottom: 5px;
  display: inline;
  margin-left: 10px;
}

.expCtn .jobCnt{
  margin: 10px 10px 10px 0;
}

#showHideAll{
   font-size: 9px;
   font-weight: normal;
   float: right;
   margin-top: -13px; 
   text-decoration: underline; 
   cursor: pointer;
   text-align: right;
}
