/*
Generics
*/

body, html
{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #f0f0f0;
	background-image: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
h3
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: 200;
	color: #ffffff;
	background-color: #326698;
	margin-bottom: 5px;
	padding: 3px 3px 3px 3px;
}
p
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : Black;
	}



.Common
{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.CommonVerify
{
	margin: 0 auto;
	padding: 0;
	width: 600px;
}
#CommonHeader
{
	padding: 0;
	margin: 5;
	width: 100%;
	overflow: visible;
	height: 105px;
	background-color: #326698;
}

#CommonHeaderUserArea
{
	margin: 3px;
	padding: 0;
	float: right; /*position: relative;
	z-index: 100; */
}

#CommonHeaderUserArea a:link, #CommonHeaderUserArea a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#CommonHeaderUserWelcome a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.CommonHeaderUserLogout a:link, .CommonHeaderUserLogout a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.CommonHeaderUserLogout a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

#CommonHeaderUserWelcome .sub a
{
	color: #fff; 
	/*font-size: 1.1em;*/
	font-size: small;
	font-weight: normal;
}

#CommonHeaderUserWelcome .sub a:hover
{
	text-decoration: underline;
	color: #fff;
}

#CommonHeaderUserContent
{
	padding: 3px 3px 3px 3px;
	background-color: #95B6C3;
	text-align: center;
	color: #8EA5AE;
	margin-top: 5px;
}

#CommonHeaderUserWelcome
{
    font-size: 90%;
    font-weight: bold;
}

#CommonHeaderUserRoundBottom
{
    margin: 0;
    padding: 0;
	height: 5px;
	width: inherit;
	overflow: hidden;
}

#CommonHeaderUserRoundBottom .r1, #CommonHeaderUserRoundBottom .r2, #CommonHeaderUserRoundBottom .r3, #CommonHeaderUserRoundBottom .r4
{
	height: 1px;
	overflow: hidden;
	background-color: #95B6C3;
}

#CommonHeaderUserRoundBottom .r4 { margin: 0 5px; }
#CommonHeaderUserRoundBottom .r3 { margin: 0 3px; }
#CommonHeaderUserRoundBottom .r2 { margin: 0 2px; }
#CommonHeaderUserRoundBottom .r1 { margin: 0 1px; height: 2px; }

#CommonHeaderTitleArea
{
	/*float: left; */
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70%;
 /*overflow: hidden; */
}

.CommonHeaderTitle
{
	/* font-size: 225%; */
	font-size: 28px;
	font-weight: bold;
	color: #fff;
 letter-spacing: +1px; 
	line-height: 100%;
}

.CommonHeaderTitleDescription
{
	font-size: 100%;
	padding-left: 2px;
	color: White;
}
.CommonHeaderLogin
{
	font-size: 9pt;
	color: White;
}
#CommonFooter
{
	clear: both;
	margin-top: 16px;
	background-color: #f7f7f7;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

#CommonFooter .Common
{
	padding: 12px 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}

#CommonNavigation
{
    clear: both;
    margin: 0;
	width: 100%;
	overflow: hidden;
	background-color: #95B6C3;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 0;	
	font-size: 100%;
}

#CommonNavigation .Common
{
    border-left: solid 1px #558B9F;
}

#CommonNavigation .Common .Inner
{
	border-left: solid 1px #D5E1E7;
	height: 1%;
}

#CommonNavigationShadow
{
	clear: both;
	margin-bottom: 12px;
}

#CommonNavigation ul
{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
}

#CommonNavigation ul li
{
	display: block;
	float: left;
	padding: 0;
	border-right: solid 1px #D5E1E7;
	font-weight: bold;
	color: #000;
}

#CommonNavigation a:link, #CommonNavigation a:active, #CommonNavigation a:visited
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    border-right: solid 1px #558B9F;
}

#CommonNavigation a:hover
{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    border-right: solid 1px #558B9F;
}

#CommonNavigation a.Selected:link, #CommonNavigation a.Selected:active, #CommonNavigation a.Selected:visited
{
    color: #fff;
}

#CommonNavigation a.Selected:hover
{
    color: #fff;
}
/* Added by HMR */

#CommonNavigation-sm
{
    clear: both;
    margin: 0;
	width: 100%;
	overflow: hidden;
	background-color: #95B6C3;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 0;	
	font-size: 85%;
}

#CommonNavigation-sm .Common-sm
{
    border-left: solid 1px #558B9F;
}

#CommonNavigation-sm .Common-sm .Inner-sm
{
	border-left: solid 1px #D5E1E7;
	height: 1%;
}

#CommonNavigationShadow-sm
{
	clear: both;
	margin-bottom: 6px;
}

#CommonNavigation-sm ul
{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
}

#CommonNavigation-sm ul li
{
	display: block;
	float: left;
	padding: 0;
	border-right: solid 1px #D5E1E7;
	font-weight: bold;
	color: #000;
}

#CommonNavigation-sm a:link, #CommonNavigation-sm a:active, #CommonNavigation-sm a:visited
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3px 6px;
    border-right: solid 1px #558B9F;
}

