/*Page related styles for you to view*/
#test1 {
width: 182px;
height: 320px;
overflow: auto;
font-family: Tahoma;
font-size: 10px;

/* IE overflow fix, position must be relative or absolute*/
position: absolute;
}

#test1 {
left: 0.8em;
position: relative;
top: 1em;
}

#test1 div {
color: #000;
}

#test1 a {
color: #000;
font-weight: bold;
font-size:11px;
}

#test1 p.topmargin 
{margin-top: 5px;}

.aligntocenter {
margin: 0.5em auto;
width: 90%;
position: relative;
height: 299px;
}

.fixedsize {
width: 172px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 7px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 7px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/scroll_top.jpg) 0px 0px;
width: 7px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/scroll_down.jpg);
width: 7px;
height: 10px;
}


/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(images/scroll_back.jpg);

}