/* typography */

@media all {
#scroller, #scroller td {

}
}
/* positioning */
#scrollerNotifications {

	position:relative;
	left:0px;
	top:5px;
	width:100%;
	height:300px;
	clip:rect(0 770 300 0); 
	overflow:hidden;
}
#scrollerNotifications #containerNotifications {
	position:absolute;
	top:10px;
	width:100%;
	height:300px;
	clip:rect(0 730 300 0);
	overflow:hidden;
}
#scrollerNotifications #contentNotifications {
	position:absolute;
	width:98%; 

}
#scrollerNotifications #contentNotifications a {
	text-decoration:none;
}
#scrollerNotifications #contentNotifications a:hover {
	text-decoration:none;
}
#scrollerNotifications #scrollUpNotifications {
	position:absolute;
	left:500px;
	top:3px;
	cursor:pointer;
}
#scrollerNotifications #scrollDnNotifications {
	position:absolute;
	left:500px;
	top:286px;
	cursor:pointer;
}
#scrollerNotifications #scrollbarNotifications {
	position:absolute;
	left:500px;
	top:14px;
	width:12px;
	height:300px;
	clip:rect(0 10 300 0);
}
#scrollerNotifications #thumbNotifications {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
}
#scrollerNotifications #thumbArrowUpNotifications, #scrollerNotifications #thumbArrowDnNotifications {
	position:absolute;
	left:2px;
	visibility:hidden;
}
#scrollerNotifications #markerNotifications {
	position:absolute;
	left:1px;
	top:0px;
	width:8px;
	height:1px;
	clip:rect(0 10 1 0);
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
	visibility:hidden;
}
#scrollerNotifications #scrollerMo5Shim {
	position:absolute;
	left:0px;
	top:5px;
	width:1px;
	height:1px;
}
#scrollerNotifications #elevUpNotifications, #scrollerNotifications #elevDnNotifications {
	position:absolute;
	left:0px;
	top:0px;
	width:12px;
	height:300px;
	overflow:hidden;
	clip:rect(0 10 300 0);
}



/*Quick Links*/

#scrollerQuickLinks {

	position:relative;
	left:0px;
	top:5px;
	width:100%;
	height:300px;
	clip:rect(0 250 300 0); 
	overflow:hidden;
}
#scrollerQuickLinks #containerQuickLinks {
	position:absolute;
	top:10px;
	width:100%;
	height:300px;
	clip:rect(0 250 300 0);
	overflow:hidden;
}
#scrollerQuickLinks #contentQuickLinks {
	position:absolute;
	width:98%; 

}
#scrollerQuickLinks #contentQuickLinks a {
	text-decoration:none;
}
#scrollerQuickLinks #contentQuickLinks a:hover {
	text-decoration:none;
}
#scrollerQuickLinks #scrollUpQuickLinks {
	position:absolute;
	left:170px;
	top:3px;
	cursor:pointer;
}
#scrollerQuickLinks #scrollDnQuickLinks {
	position:absolute;
	left:170px;
	top:286px;
	cursor:pointer;
}
#scrollerQuickLinks #scrollbarQuickLinks {
	position:absolute;
	left:170px;
	top:14px;
	width:12px;
	height:300px;
	clip:rect(0 10 300 0);
}
#scrollerQuickLinks #thumbQuickLinks {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
}
#scrollerQuickLinks #thumbArrowUpQuickLinks, #scrollerQuickLinks #thumbArrowDnQuickLinks {
	position:absolute;
	left:2px;
	visibility:hidden;
}
#scrollerQuickLinks #markerQuickLinks {
	position:absolute;
	left:1px;
	top:0px;
	width:8px;
	height:1px;
	clip:rect(0 10 1 0);
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
	visibility:hidden;
}
#scrollerQuickLinks #scrollerMo5Shim {
	position:absolute;
	left:0px;
	top:5px;
	width:1px;
	height:1px;
}
#scrollerQuickLinks #elevUpQuickLinks, #scrollerQuickLinks #elevDnQuickLinks {
	position:absolute;
	left:0px;
	top:0px;
	width:12px;
	height:300px;
	overflow:hidden;
	clip:rect(0 10 300 0);
}


