﻿
.head_menu_label
{
	font-size: 13px; 
	font-weight: bold; 
}

.content_main_detail 
{
	width:98%; 
	vertical-align: top; 
	background-color: rgb(255, 255, 255);
	
	position:relative;
	float:left;
	/*
	padding: 10px;
	position:relative;
	float:left;
	*/
}

.MyEntityInfoHeader
{
	float:left;
	position:relative;
	
	border:1px solid rgb(221,221,221);
	border-top:0px;
	
	background-color: rgb(238, 238, 238);
	
	/*height:150px;*/
	width:100%;
	display:block;
}

.MyEntityInfoHeaderContent
{
	float:left;
	position:relative;
	
	overflow:auto;
		
	height:100px;
	width:100%;
}

.MyEntityInfoHeaderToggle
{
	float:left;
	position:relative;	
	width:100%;	
	height:25px;	
}

.MyEntityInfoHeaderToggle_Up
{
	float:left;
	position:relative;
	
	height:25px;
	width:60px;
	padding:1px;
	
	margin-left:90%;
	
	background-image:url('/PCDM/Image/Visibility/up.png');
}
.MyEntityInfoHeaderToggle_Down
{
	float:left;
	position:relative;
	
	height:25px;
	width:60px;
	margin:1px;
	
	margin-left:90%;
	
	background-image:url('/PCDM/Image/Visibility/down.png');
}

.MyEntityInfoHeaderAttribute
{
	padding:5px;
	margin: 5px;
		
	float:left;
	position:relative;
	
	width:160px;
	/*
	min-height:65px;
	min-height:70px;
	*/
	height:70px;
}

.MyEntityInfoHeaderpnlAttrLabel
{
	
	float:left;
	position:relative;
	
	padding:5px;
	
	background-color: rgb(238, 238, 233);
	color: rgb(82, 82, 82);
	border:1px solid rgb(216, 216, 216);
	
	border-bottom:0px;
	/*border-right:0px;*/
	
	min-height:16px;
	
	width:150px;
}
.MyEntityInfoHeaderpnlAttrValue
{
	
	float:left;
	position:relative;
	
	padding:5px;
	
	background-color: white;
	color: rgb(82, 82, 82);
	border:1px solid rgb(216, 216, 216);
	
	border-top:0px;
	/*border-left:0px;*/
	
	min-height:16px;
	
	width:150px;
}

.pnlInfoHeaderToggle
{
	float:left;
	position:relative;
	width:100%;
}

.lffFooter
{
	position:relative;
	float:left;
	
	margin-top:20px;
	display:block;
	width:100%;	
}

.content_main, .content_main_nopadding
{
	background-color:#FFFFFF;
	vertical-align:top;
	width: 100%;
}

.MyEntityContentPanel
{
	padding-top:5px;
	position:relative;
	float:left;
	width:99%;
}

.lffError
{
	color:#FF0000;
	padding:0px 5px 0px 5px;
	padding:5px;
}


.ErrorPanel
{
	float:left;
	position:relative;
	text-align:left;
	border-color:#fe1b14;
	border-style:solid;
	border-width:2px;
	height:40px;
	width:70%;
	background-color:#E8D4D1;
	
	z-index:5;
}

.ErrorPanelPrueferMissed
{
	float:left;
	position:relative;
	text-align:center;
	border-color:#fe1b14;
	border-style:solid;
	border-width:2px;
	height:25px;
	width:99.8%;
	background-color:#E8D4D1;
	
	z-index:5;
}

.StateArchiviert
{
	float:left;
	position:relative;
	text-align:center;
	border-color:green;
	border-style:solid;
	border-width:2px;
	height:25px;
	width:99.8%;
	background-color:lightgreen;
	
	z-index:5;
}

.ResponsiblePanel
{
	float:left;
	position:relative;
	text-align:left;
	border-color:#FF8000;
	border-style:solid;
	border-width:2px;
	height:40px;
	width:70%;
	background-color:#ffffff;
	
	z-index:5;
}

.RestoreData
{
	float:left;
	position:relative;
	text-align:left;
	border-color:#fe1b14;
	border-style:solid;
	border-width:2px;
	height:40px;
	width:70%;
	background-color:#E8D4D1;
}

.RestoreData1
{
	float:left;
	position:relative;
	text-align:left;
	border-color:#fe1b14;
	border-style:solid;
	border-width:2px;
	height:40px;
	padding-left:20px;
	padding-right:20px;
	background-color:#E8D4D1;
	width:1240px;
	width:70%;
}

.RestoreButton
{
	float:left;
	position:relative;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	width:80px;
}

.RestoreLabel
{
	float:left;
	position:relative;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	font-size:14px;
    font-weight:bold;
    width:650px;
}

.ToolTip
{
	display:none; 
	position:absolute; 
	
	border:1px solid rgb(216,216,216);
	border:1px solid #E8D4D1;
    background-color: white; 
    
    padding: 5px;
    
    min-width:30px;
    min-height:10px;    
    max-width:360px;
		
	z-index:4;
	
	font-style:oblique;
	white-space:nowrap;
	white-space:pre-line;
	
	color:rgb(82,82,82);
}

/*
.ToolTipHyperlink, .ToolTipHyperlink:link
{
	text-decoration:none;
}
*/

.ToolTipHyperlink:hover
	{
	cursor:pointer;
	}
