/* CSS Document */
#date {
	font-size: 9px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: -15px;
}
#box h1 {
	padding: 0;
	text-decoration: none;
	font: bold 10px/10px verdana, sans-serif;
}
#box p {
	padding: 0;
	text-decoration: none;
	margin: 0 0 10px 0;
	font: 9px/10px verdana, sans-serif;
}
#box a {
	text-decoration: none;
	color: #505A63;
}
#box {
	position: absolute;
	display: block;
	width: 158px;
	height: 320px;
	border: 1px solid #8F9AA4;
	background-image: url(img/bkg_column.gif);
	z-index: auto;
	float: right;
	margin: auto;
	top: 134px;
	right: 4px;
}
#up {
	position: absolute; 
	right: 5px; 
	top: 25px; 
	z-index: 2; 
	cursor: pointer;}
#track {
	position: absolute;
	right: 5px;
	top: 31px;
	z-index: 3;
	background-image: url(img/bkg_slidetrack.gif);
	background-repeat: repeat-y;
	height: 280px;
	background-position: center top;
}
#drag {
	position: absolute;
	top: 31px;
	right: 5px;
	z-index: 4;
	cursor: pointer;
}
#down {
	position: absolute; 
	right: 5px; 
	bottom: 6px; 
	z-index: 5; 
	cursor: pointer;
}
#contentMask {
	position: absolute; 
	left: 5px; 
	top: 25px; 
	width: 138px; 
	height: 280px; 
	clip: rect(0pt,230px,290px,0pt); 
	overflow: hidden; 
	z-index: 6;
}
#content {
	position: absolute; 
	left: 0pt; 
	top: 0pt; 
	width: 138px;
}
#boxheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
/*	background-image: url(img/bkg_column_active.gif); */
	height: 20px;
	padding-left: 5px;
	display: block;
	line-height: 18px;
}
