html,body {
	height: 100%;
	min-height: 100%;
	margin: 0;
}

.homeLink {
	margin-left: 4px;
	height: 18px;
	width: 133px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 116%;
	position: relative;
}

.documentDivWindow {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-top: 10px;
	position: relative;
	z-index: 0;
}

.expandedSearchWindow {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
	position: relative;
	z-index: 0;
}

.HitlistWindow {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 40px;
	position: relative;
	z-index: 0;
}

.img {
	border: 0 none;
}

.button {
	margin: 0;
	padding: 0;
}

.logoImg {
	width: 110px;
}

input.button {
	background: transparent url("../resources/images/button.gif");
}

.buttonDiv {
	float: left;
	margin-right: 8px;
}

.grayTop {
	background-color: #DBDBDB;
	vertical-align: middle;
	color: #333333;
	width: 100%;
	height: 22px;
}

.grayTopMinHeigth {
	background-color: #DBDBDB;
	vertical-align: middle;
	color: #333333;
	width: 100%;
	min-height: 22px;
}

.docNavigationTable {
	width: 100%;
	height: 22px;
}

.docNavigationTable img {
	margin-left: 5px;
	margin-right: 5px;
}

.docNavigationTable td {
	vertical-align: middle;
}

.buttons {
	text-align: center;
}

.notLoggedInDiv {
	margin-bottom: 10px;
}

.loginText {
	font-family: Verdana, Arial, Helvetica, sans-rif !important;
	font-size: 12px !important;
	text-decoration: none;
	border: 0 none;
	background: transparent;
	color: #000000;
}

.loginTextStartpage {
	color: #FFFFFF;
}

.subEntry {
	padding-left: 15px;
}

.placeholder {
	height: 15px;
}

.proposalDiv {
	border-bottom: 1px dotted #DBDBDB;
	width: 100%;
}

.proposalDiv a {
   display: block;
   padding-top: 4px;
   padding-bottom: 4px;
}

.proposalDiv input {
	display: block;
	border:0 none;
   background-color:transparent;
   font-size:9px;
   white-space:normal;
   text-align:left;
}

.proposalDiv a:HOVER,.proposalDiv a:FOCUS {
	color: #B50808;
}

/*** Ausklapp Menu`s ***/
.showIt {
	/** !DO NOT REMOVE! **/
	/** class has to be empty for toggling menus **/
}

.hideIt {
	height: 0px;
	overflow: hidden;
}

.displayNone{
	display:none !important;
}

.arrowRedRight{
	padding-left: 18px;
	background-image: url("../resources/images/arrow_right_red.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.arrowRedLeft{	
	padding-left: 18px;
	background-image: url("../resources/images/arrow_left_red.png");
	background-repeat: no-repeat;
	background-position: left;
}
.arrowRedTop{	
	padding-left: 18px;
	background-image: url("../resources/images/arrow_top_red.png");
	background-repeat: no-repeat;
	background-position: left;
}

.arrowButton {
	border:0 none;
	background-color:transparent;
	font-size:9px;
	padding-left:16px;
}

.infoHeader{
	margin-top: 3px;
    min-height: 14px;
    padding-left: 18px;
    display:block;
}
.stateInfo{
	padding:2px;
	border-bottom: 1px dotted gray;
	background-color: #DBDBDB;
    color: #B50808; 
    font-weight: bold;
}

.hiddenFrame {
	width: 0px;
	height: 0px;
	border: none;
}

.noteicon {
   float:left;
   margin-top:0px !important;
   margin-right:5px;
}

.pinloginDiv {
	text-align:center;
}

.hideOutputManagerEntry {
	display:none;
}
