﻿/*Page related styles for you to view*/
/*#formation_encart_text{
	float:left;
	width:410px;
	margin-right:20px;
	margin-top:80px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
	padding:0 10px 0 10px;
	border:1px solid blue;
	height:338px;
	overflow: auto;

	z-index:100;
	outline: none;
}*/

.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-image:url(../web/images/dupplicate.gif);
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(../web/images/vscroller2.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
}


/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles 
#formation_encart_text .vscrollerbarbeg {
	background: url(../web/images/vscroller2.png) 0px -9px;
	width: 18px;
	height: auto;
}
#formation_encart_text .vscrollerbarend {
	background: url(../web/images/vscroller2.png);
	width: 18px;
	height: 9px;
}
#formation_encart_text .vscrollerbase {
	width: 18px;
	background: #F2ACB8 none;
}
#formation_encart_text .vscrollerbar {
	background-color: #F4D2D6;
	padding: 0px;
}
#formation_encart_text .vscrollerbasebeg, 
#formation_encart_text .vscrollerbaseend {
	background-image: none;
}*/