/* Portfolio */


div#portoShell {
  background: #87ba6f;
}
div#portoLeft {
  color: #fff;
  width: 330px;
  padding: 20px;
  float: left;
  background: #87ba6f;
}

/*div#portoHead {
  margin: 20px 0 20px 0;
  padding: 20px 0 15px 20px;
  border: solid 1px #6c9859;
  border-width: 1px 0 1px 0;
}*/

div.portRow div {
  float: left;
  padding-top: 5px; 
  margin-bottom: 1px;
  border-top: solid 1px #6c9859;
}

div.portRow div img {
  display: block;
  margin-bottom: 4px;
}

div.portRow div:first-child {
  margin-right: 12px;
}

div#lastRow div { /* If only IE supported last child! */
  border-bottom: solid 1px #6c9859;
  padding-bottom: 1px;
}

div#portoRight {
  background: #fff url("/images/design/patternback.png") top left repeat-x;
  float: left;
  width: 600px;
  padding: 40px 5px 15px 5px;
  min-height: 344px;
  color: #4e6249;
}

table#projectList {
  margin-top: 30px;
}

td.marker {
  width: 15px;
  height: 15px;
  overflow: hidden;
  vertical-align: middle;
  display: block;
  position: relative;
  text-align: center; 
}
td.active {
  background: url('/images/tinybox.png') 2px 7px no-repeat;
}

td.column1,td.column2 {
  width: 285px;
  white-space: nowrap;
  overflow: hidden;
  color: #999;
}

div#portoRight a {
  color: #4e6249;

}

div#portoRightHeader {
  margin-left: 20px;
}

span.portoItemBullet {
  display: inline-block;
  background: #86bb6d;
  width: 6px;
  height: 6px;
}

td,th { 
  vertical-align: top; 
}


