﻿body 
{
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 19.5px;
  color: #302e2f;
  background-color: #ffffff;
}

input 
{
	font-family: "Segoe UI", Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

html
{
	height:100%; 
}

img {
	border: 0px;
}

.maxWidth
{
	width:550px;
}

.plusImageActive 
{
	background-image: url(Plus_18.png);
}
	
.mainContainer {
	position: relative;
	float: left;
	width: 547px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-bottom: 2px;
	background: #ffffff;
	z-index: 300;
}

.divHeadline {
	position: relative;
	float: left;
	width: 540px;
	height: 21px;
	margin-top: 7px;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	background-color: #4890dc;
	color: #faf8f5;
}

.divContent
{
	position:relative;
	float:left;
	width: 540px;
	height: 23px;
	margin-bottom: 1px;
	background-color: #faf8f5;
	padding-top: 4px;
	padding-left: 4px;
}

.defLabel
{
	position:relative;
	float:left;
	width: 150px;
	height: 18px;
	font-size: 12px;
	color:#302e2f;
	padding-top: 3px;
}

.errorLabel
{
	position:relative;
	float:left;
	width: 300px;
	height: 18px;
	font-size: 12px;
	color:Red;
}


.midLabelWidth 
{
	width: 90px;
}

.seperatorWidth 
{
	width: 30px;
}

.defText
{
	position:relative;
	float:left;
	height: 18px;
	width: 20px;
	background-color:#fff;
	border: 1px solid #CCC;
}

.defExternHtml
{
	line-height:normal;
	color:#302e2f;
}


/* FirstName, LastName, EMail eg */
.maxTextWidth 
{
	width: 300px;
}

/* ZipCode */
.midTextWidth 
{
	width: 80px;
}

.calendarImage
{
	width:20px;
	height:20px;
}

