/* root element for scrollable DMS revise Mar 15 2009*/
div.scrollable {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width --outer container-- */	
	height: 310px;	 
	width: 140px;
	margin-top:2px;
        margin-bottom:4px;
	margin-left:8px; 	
	
	/* decoration chiseled border top right light*/
	padding:0px 0px;
	border:1px; /* outset #ccc;*/
	background-color:#d2dcd0;
}

/* root element for scrollable items */
div.scrollable div.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	
	/* decoration outer container*/
	margin-top:2px;
        margin-left:4px;
        margin-bottom:0px; 
	background-color:#d2dcd0;
}

/* 
	same settings as in horizontal scroller except that these items 
	are not floated  
	 - these are the individual buttons
*/
div.scrollable div.items div {

	width:122px;
        height:90px;
	padding:2px 2px;
	font-size:30px;
	font-family:'verdana';
	border:2px; /* outset #ccc; */
	background-color: #e5eee2;
	-moz-border-radius:8px;
	margin-bottom:0px;
	margin-top:2px;
	margin-left:4px;
	margin-right:0px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
/* STYLES ADDED 18 SEP 06 */
.left_col_text {
	font-size: .875em;
	margin-left:6px;
width: 122px;
margin-top:0px;
border:1px;
}