/*
Agitar - main style sheet

loud dog updates:

02/22/07 dschmittdiel - adjust form field lengths and created analyst quote box style on analyst coverage page
01/16/07 mferrini -  more adjustments and new webinars styles
01/10/07 mferrini -  more adjustments and new customers blockquote style
01/08/07 - 01/09/07 mferrini -  more adjustments, new column3 rightNav, new customers column3 image list style
01/04/07 mferrini -  adjustments to match original templates
11/17/06 mferrini
12/20/06 mbergman
12/21/06 mbergman
12/26/06 jorum
1/3/07 jorum - added background to menu; adjusted logo/tagline position
1/5/07 jorum - added additional styles for customer subnav
/* 

/* ##### global styles ##### */
body {
	margin:17px 0 0 0;
	padding:0;
	font-family:verdana, arial, sans;
	font-size:.7em;
	color:#333;
	}

a {
	text-decoration: underline;
	color:#006699;
	}	
	
	a:hover {
		text-decoration: underline;
		}
		
		a:active {
			/*color: #962619; why do we have this style? -jpo*/
			}

	/* links with the round red button graphic */
	a.buttonLink {
		}

		a.buttonLink img {
			vertical-align:-4px;
			margin: 0 0 0 5px;
			text-decoration: none;
			}
	
	/* links with the gray arrow button graphic */		
		a.moreLink {
		}

		a.moreLink img {
			vertical-align:-2px;
			margin: 0 0 0 5px;
			text-decoration: none;
			}
			
	/* active states for the above two link styles */ 		
			a.buttonLink:active,
			a.moreLink:active {
				color: #962619;
				}

h1, h2, h3, h4 {
	font-family:trebuchet ms, verdana, arial, sans;
	margin:0;
	padding:0;
	}

h1 {
	color:#97271A;
	font-size:2em;
	}

h2 {
	font-size:1.4em;
	color:#015498;
	margin:10px 0 5px 0;
	}

h3 {
	font-size:1.2em;
	color:#405B6B;
	margin:30px 0 5px 0;
	}
	
h4 {
	font-size:1.2em;
	color:#97271A;
	margin:30px 0 5px 0;
	text-transform: uppercase;
	}	

p {
	margin:0 0 10px 0;
	padding:0;
	}


ul {
	margin:0;
	padding:0;	
	}

img {
	border:0px none;
	}	

table {
	border-collapse:collapse;
	}
	
td {
	vertical-align:top;
	}

/* important for clearing <br /> below the content div on single column pages like contact, register, login, etc. // not ncessary for two and three column pages */
br.clear {
	margin: 0;
	padding: 0;
	font-size: .1em;
}


/* ##### page layout styles ##### */

/* centers the page in the browser window */
div#container {
	width:789px;
	margin-left:auto;
	margin-right:auto;
	}	
	
/* logo, tools (worldwide, contact, login), search */
div#header {
	position:relative;
	width:789px;
	height:95px;
	background:#fff url('images/bg_header.gif') no-repeat 0 0;
	}	
	div#header a {
		text-decoration: none;
		}
div#header a:hover {
text-decoration: underline;
}
	div#header img#logo {
		position:absolute;
		top:17px;
		left:28px;
		z-index:2;
		}

	div#header ul#tools {
		position:absolute;
		top:15px;
		right:20px;
		margin:0;
		padding:0;
		list-style:none;
		}

		div#header ul#tools li {
			float:left;
			margin:0;
			padding:0;
			}
		
			div#header ul#tools li.divider {
				color:#666;
				margin:0 8px 0 8px;
				padding:0;	
				}

	div#header form#search {
		position:absolute;
		bottom:11px;
		right:21px;
		}

		div#header form#search input.text {
			width:110px;
			vertical-align:middle;
			}

		div#header form#search input.buttonSearch {
			vertical-align:-4px;
			}
						
/* displays the dropshadow. All content elements are nested in this div */
div#bgWrapper {
	width:789px;
	background:#fff url('images/bg.gif') repeat-y 0 0;
	padding-left:7px; padding-right:0; padding-top:0; padding-bottom:0
	}	
	
