@charset "utf-8";
/*-------------------*/

#staffcontents dl,  #staff, #title, #title2  {
	margin: 0px 0px 10px;
	padding: 0px;
}
#staffcontents {
	margin: 0px 0px 10px;
	padding: 10px 0px;
	border-top: 1px dotted #666666;
}

#staffcontents p.photo {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 133px;
}
#staffcontents p.photo2 {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#staffcontents p.name {
	margin: 0px 0px 5px;
	padding: 5px 0px 5px 10px;
	color: #FFF;
	line-height: normal;
	font-size: large;
	background: #999;
	_zoom: 1; 
	overflow: hidden;
}
#staffcontents p.name2  {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: x-small;
	line-height: normal;
	color: #666;
	text-align: right;
}

#staffcontents dl {
	margin: 10px 0px;
	padding: 0px;
	clear: left;
}
#staffcontents dt {
	font-weight: bold;
	color: #990000;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 130px;
	border-top: 1px none #CCCCCC;
}
#staffcontents dd {
	margin: 0px;
	padding: 0px 0px 0px 140px;
	border-top: 1px dotted #CCCCCC;
}
dl#title {
	margin: 0px 0px 20px;
}
#title dt {
	font-size: small;
	color: #CC0000;
	margin: 0px 0px 5px;
	line-height: normal;
	font-weight: bold;
	border-left: 5px solid #990000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}

#title dd {
	margin: 0px 0px 10px 18px;
	padding: 0px;
}

#title2  dt {
	font-size: small;
	line-height: normal;
	font-weight: bold;
	padding: 6px 6px 6px 12px;
	color: #CC0000;
	background: #f2f2f2;
	margin: 0px 0px 5px;
}
#title2    dd   {
	margin: 0px 0px 10px 24px;
	padding: 0px;
}

#staff ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#staff li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: small;
	font-weight: bold;
}
#staff a {
	border: 1px solid #999999;
	padding: 5px;
	display: block;
	margin: 0px;
	height: 20px;
	width: 130px;
}
#staff a:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}
a.pad20 {
	padding-top: 20px;
	margin-top: 20px;

}

/*----------Portamento.js-------------*/
#portamento_container {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #staff {
	float:none;
	position:absolute;
} /* no need to float anymore, become absolutely positoned */
#portamento_container #staff.fixed {
	position:fixed;
} /* if the panel is sliding, it needs position:fixed */

