body {
	margin:0px;
	padding:0px;
	background-color:#969696;
	color:#FFFFFF;
	font-size: 9pt;
	font-family: arial;
}

#dlink {
	font-family:arial;
	font-size:8pt;
	color:#555555;
	line-height:20pt;
	text-decoration:none;
}

#hlink {
	font-family:arial;
	font-size:9pt;
	color:#FFFFFF;
	font-weight: bold;
	line-height:10pt;
	text-decoration:underline;
}

a {outline:none;} 

div {
	outline:none;
	font-size:9pt;
	font-family:arial;
	line-height: 14pt;
} 

td {
	font-size:9pt;
} 

a:link {
	font-family:arial;
	font-size:9pt;
	color:#969696;
	line-height:10pt;
	text-decoration:none;
}

a:active {
	font-family:arial;
	font-size:9pt;
	color:#FFFFFF;
	line-height:10pt;
	text-decoration:none;
}

a:visited {
	font-family:arial;
	font-size:9pt;
	color:#969696;
	line-height:10pt;
	text-decoration:none;
}

a:hover {
	font-family:arial;
	font-size:9pt;
	color:#FFFFFF;
	line-height:10pt;
	text-decoration:none;
}

a:focus {
	font-family:arial;
	font-size:9pt;
	color:#6DC6D8;
	line-height:10pt;
	text-decoration:none;
}

#gross {
	font-family:arial;
	font-size:11pt;
	line-height:16pt;
}

#gross_active {
	font-family:arial;
	font-size:11pt;
	line-height:16pt;
	color:#6DC6D8;
}

#trenner {
	font-family:arial;
	font-size:11pt;
	color:#969696;
	line-height:16pt;
}

#active {
	color:#FFFFFF;
}

#top {
	height: 120px;
}

#main {
	width: 100%;
	height: 400px;
	background-color:#555555;
}

#main_td {
	height:400px;
}

#left_td {
	width:55px;
	background-color:#969696;
}


/* Scrollpane */

a.jScrollArrowUp {
	background: url(../layout/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../layout/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.holder {
	float: left;
	margin: 0px;
}

.scroll-pane {
	width: 550px;
	height: 295px;
	overflow: auto;
	float: left;
}

#pane2 {
	height: 295px;
	width: 550px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



form {
  background: transparent;
  border: none;
  margin:0;
  outline:none;
}

input {
  background: #AAAAAA;
  border: 1px solid #fff;
  margin:0;
  height: 18px;
  font-size: 9pt;
  color: #FFFFFF;
  padding: 1pt;
  font-family: arial;
}
textarea {
  font-family: arial;
  background: #AAAAAA;
  border: 1px solid #fff;
  margin:0;
  font-size: 9pt;
  color: #FFFFFF;
  padding: 1pt;
  cursor:#FFFFFF;
}
