/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 1px;
border: 0px solid black;
padding-left: 20px;
background-color: lightyellow;
}

#pscroller2{
width: 935px;
height: 12px;
border: 0px solid black;
/*padding: 3px;*/
padding-left: 18px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #666666;
padding: 0px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
