@charset "utf-8";

html, body, div, span, a, strong, img, ol, ul, li, h1, h2, h3, h4, p, blockquote, form, fieldset, input, textarea, button, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
}

a, a:hover { text-decoration: none; outline: none; }

label, button { cursor: pointer; }

ul, ol { list-style-type: none; }

			
.jScrollPaneContainer ul {
	list-style-type:disc;
	margin:5px;
}

.jScrollPaneContainer ul li{
	margin:0 0 0 15px ;
	list-style-type:disc;
}


