body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}

h1 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	margin: 0px;
}

h2 {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	margin: 0px;
}

h6 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	margin: 0px;
}

h5 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}
a, a.visited, a.active {
	color: #D20000;
	text-decoration: none;
}

a.txtheader, a.txtheader:visited, a.txtheader.active {
	color: #D20000;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #D20000;
	noshade: noshade;
}

.smallheader_color {
	font-weight: bold;
	color: #D20000;
}

.smallheader_black {
	font-weight: bold;
	color: #000000;
}

.mediumheader_black {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.mediumsize_text {
	font-size: 11px;
}

.mediumsize_text_greyedout {
	font-size: 11px;
	color: #666666;
}

.smallsize_text {
	font-size: 10px;
}

.textfield_colored_background {
	border: 1px solid #D20000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
	padding-left: 2px;
}

.textfield_primary  {
	border: 1px solid #D20000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}

.textfield_primary_show  {
	border: 0px;
	border-bottom: 0px solid #D20000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	padding-bottom: 0px;
}

.textfield_secondary  {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}

.textfield_secondary_show  {
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
}

.textfield_freeshow  {
	border: 0px;
	border-bottom: 1px solid #D20000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	padding-bottom: 4px;
}


.mandatorymark {
	font-size: 10px;
	color: #D20000;
	vertical-align: text-top;
}

#mothercontainer {
	position: relative;
}

#terms {
	position: absolute;
	border: 1px solid black;
	background-color: lightyellow;
	display: none;
	font-size: 11px;
	width: 450px;
	height: 462px;
	right: 510px;
	top: -105px;
	padding: 5px;
}
	
#dhtmltooltip {
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-size: 11px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135)*/
}

#dhtmltooltip_edit {
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-size: 11px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135)*/
}
