/* scrollable div area */

#scrollable {
	float: left;
	width: 525px;
	height: 370px;
	margin:0px;padding:0px;
	border-top: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
}
#scrollabletop {
	margin-left:103px;
	float: left;
	width: 525px;
	overflow: hidden;
	white-space: nowrap;
}
#scrollableside {
	float: left;
	width: 100px;
	height: 370px;
	border-right:3px ridge gray;
	overflow: hidden;
	white-space: nowrap;
	margin:1px 0px;padding:0px;
	
}
/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 15px;
	height: 371px;
	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: 371px;
}

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

/* wrap to make sure that image area is clickable */
#wrap4 {
	float: left;
	margin-left:100px;
	clear: both;
	width: 526px;
	height: 15px;
	background: transparent url(./images/scrollbar-track-right2.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: 526px;
	height: 15px;
}

/* horizontal track handle */
#handle4 {
	width: 37px;
	height: 15px;
}
.ctr{
padding:0px;margin:0px;
clear:both;
width:1120px;
line-height:11px;
}
.cth{
padding:0px;margin:0px;
width:1120px;

}
.ctd{
background-color:#ddd;
text-align:center;
width:42px;
float:left;
border-top:1px solid gray;
border-left:1px solid gray;
border-bottom:3px ridge gray;
font-size:12px;
}
.ctd1{
background-color:#ddd;
font-size:12px;
width:100px;
height:22px;
float:left;
border-top:1px solid gray;
border-left:1px solid gray;
border-bottom:0px ridge gray;
border-right:0px ridge gray;
margin:0px;
padding:0px;
}
.databox{
text-align:center;
height:22px;
width:42px;
border-top:1px solid gray;
border-left:1px solid gray;
border-bottom:0px ridge gray;
border-right:0px;
margin:0px;
padding:0px;
}
.databox:focus{
background-color:#D7FDFF;

}