﻿.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0px;
}

.vscrollerbasebeg {
background: url(arrows.png) 0px 0px no-repeat;
width: 10px;
height: 10px !important;
}

.vscrollerbaseend {
background: url(arrows.png) -10px 0px no-repeat;
height: 10px;
width: 10px;
}


.vscrollerbase {
width: 10px;
height:10px;
background-color: #CCE6FF;
}

.vscrollerbar {
width: 10px;
background-color: #336699;
/*background-color: #FFFFCC;  */
padding:10px;
}

.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; */
}

#aaascroll {
/* width:100%; */ 
height: 50px !important;
height: 56px;
overflow: auto;
/* margin: 0.3em auto; */
/* padding: 3px; */
display: block;
position: relative;
top: -4px;
left: 0px;
background-color: #CCE6FF;
border: 1px solid #336699;
margin: -6px 6px 6px -6px;
padding: 5px;
}

#aaascroll p {
	margin-top:-1px;
}

#aaascrollwrap {
background-color: #D5DDF0; 
border: 1px solid #9999CC; 
border-bottom: 3px solid #9999CC; 
border-right: 2px solid #9999CC;
}

.shadow {
/*  float:left; */
  background: url(shadowAlpha2.png) no-repeat bottom right !important;
  background: url(shadow2.gif) no-repeat bottom right;
  margin: 15px 0 10px 5px !important;
  margin: 15px 0 0 5px;
}
  
  
