@charset "UTF-8";

.basic_style p{ font-size:9px; line-height:11px; font-family:Arial, sans-serif; color:#272525; position:relative; margin:8px 0 8px 0px;}
.basic_style h2{ font-size:9px; line-height:11px; color:#53338E; font-weight: bold; font-family:Arial, sans-serif; margin:8px 0 8px 0px;}
.basic_style a{ text-decoration:underline; color:#272525; font-size:9px; line-height:11px; font-family:Arial }
#title{ font-size:12px; line-height:13px; color:#272525; font-weight: bold; font-family:Arial, sans-serif; margin:5px 0 0 0px;}
#box { border: 2px solid; display: block; width: 252px; padding: 0px 7px; margin: 3px -3px; }
#box p { width: 255px;  margin-bottom:2px;}
#sup { vertical-align:2px; font-size:7px; line-height:7px;}
#sup2 { margin-left:-4px;  vertical-align:2px; font-size:7px; line-height:7px;}
#sup3 { margin-left:-4px;  vertical-align:0px; font-size:10px; line-height:10px;}
#link {  text-decoration:underline; cursor:pointer}

.reference{ font-size:9px; line-height:9px;}

ul{ font-size:9px; line-height:11px; font-family:Arial, sans-serif; color:#272525; position:relative; margin:2px 0 10px -20px;}

ul li{ margin-bottom:5px;}





#relypsaLogo{ position: relative; display: block; clear: both; left:76px}
#textContent{ display:none;  -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; }
#scrollCollapsed{
	top: 193px;
	left: 0px;
	width: 320px;
	height: 44px; /*border:1px solid #000;*/
	position: absolute;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none; }

/***** SCROLL ELEMENT STYLES ******/

.mask{
	height: 100%;
	width:285px;
	overflow: hidden;
	 -moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 top:-4px}

.scrollContainer{
	width: 360px;
	height: 100%;
	padding-left: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	  user-select: none;          /* Likely future */
}

.textWrapper{
	width: 270px;
	padding-left:5px;
	 -moz-user-select: text;
	 -webkit-user-select: text;
	 -ms-user-select: text;
	 user-select: text;}

.scrollBar{
	position: absolute;
    width: 7px;
    height: 38px;
	right: 24px;
    top: 3px;
}
.rail{
	position:relative;
	width:7px;
	height:38px;
	background:transparent;
	background-repeat:no-repeat;
	left:1px;
	}
.knob{
	position: absolute;
	width: 5px;
	height: 24px;
	left:0px;
	top: 0px;
	cursor: pointer;
	background:#53338E;
	border-radius:0px;
}

.upBtn{
	position:relative;
	width:100%;
	height:10%;
	left: -3px;
	/*margin-top:2px;*/
	background:#eceded;
	cursor:pointer;
	}

.downBtn{
	position:relative;
	width:100%;
	height:10%;
	left: -3px;
	/*margin-top:2px;*/
	background:#eceded;
	cursor:pointer;
	}
	
.green{
	color:#00b4aa;}
	
.black{
	color:#5b676f;}