/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 10px;
background: url(/images/flexcroll_vscrollerbar.png) repeat-y; 
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 8px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 17px;
background: url(/images/flexcroll_vscrollerbarbeg.png) no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height: 8px;
width: 17px;
background: url(/images/flexcroll_vscrollerbarend.png) no-repeat;
}

.vscrollerbase {
width: 17px;
background: url(/images/dummy.gif) repeat-y; /* + #eee */
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 17px;
height: 19px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(/images/flexcroll_vscrollerbasebeg.png) no-repeat;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 15px;
width: 17px;
background: url(/images/flexcroll_vscrollerbaseend.png) no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 16px; background-color: transparent;
}
.hscrollerbar {
height: 16px; background-color: transparent;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 18px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 12px;
height: 12px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: transparent;
}

/* Scroll Bar Master Styling Ends Here */

/* Styling til specifikke steder på sitet *****************/

#kurser #kursusTBL .vscrollerbar, #kurser #infoDIV .vscrollerbar, #nyViden #indhold .vscrollerbar, #faq #indhold .vscrollerbar, #undervisere #billedContainer .vscrollerbar, #undervisere_lille #topNav .vscrollerbar, .genericAdminTable .vscrollerbar {
	background: url(/images/flexcroll_vscrollerbar_thin.png) repeat-y;
}

#kurser #kursusTBL .vscrollerbarbeg, #kurser #infoDIV .vscrollerbarbeg, #nyViden #indhold .vscrollerbarbeg, #faq #indhold .vscrollerbarbeg, #undervisere #billedContainer .vscrollerbarbeg, #undervisere_lille #topNav .vscrollerbarbeg, .genericAdminTable .vscrollerbarbeg  {
	background: url(/images/flexcroll_vscrollerbarbeg_thin.png) no-repeat;
}

#kurser #kursusTBL .vscrollerbarend, #kurser #infoDIV .vscrollerbarend, #nyViden #indhold .vscrollerbarend, #faq #indhold .vscrollerbarend, #undervisere #billedContainer .vscrollerbarend, #undervisere_lille #topNav .vscrollerbarend, .genericAdminTable .vscrollerbarend  {
	background: url(/images/flexcroll_vscrollerbarend_thin.png) no-repeat;
}

#kurser #kursusTBL .vscrollerbasebeg, #kurser #infoDIV .vscrollerbasebeg, #nyViden #indhold .vscrollerbasebeg, #faq #indhold .vscrollerbasebeg, #undervisere #billedContainer .vscrollerbasebeg, #undervisere_lille #topNav .vscrollerbasebeg, .genericAdminTable .vscrollerbasebeg {
	background: url(/images/flexcroll_vscrollerbasebeg_thin.png) no-repeat;
}

#kurser #kursusTBL .vscrollerbaseend, #kurser #infoDIV .vscrollerbaseend, #nyViden #indhold .vscrollerbaseend, #faq #indhold .vscrollerbaseend, #undervisere #billedContainer .vscrollerbaseend, #undervisere_lille #topNav .vscrollerbaseend, .genericAdminTable .vscrollerbaseend {
	background: url(/images/flexcroll_vscrollerbaseend_thin.png) no-repeat;
}
