/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: fck_dialog.css
 * 	Styles used by the dialog boxes.
 * 
 * Version:  2.0 FC (Preview)
 * Modified: 2005-02-10 13:10:27
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

body
{
	margin: 0px;
	padding: 10px;
}


body, td, input, select, textarea
{
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
}


body, .BackColor
{
	background-color: #f1f1e3;
}

.PopupBody
{
	margin: 0px;
	padding: 0px;
}

.PopupTitle
{
	font-weight: bold;
	font-size: 13pt;
	color: #737357;
	background-color: #e3e3c7;
	padding: 4px 7px 4px 7px;
}

.PopupInfo
{
	font-weight: bold;
	font-size: 11pt;
	color: #737357;
	background-color: #e3e3c7;
	padding: 4px 7px 4px 7px;
}

.PopupDialogBox
{
	border-right: #737357 1px solid;
	border-top: #737357 1px solid;
	border-left: #737357 1px solid;
	color: #3b3b1f;
	border-bottom: #737357 1px solid;
	background-color: #d7d79f;
}

.PopupButtons
{
	border-top: #d5d59d 1px solid;
	background-color: #e3e3c7;
	padding: 7px 10px 7px 10px;
}

.Button
{
	border-right: #737357 1px solid;
	border-top: #737357 1px solid;
	border-left: #737357 1px solid;
	color: #3b3b1f;
	border-bottom: #737357 1px solid;
	background-color: #c7c78f;
}

.DarkBackground
{
	background-color: #d7d79f;
}

.LightBackground
{
	background-color: #ffffbe;
}

.PopupTitleBorder
{
	border-bottom: #d5d59d 1px solid;
}

.PopupTabArea
{
	color: #737357;
	background-color: #e3e3c7;
}

.PopupTabEmptyArea
{
	padding-left: 10px ;
	border-bottom: #d5d59d 1px solid;
}

.PopupTab, .PopupTabSelected
{
	border-right: #d5d59d 1px solid;
	border-top: #d5d59d 1px solid;
	border-left: #d5d59d 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #737357;
}

.PopupTab
{
	margin-top: 1px;
	border-bottom: #d5d59d 1px solid;
	cursor: pointer;
}

.PopupTabSelected
{
	font-weight:bold;
	cursor: default;
	padding-top: 4px;
	border-bottom: #f1f1e3 1px solid;
	background-color: #f1f1e3;
}

.PopupFielLegend
{
	font-weight:bold;
	color: #0000ff;
}

.PopupMainArea
{
	padding: 0px;
}

.VerlaufsBox
{
	position: absolute; 
	height:200px; 
	width:440px;
	margin:-100px 0px 0px -220px;
	top: 50%; 
	left: 50%;	
	BACKGROUND-COLOR: #EEEEC4;
	FONT-FAMILY: Verdana,Helvetica,Arial,sans-serif; 
	FONT-SIZE: 14pt; 
	border:8px #B8860B solid; 
	padding:20px;  
	text-align:center;
	z-index:100;
}

/**************************************************************************************************************/
/* AutoComplete - Box */
div.auto_complete {
	width: 110mm !important;	
	background-color:white;
	margin:0px;
	padding:0px;			
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:1px;
	cursor:pointer;
	border-bottom:1px solid #eeeeee;
}	  
div.auto_complete ul li * {	
	font-size: 8pt;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.auto_complete ul li span.hdn {
	display: none;
}	  
div.auto_complete ul strong.highlight { 
		color: #800; 
		margin:0;
		padding:0;
}
div.auto_complete ul li .result
{
   color: black;
   font-weight: bold;
   float: left;
   display: block;
}
div.auto_complete ul li span.count
{
   color: green;
   text-align: right;
   font-weight: normal;
   float: right;
   display: block;
   white-space: nowrap;
}
/**************************************************************************************************************/