﻿/* Empty Skin CSS file*/

.DetailText
{
	font-family				: Tahoma;
	font-size					: 8pt;
	background-color	: Transparent;
	text-decoration		: none;
	text-transform		: none;
	font-weight				: normal;
	font-style				:	normal;
	color							:	Black;
	margin-top: 0px;
}

.MenuText
{
	font-family:Tahoma;
	font-size:10pt;
	color:White;
}

.Headline
{
	font-family				:	Tahoma;
	font-size					:	10pt;
	font-weight				:	bold;
	background-color	:	lightsteelblue;
}

.Red		{	color:	Red		;	}
.Green	{	color:	Green	;	}

table
{
	margin:0px;
	padding:0px;
	border-style:none;
	border-collapse:collapse;
	border-width:0px;
	empty-cells:show;
	border-spacing:0px;
}

td
{
	vertical-align:top;
}

.FrameRow,
.FrameLeft,
.FrameRight
{
	border: 1px solid lightsteelblue;
	padding:5px;
}

.FrameRow		{	margin: 0px 0px 4px 0px;	}
.FrameLeft	{	margin: 0px 2px 4px 0px;	}
.FrameRight	{	margin: 0px 0px 4px 2px;	}

.Margin			{ margin:0px;	}
.NoFrame		{ border-style:none; }

.TextEdit
{
	border: Solid 1px LightSteelBlue;
	height: 1em;
}
