/* root element for scrollable DMS revise 2011Mar20; 2009Mar15 */
div.scrollable {  
	
	/* required settings */
	position:absolute;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width --outer container-- */	
	height: 440px;	 
	width: 150px;
	margin-top:0px;
        margin-bottom:10px;
/*	margin-left:0px; 	*/
	
	/* 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:relative;
	
	/* this time we have very large space for height */	
	height:376px;	
	
	/* decoration outer container*/
	margin-top:0px;
/*        margin-left:8px; */
        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:12px;
	font-family:'Verdana';
	border:0px; /* outset #ccc; */
	background-color: #d2dcd0;
	-moz-border-radius:8px;
/*	margin-bottom:0px; 
	margin-top:0px;           */
	margin-left:4px;
/*	margin-right:0px;          */
padding-right:4px;
padding-left:4px;
padding-top:2px;
paddingbottom:2px;
}

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