/* primary navigation (horizontal at the top of the page) */
ul#nav {
	position:relative;
	z-index:2;
	border-top:1px solid #899d9e;
	border-bottom:1px solid #2D4350 /*#e8eaea*/ ;
	width:775px;
	height:30px;
	background:#334a57 url('images/bg_mainNav.jpg') repeat-x 0 0;; list-style-type:none
	}	
	
	ul#nav li {
		float:left;	
		}
		
		ul#nav li a {
			color:#fff;
			text-transform:uppercase;
			text-decoration: none;		
			}

			ul#nav li a:hover {
				text-decoration:none;
				}
				
				ul#nav li a:active {
					/* color: #962619; again, why do we have this style? jpo */
					}
	
	ul#nav li#navHome,
	ul#nav li#navSolutions,
	ul#nav li#navCustomers,
	ul#nav li#navSupport,
	ul#nav li#navNews,
	ul#nav li#navCompany { 
		position: relative;
		height: 23px;
		padding: 8px 15px 0;
		margin: 0;
		}
		
	ul#nav li:hover,
	ul#nav li.hover {
		background: url('images/bg_mainNav_over.jpg') repeat-x 0 0;
		}
		
		ul#nav li div { 
			position: absolute; /* inherited by nested flyouts */
			left: -1px; /* align left border with main nav */
			top: 30px;
			width: 180px; /* new width */
			/* width:115px; */
			display: none;
			}
		
			ul#nav li div ul {
				position: relative; /* inherited by nested flyouts -- also addresses Safari issue where dropdown retains focus onmouseout of LI */
				border: 1px solid #415C6C;
				list-style: none;
				}
			
				ul#nav li div ul li {
					float: none;
					position: relative;
					margin: 0;
					}
			
				ul#nav li div ul li a {
					color: #003399;
					display: block;
					padding: 3px 10px 3px 15px ; 	/* add these declarations here to avoid	IE issue where	*/
					border-bottom: 1px solid #CCC;	/* LI focus is lost to elements contained in div#promo	*/
					background: #FFF;
					}
				
					ul#nav li div ul li.last a,
ul#nav li div ul li.last div li a {
						border-bottom: 0px none; /* remove border from last LI in list */
						}
					ul#nav li div ul li.last div li a {
						border-bottom: 1px solid #ccc;
						}
				ul#nav li div ul li div ul {
					top: -31px;
					left: 179px; /* new width */
					/*left: 114px;*/
					}
				
				/* for FLYOUTS */	
				/* must add declarations for each flyout level */
				ul#nav li div ul li:hover a,
				ul#nav li div ul li.hover a,
				ul#nav li div ul li.last:hover a,
				ul#nav li div ul li.last.hover a,
				ul#nav li div ul li:hover div li:hover a,
				ul#nav li div ul li.hover div li.hover a,
				ul#nav li div ul li.last:hover li:hover a,
				ul#nav li div ul li.last.hover li.hover a {
					background: #E3E3E3;
					}
				
				ul#nav li div ul li:hover div li a,
				ul#nav li div ul li.hover div li a,
				ul#nav li div ul li.last:hover div li a,
				ul#nav li div ul li.last.hover div li a {
					background: #FFF;
					}
					
					
/* Use CSS instead of scripting to display hidden flyout nav */
/* SHOW NESTED UL */ 
ul#nav li:hover div,
ul#nav li.hover div {
	display: block;
	margin: 0;
	padding: 0;
	}
			
/* HIDE NESTED THIRD TIER UL*/
ul#nav li:hover div ul li div,
ul#nav li.hover div ul li div {
	display: none;
	}
				
/* SHOW NESTED THIRD TIER UL */
ul#nav li:hover div ul li:hover div,
ul#nav li.hover div ul li.hover div {
	display: block;
	margin: 0;
	padding: 0;
	}
				
/* Display current page in main navigation */
body#home ul#nav li#navHome,
body.products ul#nav li#navSolutions,
body.customers ul#nav li#navCustomers,
body.support ul#nav li#navSupport,
body.news ul#nav li#navNews,
body.company ul#nav li#navCompany,
body.open_quality ul#nav li#navSolutions {
	background:#213039;
	}


/* secondary navigation (vertical in the left column) */
/* width of this is 145px - jpo */

ul#menu {
	margin: 0;
	padding: 0;
	}

	ul#menu li {
		margin: 0;
		padding: 0;
		border-bottom:1px solid #fff;
		}
		
		/*what is this for? -jpo */
		ul#menu li.empty {
			margin: 0;
			padding: 0;
			}

		ul#menu li a.last {
			border:0px none;
			}

		ul#menu li a {
			display:block;
			width:125px;
			padding:6px 6px 5px 14px;
			background:#d0d3d7;
			color:#22313A;
			text-decoration:none;
			}

				
			ul#menu a:hover {
				color:#A2342B;
				background: #C2C5C8;
				text-decoration:none;
				}
				
					
		ul#menu li ul {
			margin: 0;
			padding: 0;
			border-top:1px solid #fff;
			position: relative;
			}

			ul#menu li ul li {
				margin: 0;
				padding: 0;
				/*background:#eee;*/
				border-bottom:1px solid #d9d9d9;
				}
				
				ul#menu li ul li.last {
					border:0px none;
					}

				ul#menu li ul li a {
					color:#666;
					width:120px;
					background:#eee;
					padding-left:20px;
					padding-right: 5px;
					}
					
					ul#menu li ul li a:hover {
						background: #F8F8F8;
						}
					
						


