/* Global Css  */
ol {padding: 100px;}
li {line-height: 20px;
     /*text-indent: 10%;
     letter-spacing: 1px;
     word-spacing: 4px;  */
     
   }
a{color: #03c;}

.resizableArea .leftSection
{
	display: block;
	float: left;
	position: absolute;
	/*width: 14%;*/
	height: 100%;
	background: #f9f9f9;
	overflow: auto;
	z-index: 1;
	margin: 0px 4px 0px 0px;
	padding: 0; 
    font: 9pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
}
.resizableArea .splitter
{
	width: 0px;
	position: absolute;
	display: block;
	cursor: pointer; 
	left: 18%;
	height: 100%;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.resizableArea .dev10splitter
{
	width: 5px;
	background-color: #2b3b59;
}
.dev10splitterImage
{
	width: 5px;
	background-color: #2b3b59;
}
.resizableArea .rightSection
{
	overflow: auto;
	border: 0 none;
	background: #fff;
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 99%;
	left:1%;
}
.LibC_lib_grippy
{
	width: 14px;
	height: 100px;
	background-repeat: no-repeat;
}

.LibC_lib_grippy_closed
{
	width: 14px;
	height: 100px;
	background-repeat: no-repeat;
}

.LibC_lib_grippy_Menus_Open
{
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
}
.LibC_lib_grippy_Menus_Closed
{
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
}

.EPadPopup
{
    background-color: White;
	position: absolute;
	left: 40%;
	top: 40%;
	visibility: hidden;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	width: 300px;
}