body {
  margin: 0 px;
  padding: 0 px;

	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
/*
  width: 100%;
  height: 100%;
	background-position: right 10px;
	background-repeat: no-repeat;
	font: 62.5% "Trebuchet MS", sans-serif;
	background-image: url(Connections/css/images/knvr-logo_WHITE-optimized.jpg);
	height: 100%;
	min-height: 100%;
	height: auto !important;
	position: relative;
	margin: 50px; */

}

	.demoHeaders {
		margin-top: 2em;
	}
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	.fakewindowcontain .ui-widget-overlay {
		position: absolute;
	}
	select {
		width: 200px;
	}

 
.header {
  height: 3em;
  width: 100%;
}
.content {
  padding-bottom: 2.5em;
  padding-top: 35px;
  padding-left: 10px;
}
.Prefooter {
  background-repeat: repeat-y;
  text-align: right;
  height: 3.5em;
  width: 100%;
  position: absolute;
  bottom: 2em;
}

 .TableStandart {
	border-color: white;
	border-top-color: white;
	border-bottom-color: gray;
	width: 100% !important;
}
.TableHeader {
	height: 25px;
	background-repeat: repeat-x;
	background: #cc0000 url(Connection/css/images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: white;
}

.TableComment {
	color: #696969;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;

}
.footer {
/*  text-align: right;
  background-repeat: repeat-y;
  height: 3.5em;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 5px; */
  
  
  
  font-size: 10px;
  line-height: 20px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  border-top: 1px solid #e5e5e5;
  background-color: #f1f1f1;
  z-index: 10;
  
  

  
}


#cot_tl_fixed {
    position: fixed;
    _position: absolute;
    bottom: 30px;
    right: 0px;
    _top: expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
    _left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
}