/* Tier 1 "selected page" link color */
/* This is based off the tier 2 body class */

	/* solutions */
	body.agitarone ul#menu li#agitarone a,
	body.automated_junit_generation ul#menu li#agitarone a,
	body.software_agitation ul#menu li#agitarone a,
	body.code_rules ul#menu li#agitarone a,
	body.dashboard_reports ul#menu li#agitarone a,
	body.continuous_integration ul#menu li#agitarone a,
	body.agitarone_demos ul#menu li#agitarone a,
	body.migrating_to_agitarone ul#menu li#agitarone a,
	
	body.business ul#menu li#businessNeeds a,
	body.legacy ul#menu li#businessNeeds a,
	body.create_junit_tests ul#menu li#businessNeeds a,
	body.qa_cycles ul#menu li#businessNeeds a,
	body.visibility ul#menu li#businessNeeds a,
	body.why_unit_testing ul#menu li#why_unit_testing a,
	body.resources ul#menu li#resources a,
		body.whitepapers ul#menu li#resources a,
		body.webinars ul#menu li#resources a,

	/* customers */
	body.overview ul#menu li#customers a,
		body.enterprise ul#menu li#customers a,
		body.system_integrators ul#menu li#customers a,
		body.isvs ul#menu li#customers a,
		body.public_sector ul#menu li#customers a,
	body.customer_list ul#menu li#customer_list a,
	body.case_studies ul#menu li#case_studies a,

	/* support */
	body.support ul#menu li#overview a,

	/* news */
	body.overview ul#menu li#news a,
	body.press_releases ul#menu li#press_releases a,
	body.media_coverage ul#menu li#media_coverage a,
	body.events ul#menu li#events a,
	body.product_reviews ul#menu li#product_reviews a,
	body.agitar_analyst ul#menu li#agitar_analyst a,
	body.agitar_awards ul#menu li#agitar_awards a,

	/* open quality */
	body.overview ul#menu li#overview a,
	body.initiative ul#menu li#initiative a,
	body.measuring_open_quality ul#menu li#measuring_open_quality a,
	body.quality_level_agreement ul#menu li#quality_level_agreement a,
	body.participants ul#menu li#participants a,
	body.interpreting_quality ul#menu li#interpreting_quality a,
	body.open_quality_data ul#menu li#open_quality_data a,

	/* company */
	body.overview ul#menu li#company a,
	body.management ul#menu li#management a,
	body.agitarlabs ul#menu li#agitarlabs a,
	body.directors ul#menu li#directors a,
	body.advisors ul#menu li#advisors a,
	body.partners ul#menu li#partners a,
	body.careers ul#menu li#careers a,
	body.contact ul#menu li#contact a,
		body.locations ul#menu li#contact a,
		body.sales ul#menu li#contact a {
		background:#962619; /* this is red */
		color: #fff;
		}

/* Tier 2 "selected page" background color */
/* Tier 2 red and white*/

	/* solutions - AgitarOne */
	body.automated_junit_generation ul#menu li#agitarone ul li#automated_junit_generation a,
	body.software_agitation ul#menu li#agitarone ul li#software_agitation a,
	body.code_rules ul#menu li#agitarone ul li#code_rules a,
	body.dashboard_reports ul#menu li#agitarone ul li#dashboard_reports a,
	body.continuous_integration ul#menu li#agitarone ul li#continuous_integration a,
	body.agitarone_demos ul#menu li#agitarone ul li#agitarone_demos a,
	body.migrating_to_agitarone ul#menu li#agitarone ul li#migrating_to_agitarone a,
	
	/* solutions - For Your Business Needs */
	body.legacy ul#menu li#businessNeeds ul li#legacy a,
	body.create_junit_tests ul#menu li#businessNeeds ul li#create_junit_tests a,
	body.qa_cycles ul#menu li#businessNeeds ul li#qa_cycles a,
	body.visibility ul#menu li#businessNeeds ul li#visibility a,
	
	body.whitepapers ul#menu li#resources ul li#whitepapers a,
	body.webinars ul#menu li#resources ul li#webinars a,
	
	/* customers */
	body.enterprise ul#menu li#customers ul li#enterprise a,
	body.system_integrators ul#menu li#customers li#system_integrators a,
	body.isvs ul#menu li#customers li#isvs a,
	body.public_sector ul#menu li#customers li#public_sector a,
	
	/* company */
	body.locations ul#menu li#contact ul li#locations a,
	body.sales ul#menu li#contact ul li#sales a
	 {
		background:#fff;
		color: #962619;
		}

	body.automated_junit_generation ul#menu li#agitarone a,
	body.software_agitation ul#menu li#agitarone a,
	body.code_rules ul#menu li#agitarone a,
	body.dashboard_reports ul#menu li#agitarone a,
	body.continuous_integration ul#menu li#agitarone a,
	body.migrating_to_agitarone ul#menu li#agitarone a,

	body.legacy ul#menu li#businessNeeds a,
	body.create_junit_tests ul#menu li#businessNeeds a,
	body.qa_cycles ul#menu li#businessNeeds a,
	body.visibility ul#menu li#businessNeeds a {
		background:#962619;
		}


