/**
 * Stylesheet CSS2 für alle Ajax Dateien
 *
 * $URL: svn://192.168.1.20/RBL-dev/tags/2011-08-18-a_all/rbl/css/royal/ajax.css $
 * $Rev: 1965 $
 * $Author: jo $
 * $Date: 2011-07-31 23:13:47 +0200 (So, 31 Jul 2011) $
 */

/* Ajax-Fenster */
div.ajax {
	position			: absolute;
	background-color	: #FCFCFC; /*#FFFFFF;*/
	border				: 1px solid blue;
	text-align			: left;
	float				: left;
	z-index				: 90;
	padding				: 0px;
	height				: auto;
}
div.ajax div.ajax_content {
	background-color	: #FCFCFC; /*#FFFFFF;*/
	text-align			: left;
	overflow			: auto;
	padding				: 0px;
	font-size			: 12px;
	margin				: 0px;
	width				: 100%;
	height				: auto;
}
div.ajax div.ajax_content IMG.pending {
	display				: none;
	margin				: 15px auto;
}
div.ajax h4 {
	font-family			: Tahoma,Arial,sans-serif;
	font-weight			: bold;
	font-size			: 11px;
	text-align			: left;
	border-top-width	: 0px;
	border-bottom		: 1px solid #0000FF;
	padding				: 2px 3px 3px 20px;
	margin				: 0px 0px 0px 0px;
	white-space			: nowrap;
	color				: #FFFFFF;
	background: #C5CCF6 url(/pic/royal/site-bg.png) repeat-y -3488px 0; /* verlauf500 */
}
div.ajax h4 A {
	position			: absolute;
	top					: 1px;
	right				: 0px;
	display				: block;
	height				: 16px;
	width				: 16px;
	z-index				: 100;
	font-size			: 12px;
	background-image	: url(close.png);
	cursor				: pointer;
}
div.ajax h4 A:link    { color: black; text-decoration: none; }
div.ajax h4 A:visited { color: black; text-decoration: none; }
div.ajax h4 A:hover   { color: blue;  text-decoration: none; }

div.ajax p {
	font-size			: 10pt;
	margin-top			: 0px;
	padding				: 3px;
}

div.ajax h4 IMG.icon {
	position			: absolute;
	top					: 1px;
	left				: 1px;
	height				: 16px;
	width				: 16px;
	background-image	: url(/pic/rblicon.png);
}

/* Formular */

DIV.ajax FORM.dataform {
	margin				: 0px;
	padding				: 0px;
}
DIV.ajax FORM.dataform TABLE {
	border-width		: 0px;
	width				: 100%;
}  
DIV.ajax FORM.dataform P {
	margin				: 2px auto;
}
DIV.ajax FORM.dataform SELECT {
	width				: 180px;
}
DIV.ajax FORM.dataform DIV.error {
	width				: auto;
	margin				: 2px auto;
}

/* Hilfe */
DIV.helplink {
	text-align			: right;
	color				: blue;
	cursor				: pointer;
	width				: 95%;
	margin				: 0px auto;
}
DIV.helplink SPAN {
	text-decoration		: underline;
}
DIV.helplink IMG {
	margin-left			: 4px;
	vertical-align		: text-bottom;
}

