/* 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: white;
}

.vscrollerbar {
width: 8px;
background-color: #fff;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.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;
}

/* ZONES */

/*
body {
	background-color: #989898;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}
*/


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100%;
height: 100%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
/* background-color: #ffffff; */
margin: 0px auto;
padding: 0px;
}

	a {
		text-decoration: none;
		color:#000000;
	}
	a:hover	{
		text-decoration: none;
		background:#ff3300;
		color:#ffffff;
	}
	a:visited {
		text-decoration: none;
		color:#ff6600;
	}
	a:visited:hover {
		text-decoration: none;
		background:#666666;
		color:#ffffff;
	}

