/*
 * SCROLLBAR:
 */

div#scrollbar {
 float: right;
 width: 5px;
 height: 433px;
 background-color: #ffffff;
 border: 1px solid #000000;
}

div#scrollbar.inactive {
 display: none;
}

div#scrollbar div.upActivity {
 width: 100%;
 line-height: 0;
 font-size: 1px;
 text-align: center;
 cursor: pointer;
}

div#scrollbar.inactive div.upActivity {
 cursor: default;
}

div#scrollbar div.upActivity div.up {
 width: auto;
 height: auto;
 line-height: 0;
 font-size: 1px;
 background-color: #000000;
}

div#scrollbar div.downActivity {
 display: none;
 width: 100%;
 line-height: 0;
 font-size: 1px;
 text-align: center;
 cursor: pointer;
}

div#scrollbar.inactive div.downActivity {
 cursor: default;
}

div#scrollbar div.downActivity div.down {
 width: auto;
 height: auto;
 line-height: 0;
 font-size: 1px;
 background-color: #000000;
}

div#scrollbar div.trackActivity {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 line-height: 0;
 font-size: 1px;
 background-color: #ffffff;
 text-align: center;
}

div#scrollbar.hover div.trackActivity {
}

div#scrollbar div.trackActivity div.dragActivity {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 line-height: 0;
 font-size: 1px;
 cursor: pointer;
}

div#scrollbar.inactive div.trackActivity div.dragActivity {
 cursor: default;
}

div#scrollbar div.trackActivity div.dragActivity div.drag {
 width: 100%;
 line-height: 0;
 font-size: 1px;
 background-color: #000000;
}

div#content {
	clip:rect(0pt, 644px, 435px, 0pt);
	float:left;
	height:435px;
	left:0;
	overflow:hidden;
	position:relative;
	top:0;
	width:742px;
}

div#content div.scrollContent {
	left:0;
	margin:0;
	padding:0;
	position:relative;
	top:0;
}

div#middle div.right div.person div.text {
	width:569px;
}

