.LTR, .RTL
{
	background-color: #ffffff;
}

body
{
	font-family: Trebuchet MS;
	font-size:  smaller;	
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
}

A, A:visited
{
	color: #93002d;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-size: 25px;
	font-weight: bold; 
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #93002d;
}

h2
{
	font-size: 18px;
	color: #93002d;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #93002d;
}

hr
{
	color: #eeeeee;
}

/* Edit mode controls */
.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: hand;
	font-size: 12px;
	font-weight: bold; 
	display: inline-block;
	color: Black;
}

.CMSPageManager
{
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 3px;
}

.CMSPageManager A
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

.CMSPageManagerLabel
{
	text-align: right;
}

.CMSPageManagerTDlabel
{
	padding-left: 10px;
}

.CMSEditableRegion
{
	background-color: white;
	border: 1px dotted red;
	text-decoration: none;
	font-weight: normal;
}

/* Shopping Cart */

.CommerceCartHeader
{
	background-color: #888888;
	font-weight: bold;
	color: #ffffff;
}

/* Others */

.FormErrorLabel
{
  color: Red;
}

.error_summary
{
  color: Red;
}

.errorlabel
{
  color: Red;
}

.LogonTextBox
{
  width: 150px;
}

.EditableTextError
{
  color: red
}

/* --- Containers --- */
.BoxTitle, .BoxTitleFull
{
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 22px;
}

.BoxTitle
{	
	height: 22px;
	border-bottom: solid 1px #ffffff;
}

.BlankBoxTitle
{	
	height: 22px;
	border-bottom: solid 1px #ffffff;
}

.BoxTitleFull
{
	height: 23px;
	border-bottom: solid 1px #93002d;
}

.BoxArea
{
	vertical-align: top;
	border-top: solid 1px #4e5a5f;
	padding: 5px;
}

.GreenGradient, .BlueGradient, .RedGradient
{
	background-repeat: no-repeat;
	padding: 10px;
	color: #ffffff;
}

.GreenGradient a, .BlueGradient a, .RedGradient a, .GreenGradient a:visited, .BlueGradient a:visited, .RedGradient a:visited
{
	color: #ffffff;
}

/* Green */
.Green .BoxTitle, .Green .BoxTitleFull
{
	color: #ffffff;
	background-color: #9cdc62;
	background-image: url(../app_themes/green/Images/Green/boxtitle.gif);
}

.Green .BoxArea
{
	background-color: #f3f9ed;
}

.GreenGradient
{
	background-image: url(../app_themes/green/Images/Green/box.gif);
	background-color: #4f7a00;
}

/* Blue */
.Blue .BoxTitle, .Blue .BoxTitleFull
{
	color: #ffffff;
	background-color: #5a97e6;
	background-image: url(../app_themes/green/Images/Blue/boxtitle.gif);
	
}

.Blue .BoxArea
{
	background-color: #eaf0f8;
}

.BlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/box.gif);
	background-color: #2e68bf;
}

.LightBlueBox
{
	background-color: #eaf0f8;
	padding: 5px;
}

.LightBlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/whitegradient.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

/* Red */
.Red .BoxTitle, .Red .BoxTitleFull
{
	color: #93002d;
	background-color: #cccccc;
	border-top: solid 1px #93002d;
}

.Red .BoxArea
{
	background-color: #fff5e5;
}

.RedGradient
{
	background-image: url(../app_themes/green/Images/Red/box.gif);
	background-color: #b80018;
}

/* Gray */
.Gray .BoxTitle, .Gray .BoxTitleFull
{
	color: #93002d;
	background-color: #fafaff;
	background-image: url(../app_themes/green/Images/Gray/boxtitle.gif);
}

.Gray .BoxArea
{
	background-color: #ffffff;
}

