/*

Name:		thisStyle.css
Author:		mb
Date:		12.05.2003
Purpose:	The styles for all files within this Docs-folder.

Notes:		The "color:#456c8d" is two steps in the direction to dark,
		coming from "steelblue" [which is #4682B4].
*/


/*
Common
*/


body.clsBodyContent
	{
		margin:2px;
		margin-bottom:4px;
		padding:2px;
		padding-bottom:4px;
	}

p.clsNotes
	{
		margin-top:6px;
		margin-bottom:10px;
		line-height:1.2em;
	}

p.clsNotes span
	{
		border:dotted 2px #f0f0f0;
		background-color:#f4f4f4;
		font-size:0.85em;
	}


mbg\:tip
	{
		behavior:url(/EventlogCollectorServices/Libs/tooltip.htc);
		visibility:hidden;
		display:none;
		background-color:lightsteelblue;
	}

.tip
	{
		color:#456c8d;
		font-weight:bold;
		cursor:hand;
		border-bottom:dotted 3px lightsteelblue;
	}

span.clsTipAlike
	{
		color:#456c8d;
		cursor:hand;
	}

.tipContent
	{
		margin:0;
		padding:4px;
		border:solid 1px black;
		background-color:lightsteelblue;
	}

mbg\:Abstract
	{
		background-color:#f8f8f8;
		border:dotted 3px #e0e0e0;
		display:block;
		font-size:90%;
		padding:4pt;
	}

mbg\:toc
	{
		background-color:#f8f8f8;
		border:dotted 3px #e0e0e0;
		display:block;
		font-size:90%;
		padding-top:-18pt;
	}

mbg\:di.cssDIText
	{
		color:#456c8d;
	}

p mbg\:di.cssDIText
	{
		color:#456c8d;
	}

td p mbg\:di.cssDIText
	{
		color:#456c8d;
	}

td mbg\:di.cssDIText
	{
		color:#456c8d;
	}

mbg\:di.cssDIHint
	{
		font-style:italic;
	}

h1 mbg\:di.cssDIText
	{
		color:black;
	}

ul
	{
		margin-top:2pt;
		margin-bottom:8pt;
		margin-left:6pt;
	}

li
	{
		margin-top:2pt;
		margin-bottom:2pt;
		margin-left:8pt;
	}

p ul
	{
		margin-top:0pt;
	}

ul p
	{
		margin-top:0pt;
	}

ul li p
	{
		margin:0;
	}

li.clsWithNavigationSymbolItem
	{
		list-style-image:url(mt.gif);
		padding-left:6px;
		line-height:1.5em;
		vertical-align:middle;
	}

li.clsWithNavigationSymbolClosedFolder
	{
		list-style-image:url(mc.gif);
		padding-left:6px;
		line-height:1.5em;
		vertical-align:middle;
	}

li.clsWithNavigationSymbolOpenedFolder
	{
		list-style-image:url(mo.gif);
		padding-left:6px;
		line-height:1.5em;
		vertical-align:middle;
	}

li p
	{
		padding-top:4pt;
	}

img
	{
		margin:2px;
		margin-top:8px;
	}

td img
	{
		margin:2px;
	}

div.clsImageContainer
	{
		/*
		This nifty "1%" width-trick is necessary to not allocation the whole
		page-width, what would be the default for a DIV element.
		*/
		width:1%;

		margin:2px;
		margin-top:6px;
		margin-bottom:6px;
		padding:6px;
		border:dotted 1px steelblue;
	}

span.clsImageFooter
	{
		border-left:solid 3px steelblue;
		border-bottom:solid 1px steelblue;
		font-size:0.9em;
		padding-left:3px;
		padding-bottom:1px;
	}


/*
Regard:This definition is currently used by more than one table and document!!!!!
*/

table.clsControlPanel,
table.clsIESettings,
table.clsDocTableWithTextAndImages,
table.clsFramePrint
	{
		border-collapse:collapse;
	}

table.clsControlPanel td,
table.clsIESettings td,
table.clsDocTableWithTextAndImages td,
table.clsFramePrint td
	{
		border:dotted 1px steelblue;
		padding:6px;
		vertical-align:top;
		text-align:left;
	}

td p
	{
		margin:0;
	}

li a, li a.hover, li a.active, li a.visited
	{
		text-decoration:none;
	}


/*
The following global defined class will be overridden here!
*/

table.clsDefaultTable
	{
		margin-top:6px;
	}

table.clsDefaultTable td
	{
		padding:2px;
	}

table.clsDefaultTable td table.clsDefaultTable
	{
		margin:6px;
	}

