/**
	* The positioning on this page uses a fix for
	* the IE/Win Guillotine Bug.
	*/

#biocontainer {
	padding:0;
	margin:0;
}

/* Contain the floats using the :after method */
#biocontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

/*  \*/
* html #biocontainer {
	height: 1%;
}
/*  */
/* End float containing rules */


#leftbio {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
	display: inline;
}
#rightbio {
	float: right;
	margin: 0;
	padding: 0;
	width: 49%;
	display: inline;
}

/* Apply Holly Hack to the non-floated content */
/*  \*/
* html .hollyhacked {
	height: 1%;
}
/*  */
.function { font-weight:bold;}

ul.bio {
	clear: both;
  margin: 0;
  padding: 0;
	list-style:none;
  }
ul.bio li {
	clear: both;
	list-style:none;
  margin: 0 0 6px 0;
  padding: 0;
  height:100px;
  border-bottom:1px dashed #000;
}
ul.bio li.odd {
	background-color: #f2f2f2;
}
ul.bio li.even {
		background-color: #fff;
}
div.person_details {
	padding:18px 0 0 106px;
}

.editable {
	padding:0;
	margin:0;
	border-bottom:1px dashed #c00029;
	cursor:pointer;
}

.sc_formfield input {
	padding:0 5px;
	margin:0 5px;
	border:1px solid black;
}

*html .sc_formfield input {

}

/* dev */
#staffpics {
	width:0;
	overflow:hidden;
}
.staffpicsimg {
	overflow:hidden;
	display:none;
}
#pictoggle {
	cursor:hand;
	cursor:pointer;
	text-decoration:underline;
	padding-right: 20px;
	padding-bottom: 3px;
	line-height: 22px;
}
#pictoggle.right {
	background: url(../about/gfx/right.gif) top right no-repeat;
}
#pictoggle.left {
	background: url(../about/gfx/left.gif) top right no-repeat;
}
/* login */
#loginbox {
	border:1px solid #af0f23;
	background: #fbc4cb;
	padding:5px;
}
#loginsubpanel {
  position:absolute;
  margin-top:6px;
  width:500px;
  height:150px;
  z-index:101;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  background: #f5f5f5;
  opacity:0.9;
  filter:alpha(opacity:90);
}
#loginsubpanel div {
  padding:8px
}

#loginsubpanel div a {
  float:right;
}

/**
	* Fuzzy Drop Shadows
	*/
.alpha-shadow {
  float: left;
  background: url(../gfx/shadow/shadow1.gif) no-repeat bottom right;
  margin: 1px 0 0 10px !important;
  margin: 1px 0 0 5px;
}

.alpha-shadow div {
  background: url(../gfx/shadow/shadow2.png) no-repeat left top !important;
  background: url(../gfx/shadow/shadow2.gif) no-repeat left top;
  padding: 0 5px 5px 0;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 2px;
}