.LightGrayGradient
{
	background-image: url(../app_themes/green/Images/Gray/whitegradient.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

/* Blank */
.Blank .BoxTitle, .Blank .BoxTitleFull
{
	color: #93002d;
	background-color: #fafaff;
}

.Blank .BoxArea
{
	background-color: #ffffff;
}

/* Overall */
.Footer
{
	background-image: url(../app_themes/Napthens/Images/footergradientne.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

.Logo
{
	height: 100px;
	width: 200px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background-position: center;
	background-image: url(../app_themes/Napthens/Images/Website/logo.png);
	background-repeat: no-repeat;
}

.Header .LogoHeader
{
	border: solid 1px #ffffff;
}

.Header .LogoBack
{
	background-color: #ffffff;
	background-repeat: repeat-x;
}

.Header .MenuBack
{
	background-color: #ffffff;
	background-repeat: repeat-x;
}

.Content
{
	border-top: solid 0px #4e5a5f;
	border-bottom: solid 2px #4e5a5f;
}

.Content .BorderTop
{
	height: 6px;
	line-height: 1px;
	overflow: hidden;
}

.Content .BorderBottom
{
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

.Content .Area
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}

.Page
{
	width: 900px;
	background-color: #ffffff;
}

.ContentPadding
{
	padding: 5px 5px 5px 5px;
	width: 490px;
}

.MenuPadding
{
	padding: 5px 5px 5px 10px;
}

.MenuPaddingRHN
{
	padding: 5px 5px 5px 15px;
}

/* Main Menu */
.CMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 32px;
}

.CMSMenuItem1, .CMSMenuItem1MouseUp, .CMSMenuItem1MouseOver, .CMSMenuItem1MouseDown, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: 160px;
	height: 32px;
	background-image: url(../App_Themes/Napthens/Images/MenuImages/bg_mainbutton1.gif);
	background-repeat: repeat-x;
}

.CMSMenuItem
{

	border: none;
	height: 32px;
	text-align: centre;
	white-space: nowrap;
	font-family: Trebuchet MS;
	font-weight: normal;
	text-decoration: underline;
	color: #93002d;
	font-size: 13px;
	padding: 0px 25px 0px 25px;

}

.CMSMenuItemMouseOver

{

	border: none;
	height: 32px;
	text-align: centre;
	white-space: nowrap;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	padding: 0px 25px 0px 25px;
	background-repeat: repeat-x;
	background-image: url(../App_Themes/Napthens/Images/MenuImages/bg_mainbutton1.gif);
	color: #ffffff;

}

.CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: 150px;
	height: 32px;
	background-image: url(../App_Themes/Napthens/Images/MenuImages/bg_mainbutton1.gif);
	background-repeat: repeat-x;

}

.SubCMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background: #cc3300;
}

.SubCMSMenuItem, .SubCMSMenuItemMouseUp, .SubCMSMenuItemMouseOver, .SubCMSMenuItemMouseDown, .SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	padding-right: 15px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	width: 91px;
	color: #848c92;
	padding-top: 5px;
	font-family: arial;
	font-weight: bold;
}


.SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	color: #68a432;
}

/* Tree menu */
.CMSTreeMenuTable
{
	width: 170px;
}

.CMSTreeMenuTab
{
	width: 170px;
	height: 60px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.CMSTreeMenuItem, .CMSTreeMenuSelectedItem
{
	color: #2e68bf;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	/*background-image: url(../app_themes/green/Images/Blue/arrowrightsmall.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left;*/
}

.CMSTreeMenuLink, .CMSTreeMenuLink:visited
{
	color: #93002d;
	text-decoration: underline;
	font-weight: normal;
}

.CMSTreeMenuSelectedLink, .CMSTreeMenuSelectedLink:visited
{
	color: #93002d;
	text-decoration: none;
	font-weight: bold;
}

/* Product */
.ProductPreview .LinkMore
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
}

.ProductPreview
{
	width: 200px; 
	text-align: left;
	padding: 3px;
}

.ProductPreview .ProductBox
{
	background-color: #ffffff;
	border: 1px solid #93002d; 
	padding: 0px; 
	margin: 0px auto;
}

.ProductPreview .ProductTitle
{
	height: 60px; 
	text-align: left;
	background-repeat: repeat-x;
	padding: 10px;
}

.ProductPreview .ProductTitle A
{

}

.ProductPreview .ProductImage
{
	height: 60px;
	overflow: hidden;
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
	border-width: 0px;
}

.ProductPreview .ProductFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 5px;
}

.ProductPreview .ProductPrice
{
	font-size: 15px;
	font-weight: bold;
	color: #5e9728;
}

.ProductDetail
{
        width:100%;
}

.ProductDetail .ProductData
{
	padding: 5px 60px 5px 60px;
}

.ProductDetail .ProductFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 10px 60px 10px 10px;
}

.ProductDetail .ProductPrice
{
	font-size: 18px;
	font-weight: bold;
	color: #5e9728;
}

.ProductDetail .ProductSummary
{
	vertical-align: top;
}

.ProductDetail .ProductImage
{
	width: 220px;
}

