/*---------------------------

	DATA ACCESS EUROPE B.V. 

----------------------------*/


/*--------------------------
    GENERAL STYLE
---------------------------*/

.Error{
    color: #FF0000;
    font-weight: bold;
    }

/*body	{
    background-color: white;
    color: #666666;
    Margin-Top: 5px; 
    Margin-Left: 5px;
    font-size: 11px; 
    font-family: Verdana, Arial, Century Gothic;
    }*/

/*Table	{
    font-family: Verdana, Arial, Century Gothic; 
    font-size: 11px;
    }
	*/
input {
    font-size: 10px;
    color: #000000;
    }

.bcd_data {
    /*text-align: right;*/
}

textarea{
    font-family:  Verdana, Arial, Century Gothic; 
    font-size: 11px;
    border: 1px solid #ddd;
    color: #777777;
    }
	
select	{
    font-family:  Verdana, Arial, Century Gothic; 
    font-size: 11px;
    border: 1px solid #ddd;
    color: #777777;
    }
	
td		{}
tr		{}
 
/*h1		{ 
    color: #000080; 
    font-size: 18px;
    }*/

/*h2		{
    color: #000080;
    font-style: italic; 
    font-size: 15px;
    }*/

h3		{ 
    font-style: normal;
    font-weight: bold;
    font-Size: 14px; 
    color: #466381; 
    }

h4		{ 
    font-size: 11px; 
    color: #466381; 
	background: #efefef;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 3px;
    }

ul		{
    list-style: square;
    }

/*a:link    {
    color: #466381;
    text-decoration: none
    }*/

/*a:visited {
    color: #466381;
    text-decoration: none
    }*/

/*a:active  {
    color: #000000;
    text-decoration: none;
    }

a:hover   {
    color: #FF6600;
    text-decoration: none;
    }*/

.maintable{
    width: 800px;
    border: 1px dashed #ccc;
    margin-top: 10px;
    margin-left: auto; 
    margin-right: auto;    
}

.mainmenu{
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    }

.mainfoot{
    border-top: 1px dashed #ccc;
    padding: 10px;
    color: #777777;
    }

.mainheader{
    height: 50px;
    padding: 10px;
    width: 25%;
    }

.maincontent{
    width: 100%;
    padding: 10px;
    }

.maintitle{
    width: 50%;
    color: #466381;
	text-align: center;
	padding:10px;
    }
    
.mainlogin{
    width: 25%;
    text-align: right;
    vertical-align: top;
}

.mainlogin A:link{
    text-decoration: underline;
}

.mainlogin A:visited{
    text-decoration: underline;
}

/*-----------------------------
    NAVIGATION/EDIT MENU STYLE
------------------------------*/

.NavigationButton, .LookupButton{
    border: 0px solid black;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.LookupButton {
    background: url(../Images/Buttons/List.gif) no-repeat;
}
    
#First {
    background: url(../Images/Buttons/First.gif) no-repeat;
    }
#Previous {
    background: url(../Images/Buttons/Previous.gif) no-repeat;
 	}

#Equal {
    background: url(../Images/Buttons/Equal.gif) no-repeat;
 	}

#Next {
    background: url(../Images/Buttons/Next.gif) no-repeat;
    }

#Last {
    background: url(../Images/Buttons/Last.gif) no-repeat;
    }

#Save {
    background: url(../Images/Buttons/Save.gif) no-repeat;
    }

#Save1 {
    background: url(../images/bg_finden.gif) no-repeat;
	height: 18px;
    width: 81px;
    }

#Clear {
    background: url(../Images/Buttons/Clear.gif) no-repeat;
    }

#Delete {
    background: url(../Images/Buttons/Delete.gif) no-repeat;
    }
	
.ButtonNormal {
    background: #466381;
    border: 1px solid #466381;
    font-weight: bold;
    color: #cee3ef;
    cursor: pointer;
}

.Toolbar {
    margin-right: 5px; 
    margin-bottom: 20px;
	margin-top: 20px ;
    border: 1px solid #ddd;  
    width: 100%;
    height: 40px;
	background: #efefef;
	font-weight: bold;
	color: #466381;;
}
  
.Toolbar .ButtonCell{
    width: 30px;
}

.Toolbar .TextCell{
    width: 100px;
}

/*-------------------------------
    ENTRY & REPORT TABLE STYLES
-------------------------------*/

.footer {
    font-size: 8pt; 
    margin: 2px;
    }

.Label  {
    color: #466381;
    }

.EntryBlock { 
    margin: 0px; 
    margin-bottom: 5px;  
    border: 1px solid #ddd;  
    padding: 8px;
	background: white;
    }

.EntryTable {
}

.EntryTable .Data  {}

.EntryTable .Error {
    color: #FF0000 
    }

.EntryTable .Label {}

.EntryTable tr{
	padding-top: 2px;
}

.ReportStructureTable {
    width: 100%;
    border: none;
}

.ReportHeader {
    background-image: url('../Images/ReportHeader.gif');
    background-repeat: no-repeat;
    background-position: right;
    height: 313px;
    width: 775px;
    position: relative;
    z-index: 0;
}

