/* CSS Document */

/* eFARMpro.com Company Website */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	TEXT-ALIGN: center;
}

a
{
	color: #0000FF;
	text-decoration: underline;
}
a:hover
{
	color: #226fb3;
}


#CONTAINER
{
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 800px;
}

	#HEADER
	{
		border-bottom: 5px solid #226fb3;
		color: #226fb3;
		overflow: auto; 
		width: 100%; 	
	}
		
	#MENU
	{
		clear: left;
		float: left;
		margin: 0;
		padding: 0;
		width: 250px;
		margin-top: 5px;
	}
		#MENU td
		{
			text-align: center;
		}
		#MENU a
		{
			background-attachment: scroll;
			background-image: url(/images/company2/button.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			border: none;
			color: #226fb3;
			display: block;
			font-size: 16px;
			font-variant: small-caps;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 2.4em;
			margin-top: 3px;
			margin-bottom: 3px;
			text-decoration: none;
			width: 250px;
		}
			#MENU a:hover
			{
				background-image: url(/images/company2/buttonOn.jpg);
				color: #00f;
			}
		#MENU td.Info
		{
			background-attachment: scroll;
			background-image: url(/images/company2/MenuBox.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			color: #226fb3;
			height: 168px;
			text-align: center;
			vertical-align: top;
		}
			#MENU td.Info table.InfoBox
			{
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
				width: 220px;
			}
				#MENU td.Info table.InfoBox td.InfoTitle
				{
					font-size: 16px;
					font-variant: small-caps;
					font-weight: bold;
					letter-spacing: 1px;
					padding-bottom: 10px;
					text-align: center;
					color: #226fb3;
				}
				#MENU td.Info table.InfoBox td.InfoInfo
				{
					line-height: 1.5em;
					padding-bottom: 10px;
					text-align: justify;
					font-size: 13px;
					color: #226fb3;
				}
				#MENU td.Info table.InfoBox td.LearnMore
				{
					text-align: center;
				}
				#MENU td.Info table.InfoBox td.LearnMore a
				{
					background: none;
					color: #00f;
					font-size: 12px;
					font-variant: normal;
					text-decoration: underline;
					width: auto;
				}

		#MENU td.Login
		{
			background-attachment: scroll;
			background-image: url(/images/company2/MenuBox.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			height: 168px;
			vertical-align: top;
		}
			#MENU td.Login table.LoginBox
			{
				margin-top: 10px;
				width: 200px;
			}
				#MENU td.Login table.LoginBox td.LoginTitle
				{
					color: #226fb3;
					font-size: 16px;
					font-variant: small-caps;
					font-weight: bold;
					letter-spacing: 1px;
					padding-bottom: 10px;
				}
				#MENU td.Login table.LoginBox td.LoginLabel
				{
					color: #000;
					padding: 0px 0px 10px 0px;
					text-align: right;
					font-size: 13px;
				}

				#MENU td.Login table.LoginBox td.LoginForm
				{
					color: #000;
					padding: 0px 0px 10px 0px;
					text-align: left;
				}
					#MENU td.Login table.LoginBox td.LoginForm .LoginField
					{
						background-color: #fff;
						border: 1px solid #226fb3;					
						padding: 2px;
						width: 130px;
					}
				#MENU td.Login table.LoginBox td.LoginSubmit
				{
					color: #000;
					padding-bottom: 0px;
					text-align: left;
				}
					#MENU td.Login table.LoginBox td.LoginSubmit .LoginButton
					{
						background-color: #226fb3;
						border: none;
						color: #fff;
						cursor: pointer;
						font-weight: bold;
						padding: 2px;
						width: 60px;
					}
				#MENU td.Login table.LoginBox td.LoginFooter
				{
					color: #000;
				}
					#MENU td.Login table.LoginBox td.LoginFooter a
					{
						background: none;
						color: #00f;
						font-size: 10px;
						font-variant: normal;
						text-decoration: underline;
					}

	#CONTENT
	{
		clear: right;
		float: right;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: auto;
		width: 540px;
	}
	
		#CONTENT h1
		{
			color: #226fb3;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 1.5em;
			margin: 0;
			padding: 0;
			width: 100%;
		}

		#CONTENT table.HomePitchList
		{
			background-color: #E1ECF5;
			border: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: normal;
			line-height: 2.4em;
			margin: 0;
			text-align: center;
			width: 100%;
		}
			#CONTENT table.HomePitchList td
			{
				padding: 10px 10px 5px 10px;
			}
			#CONTENT table.HomePitchList td span.Close
			{
				color: #000;
				font-size: 20px;
				line-height: 2em;
			}
		#CONTENT a.HomePriceBurst
		{
			color: #226fb3;
			font-size: 24px;
			font-variant: small-caps;
			font-weight: bold;
			text-decoration: none;
		}
			#CONTENT a.HomePriceBurst:hover
			{
				text-decoration: underline;
			}
			#CONTENT a.HomePriceBurst img, #CONTENT a.HomePriceBurst:hover img
			{
				border: 0;
			 	text-decoration: none;
			}
		#CONTENT div.HomePageRegister
		{
			background-color: #E1ECF5; 
			padding: 5px;
		}

		#CONTENT div.HomePageInvite
		{
			background-color: #E1ECF5; 
			margin-left: 10px; 
			padding: 5px;
		}
		
		#CONTENT table.ContactForm
		{
			background-color: #E1ECF5;
			margin-top: 19px;
			font-size: 13px;
			width: 100%;
		}
			#CONTENT table.ContactForm tr td
			{
				padding: 3px 4px;
			}
				#CONTENT table.ContactForm tr td input
				{
					vertical-align: text-top;
					width: 250px;
				}
					#CONTENT table.ContactForm tr td input.ContactSubject
					{
						width: 375px;
					}
					#CONTENT table.ContactForm tr td input[type="submit"]
					{
						font-weight: bold;
						width: 150px;
					}
				#CONTENT table.ContactForm tr td textarea
				{
					width: 375px;
				}

		#CONTENT table.ContactInfo
		{
			font-size: 13px;
			line-height: 1.5em;
			height: 135px;
			margin-top: 16px;
			text-align: center;
			vertical-align: middle;
			width: 100%;
		}
			#CONTENT table.ContactInfo strong
			{
				font-size: 14px;
			}
			
		#CONTENT table.SupportForm
		{
			background-color: #E1ECF5;
			margin-top: 5px;
			font-size: 13px;
			width: 100%;
		}
			#CONTENT table.SupportForm tr td
			{
				padding: 3px 4px;
			}
				#CONTENT table.SupportForm tr td input
				{
					vertical-align: text-top;
					width: 250px;
				}
					#CONTENT table.SupportForm tr td input.ContactSubject
					{
						width: 375px;
					}
					#CONTENT table.SupportForm tr td input[type="submit"]
					{
						font-weight: bold;
						margin-bottom: 10px;
						width: 200px;
					}
				#CONTENT table.ContactForm tr td textarea
				{
					width: 375px;
				}


		#CONTENT table.SupportInfo
		{
			font-size: 13px;
			line-height: 1.5em;
			margin-top: 13px;
			text-align: center;
			vertical-align: middle;
			width: 100%;
		}
			#CONTENT table.SupportInfo strong
			{
				font-size: 14px;
			}

		#CONTENT table.BuyOnline
		{
			background-color: #E1ECF5;
			margin-top: 5px;
			font-size: 13px;
			width: 100%;
		}
			#CONTENT table.BuyOnline tr td
			{
				padding: 3px 4px;
			}

		#CONTENT table.Registration
		{
			background-color: #E1ECF5;
			margin-top: 5px;
			font-size: 13px;
			width: 100%;
		}
			#CONTENT table.Registration tr td
			{
				padding: 3px 4px;
			}

		#CONTENT table.Invitation
		{
			background-color: #E1ECF5;
			margin-top: 12px;
			font-size: 13px;
			width: 100%;
		}
			#CONTENT table.Invitation tr td
			{
				padding: 3px 4px;
			}
				#CONTENT table.Invitation tr td input
				{
					vertical-align: text-top;
					width: 375px;
				}
					#CONTENT table.Invitation tr td input.short
					{
						width: 200px;
					}
					#CONTENT table.Invitation tr td input.Submit
					{
						font-weight: bold;
						margin-bottom: 10px;
						width: auto;
					}
				#CONTENT table.Invitation tr td select
				{
					vertical-align: text-top;
				}
					#CONTENT table.Invitation tr td select.EventDate
					{
						width: 105px;
					}
					#CONTENT table.Invitation tr td select.EventFlex
					{
						width: 160px;
					}					
					#CONTENT table.Invitation tr td select.State
					{
						width: 110px;
					}

				#CONTENT table.Invitation tr td textarea.Message
				{
					width: 375px;
				}
				
				#CONTENT table.Attendees
				{
					width: 375px;
					border: 0px;
					font-size: 13px;
				}
				
				#CONTENT table.Attendees tr td  input
				{
					width: 12px;
					
				}
			
		#CONTENT p
		{
			line-height: 1.6em;
			padding-top: 1em;
		}
			#CONTENT p:first-child
			{
				padding-top: 0;
			}
			
		#CONTENT div.FeaturesHeading
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			line-height: 1.5em; 
			text-align: center; 
			margin-top: 16px; 
			padding: 5px;
		}
		
		#CONTENT table.FeaturesPrevNext
		{
			height: 30px;
			margin-bottom: 7px;
			width: 100%;
		}
			#CONTENT table.FeaturesPrevNext tr td
			{
				vertical-align: middle;
			}
			#CONTENT table.FeaturesPrevNext a
			{
				font-size: 12px;
				font-weight: bold;
			}
		
		#CONTENT table.FeaturesWebsite
		{
			margin-top: 5px; 
			width:100%
		}
			#CONTENT table.FeaturesWebsite tr td
			{
				border-bottom: 1px solid #226fb3;
				padding: 10px 0;
				text-align: center;
				vertical-align: top;
				width: 50%;
			}
				#CONTENT table.FeaturesWebsite tr td img
				{
					border: 1px solid #999;
				}
				#CONTENT table.FeaturesWebsite tr td div.FeatureTitle
				{
					color:#226fb3; 
					font-size:14px; 
					font-weight: bold; 
					line-height: 1.5em; 
					margin-left: auto;
					margin-right: auto;
					text-align: center;
					width: 95%;
				}
				#CONTENT table.FeaturesWebsite tr td p.FeatureInfo
				{
					font-size: 12px; 
					line-height: 1.5em; 
					text-align: justify; 
					margin-top: 14px;
					padding:0;
					width: 95%
				}
				
				#CONTENT table.msgSaved
				{
					background-color: #e2f9e3; 
					border: 1px solid #9c9; 
					FONT-SIZE: 12px; 
					line-height: 2em;
					MARGIN-BOTTOM: 10px; 
					text-align: center; 
					width: 98%;
				}
				#CONTENT table.msgNote
				{
					background-color: #ffc; 
					border: 1px solid #f90; 
					FONT-SIZE: 12px; 
					line-height: 2em;
					MARGIN-BOTTOM: 10px; 
					text-align: center; 
					width: 98%;
				}
		
			
	.Copyright
	{
		color: #999;
		font-size: 11px;
		font-variant: small-caps;
		padding-top: 10px;
		text-align: center;
		text-transform: lowercase;
	}

/* GENERAL USEFUL STYLES */
.LightBlueBackground
{
	background-color: #E1ECF5;
}	

input 
{ 
	background-color: none;
}
	input:focus
	{
		background-color: #E1ECF5;
	}
	