/* Tier 3 "selected page" text color */
	
	/* solutions - AgitarOne */
	body.automated_junit_generation ul#menu li ul li#automated_junit_generation a,
	body.software_agitation ul#menu li ul li#software_agitation a,
	body.code_rules ul#menu li ul li#code_rules a,
	body.dashboard_reports ul#menu li ul li#dashboard_reports a,
	body.continuous_integration ul#menu li ul li#continuous_integration a,
	body.migrating_to_agitarone ul#menu li ul li#migrating_to_agitarone a,

	/* solutions - For Your Business Needs */
	body.legacy ul#menu li ul li#legacy a,
	body.create_junit_tests ul#menu li ul li#create_junit_tests a,
	body.qa_cycles ul#menu li ul li#qa_cycles a,
	body.visibility ul#menu li ul li#visibility a
	
	/* company - contact and locations
	body.locations ul#menu li ul li#locations a,
	body.sales ul#menu li ul li#sales a*/
	{
		color:#666;
		background: #fff;
		}


/* Set the colors of unselected sub-menu links */
	body.products ul#menu li#agitarone ul li a,
	body.products ul#menu li#businessNeeds ul li a,
	body.products ul#menu li#resources ul li a,
	body.business ul#menu li#businessNeeds ul li a,
	body.customers ul#menu li#customers ul li a,
	body.company ul#menu li#contact ul li a {
		color:#666;
		background:#eee;
		}

	body.products ul#menu li#agitarone ul li a:hover,
	body.products ul#menu li#resources ul li a:hover,
	body.products ul#menu li#businessNeeds ul li a:hover,
	body.business ul#menu li#businessNeeds ul li a:hover,
	body.customers ul#menu li#customers ul li a:hover,
	body.company ul#menu li#contact ul li a:hover {
		color:#A2342B;
		background: #F8F8F8;
		}



/* content space & columns */
div#content {
	width:775px;
	}

	div#content div.column {
		float:left;
		clear:none;	
		}

	/* global styles for columns */
	div#column1 {}
	
	div#column2 {}
	
	div#column3 {}
		
		/*div#column3 ul {
			margin:0;
			padding:0;
			list-style:none;
			}
		
			div#column3 ul li {
				margin:0 0 15px 0;
				}*/
				
/* #### column3 sidebar navigation #### */

div#column3 {
	margin: 0;
	padding: 0;
	}

div#column3 ul.rightNav {
	margin: 0 0 0 1px;
	padding: 5px 0 0 0;
	list-style: none;
	font-weight: normal;
	color: #666;
	}

	div#nextSteps {
		border-left:0px solid #d9d9d9; border-right:0px solid #d9d9d9; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; background:#fff; margin-left:1px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:0
		}

	div#column3 div#nextSteps ul.rightNav {
		margin: 0;
		padding: 5px 0 0 0;
		}
	
	div#column3 ul.rightNav li a {
		margin: 0;
		padding: 0;
		}	

/**** creates fake borders

IE wants to render transparent a display: block; borders as the color of the a, so we need to match the underlying bg color of div#col3 ****/
	
	div#column3 ul.rightNav li a {
		border-left:0px solid #fafafa; border-right:0px solid #fafafa; border-top:1px solid #fafafa; border-bottom:1px solid #fafafa; display: block;
		text-decoration: none;
		padding-left:35px; padding-right:0; padding-top:8px; padding-bottom:6px
		}
		
		/* fake border style for the nextSteps div */
		div#column3 div#nextSteps ul.rightNav li a {
			border-left:0px solid #fff; border-right:0px solid #fff; border-top:1px solid #fff; border-bottom:1px solid #fff; 
			}
	
	/* creates the actual border we want */
	div#column3 ul.rightNav li a:hover,
	div#column3 div#nextSteps ul.rightNav li a:hover {
		border-left:0px solid #e3e3e3; border-right:0px solid #e3e3e3; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; 
		}
		
/* column3 sidebar anchor images */

div#column3 ul.rightNav li.pdfIcon a {
	background: url('images/icon_pdf.gif') no-repeat 12px 5px;
	}
	
	div#column3 ul.rightNav li.pdfIcon a:hover {
		background: #e9e9e9 url('images/icon_pdf_on.gif') no-repeat 12px 5px;
		}