.ReportHeaderTitle{
    position: absolute;
    left: 300px;
    bottom: 50px;
    font-style: normal;
    font-weight: bold;
    font-Size: 24px; 
    color: #466381; 
}


.ReportTable         { 
    Border: solid #ccc 1px;
    width:100%;
    Border-top: none;
    }
.ReportTable .Data   { 
    padding-left: 10px;
    padding-right: 10px;
    }

.ReportTable .Header { 
    color: #466381; 
    border: 1px solid white;
    background-color: #cee3ef;
    text-align: center;
    padding-left: 3px; 
    padding-right: 3px;
	padding: 2px;
    }
	
.ReportTable .Total { 
    color: #666666; 
    border-top: 1px solid #ccc; 
    text-align: right;
    padding-left: 3px; 
    padding-right: 3px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    }

.ReportHdr1Table {}

.ReportHdr1Table .Data   {
    text-align: left;  
    }
	
.ReportHdr1Table .Label  {
    font-weight: bold;
    text-align: left;  
    }

.ZoomTable {
    width:100%;
    border: 1px #ccc solid;
    border-top: none;
	background: white;
    }

.ZoomTable .Data   {
    text-align: left; 
    vertical-align: top; 
    padding-left: 3px; 
    padding-right: 3px;
    }
	
.ZoomTable .Label  {
    font-weight: bold;
    text-align: left; 
    vertical-align: top; 
    color: #666666;  
    padding-left: 3px;
    }

.ZoomTable .Header {
    color: #466381; 
    background-color: #cee3ef; 
    text-align: left; 
    padding-left: 3px;
	padding: 2px;
    }


/*------------------------------
    CONTEXT MENU STYLE
-------------------------------*/	

.skin0{
    position:absolute;
    width:165px;
    border:1px solid #53A6CC;
    background-color: white;
    font-family:Verdana, Arial;
    line-height:20px;
    cursor:default;
    font-size:10px;
    z-index:100;
    visibility:hidden;
    color: #466381;
    }

.menuitems{
    padding-left:10px;
    padding-right:10px;
    cursor: pointer;
    }

.menutitle{
    padding-left:10px;
    padding-right:10px;
    color: white;
    font-weight: bold;
    background-color: #466381;
    }

.imagebar{
    float: left;
    background: #cee3ef;
    width: 25px;
    height: 20px;
    z-index: 0;
    text-align: center;
    }

.contextimage{
    width: 17px;
    height: 17px;
    }


/*------------------------------
    ERROR STYLE
-------------------------------*/
    
.fieldError{
	border: 1px solid #FF3300;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
	color: red;
}

.messageError{
	color: #FF3300;
}    

/* ---------------------------------
      CUSTOM STYLES
----------------------------------*/

.textRight {
	text-align:right;
}

.udiv {
	visibility: hidden;
	height: 0px;
	display: none;
}

/* Detailansicht raum *//* Detailansicht raum *//* Detailansicht raum *//* Detailansicht raum *//* Detailansicht raum */
/*#detailtable td, #detailtable tr{
	border: solid #B5B5B5 1px;
	/*padding-left: 5px;*/


#detailtable td{
	border-bottom:solid #B5B5B5 1px;
}

#detailtable td.tdnobottom {
	border-bottom: none;
}

#detailtable p {
	padding-left: 5px;
}
div#bildcon {
	width:100%;
	height: 100%;
}

div#detailbild {
	width:100%;
}

div#bildbuttons{
	width:100%;
	height: 30px;
	vertical-align:middle;
	position:relative;
}
#pdfstream{
	position:absolute;
	right:0;
}

.dtl_span {
	flaot:left;
	width:16px;
	height:16px;
}

.dtl_span img{
	cursor:pointer;
}

/* Detailansicht raum *//* Detailansicht raum *//* Detailansicht raum *//* Detailansicht raum *//* Detailansicht raum */

.Fuprodukt {
	color: #ff6600; 
}

/* Schnellsuche */

.rf_SuSnButton {

	cursor:pointer;
	border:solid 1px #B5B5B5;
	height:30px;
	width:380px;
	text-align:left;
	margin-bottom: 5px;
	background-color:#FFFFFF;
}

.rf_SuSnFinden {
	border: 0px none ;
	cursor: pointer;
	height: 18px;
	width: 81px;
	margin-left: 10px;
}

/* Ergebnisliste + Verfeinerung *//* Ergebnisliste + Verfeinerung *//* Ergebnisliste + Verfeinerung *//* Ergebnisliste + Verfeinerung */

body #con1 p select {
	width:140px;
}


div.ergebnisliste {
	height: 39px;
	margin-bottom: 5px;
	padding: 3px;
	
	border-bottom-color:#B5B5B5;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#B5B5B5;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#B5B5B5;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#B5B5B5;
	border-top-style:solid;
	border-top-width:1px;
	cursor:pointer;
}

.ergebnisliste table {
	border:none;
	width: 100%;
}

.tdCheck {
	width: 22px;
}
.tdRaTy {
	width: 380px;
}
.tdIcon {
	width: 20px;
}
.tdrainfo {
	width: 70px;
	text-align:right;
}

.tdfaraty {
	width: 358px;
}