/*Page related styles for you to view*/
#uutuudet {
width: 530px;
height: 160px;
overflow: auto;
padding: 0.5em;
/*IE overflow fix, position must be relative or absolute*/
position: relative;
/*if you do not want the outline when focused on firefox and IE
use outline: none;, though not recommended as this may confuse
people who likes to do keyboard navigation */
outline: none;
}


#uutuudet {
margin-top: 0px;
margin-left: 10px;
width: 530;
height: 160px;
border-width: 0px;
}

.aligntocenter {
margin: 0.5em auto;
border: 2px solid #A22;
width: 90%;
position: relative;
height: 500px;
}

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

.version {
background: #999;
color: white;
font-size: 75%;
padding: 0 0.4em 0 0.3em;
}


/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

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

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

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
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 for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../img/scroll/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../img/scroll/vscroller.png);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(../img/scroll/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(../img/scroll/hscroller.png);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-image: url(../img/scroll/scrollbaseback.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(../img/scroll/scrollbases.png) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 17px;
width: 7px;
background: url(../img/scroll/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 17px;
background: url(../img/scroll/scrollbases.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 17px;
background: url(../img/scroll/scrollbases.png) -7px 0px no-repeat;
}


#uutuudet .hscrollerbarbeg {
background: url(../img/scroll/hscroller3.png) -9px 0px;
height: 17px;
}

#uutuudet .hscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../img/scroll/hscroller3.png);
height: 17px;
width: 9px;
}

#uutuudet .hscrollerbase {
height: 17px;
}

#uutuudet .hscrollerbasebeg, #uutuudet .hscrollerbaseend {
border: 3px solid #63615A;
height: 5px;
background-image: none;

}

#uutuudet .hscrollerbaseend{
border-width: 0;
background: url(../img/scroll/end.png) bottom;
height: 17px;
width: 9px;
}

#uutuudet .hscrollerbasebeg{
border-width: 0px;
background: url(../img/scroll/start.png) bottom left no-repeat;
height: 17px;
width: 9px;
}

#uutuudet .hscrollerbar {
background-color: #8F9793;
padding: 2px;
}



