﻿/*Page related styles for you to view*/
#test1, #test2, #test3 {
overflow: auto;
margin: 0px;
padding: 0px;
/*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;
}

#test2 {
width: 370px;
height: 450px;
top: 0px;
border-width:0;
}

#lien {
width: 400px;
}

#lien a:link {
	color: #A0BE47;
	font-style: normal;
	text-decoration: none;
}
#lien a:visited {
	color: #A0BE47;
	text-decoration: none;
}
 #lien a:hover {
	color: #F4BA35;
}
#lien a:active {
	color: #F4BA35;
	text-decoration: none;
}



.aligntocenter {
border: 2px solid #A22;
width: 90%;
position: relative;
height: 400px;
}

.fixedsize {
width: 400px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.version {
font-size: 75%;
padding: 0 0.4em 0 0.3em;
}

#test2 ul {
font-size: 10pt;
margin:0.1em 0.3em;
width: auto;
}

#test2 ul ul {
	padding-top:0.1em;
	padding-bottom:0.1em;
	}

#test2 h5 {
	margin-bottom: 0.2em;
	}

#test2 li li {
font-size: 9pt;
margin: 0;
}

/* 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(../images/scroll/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scroll/vscroller.png);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(../images/scroll/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(../images/scroll/hscroller.png);
height: 15px;
width: 10px;
}



/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */
#test2 .vscrollerbarbeg {
background: url(../images/scroll/vscroller2.png) 0px -9px;
width: 18px;
height: auto;
}

#test2 .vscrollerbarend {
background: url(../images/scroll/vscroller2.png);
width: 18px;
height: 9px;
}

#test2 .vscrollerbase {
width: 18px;
}

#test2 .vscrollerbar {
padding: 0px;
}

#test2 .vscrollerbasebeg, #test2 .vscrollerbaseend {
background-image: none;
}