div#column3 ul.rightNav li.viewIcon a {
	background: url('images/icon_view.gif') no-repeat 11px 5px;
	}
	
	div#column3 ul.rightNav li.viewIcon a:hover {
		background: #e9e9e9 url('images/icon_view_on.gif') no-repeat 11px 5px;
		}

div#column3 ul.rightNav li.moreInfoIcon a {
	background: url('images/icon_moreInfo.gif') no-repeat 12px 3px;
	}
	
	div#column3 ul.rightNav li.moreInfoIcon a:hover {
		background: #e9e9e9 url('images/icon_moreInfo_on.gif') no-repeat 12px 3px;
		}

div#column3 ul.rightNav li.requestIcon a {
	background: url('images/icon_request.gif') no-repeat 12px 4px;
	}
	
	div#column3 ul.rightNav li.requestIcon a:hover {
		background: #e9e9e9 url('images/icon_request_on.gif') no-repeat 12px 4px;
		}

div#column3 ul.rightNav li.contactIcon a {
	background: url('images/icon_contact.gif') no-repeat 15px 3px;
	}
	
	div#column3 ul.rightNav li.contactIcon a:hover {
		background: #e9e9e9 url('images/icon_contact_on.gif') no-repeat 15px 3px;
		}		

/* rounded corners and drop shadow at the bottom of the page */
div#pageBottom {
	width:789px;
	height:15px;
	}

		
/* footer (copyright, privacy policy, terms of service */
div#footer {
	width:775px;
	text-align:right;
	color:#999;
	margin:0 0 20px 0;
	}
	
	div#footer a {
		color:#999;
		text-decoration:underline;
		}
		
		
/* ##### page elements ##### */

div.links {
	margin:-5px 0 20px 0;
	padding:0;
	}
	
	div.links a {
		line-height:150%;
		}

div.errornumbers {
        margin-bottom: 20px;
        }

        div.errornumbers ul {
                margin: 0px 0px 10px 30px;
                }

img.photo {
	float:left;
	margin:0 12px 0 0;
	}
	
p.intro {
	font-weight:bold;
	}	
		
p.moreInfo {
	padding-left: 15px;
	color: #666;
    background: url('images/moreInfoArrow.gif') no-repeat 0px 3px;	
	}

span.date {
	color: #666;
	}
	


/* ##### page-specific styles ##### */

/* ## home page ## */
body#home h1 {
	margin-bottom:0;
	}

body#home h2 {
	font-size:1.2em;
	margin-top:0;
	}

body#home a {	
	text-decoration: none;
	}

body#home a.buttonLink {
	color:#006699;
	}
	
	body#home a.buttonLink:active {
		color: #962619;
		}

body#home div#promo {
	width:775px;
	min-height:269px;
	margin:0;
	/* subtract this padding from the min-height (or height) attribute. Keeps things pretty at larger fonts */
	background:url('images/agitar_homepage_photo.jpg') no-repeat bottom left; /* crop the background image taller than the promo space for larger fonts */; padding-left:0; padding-right:0; padding-top:0; padding-bottom:5px
	}
	
	body#home div#promo h1 {
		width:330px;
		color:#fff;
		padding:10px 0 0 15px;
		margin:0;
		font-size:2em;
		}

	body#home div#promo p {
		width:330px;
		margin:10px 0 0 15px;
		padding:0;
		}		
		
	body#home div#promo div#spotlight {
		width:330px;
		padding:0;
		background:url('images/bg_spotlight.png') no-repeat 0 0;; margin-left:13px; margin-right:0; margin-top:25px; margin-bottom:0
		}

		body#home div#promo div#spotlight h1 {
			width:300px;
			padding:12px 0 5px 13px;
			margin:0;
			color:#97271A;
			font-size:1.4em;
			}
		
		body#home div#promo div#spotlight p {
			width:300px;
			margin:0 0 5px 13px;
			padding:0;
			}
			
		body#home div#promo div#spotlight div#spotlightLink {
			margin:0 10px 8px 0;
			text-align:right;
			}
	

		body#home div#promo div#spotlight ul {
			display:block;
			clear:both;
			margin:0;
			padding:0;
			list-style:none;
			}			
		
			body#home div#promo div#spotlight ul li {
				width:330px;
				border-top:1px solid #fff;
				}
		
				body#home div#promo div#spotlight ul li a {
					display:block;
					width:307px;
					margin:0;
					background:url('images/buttonSpotlight.gif') no-repeat 310px 8px;; padding-left:13px; padding-right:10px; padding-top:8px; padding-bottom:7px
					}

body#threeColumn div.products agitarone div.entry-body img {
	margin-bottom: 10px;
	}