.ProductDetail .ProductShortDescription
{
	font-weight: bold;
}

.ProductDetail .ProductDescription
{
	padding: 10px;
}

/* Brochure */
.BrochurePreview .LinkMore
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
}

.BrochurePreview
{
	width: 155px; 
	text-align: left;
	padding: 3px;
}

.BrochurePreview .BrochureBox
{
	background-color: #ffffff;
	border: 1px solid #93002d; 
	padding: 0px; 
	margin: 0px auto;
}

.BrochurePreview .BrochureTitle
{
	height: 60px; 
	text-align: left;
	background-repeat: repeat-x;
	padding: 10px;
}

.BrochurePreview .BrochureTitle A
{

}

.BrochurePreview .BrochureImage
{
	height: 60px;
	overflow: hidden;
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
	border-width: 0px;
}

/* HIPS */
.HIPLinks
{
	width: 160px; 
	text-align: center;
	padding: 3px;
}

.HIPLinks .HIPLinkBox
{
	text-align: left;
	background-color: #E7E7E7;
	padding: 8px;
}

.HIPLinks .LinkMoreRed
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 0px;
}

/* Testimonial */
.TestPreview .LinkMore
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
}

.TestPreview
{
	width: 200px; 
	text-align: left;
	padding: 3px;
}

.TestPreview .TestBox
{
	background-color: #ffffff;
	border: 1px solid #93002d; 
	padding: 0px; 
	margin: 0px auto;
}

.TestPreview .TestText
{
	text-align: left;
	background-repeat: repeat-x;
	padding: 10px 10px 5px 10px;
        text-transform: uppercase;
}

.TestPreview .TestText A
{

}

.TestPreview .TestSource
{
	text-align: left;
	background-repeat: repeat-x;
	padding: 0px 10px 10px 10px;
}

.TestPreview .TestImage
{
	height: 60px;
	overflow: hidden;
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
	border-width: 0px;
}

.TestPreview .TestFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 5px;
}

.TestPreview .TestPrice
{
	font-size: 15px;
	font-weight: bold;
	color: #5e9728;
}

/* News */
.NewsHomepage
{

	overflow: hidden;
	padding: 5px 0px 10px 0px;
	border-bottom: dotted thin gray;

}

.NewsHomepage .Link
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 6px 12px;
}

.NewsSummary .NewsSummary
{
	padding: 0px;
}

.NewsSummary .NewsDate
{
	padding: 0px;
	font-weight: normal;
}

.NewsSummary .NewsText
{
	padding: 0px 0px 10px 0px;
}

