.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	width: 4px;
	height: 100%;
	background: red;
	background: #6f4717;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #6f4717;
	position: relative;
}

.jspDrag
{
	background: #a78b45;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

body {
	background: #000000;
	font-family:;
}
.tdcontent {
	background: #000000 url(images/bg.jpg) center center no-repeat;
}
.skrolajme {
	width:520px;
	height:238px;
	font-size:12px;
	overflow: auto;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	line-height:150%;
}
.skrolajme a{
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #99a7aa;
	font-weight:normal;
}
.skrolajme img{
	margin:3px;
}
td.topmenu {
	font-size:16px;
	color:#efedd6;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}
td.topmenu a{
	color:#efedd6;
	text-decoration:none;
}
.delimiter {
	margin:0 6px 0 6px;
	font-size:20px;
}
td.footer{
	font-size:10px;
	color:#99a7aa;
	font-family: Helvetica, Arial, sans-serif;
}
td.footer a{
	color:#ffffff;
	text-decoration:none;
}