/* login by user type - For Architects, For Q&A Managers, For Developers, For Lead Developers */
body#home ul#userNav {
	width:775px;
	border-top:1px solid #899d9e;
	border-bottom:1px solid #899d9e;
	overflow: hidden; /* for NN */
	background:url('images/bg_userNav.gif') repeat-y 0 0;; list-style-type:none
	}
	
	body#home ul#userNav li {
		float:left;
		width:163px;
		padding:15px 15px 10px 15px;
		}
/* home page content columns */	

body#home div#content {
	background:#fff url('images/bg_3column_home.gif') repeat-y 0 0;
	overflow:auto
	}

body#home div#content div.column {
	padding:13px 18px 0 18px;

	}

body#home div#content div#column1 {
	width:209px;
	background:#e6e6e6 url('images/bg_column1_home.gif') repeat-x 0 0;
	}

body#home div#content div#column2 {
	width:226px;
	background:#f2f2f2 url('images/bg_column2_home.gif') repeat-x 0 0;
	}

body#home div#content div#column3 {
	width:232px;
	background:#fff url('images/bg_column3_home.gif') repeat-x 0 0;
	}
	
/* rounded corners and drop shadow at the bottom of the homepage (modifies global style) */
body#home div#pageBottom {
	background:url('images/bottomHome.gif') no-repeat 0 0;
	}
	
/* The SWFObject JavaScript puts Flash in this div */
body#home div#flash_ourCustomers {
	text-align:center;
	margin:20px 0 0 0;
	}
	

/* ## 1 column layout ## */
body#oneColumn div#content {
	background:#fff;
	padding:20px 25px 20px 25px;
	width:725px;
	}

body#oneColumn div#pageBottom {
	background:url('images/bottom1Column.gif') no-repeat 0 0;
	}	

/* ## 2 column layout ## */
body#twoColumn div#content {
	background:url('images/bg_2column.gif') repeat-y 0 0;
	overflow:auto
	}

body#twoColumn div#pageBottom {
	background:url('images/bottom2Column.gif') no-repeat 0 0;
	}
	
body#twoColumn div#column1 {
	width:145px;
	}	
	
body#twoColumn div#column2 {
	width:383px;
	padding:20px 30px;
	}	


/* ## 3 column layout ## */
body#threeColumn div#content {
	background:url('images/bg_3column.gif') repeat-y 0 0;
	overflow:auto
	}

body#threeColumn div#pageBottom {
	background:url('images/bottom3Column.gif') no-repeat 0 0;
	}
	
body#threeColumn div#column1 {
	width:145px;
	}	
	
body#threeColumn div#column2 {
	width:383px;
	padding:20px 30px;
	}	
	
body#threeColumn div#column3 {
	/*width:153px;*/
	/*padding:10px 17px 0 17px;*/
	width: 187px;
	padding: 5px 0 0 0;
	}	
	
body#oneColumn div#content h1,
body#twoColumn div#content .column#column2 h1,
body#threeColumn div#content .column#column2 h1 {
	padding-bottom: 15px;
	}

body#twoColumn div#content .column#column2 p {
	padding-bottom: 10px;
	}

/* ## customer list and awards page table styles ## */
table#customers {
	width: 570px;
	margin: 0;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
	}

table#customers td {
	padding: 5px 0 15px 0;
	}

table#customers td.left img {
	position: relative;
	right: 15px;
	}

table#customers td.right img {
	position: relative;
	left: 15px;
	}

table#awards,
table#reviews {
	width: 500px;
	margin: 0;
	padding: 0;
	}

table#awards td,
table#reviews td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	white-space: normal;
	}

table#awards td img,
table#reviews td img {
	margin: 0;
	padding: 0 10px 30px 0;
	}

table#questions {
	width: 390px;
	margin: 0;
	padding: 0;
	}

table#questions td {
	white-space: normal;
	}

/* for contact page columns */
#contactWrapper {
	margin: 0;
	padding: 0;
	width: 725px;
	}

#offices {
	width: 280px;
	margin: 0;
	padding: 0;
	float: left;
	}

	.office {
		margin: 0;
		padding: 10px 0 10px 0;
		}
/*
#sales {
	width: 430px;
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
	}
*/
/* for sitemap page columns */
#sitemapWrapper {
	margin: 0;
	padding: 0;
	width: 725px;
	overflow: hidden;
	}

.title {
	padding: 10px 0 0 0;
	font-weight: bold;
	}

.registration {
	color: #666;
	font-weight: normal;
	}

.more {
	padding-bottom: 10px;
	}

/* ## sitemap ## */
body#oneColumn div#content.sitemap {
	width: 725px;
	}

#mapLeft {
	width: 200px;
	margin: 0 50px 0 0;
	padding: 0;
	float: left;
	}

