﻿body 
{
	background-color: #333333;
	font-size: 10pt;
	font-family: Verdana, Arial, 'Times New Roman';
}

.FieldConditionFont
{
	font-size: 10pt;
	color: #ffffcc;
}

.Footer
{
	font-size: 8pt;
	color: #ffffcc;
	width: 780px;
}

div.Border0
{	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
div.Border1
{	
	border-right: 1px solid #424242; 
	border-bottom: 1px solid #424242;
}
div.Border2
{
	width: 780px;
	border-right: 1px solid #515151;
	border-bottom: 1px solid #515151;
}

Table.Edit
{
	margin-bottom: 10px; 
	background-color: #cccccc; 
	border-width: 1px; 
	border-style: solid; 
	border-color: Black; 
	width: 480px;
}

.Error
{
	font-size: 12pt;
	color: Red;
	font-style: italic;
	font-weight: bold;
}

Table.EditForm
{
	width: 500px;
}

.Header
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.Label
{
	font-size: 8pt;
	text-align: left;
}

.LabelRight
{
	font-size: 8pt;
	text-align: right;
}

TD.Input
{
	text-align: left;
	width: 490px;
}

TD.Input50
{
	text-align: left;
	width: 250px;
}

input.Field	
{ 
	width: 499px;
}

input.Field50
{ 
	width: 246px;
}

.Required
{
	font-style: italic;
	font-size: 8pt;
	color: Red;
}

a
{
	color: black;
}

a:visited
{
	color: black;
}

a:active
{
	color: gray;
}

a:hover
{
	color: gray;
}


/**************************************************
 * HTML Panel
 */

.HTMLPanelLoadingContent, .HTMLPanelErrorContent 
{
	display: none;
}

.HTMLPanelLoading 
{
}

.HTMLPanelError 
{
}

.HTMLReadPanel
{
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	width: 750px;
	height: 200px;
}
