/* modify shared styles */
#mainContent {
	margin: 10px 0 20px 0;
}

html {
	scrollbar-base-color: #eee;
	scrollbar-arrow-color: #666;
	scrollbar-track-color: #efefef;
	
	scrollbar-shadow-color: #999;
	scrollbar-lightshadow-color: #bbb;
	scrollbar-darkshadow-color: #666;
	
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #878787;
}

/* page specific */

#representativesContainer {
	
}

#representativesHeader {
	width: 777px;
	height: 35px;
	background-color: #f2a18e;
}

#representativesHeader img.label {
	margin-top: 5px;
	padding: 5px 5px 4px 13px;
	background-color: #fff;
}

ul.representativesColumn {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	float: left;
	background: url(../img/dots_vertical.gif) top right repeat-y;
	margin-left: 10px;
	width: 180px;
}
ul.representativesColumn.first {
	margin: 0;
}
ul.representativesColumn.last {
	background: none;
}
ul.representativesColumn li {
	line-height: 18px;
	padding-right: 10px;
	margin-bottom: 8px;
	line-height: 12px;
}

/* thumbnails */
#representativesShuffleContainer {
	background: url(../img/dots_vertical.gif) top left repeat-y;
	float: right;
	position: relative;
}

#representativesShuffle {
	background: url(../img/obliquelines_bg.gif);
	width: 517px;
	margin-left: 1px;
	padding: 10px 0;
	height: 396px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#frameRowsBox {
	height: 396px;
}

ul.frameRow {
	clear: both;
	margin: 0 0 0 11px;
	padding: 0;
	list-style: none;
}

ul.frameRow li.frame {
	width: 102px;
	background: url(../img/slide_frame.gif) top center no-repeat;
	height: 132px;
	float: left;
	margin: 0 6px 0 0;
	display: inline;
	text-align: right;
	padding: 6px 6px 0 6px;
}
ul.frameRow li.frame .cropLayer {
	width: 102px;
	height: 102px;
	overflow: hidden;
}

ul.frameRow li.frame .imgPlaceholder {
	width: 100px;
	height: 100px;
	/*overflow: hidden;*/ /* Safari 3.1 issue */
	text-align: center;
	border: 1px solid #e0e0e2;
	vertical-align: middle;
	display: table-cell;
}

ul.frameRow li.frame .txt {
	height: 18px;
	color: #999;
	width: 102px;
	white-space: nowrap;
	overflow: hidden;
}

ul.frameRow li.frame .txt a {
	color: #999;
}

ul.frameRow li.frame .txt a:hover {
	color: #000;
}

ul.frameRow li.frame .imgPlaceholder img {
	vertical-align: middle;
	margin-top: expression((100 - this.height)/2);
}

/* representative details */

#representativeDetails {
	position: relative;
	width: 250px;
}

#representativeText {
	height: 416px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#representativeDetails .textScrollButtons {
	position: absolute;
	right: 0;
	margin-top: 10px;
}
#representativeDetails .textScrollButtons img {
	margin: 5px 0;
	cursor: hand;
	cursor: pointer;
}
