/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #000;
}
.vscrollerbar {
	width: 10px;
	background-color: #6CC;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


.flexcroll {
	/* Typical fixed height and fixed width example */
width: 355px;
	height: 158px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;

	margin-top:170px;
	float:right;
	
	padding:0px;
}

.flexcroll p {
color:#9aaa47;
font-size:11px;
}
/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive .emptyspace {
	height: 200px;	padding:0px;
	}

/* you may optionally want to hide the scrollbars */
#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}


.flexcroll li{
padding-top:3px;
padding-bottom:5px;
padding-left:7px;
list-style:none;

margin-right:25px;
margin-top:6px;
text-align:left;
height:40px;
	background-image:url(images/bgMain.jpg);
	background-repeat: repeat;


}
.flexcroll span{
	float:left;
	width:300px;
	color:#09C;
}
.flexcroll div {float:left; position:relative; z-index:0;}
.flexcroll ul{
	width:100%;

padding:0px;
}


 



.flexcroll2 {
	/* Typical fixed height and fixed width example */
width: 356px;
	height: 122px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;

	margin:0px 15px 0px 0px;
	float:left;
	
	padding:0px;
}

.flexcroll2 p {
color:#9aaa47;
font-size:11px;
}
/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive2 .emptyspace2 {
	height: 200px;	padding:0px;
	}

/* you may optionally want to hide the scrollbars */
#mycustomscroll2 .vscrollerbase2 {
	visibility: hidden !important;
}

#mycustomscroll2 .vscrollerbase2 {
	visibility: hidden !important;
}

.flexcroll2 li{
padding-top:3px;
padding-bottom:5px;
padding-left:7px;
list-style:none;

margin-right:19px;
margin-top:6px;
text-align:left;
height:40px;
	background-image:url(images/bgMain.jpg);
	background-repeat: repeat;


}
.flexcroll2 span{
	float:left;
	width:300px;
	color:#09C;
}
.flexcroll2 div {float:left;}
.flexcroll2 ul{
	width:100%;

padding:0px;
}