#mapMiddle {
	width: 200px;
	min-height: 800px;
	margin: 0 50px 0 0;
	padding: 0 0 150px 0;
	float: left;
	}

#mapRight {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	}

	.links	{
		margin: 0;
		padding: 10px 0 10px 0;
		}
	
	.links ul	{
		margin: 0;
		padding: 10px 0 10px 0;
		list-style: none;
		}
	
	.links ul li {
		padding: 0 0 8px 17px;
		line-height: -5px;
		}
	
	.links ul li.title {
		padding: 0;
		}
	

/* generic form styles */

#formBox {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	background: #ebebeb;
	border: 1px solid #ccc;
	}

label {
	color: #666;
	vertical-align: top;
	}

#formBox table {
	margin: 5px 0 5px 0;
	padding: 0;
	border-collapse: collapse;
	}

#formBox form input {
	width: 110px;
	margin: 0 0 9px 0;
	padding: 0;
	display: block;
	}

#formBox form td.radio input,
#formBox form td.checkbox input {
	width: 1em;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	position: relative;
	bottom: 1px;
	}

	#formBox form td.checkbox,
	#formBox form td.radio label {
		padding-bottom: 15px;
		}

	#formBox form td.checkbox label,
	#formBox form td.radio label {
		display: inline;
		}

#formBox form textarea.address {
	width: 170px;
	height: 39px;
	margin: 0 0 9px 0;
	padding: 0;
	display: block;
	}

#formBox form select {
	width: 115px;
	margin: 0 0 9px 0;
	padding: 0;
	display: block;
	}

#formBox label {
	margin: 0;
	padding: 0px 10px 0 5px;
	display: block;
	}

#formBox form input.button {
	height: 24px;
	width: 81px;
	margin: 0;
	padding: 0 0 10px 5px;
	}
	
/* #### this checkmark image style is too general - 
IE always wants to render it no matter the counter-measure rules below it, 
so perhaps we can change it to a more specific style? #### 
#column2 ul {
	margin: 5px 0px 10px 20px;
	padding: 5px 0px 10px 20px;
	list-style-image: url(images/checkmark.png);
	} */

/* #### mferrini 01/08/07 - a more specific "checkmark" list style #### */	
	ul.checkList {
	list-style-image: url('images/checkmark.png');margin-left:20px; margin-right:0px; margin-top:5px; margin-bottom:10px; padding-left:20px; padding-right:0px; padding-top:5px; padding-bottom:10px
	}
	
		ul.checkList li {
			margin: 0;
			padding: 0 0 5px 0;
			}

/*** for multiple error messages ****/
div#column2 div#errmsg {
	display: none;
	}
div#column2 div#errmsg ul {
	margin: 0;
	position: relative;
	background: ;
	list-style-image: url('url(images/checkmark.png)%200px%20-10000');padding-left:0; padding-right:0; padding-top:0; padding-bottom:5px
	}
	
	div#errmsg ul li {
		margin: 0;
		padding: 0 0 5px 5px;
		color: #8f0000;
		font-weight: bold;
		list-style: none;
		background: transparent;
		}

div.analyst_quote {border: 1px solid #d9d9d9;  background-color: #fafafa; padding: 12px;}
div.analyst_quote div#box {border: 1px solid #d9d9d9; background-color: #ffffff; padding: 6px;}

/*  specific form page styles  */
	body#oneColumn div#content.login,
	body#oneColumn div#content.register,
	body#oneColumn div#content.webmaster,
	body#oneColumn div#content.genericForm,
	body#oneColumn div#content.search,
	body#oneColumn div#content.profile {
		width: 470px;
		}

/**** various form box widths ****/	
	body#oneColumn div#content.login div#formBox {
		width: 390px;
		}
		
		body#twoColumn div#content div#formBox {
			width: 500px;
			}
	
	body#oneColumn div#content.login div#formBox,
	body#oneColumn div#content.genericForm div#formBox {
		width: 470px;
		}
	
	body#oneColumn div#content.register div#formBox {
		width: 288px;
		}
	
	body#oneColumn div#content.login p,
	body#oneColumn div#content.register p,
	body#oneColumn div#content.webmaster p,
	body#oneColumn div#content.genericForm p { 
		padding-bottom: 10px;
		}

	
	body#oneColumn div#content.webmaster div#formBox textarea,
	body#oneColumn div#content.genericForm div#formBox textarea {
		width: 269px;
		}
		
	body#oneColumn div#content.login #formBox td,
	body#oneColumn div#content.register #formBox td,
	body#oneColumn div#content.webmaster #formBox td,
	body#oneColumn div#content.genericForm #formBox td { 
		padding-right: 25px; 
		}
	

	body#twoColumn div#content div#formBox form textarea {
		height: 39px;
		width: 170px;
		margin: 0 0 9px 0;
		padding: 0;
		display: block;
		}

	body#twoColumn div#content div#formBox p { padding: 5px 0 5px 5px; }
	
	/* to properly pad the submit button on the contact form page */
	body#twoColumn div#content div#formBox form input.button {
		padding-top: 10px;
		}
	
	body#oneColumn div#content.webmaster #formBox form textarea {
		width: 269px;
		height: 53px;
		margin: 0 0 9px 0;
		padding: 0;
		display: block;
		}
		

