/*
nemScrollbar.css
Paul Graves Oct '08
Styles for the nemScrollbar widget
*/
/*EDITABLE STYLES - Edit tha styles below to change the widgets look and feel */
.nemScrollbox
{
    background:#ffffff none repeat scroll 0 0;   
    height:50px;
    width:380px;
    margin: 5px 10px 10px 0px;
}

.nemScroll{
	width:20px;
}
.nemScrollbar
{
    background-color:#f8f9fa;
    width:18px;
				border-left:1px solid #B3B3B3;
				border-right:1px solid #CDCDCD;
}

.nemScrollbarHandle
{
    /*background:#000000 url(styles/img/handle.gif) no-repeat scroll 0 0;*/
	background-color: #e4e4e4;
    height:6px;
    width:18px;
	cursor: pointer;
}
.nemScrollbarUp{
	background:transparent url(../../images/nemScrollboxUp.gif) no-repeat scroll 0 0;
	height:18px;
	width:20px;
	cursor: pointer;
}

.nemScrollbarDown{
	background:transparent url(../../images/nemScrollboxDown.gif) no-repeat scroll 0 0;
	height:19px;
	width:20px;
	cursor: pointer;
}

/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.nemScrollbox
{
    overflow:hidden;
    float:left;
}
.nemScrollbar,.nemScrollbarUp,.nemScrollbarDown,.nemScroll{
    float:left;
}
/*END STATIC STYLES */
