﻿body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom: 3px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 12px;
}

A.button
	{
	border-bottom:1px solid #white;
	
	
	margin-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
	color:#EEE;
	background-color:#39667d;
	
	}

A:hover.button
	{
	background-color:#004a9c;
	}	

A.menubutton
	{
	border-bottom:1px solid #white;
	display:block;
	width:128px;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:2px;
	font-family:Verdana;
	font-size:11px;
	color:#EEE;
	background-color:#39667d;
	border-bottom:solid 1px white;
	}
	
A:hover.menubutton
	{
	background-color:#004a9c;
	}	
	
A.submenuhidden
	{
		display:none;
	}

A.submenubutton
	{
	border-bottom:1px solid #white;
	display:block;
	width:118px;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:2px;
	margin-left:10px;
	font-size:11px;
	color: #EEE;
	background-color:#888899;
	font-family:Verdana;
	border-bottom:solid 1px white;
	text-decoration: none;
	}
	
A:hover.submenubutton
	{
	background-color:#004a9c;
	}	
	
A:hover.submenuhidden
	{
		display:none;
	}	

	
	
A
	{
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	}

A.redlink
{
	text-decoration:underline;
	color:#990000;
}


.headercell
{
	width:75px;
	font-weight:bold;
}
		
.tablecell
{
	width:70px;
	height:22px;
	background-color:#f0f8ff;
	border-top:solid 1px white;
	border-right:solid 1px white;
	
}		
		


.fieldinput
{
	height:14px;
	width:105px;
	margin-bottom:4px;
	font-size:11px;
	
}

.longfieldinput
{
	height:14px;
	width:250px;
	font-size:10px;
	margin:2px;
}

.shortfieldinput
{
	height:14px;
	width:80px;
	font-size:10px;
	margin:2px;
}

.asterix
{
	color:red;
	font-weight:bold;
}

.fieldlabellarge
{
	display:inline-block;
	width:220px;
	font-weight:bold;
	
}

.fieldlabel
{
	width:90px;
	font-weight:bold;
	
}

.ecfieldlabel
	{
	font-weight:bold;
	width:100px;
	font-size:9pt
	}
	
.ecfieldlabel
	{
	font-weight:bold;
	width:100px;
	font-size:9pt
	}
	
.ecfielddateinput
	{
	width:100px;
	font-size:8pt
	}

 .ecfieldinput
	{
	width:150px;
	font-size:8pt
	}
	
.error
	{
		color:Red;
		font-style:italic;
		font-weight:bold;
	}
	
.warning
	{
		color:Red;
		font-weight:bold;
		font-style:italic;
	}
	
.backgroundpicheader {
	background-image: url(../images/blurredheader-blank2b.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.nlacompanyinfo {
	font-size: 9px;
	color: #666666;
	padding: 0px 5px 2px 5px;
	line-height: 11px;
}

/* Main title in body text */
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #3A5E85;
}

/* Subitle in body text */
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #990000;
}

.benefitsbox {
	border: 1px solid #46A3FF;
	font-size: 11px;
	background-color: #F0F8FF;
	padding:10px;
}
.benefitsbox  a {
	text-decoration: none;

	}

.benefitboxphoto {
	border: 1px solid #000;
	margin-bottom: 5px
}

.listtable
	{
	font-size:8pt;	
	}

 .listitem
	{
	background-color:lightgrey;
	cursor:pointer;
	margin:2px
	}

 .SELECTlistitem
	{
	background-color:gold;
	cursor:pointer;
	margin:2px
	}

 .listitemhover
	{
	color:white;
	background-color:#003777;
	cursor:pointer;
	margin:2px
	}

 .inactivelistitem
	{
	background-color:lightgrey;
	cursor:pointer;
	margin:2px;
	color:slategray;
	}

 .inactivelistitemhover
	{
	color:slategray;
	background-color:#003777;
	cursor:pointer;
	margin:2px
	}

 .listcell
	{
	padding:2px
	}