body#twoColumn div#content #formBox form div.radioLeft {
	margin: 0;
	padding: 0;
	float: left;
	}
	
body#twoColumn div#content #formBox form div.radioRight {
	margin: 0;
	padding: 0;
	float: right;
	}

body#twoColumn div#content #formBox form label.textAreaLabel {	
	padding-bottom: 5px;
	}
	
	body#twoColumn div#content #formBox form textArea.textArea {	
		width: 250px;
		margin-left: 5px;
		}

body#oneColumn div#content.login #formBox form ul#error,
body#oneColumn div#content.register #formBox form ul#error {
	position: relative;
	left: 1px;
	}
		
/**** adjusting width of inputs/select for Contact Sales and Agitar One On-Site Trial forms ****/
body#twoColumn #formBox form input#salutation,
body#twoColumn #formBox form input#fname,
body#twoColumn #formBox form input#first_name,
body#twoColumn #formBox form input#lname,
body#twoColumn #formBox form input#last_name,
body#twoColumn #formBox form input#jobtitle,
body#twoColumn #formBox form input#job-title,
body#twoColumn #formBox form input#title,
body#twoColumn #formBox form input#companyName,
body#twoColumn #formBox form input#company,
body#twoColumn #formBox form input#confirm-email,
body#twoColumn #formBox form input#username,
body#twoColumn #formBox form input#password,
body#twoColumn #formBox form input#confirm-password,
body#twoColumn #formBox form input#email {
	width: 200px;
	}
	
	body#twoColumn #formBox form input#phone,
	body#twoColumn #formBox form input#city,
	body#twoColumn #formBox form select#state,
	body#twoColumn #formBox form input#zip,
	body#twoColumn #formBox form select#country,
	body#twoColumn #formBox form input#zipcode {
		width: 200px;
		}
		
		body#twoColumn #formBox form select#state-province {
			width: 200px;
			}


/* ##### Styles created by Agitar ##### */
img.leftfloat	{
	float: left;
	clear: left;
	margin-left: 3px;
	margin-right: 3px;
}

img.rightfloat	{
	float: right;
	clear: right;
	margin-left: 3px;
	margin-right: 3px;
}

.clearrightblock {
	clear: left;
}

.clearleftblock {
	clear: left;
}

.leftfloat	{
	float: left;
	clear: left;
	margin: 3px 8px 8px 10px;
}

.rightfloat	{
	float: right;
	clear: right;
	margin: 3px 10px 8px 8px;
}

.leftfloatimg	{
	float: left;
	clear: left;
	margin: 0px 3px 3px 3px;
	border: none;
}

.rightfloatimg	{
	float: right;
	clear: right;
	margin: 0px 3px 3px 3px;
	border: none;
}

#backgroundWrap {
/*
	background-color: #f2f2f2;
*/
	background-color: red;
	border: 1px solid blue;
}

/* #### mferrini 01/08/07 #### */

/**** for images placed inline paragraphs and floated right ****/
img.inlineImageR {
	margin: 0;
	padding: 5px 0 5px 15px;
	float: right;
	}

div#column3 h4 {
	margin: 0;
	padding: 10px 0 0 13px;
	}

span.fileType {
	color: #666;
	}
	
p.customerTitle {
	margin: 0;
	padding: 0 0 20px 0;
	color: #000;
	font-weight: bold;
	}

/* #### customer overview page - list for customer logo images - please keep images sized within 160px x 77px #### */	
div#column3 ul#customerList {
	margin: 0;
	padding: 0;
	}
	
	div#column3 ul#customerList li {
		margin: 0;
		padding: 5px 0 5px 13px;
		list-style: none;
		}
		
		div#column3 ul#customerList li img {
			border: 1px solid #d9d9d9;
			}
		
/* #### blockquote style for customer quotes 

blockquote {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}

#### */

/* #### webinars #### */

body.webinar {
	background: #e9eaeb;
	}
	
	div#closeLink {
		padding: 0 10px 10px 0;
		float: right;
		overflow: auto;
		}
		
		div#closeLink a {
			color: #7d2e2d;
			text-decoration: none;
			}
	
div#flashcontent {
	margin: 0 auto 0;
	padding: 0 5px 0 5px;
	}