@charset "UTF-8";
/* CSS Document */

/* scrollable div area */
#scrollable1 {
	float: left;
	width: 900px;
	height: 500px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	
	}

/* vertical track */
#track1 {
	float: left;
	width: 1px;
	height: 1px;
	margin-left: 0px;
	background-color: #fff;
	visibility: hidden;
	}

/* vertical track handle */
#handle1 {
	width: 1px;
	height: 1px;
	background-color: #fff;
	cursor: move;
	visibility: hidden;
	}

/* horizontal track */
#track2 {
	float: left;
	/*clear: both;*/
	width: 900px;
	height: 12px;
	margin: 2px 0 24px 0;
	background-color: #fbcce8;
	}

/* horizontal track handle */
#handle2 {
	width: 71px;
	height: 16px;
	margin-top: -2px;
	background-color: #c80000;
	background-image: url(images/scroll_pink.gif);
	background-repeat: repeat-x;
	cursor: move;
	}

#scrollable1 td {
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	}

#scrollable1 p {
	width: 100px;
	color: #808080;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px 15px;
	margin: 0 5px 0 0px;
	border-right: 1px solid #cccccc;
	}





/* -----------------------
	BELOW NOT IN USE!!!!!
   -----------------------*/



/* scrollable div area */
#scrollable2 {
	float: left;
	width: 700px;
	height: 400px;
	padding: 0px;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	overflow: hidden;
	white-space: nowrap;
	}

/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 15px;
	height: 201px;
	background: transparent url(images/scrollbar-track-bottom.png) no-repeat bottom left;
	}

/* top image of track */
#track3-top {
	position: absolute;
	width: 15px;
	height: 15px;
	/*background: transparent url(images/scrollbar-track-top.png) no-repeat top left;*/
	}

/* vertical track */
#track3 {
	position: absolute;
	width: 15px;
	height: 201px;
	}

/* vertical track handle */
#handle3 {
	width: 15px;
	height: 37px;
	}

/* wrap to make sure that image area is clickable */
#wrap4 {
	float: left;
	clear: both;
	width: 301px;
	height: 15px;
	/*background: transparent url(images/scrollbar-track-right.png) no-repeat top right;*/
	}

/* left image of track */
#track4-left {
	position: absolute;
	width: 15px;
	height: 15px;
	/*background: transparent url(images/scrollbar-track-left.png) no-repeat top left;*/
	}

/* horizontal track */
#track4 {
	position: absolute;
	width: 301px;
	height: 15px;
	}

/* horizontal track handle */
#handle4 {
	width: 37px;
	height: 15px;
	}
