/* Mozilla */
html {
	height:100%;
	font-family: Verdana;	
	font-size: 8pt;
}
/* IE */
body {
	height:100%;
	margin:0%;
 	padding:0%;
	font-family: Verdana;	
	font-size: 8pt;
}
#box{
	width:100%;
	margin:0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	background-color: #FFF;
}
#container_header{	
	height:60px;	
	background:#fff;	
}
#container_body {
	background-color: #FFF;	
	width: 100%;
	height: 100%;
	border-top: 1px solid #000;			
}
#container_body_left {
	background-color: #FFF;	
	float: left;		
	overflow:hidden; 
	z-index:4;
	width: 205px;
}
#container_body_middle {	
	background-image: url(../images/vdockbar1.gif);	
	background-repeat: repeat-y;
	float: left;	
	position: relative;	
	height:100%;
	width: 10px;
	z-index:5;
	cursor:w-resize;
}
#container_body_right {
	background-color: #FFF;
	padding: 4px;	
	overflow: auto;	
	height: 100%;
	
}
#mainContent {
	width:100%; 
	height:100%; 
}
#container_footer {
  	width: 100%;
  	background: #CCC;
  	position: absolute;
  	bottom: 0;
  	height: 20px;
 	line-height: 20px;
	text-align:center;
}
.container-chart {
	float:left; 
	padding: 1px;
}
.container-object {
	float:left; 
	padding: 1px; 
	text-align:center;
}
a.accordion-link, a.tasklist-link {
	font-size:11px;	
	font-weight:normal;	
}
a.accordion-link:hover, a.tasklist-link:hover {
	color: #00468C;	
}
.padding {	
	padding: 4px;
}
.margin {	
	margin: 4px;
}
fieldset { margin:5px; padding: 8px;}
form {
	padding: 0px;
	margin: 0px;
}
table {
	font-family: Verdana;	
	font-size: 8pt;		
	empty-cells: show;	
}
h5 {
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-top: 8px;
}
h6 {
	padding-bottom: 1px;
	margin-bottom: 2px;
	margin-top: 8px;
}
a {
	color: #00468C;
	text-decoration: none;
	font-weight: bold;
}
iframe#content_iframe {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	display:block;
	border: 0;
	
}
img.noborder {
	border: none;
}
img.inline {
	padding: 8px;
}

ul.accordion-link {
	list-style-type: none;
	padding: 0 4px;
	margin: 0 0 0 -23px;
}
ul.accordion-link li {	
	background-repeat: no-repeat;
	background-position: 18px .4em 0 .4em;
	padding-left: 2em;
}

li.accordion-link {
	background-image: url(../images/bullet_blue.png);	
	margin: 0 0 0 0px;
}
li.tasklist-link {
	background-image: url(../images/progress.gif);
	margin: 0 0 0 0px;
}
li.lsimage {
	list-style-image: url(../images/accept.png);
	padding: 3px 0px;
}
li ul li.lsimage {
	list-style-image: url(../images/corner.gif);
	padding: 3px 0px;
}
select.filter , select.sort {
	background-color: #B9B9B9;
	border-bottom: solid 1px black;	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
	padding: 0.75pt;
	margin: 0.5pt;	
	height: 12pt;
	font-size: 7.5pt;
	color:#333333;
}
select.filter {
	width: 90%;
}

tr.thin{
	line-height: 2px;	
}
#warnung {
	padding: 0.3em 0.7em;		
}
#warnung span{
	float: left; margin-right: 0.3em;
}

.header {
	margin: 5px;	
}
.bgrnd3 .bgrnd5 {
	background-color: Gray;
	color: White;
}
.header {
	padding: 4px;
}
.header-smal {
	padding: 3px;
}
.button {
	padding: 2px;
	margin: 2px;
	cursor:pointer;
}
.pointer {
	cursor:pointer;
}
.imgbutton {
	opacity: 10; 
	filter:Alpha(Opacity=0.5);	
}
.chartContainer {
	float: left;
	margin: 5px;
	padding: 5px;	
	text-align:center;	
}
.objectContainer {
	float: left;
	margin: 5px;
	padding: 5px;	
	text-align:center;	
}
.right {
	float: right;
}
.left {
	float: left;
}
.required {
	border: 1px solid #C47B7B;	
	background-color: #EAEBEE;
}
.need {
	border: 1px solid #C47B7B;	
	background-color: #EAEBEE;
}
.mono {
	font-family: monospace;
}
.hidden {
	visibility: hidden;
}
.max {
	width: 99%;
}
.big {
	width: 190px;
}
.large {
	width: 155pt;
}
.medium {
	width: 110px;
}
.smal {
	width: 90px;
}
.mini {
	width: 50px;	
}
.amiddle {
	vertical-align: middle;
}
tr.over {
	background-color: #EBEBEB;
}
tr.over:hover {
	background-color: #999999;	
}
.ui-accordion .ui-accordion-content { zoom:1; }

.ui-pg-div {
	margin: 2px 2px;
}