

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#sc_down{
overflow:hidden;
background-repeat:no-repeat;
height:16px;
width:16px;
background:url(../png/down.png);
position:absolute;
z-index:2;
right:0px;
bottom:0px;
}

#sc_up{
overflow:hidden;
background-repeat:no-repeat;
height:16px;
width:16px;
background:url(../png/up.png);
position:absolute;
z-index:2;
right:0px;
top:0px;
}


#sc_up1{
height:16px;
width:16px;
background:url(../png/up.png);
position:relative;
z-index:2;
left:359px;
bottom:84px;
}

#sc_down1{
height:16px;
width:16px;
background:url(../png/down.png);
position:relative;
z-index:2;
left:359px;
top:278px;
}

#white{
width:832px;
height:407px;
margin-left: 7px;
position:relative;
top:7px;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 752px;
height: 335px;
overflow: auto;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

float:left;
margin-top:16px;
padding:20px;
padding-right:60px;
vertical-align:top;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
overflow: auto;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;


position:absolute;
top:0px;
left:5px;
width:350px;
height:348px;
margin-top:28px;
margin-left:6px;
padding:7px;
}



#mycustomscroll a
{
color:#FFFFFF;
}

#mycustomscroll a.red
{
color:#DD0000;
}


#mycustomscroll a:hover
{
color:#DD0000;
text-decoration:none;
}



.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
background-image:url(../png/scrllback.png);

width: 16px;
}
.vscrollerbar {
width: 16px;
height:30px;
background:url(../png/scroller.png);
background-position:top;
background-repeat:repeat-y;
}

.vscrollerbar:hover {


cursor:pointer;

}


.hscrollerbase {
height: 10px;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 16px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;

}
