/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	color: #9cbce3;
	font-family: Tahoma;
	background: #19465c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

.EHNXML
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #808080;
	font-family: Arial, sans-serif;
	letter-spacing: normal;
}

.EHNErrorXML
{
	font-weight: bold;
	font-size: large;
	cursor: pointer;
	color: red;
	font-family: 'Arial Black' , Arial, sans-serif;
	text-decoration: none;
}

.EHNErrorXMLhigh
{
	font-weight: bold;
	font-size: large;
	color: yellow;
	font-family: 'Arial Black' , Arial, sans-serif;
	background: transparent;
}
.LabelsOn01s
{
	font-weight: bold;
	font-size: 11px;
	color: #8dacc3;
	font-family: Tahoma;
	background: transparent;
}

.HeadlinesStyle
{
	font-size: x-small;
	color: #d3d3d3;
	font-family: Arial;
	background: transparent;
}
.GridHeader
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Tahoma;
	background: transparent;
}
.windowheader
{
	border-right: silver thin ridge;
	border-top: silver thin ridge;
	font-weight: bold;
	font-size: 11pt;
	background: #002E42;
	border-left: silver thin ridge;
	color: White;
	border-bottom: silver thin ridge;
	font-family: Myriad Roman;
}

.windowheaderclick
{
	border-right: silver thin ridge;
	border-top: silver thin ridge;
	font-weight: bold;
	font-size: 10pt;
	background: black;
	border-left: silver thin ridge;
	cursor: pointer;
	color: #00ff7f;
	border-bottom: silver thin ridge;
	font-family: Arial;
}
.list
{
	
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}


.ErrorLink
{
	color: red;
}
.NewNode
{
	left: 5%;
	color: #9cbce3;
	position: relative;
}
.Tag
{
	color: #8dacc3;
}
.ehnValues
{
	font-weight: bold;
	color: #cccccc;
}
.ehnComments
{
	color: gray;
}

.Headlines
{
	font-size: 0.75em;
	color: black;
	font-family: Arial;
}

.ehnValidationError
{
	font-size: xx-small;
	color: red;
	
}