/*

Name:		Global-Style1.css
Author:		mb
Created:	23.11.2003
Purpose:	All styles for all files inside [this] directory [EventlogViewer].
Annotation:	There are "subsections", which are specific for specific pages, while
		most styles are common for all. They are named "### <frame-name>" in
		which a page is loaded.
*/




/*
+++ All files
*/

*
	{
		font-family:verdana;
		font-size:98%;
	}

table, table td
	{
		font-family:verdana;
		font-size:99%;
		vertical-align:top;
		text-align:left;
	}


frame, frameset, body
	{
		font-family:verdana;
		background-color:white;
		scrollbar-base-color: #e0e0e0;
		scrollbar-face-color: #e8e8e8;
		scrollbar-highlight-color: #e0e0e0;
		scrollbar-shadow-color: #c0c0c0;
		scrollbar-3dlight-color: white;
		scrollbar-arrow-color:steelblue;
		scrollbar-track-color: white;
		scrollbar-darkshadow-color: white;
	}


/*
This class is used by all pages, which uses the mbg:title custom element.
*/

div.clsTitle
	{
		background-color:#f0f0f0;
		border:solid 3px steelblue;
		padding:2pt;
		width:100%;
		font-weight:bold;
		font-size:2.0em;
	}


h1
	{
		border:solid 2px steelblue;
		margin-top:18px;
		margin-bottom:8px;
		padding:3px;
		font-size:1.8em;
		font-weight:bold;
	}

h2
	{
		border-left:solid 2px steelblue;
		border-bottom:solid 2px steelblue;
		margin-top:16px;
		margin-bottom:7px;
		padding:3px;
		font-size:1.6em;
		font-weight:bold;
	}

h3
	{
		border-bottom:solid 2px steelblue;
		margin-top:14px;
		margin-bottom:6px;
		padding:3px;
		font-size:1.4em;
		font-weight:bold;
	}


p
	{
		margin-top:8pt;
		margin-bottom:10pt;
	}


hr
	{
		margin-top:8px;
		margin-bottom:8px;
		color:steelblue;
	}



/*
A table-definition for global use.
*/

table.clsDefaultTable, table.clsDefaultTable td
	{
		border:solid 1px #b0b0b0;
		border-collapse:collapse;
		background-color:#f0f0f0;
		vertical-align:top;
		text-align:left;
		padding:2px;
	}

table.clsDefaultTable thead td
	{
		background-color:#e0e0e0;
		font-weight:bold;
	}