#CommonNavigation-sm a:hover
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border-right: solid 1px #558B9F;
}

#CommonNavigation-sm a.Selected:link, #CommonNavigation-sm a.Selected:active, #CommonNavigation-sm a.Selected:visited
{
    color: #fff;
}

#CommonNavigation-sm a.Selected:hover
{
    color: #fff;
}

/* Added by HMR 11/21/08 for anchor link nav bar */
#CommonNavigation-aln
{
    clear: both;
    margin: 0;
	width: 100%;
	overflow: hidden;
	background-color: #95B6C3;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 0;	
	font-size: 75%;
}

#CommonNavigation-aln .Common-aln
{
    border-left: solid 1px #558B9F;
}

#CommonNavigation-aln .Common-aln .Inner-aln
{
	border-left: solid 1px #D5E1E7;
	height: 1%;
}

#CommonNavigationShadow-aln
{
	clear: both;
	margin-bottom: 6px;
}

#CommonNavigation-aln ul
{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
}

#CommonNavigation-aln ul li
{
	display: block;
	float: left;
	padding: 0;
	border-right: solid 1px #D5E1E7;
	font-weight: bold;
	color: #000;
}

#CommonNavigation-aln a:link, #CommonNavigation-aln a:active, #CommonNavigation-aln a:visited
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3px 6px;
    border-right: solid 1px #558B9F;
}

#CommonNavigation-aln a:hover
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border-right: solid 1px #558B9F;
}

#CommonNavigation-aln a.Selected:link, #CommonNavigation-aln a.Selected:active, #CommonNavigation-aln a.Selected:visited
{
    color: #fff;
}

#CommonNavigation-aln a.Selected:hover
{
    color: #fff;
}
/* End of additions by HMR */

#CommonContent {
	margin: 0;
	padding: 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#CommonContentInner
{
	width: 100%;
	overflow: hidden;
}

#CommonSidebarLeft
{
}

#CommonSidebarLeft .CommonSidebar
{
    float: left;
	padding-right: 12px;
	overflow: hidden;
	width: 210px;
}

#CommonSidebarRight
{
}

#CommonSidebarRight .CommonSidebar
{
    float: right;
	padding-left: 12px;
	overflow: hidden;
	width: 210px;
}

/*Added by HMR 10/31/08 */
#CommonSidebarRightedit
{
}

#CommonSidebarRightedit .CommonSidebaredit
{
    float: right;
	padding-left: 12px;
	overflow: hidden;
	width: 300px;
}

A:LINK, A:ACTIVE
{
	color: #36c;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER
{
	text-decoration: underline;
	font-weight: bold;
}

SELECT, TEXTAREA, INPUT, BUTTON
{
    font-family: Arial, Helvetica;
    font-size: 95%;
}
/* commented out by HMR 11/24/08 
TABLE
{
    empty-cells: show;
}
*/
HR
{
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	background-color: transparent;
	height: 0;
}

/*
Common Styles
*/

.CommonBreadCrumbArea
{
	margin: 0;
	padding: 4px 0;
	font-size: 85%;
	color: #000;
	background-color: #f7f7f7;
	border-bottom: solid 1px #bbb;
}


.CommonMessageSuccess
{
	padding: 12px;
	font-size: 100%;
	color: #030;
	font-weight: normal;
	border: solid 1px #030;
	background-color: #88dd88;
	margin: 16px 0;
}

.CommonMessageWarning
{
	margin: 16px 0;
	padding: 12px;
	font-size: 100%;
	color: #330;
	font-weight: normal;
	border: solid 1px #eec600;
	background-color: #FFFFAA;
}

.CommonMessageError
{
	margin: 16px 0;
	padding: 12px;
	font-size: 100%;
	color: #000;
	font-weight: normal;
	border: solid 1px #300;
	background-color: #d66;
}

/*
Content
*/

.CommonContentArea
{
    margin: 16px 0 0 0;
}

.CommonTitle
{
    color: #333;
	font-size: 125%;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.CommonSubTitle
{
	margin-top: 15px;
	text-align: left;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
}

.CommonHeader
{
	color: #aaa;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 8px 0 0 0;
}

.CommonContent
{
}

.CommonGroupedContentArea
{
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
}

.CommonDescription
{
	margin: 0 0 16px 0;
}

.CommonWarning
{
	padding: 8px 8px;
	font-weight: normal;
	margin: 24px 0 16px 0;
	color: #333;
	border: solid 1px #FFD226;
	background-color: #fffcb3;
}

/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	white-space: nowrap;
	cursor: pointer;
	color: #36c;
}

.CommonTextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	font-weight: 500;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	font-weight: 500;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
	font-weight: 500;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	background-color: #bbb;
	white-space: nowrap;
	cursor: pointer;
	color: #333;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbb;
	color: #333;
}

.CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 4px 4px 4px 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK, .CommonImageTextButton:VISITED
{
	text-decoration: none;
	margin: 1px;
}

.CommonImageTextButton:ACTIVE
{
	text-decoration: none;
}

.CommonImageTextButton:HOVER
{
	text-decoration: underline;
}

/*
Specific Buttons
*/

.CommonDownloadButton { background-image: url(download.gif); }
.CommonLockedButton { background-image: url(locked00.gif); }

/*
List 
*/

.CommonListArea
{
	padding: 8px 0;
}

.CommonListTitle
{
	padding: 6px 6px 6px 0;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE
{
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.CommonListTitle A:HOVER
{
    text-decoration: underline;
	 font-weight: 500;
}

.CommonListHeader
{
	text-align: left;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
}

.CommonListCell
{
	padding: 5px 0px 5px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
}

.CommonListRow
{
	background-color: #eee;
}

.CommonListRowAlt td
{
	background-color: inherit;
}

/*
Avatar List
*/

.CommonAvatarListItemsArea
{
	margin: 0;
}

.CommonAvatarListItemArea
{
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 10px 10px 70px;
	min-height: 46px;
	background-color: #eee;
}

.CommonAvatarListItemArea.Alt
{
	background-color: #fff;
}

.CommonAvatarListItemArea.Weblog
{
    background-image: url(blog0000.png);
}

.CommonAvatarListItemArea.Forum
{
    background-image: url(forum000.png);
}

.CommonAvatarListItemArea.MediaGallery
{
    background-image: url(media000.png);
}

.CommonAvatarListItemArea.Hub
{
    background-image: url(page0000.png);
}

.CommonAvatarListItemArea.Unknown
{
    padding-left: 10px;
}

.CommonAvatarListItemArea.Custom
{
	padding-left: 0px;
}

.CustomAvatarListItemCustomAvatar
{
	float: left;
	padding-left: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.CustomAvatarListCustomContent
{
	margin-left: 80px;
}

.CommonAvatarListItem
{
	font-size: 100%;
}

.CommonAvatarListItemName
{
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 4px 0;
}

.CommonAvatarListItemDetails
{
	margin: 4px 0 0 0;
	color: #000;
	font-size: 80%;
}

UL.CommonAvatarListItemList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
Validation Styles
*/

.CommonValidationWarning
{
	font-size: 100%;
	color: #f00;
	font-weight: bold;
	padding: 2px;
}

/*
ContentParts
*/

.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border: dashed 1px #999;
	background-color: #efefef;
}

/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#fff;
	border: solid 1px #999; 
}

.CommonContextMenuItem
{
	background-color: #fff; 
	font-size: 90%; 
	border: solid 1px #fff; 
	cursor: pointer;
	padding: 3px;
}

.CommonContextMenuItemHover
{
	background-color: #f4f4f4; 
	color: #000; 
	font-size: 90%; 
	border: solid 1px #E1E1E1; 
	cursor: pointer;
	padding: 3px;
}

.CommonContextMenuItemExpanded
{
	background-color: #E1E1E1; 
	color: #000; 
	font-size: 90%; 
	border: solid 1px #f4f4f4; 
	cursor: pointer;	
	padding: 3px;
}


/* Content Boxes */

.CommonContentBox
{
    border-top: solid 3px #ccc;
    background-color: #fff;
    padding: 6px;
    margin: 0 0 5 0;
    height: 1%;
}

.CommonContentBoxHeader
{
    padding: 0 0 6px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 0 0;
    line-height: 100%;
    font-size: 80%;
    color: #333;
}

.CommonContentBoxHeaderForm
{
	padding: 0 0 10px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px 0;
    color: #333;
    position: relative;
}

.CommonContentBoxContent
{
	padding: 0 3px 0px 3px;
	font-size: 10pt;
	overflow: hidden;
}

.CommonContentBoxFooter
{
    font-weight: bold;
    font-size: 80%;
    padding: 0 3px;
}

.CommonContentBoxFooter a
{
    text-decoration: none;
	 font-weight: 500;
}

.CommonContentBoxFooter A:HOVER
{
    text-decoration: underline;
	 font-weight: 500;
}

UL.CommonContentBoxList, UL.CommonSidebarList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

UL.CommonContentBoxList.Seperator
{
    border-top: solid 1px #ccc;
    margin-top: -4px;
}

UL.CommonContentBoxList LI, UL.CommonSidebarList LI
{
    margin: 3px 0;
    padding: 0 0 2px 0;
    border-bottom: dotted 1px #ccc;
}

UL.CommonContentBoxList LI.Header
{
    padding-top: 20px;
    font-size: 80%;
    font-weight: bold;
    color: #000;
}

UL.CommonContentBoxList LI.Selected
{
	padding-right: 10px;
	background-image: url('button-r.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

UL.CommonContentBoxList LI.Child
{
	padding-left: 10px;
}

#CommonContent .CommonContentBoxHeader
{
    font-size: 180%;
}

.CommonContentBox.TitleHighlighted
{
    border-top-color: #f00;
}

.CommonContentBox.TitleHighlighted .CommonContentBoxHeader
{
    border-bottom-color: #f00;
}

.CommonContentBox.TitleHighlighted .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted
{
    background-color: #ff9;
    border-top-color: #f93;
}

.CommonContentBox.Highlighted .CommonContentBoxHeader
{
    border-bottom-color: #f93;
}

.CommonContentBox.Highlighted .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted UL.CommonContentBoxList LI
{
    border-bottom-color: #E6B34D;
}


.CommonContentBox.Highlighted2
{
    background-color: #EBFFFF;
    border-top-color: #95B6C3;
}

.CommonContentBox.Highlighted2 .CommonContentBoxHeader
{
    border-bottom-color: #95B6C3;
}

.CommonContentBox.Highlighted2 .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted2 UL.CommonContentBoxList LI
{
    border-bottom-color: #CCC;
}

/* Start of NLSA Form styles */
Form.NLSAForm {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  min-width: 750px;
  max-width: 950px;
  width: 950px;
}

.NLSAForm fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

.NLSAForm fieldset legend {
  font-size: 120%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

.NLSAForm Congregation {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 3px 5px 3px 5px;
	border-color: #666666;
  border-width: 1px;
  border-style: solid;
	
}

.NLSAForm label {
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.NLSAForm label u {
  font-style: normal;
  text-decoration: underline;
}

.NLSAForm input, select, textarea {
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
  background-color: #efefef;
}

.NLSAForm textarea {
  overflow: auto;
}

.NLSAForm div {
  clear: left;
  display: block;
  width: 740px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}


.NLSAForm fieldset div.notes {
	float: right;
	width: 150px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
}

.NLSAForm fieldset div.notes h4 {
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0 3px 25px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}

.NLSAForm fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;`
  color: #666666;
}

.NLSAForm fieldset div.notes p.last {
  margin: 0em;
}

.NLSAForm div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 0;
	padding: 0 5px 5px 5px; 
	/* width: 197px; */
}

.NLSAForm div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

.NLSAForm div.required fieldset legend {
  font-weight: bold;
}

.NLSAForm div label {
  display: block;
  float: left;
 /* width: 130px;*/
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

.NLSAForm div.optional label, label.optional {
  font-weight: normal;
}

.NLSAForm div.required label, label.required {
  font-weight: bold;
}

.NLSAForm div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
 /* width: 200px;*/
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 5px;
  text-align: left;
}

.NLSAForm div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
 /* width: 170px;*/
}

.NLSAForm div img {
  border: 1px solid #000000;
}

.NLSAForm p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

.NLSAForm div.error {
  background-color: #ffffe1;
 /* background-image: url(/images/required_bg.gif); */
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

.NLSAForm div.error p.error {
/*  background-image: url(/images/icon_error.gif); */
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

.NLSAForm div select, form div textarea {
	/* width: 200px; */
	padding: 1px 3px 1px 1px;
	margin: 0 0 0 0;
}

.NLSAForm div input.inputText, form div input.inputPassword {
 /* width: 300px; */
  padding: 1px 3px 1px 1px;
  margin: 0 0 0 0;
  background-color: #efefef;
}

.NLSAForm div input.inputFile {
  width: 211px;
}

.NLSAForm div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

.NLSAForm div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 0px;
}

.NLSAForm div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

.NLSAForm div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

.NLSAForm div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

.NLSAForm div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

.NLSAForm div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}
/*End of NLSA form styles */