.NewsSummary .NewsTitle
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.NewsDetail .NewsSummary
{
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.NewsDetail .NewsReleaseDate
{
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.NewsDetail .NewsText
{
	padding: 0px;
}

.NewsDetail .NewsTitle
{
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.NewsLatest
{
	width: 170px;
	overflow: hidden;
	padding: 5px 0px 10px 0px;
	border-bottom: dotted thin gray;

}

.NewsLatest .NewsTitle
{
	font-size: 14px;	
	padding: 0px;
}

.NewsLatest hr
{
	margin: 0px;
	padding: 0px;
	color: #eeeeee;
}

.NewsLatest .NewsSummary
{
	height: 63px;
	overflow: hidden;
}

.NewsLatest .LinkMore
{
	background-image: url(../app_themes/green/Images/White/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
	display: block;
	text-align: right;
	font-weight: bold;
}

/* Articles */
.ArticleDept
{

	overflow: hidden;
	padding: 5px 0px 10px 0px;
	border-bottom: dotted thin gray;

}

.ArticleDept .Link
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 6px 12px;
}

/* Online services */
.ServicesHomepage
{

	overflow: hidden;
	padding: 5px 0px 10px 0px;
	border-bottom: dotted thin gray;

}

.ServicesHomepage .Link
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 6px 12px;
}

/* Newsletter */
.NewsletterDetail .NewsletterSummary
{
	font-weight: bold;
	padding: 0px;
}

.NewsletterDetail .NewsletterReleaseDate
{
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.NewsletterDetail .NewsletterText
{
	padding: 0px;
}

.NewsletterDetail .NewsletterTitle
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.NewsletterHomepage
{

	overflow: hidden;
	padding: 5px 0px 10px 0px;
	border-bottom: dotted thin gray;

}

.NewsletterHomepage .Link
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 6px 12px;
}

/* Events */
.EventHomepage
{

	overflow: hidden;
	padding: 5px 0px 10px 0px;
	border-bottom: dotted thin gray;

}

.EventHomepage .Link
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 6px 12px;
}

/* Search result */
.SearchResult
{
	padding: 5px 3px 5px 3px;
}

.SearchResult .ResultTitle
{
	padding: 0px 0px 1px 12px;
	font-weight: bold;
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.SearchResult .ResultPath
{
	padding-left: 12px;
}

.NewsletterSubscription input[type="text"]
{
	width: 128px;
}

.ErrorLabel
{
	color: #ff0000;
}

.InfoLabel
{
	color: #000000;
}

/* My account */
.ContentButton
{
	width: 75px;
}

.TextBoxField
{
	width: 280px;
}

.DropDownField
{
	width: 285px;
}

.TabsHeader
{
	padding: 5px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.TabControlLinkSelected
{
	font-weight: bold;
}

.TabsContent
{
	padding: 10px;
	border: solid 1px #cccccc;
}

.MyProfileUserSignature
{
	width: 500px;
	height: 100px;
}

/* Person */
.PersonPreview .LinkMore
{
	background-image: url(../app_themes/green/Images/Green/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
}

.PersonPreview
{
	width: 495px; 
	text-align: left;
	padding: 0px;
}

.PersonPreview .PersonBox
{
	background-color: #ffffff;
	border: 1px solid #c4cad2; 
	padding: 0px; 
	margin: 0px auto;
	height: 85px;
}

.PersonPreview .PersonTitle
{
	font-weight: bold; 
	text-align: left;
	padding: 10px;
}

.PersonPreview .PersonTitle A
{
	text-decoration: none;
}

.PersonPreview .PersonPhoto
{

	overflow: hidden;
	text-align: right;
	border: 0px;
	float: left;
	padding: 5px;
	vertical-align: top;
}

.PersonPreview .PersonFooter
{
	text-align: left;
	background-color: #f7f7f7;
	padding: 5px;
}

.PersonPreview .PersonPrice
{
	font-size: 15px;
	font-weight: bold;
	color: #e0001c;
}

.PersonProfile .LinkEmail
{

}

.PersonProfile .LinkvCard
{
	padding: 3px 12px 6px 0px;
}

.PersonProfile
{
	width: 500px; 
	text-align: left;
	padding: 0px;
}

.PersonProfile .PersonBox
{
	background-color: #ffffff;
	border: 1px solid #c4cad2; 
	padding: 0px; 
	margin: 0px auto;
}

.PersonProfile .PersonTitle
{
	font-weight: bold; 
	text-align: left;
	padding: 10px;
}

.PersonProfile .PersonTitle A
{
	text-decoration: none;
}

.PersonProfile .PersonHeadings
{
	font-weight: bold; 
	text-align: left;
	padding: 5px 0px 5px 10px;
}

.PersonProfile .PersonInfo
{
	text-align: left;
	padding: 0px;
}

.PersonProfile .PersonPhoto
{
	overflow: hidden;
	text-align: right;
	border: 1px solid #c4cad2;
	float: right;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.PersonProfile .PersonFooter
{
	text-align: left;
	background-color: #f7f7f7;
	padding: 5px;
}


.PersonProfile .PersonDescription
{
	padding: 10px;
	text-align: left;
}

.PersonDetail
{
}

.PersonDetail .PersonData
{
	padding: 5px 60px 5px 60px;
}

.PersonDetail .PersonFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 10px 60px 10px 10px;
}

.PersonDetail .PersonPrice
{
	font-size: 18px;
	font-weight: bold;
	color: #e0001c;
}

.PersonDetail .PersonSummary
{
	vertical-align: top;
}

.PersonDetail .PersonImage
{
	width: 220px;
}

.PersonDetail .PersonShortDescription
{
	font-weight: bold;
}

.PersonDetail .PersonDescription
{
	padding: 10px;
}

/* Job */

.JobProfile .LinkEmail
{

}

.JobProfile
{
	width: 500px; 
	text-align: left;
	padding: 0px;
}

.JobProfile .JobTitle
{
	font-weight: bold; 
	text-align: left;

}

.JobProfile .JobTitle A
{
	text-decoration: none;
}

.JobProfile .JobHeadings
{
	font-weight: bold; 
	text-align: left;
	padding: 5px 0px 5px 0px;
}

.JobProfile .JobDescription
{
	text-align: left;
}

/* form styles */
.mn_frm_required_field {
	color: #FF3333;
	font-weight:bold;
	}
	
.mn_frm_dropdown
{
	width:				205px;
	height:				20px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_date_dropdown
{
	width:				66px;
	height:				20px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_text_input
{
	width:				200px;
	height:				16px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_text_input_on
{
	width:				200px;
	height:				16px;
	border:				solid 1px #333333;
	background-color:	        #FFFFFF;
	font-size:			11px;
	color:				#333333;
}

.mn_frm_text_input_small
{
	width:				80px;
	height:				16px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
	padding-top: 0px;
	margin-top: 0px;
}

.mn_frm_text_input_small_on
{
	width:				80px;
	height:				16px;
	border:				solid 1px #333333;
	background-color:	        #FFFFFF;
	font-size:			11px;
	color:				#333333;
	padding-top: 0px;
	margin-top: 0px;
}

.mn_frm_text_input_date 
{
	width:				61px;
	height:				16px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_text_input_date_on 
{
	width:				61px;
	height:				16px;
	border:				solid 1px #333333;
	background-color:	        #FFFFFF;
	font-size:			11px;
	color:				#333333;
}

.mn_frm_textarea_input
{
	width:				200px;
	height:				70px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_textarea_input_on
{
	width:				200px;
	height:				70px;
	border:				solid 1px #333333;
	background-color:	        #FFFFFF;
	font-size:			11px;
	color:				#333333;
}

.mn_frm_textarea_input_lrg
{
	width:				450px;
	height:				200px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_textarea_input_lrg_on
{
	width:				450px;
	height:				200px;
	border:				solid 1px #333333;
	background-color:	        #FFFFFF;
	font-size:			11px;
	color:				#333333;
}

.mn_frm_textarea_input_enquiry
{
	width:				200px;
	height:				100px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_textarea_input_enquiry_on
{
	width:				200px;
	height:				100px;
	border:				solid 1px #333333;
	background-color:	        #FFFFFF;
	font-size:			11px;
	color:				#333333;
}

.mn_frm_textarea_input_admin_quote_note
{
	width:				450px;
	height:				140px;
	border:				solid 1px #333333;
	background-color:	        #F7F7F7;
	font-size:			11px;
	color:				#666666;
}

.mn_frm_textarea_input_admin_quote_note_on
{
	width:				450px;
	height:				140px;
	border:				solid 1px #333333;
	background-color:	        #FFFFFF;
	font-size:			11px;
	color:				#333333;
}

.mn_frm_btn 
{
	vertical-align: bottom;
	border: solid 1px #333333;
	background-color: #F7F7F7;
	margin-left: 400px;
}

.mn_frm_reflogo 
{
	vertical-align: bottom;
	float: right;
}

.mn_frm 
{
	width: 550px;
}

.mn_frm .mn_frm_row 
{
	width: 550px;
	height: 20px;
	margin-bottom: 5px;
	font-weight:normal;
	overflow: visible;
	clear: both;
}

.mn_frm .mn_frm_row_strch 
{
	width: 550px;
	margin-bottom: 5px;
	font-weight:normal;
	overflow: visible;
	clear: both;
}

.mn_frm .mn_frm_row_strch .mn_frm_title 
{
	position: relative;
	float:left;
	width: 250px;
	font-weight:normal;
}
	


.mn_frm .mn_frm_row_strch .mn_frm_itm 
{
	position: relative;
	float:left;
	width: 300px;
	font-weight:normal;
}
	
.mn_frm .mn_frm_itm_mini
{
	position: relative;
	float:left;
	width: 100px;
	font-weight:normal;
	text-align: center;
}
	
	
.mn_frm .mn_frm_row_strch .mn_frm_itm_dtg 
{
	position: relative;
	float:left;
	width: 280px;
	font-weight:normal;
}
	
.mn_frm_row_spc 
{
	width: 550px;
	height: 10px;
	font-size: 1px;
}
	
.mn_frm_row_spc .mn_frm_row_spc_hr_mini 
{
	width: 450px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #cccccc;
	font-size: 1px;
}
	
.mn_frm_row_spc .mn_frm_row_spc_hr_full 
{
	width: 550px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #cccccc;
	font-size: 1px;
}
	
.mn_frm_hdr_row 
{
	width: 550px;
	margin-bottom: 5px;
	font-weight:normal;
}
	
.mn_frm_hdr_row_alt 
{
	width: 550px;
	margin-bottom: 5px;
	font-weight:bold;
}
	
.mn_frm_hdr_txt 
{
	width: 550px;
	color:	#666666;
	font-weight: bold;
	text-transform: uppercase;
}

.mn_frm .mn_frm_row .mn_frm_checkbox 
{
	position: relative;
	float:left;
	width: 30px;
	font-weight:normal;
}
	
.mn_frm .mn_frm_row .mn_frm_title 
{
	position: relative;
	float:left;
	width: 250px;
	height: 20px;
	font-weight:normal;
}

.mn_frm .mn_frm_row .mn_frm_itm 
{
	position: relative;
	float:left;
	width: 300px;
	height: 20px;
	font-weight:normal;
}

/* quote styles */
.quote 
{
	width: 490px;
}

.quote .quoteline 
{
	width: 490px;
	height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.quote .quoteline .quoteline_col1 
{
	position: relative;
	float:left;
	width: 300px;
	height: 20px;	
	text-transform: none;
}

.quote .quoteline .quoteline_col2 
{
	position: relative;
	float:left;
	width: 150px;
	height: 20px;
	text-align: right;
	text-transform: none;
}

.quote .quoteline_spc 
{
}
.quote .quoteline_spc .quoteline_spc_hr 
{
	width: 450px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #cccccc;
	font-size: 1px;
}

.quote .quoteline_spc .quoteline_spc_hr_full 
{
	width: 450px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #cccccc;
	font-size: 1px;
}

/* datagrid styles */

.ClientDataGrid 

{
    width: 525px;
    font-size: small; 
}

.ClientDataGrid td

{
    border: solid 1px #FFFFFF;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;
}

.ClientDataGrid_RowCell {
    position: relative;
    float: left;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    }
         
.ClientDataGrid_RowCell_Name {
    position: relative;
    float: left;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 365px;
    }
        
.ClientDataGrid_RowCell_SmallName {
    position: relative;
    float: left;
    margin: 1px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 100px;
    }

.ClientDataGrid_RowCell_SmallNameInfo {
    position: relative;
    float: left;
    margin: 1px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 400px;
    }

.ClientDataGrid_RowCell_Icon {
    position: relative;
    float: left;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 40px;
    }

.ClientDataGrid_RowCell_Date {
    position: relative;
    float: left;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 80px
    }
        
.ClientDataGrid_RowCell_Notes {
    position: relative;
    float: left;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 490px
}

.ClientDataGrid_Row_left td {
    text-align: left;
}

.ClientDataGrid_Hdr_Row {
    font-weight: bold;
    background-color: #003366;
    color: #ffffff;
}

.ClientDataGrid_Hdr_Row .ClientDataGrid_Hdr_RowCell {
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%; 
}

.ClientDataGrid_Row {
    border-bottom: 1px solid #ffffff;
    background-color: #EFEBEF;
    height: 26px;
}

.ClientDataGrid_RowAlt {
    border-bottom: 1px solid #ffffff;
    background-color: #F7F7F7;
    height: 26px;
}

.ReferrerDataGrid

{
    width: 525px;
    font-size: small; 
}

.ReferrerDataGrid td

{
    border: solid 1px #FFFFFF;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;
}

.ReferrerDataGrid_RowCell {
    position: relative;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    }
         
.ReferrerDataGrid_RowCell_Client {
    position: relative;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 150px;
    }
        
.ReferrerDataGrid_RowCell_Referral {
    position: relative;
    margin: 1px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 225px;
    }

.ReferrerDataGrid_RowCell_Stage {
    position: relative;
    margin: 1px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 75px;
    }

.ReferrerDataGrid_RowCell_Fee {
    position: relative;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 50px;
    }

.ReferrerDataGrid_RowCell_Date {
    position: relative;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 75px
    }
        
.ReferrerDataGrid_RowCell_Notes {
    position: relative;
    float: left;
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%;    
    width: 490px
}

.ReferrerDataGrid_Row_left td {
    text-align: left;
}

.ReferrerDataGrid_Hdr_Row {
    font-weight: bold;
    background-color: #003366;
    color: #ffffff;
}

.ReferrerDataGrid_Hdr_Row .ReferrerDataGrid_Hdr_RowCell {
    margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
    font-size: 90%; 
}

.ReferrerDataGrid_Row {
    border-bottom: 1px solid #ffffff;
    background-color: #EFEBEF;
    height: 26px;
}

.ReferrerDataGrid_RowAlt {
    border-bottom: 1px solid #ffffff;
    background-color: #F7F7F7;
    height: 26px;
}