/*adapted from the postgrad progression site*/
#tabs {
  float:left;
  width: 100%; /* 500px;  was  width:100%; */
  background:transparent url("images/tab_bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#tabs ul#tablist {
  margin:0;
  padding:10px 10px 0;
  }
#tabs li {
  float:left;
  background:url("/eportfolio/Images/other/tab_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  list-style-type:none;
  list-style-image:none !important;
  }
#tabs a {
  float:left;
  
  background:url("/eportfolio/Images/other/tab_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none !important;
  font-weight:bold;
  color:#333 !important;
  }
  
#tabs a:hover {
  color:#666 !important;
  }
#tabs #select {
  background-image:url("/eportfolio/Images/other/tab_left_on.gif");
  border-width:0;
  }
#tabs #select a {
  background-image:url("/eportfolio/Images/other/tab_right_on.gif");
  padding-bottom:5px;
  }

#tab_text {
  float:left;
  
  background:url("/eportfolio/Images/other/tab_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none !important;
  font-weight:bold;
  color:#8B8B8B !important;
  }


#main_box{
  border:#696969 1px solid;
  margin:0px;
  padding:3px;
  width: 514px;
}

#tabbed_content{
  margin:0px;
  padding:12px 6px 6px 6px ;
}

