/* CSS Document */
/*
 * middlegreen: #009999
 * darkgreen: #336699 -> 006a5a
 * middleorange: #ffcc00 -> #feca00
 * yelloworange: #ffff00
 * 
 * Style formatting Team  
*/

 #teamcontent {
   /*border: 1px solid green;*/
   overflow:auto;
   height:355px;
   padding: 0 100px 0 0;
   color: #006649;
 }

 #teamcontent h5
 {
   color: #000;
 }
 .popuphidden
 {
  display:none;
 }
 .popupvisible
 {
  display:block;
  border: 1px solid gray;
  right:47px;
  top:75px;
  position:absolute;
  z-index:100;
  background-color:#c0c0c0;
  padding:3px 3px 3px 3px;
  height: 270px;
  width: 430px;
  overflow:hidden;
  /*filter:alpha(opacity=90); 
  -moz-opacity:0.9;*/
}

#buttonpanel {
 width:100%;
 height:21px;
 padding: 0 0 0 0;
}
 
#picturepanel {
  float:left;
  padding: 0 10px 0 10px;
  position:relative;
  width:110px;
}

#textpanel {
  float:right;
  margin: 0 0 10px 0;
  position:relative;
  width:270px;
  max-height:250px;
  /*font-family: Arial MT, Arial, Helvetica, sans-serif;
  font-weight:bold;*/
}

#textpanel .teamul {
  list-style-type:disc;
  margin-left:20px;
}
#textpanel .teamli {
  margin-bottom: 5px;
}
#textpanel .teamliother {
  margin-bottom: 5px;
}
.popupclose
{
  float:right;	
}