#show, #hide{
	cursor:pointer;
	font-weight:bold;
}

#cds-container{
	padding:8px;
	border:1px solid #000;
	background-color:#0093DD;
}

div.cds h2, #fph1 {
	font-family:tahoma;
	font-size:12px;
	color:#FFEF63;
	text-align:left;
	
}

div.cds p {
	color:#fff;
	font-family:tahoma;
	font-size:12px;
	text-align:justify;
}

div.cds ul {
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none
}

div.cds a {
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none
}

div.cds a:hover {
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:underline
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color:#cccccc;
	padding: 0px;
}

.jScrollPaneDrag {
	position: absolute;
	border:1px solid #cccccc;
	background-color:#000000;
	cursor: pointer;
	overflow: hidden;
}