﻿body {
	background-color: #bbbbbb;
	background-color: #d8d8d8;
	background-color: #d5dfec;
	background-color: #E7EDF4;
	background-color: #c0c0c0;
	background-color: #fafafa;
	color: #444444;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	max-width: 100%;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

h1 {
	color: #1578B0;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;
}

.h1Splash {
	color: #37576a;
	font-size: 36px;
	line-height: 120%;
	text-shadow: 1px 1px 2px #888888;
	}


h2 {
	/* background: url(images/dingbat2.gif) no-repeat 0px 24px; */
	color: #1578B0;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 125%;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
}

h3 {
	color: #222222;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height:125%;
	text-decoration: none;
	vertical-align: top;
}

.IronSpeedPageWrapper {
	padding-top: 70px;
	width: 100%;
	}

.IronSpeedPageTL {
	background-image: url(images/IronSpeedPageTL.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	}

.IronSpeedPageT {
	background-image: url(images/IronSpeedPageT.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	}

.IronSpeedPageTR {
	background-image: url(images/IronSpeedPageTR.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	}

.IronSpeedPageHeaderC {
	background-color: #00364d;
	box-shadow: 0px 0px 3px #000000;
	box-sizing: border-box;
	height: 70px;
	padding-top: 20px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	}

.IronSpeedHeaderContainer {
	margin-left: auto;
	margin-right: auto;
	width: 1300px;
	}

.panelSearchBox {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px #bbbbbb;
	height: 26px;
	padding-bottom: 0px;	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;	
	width: 256px; 
	}

.panelSearchBox form {
	display: inline;
	}

.input { /* search box regular state */
	color: #333333;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	width: 246px; 
	}

.inputHint { /* search box "suggestion" state */
	color: #999999;
	font-size: 16px;
	font-style: italic;
	width: 246px; 
	}

.gsc-search-box { /* google custom search outer container */
	width: 280px !important;
	}

.gsc-control-cse { /* google custom search inner container */
	background-color: transparent !important;
	border: none !important;
	padding: 0px !important;
	}

.gsc-input-box { /* google custom search box */
	border: 1px solid #1c9be5 !important;
	box-shadow: inset 1px 1px 2px #cccccc !important;
	margin-top: 2px !important;
	width: 200px !important;
	}

.gsc-modal-background-image { /* google custom search overlay */
	background-color: #000000 !important;
	}

.IronSpeedPageL {
	display: none;
	}

.IronSpeedPageC {
	background-color: #ffffff;
	border-radius: 3px;
	position: relative;
	}

.IronSpeedPageR {
	display: none;
	}

.IronSpeedPageFooterC {
	background-color: #00364d;
	}

.IronSpeedFooterContainer {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	width: 1300px;
	}

.footerLinksContainer {
	border-bottom: 1px solid #01425e;
	width: 100%;
	}

.IronSpeedPageBL {
	background-image: url(images/IronSpeedPageBL.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	}

.IronSpeedPageB {
	background-image: url(images/IronSpeedPageB.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
	}

.IronSpeedPageBR {
	background-image: url(images/IronSpeedPageBR.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	}

.mainPane {
	border-left: 1px solid #dddddd;
	border-top-right-radius: 3px;
	vertical-align: top;
	}

.mainPane td { /* kludge to achieve top right rounded corner without having to manually add inline style to all site pages */ 
	border-top-right-radius: 3px;
	}

.pageContent {
	/*
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	*/
	}

.pageTitle {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 6px;
}

li {
	list-style: disc;
	padding-bottom: 2px;
	font-size: 11px;
}

li.numberedSteps {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

li.withIntegerBullets {
	list-style-type: decimal;
}

li.withLowerAlphaBullets {
	list-style-type: lower-alpha;
}

.footerLinksTitle {
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	text-shadow: 1px 1px 2px #666666;
	text-transform: uppercase;
	}

.footerLinksTitle a:link, .footerLinksTitle a:visited {
	color: #ffffff;
	text-decoration: none;
	}

.footerLinksTitle a:hover {
	text-decoration: underline;
	}

.footerLinks { /* = (800px - footerLinksDivider.width)/4 */
	color: #dddddd;
	padding: 0px;
	vertical-align: top;
	width: 170px;
	}

.footerLinksPadding {
	width: 70px;
	}

.footerLinksDivider {
	width: 120px;
	}

.footerLinks a:link, .footerLinks a:visited {
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	}

.footerLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.copyright {
	color: #dddddd;
	font-size: 13px;
	padding-left: 10px;
	}

.privacy {
	font-size: 13px;
	color: #dddddd;
	padding-right: 10px;
	text-align: right;
	}

.privacy a:link {
	color: #dddddd;
	font-size: 13px;
	text-decoration: none;
	}

.privacy a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.feature {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #1578B0;
	line-height: 16px;
	margin-top: 22px;
	margin-bottom: 6px;
	border-bottom: 8px solid #D6D6D6;
}

div.picRight {
   	float:right;
}

.dotsvert {
	background-image: url(images/dots_vert.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.bgactionbar {
	background-image: url(images/bg_actionbar.gif);
	background-repeat: repeat-x;
}

.dotsvert2 {
	background-image: url(images/dots_vert2.gif);
	background-repeat: no-repeat;
}

.text, .Text, p {
	}

.textLarge {
	font-size: 16px;
	line-height:150%;
	}

.textSmaller {
	color: #444444;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	}

.textblue {
	font-size: 17px;
	color: #1578B0;
	text-shadow: 1px 1px 1px #aaaaaa;
}

.textgrey {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.ltgrey {
	background-color: #cccccc;
}

.subheadblue {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 0px 6px 12px;
	background: url(images/dingbat2.gif) no-repeat 0px 24px;
}

.majorheading {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}

.tableTitle {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #234F7B;
	text-decoration: none;
	font-weight: bold;
	text-align: center; 
}

.columnHeader {
	background-color: #e1e8ec;
	border-bottom: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff;
	color: #234F7B;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.columnHeaderEnterprise {
	background-color: #bde4fd;
	color: #234F7B;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.columnHeaderProfessional {
	background-color: #c1fdbd;
	color: #234F7B;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.columnHeaderFree {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #234F7B;
	background-color: #fdfcbd;
	text-align: center;
	font-weight: bold;
}

.columnHeaderSubscription {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #234F7B;
	background-color: #FDC8BA;
	text-align: center;
	font-weight: bold;
}

.columnHeaderProduct {
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	}

.columnHeaderMonthly {
	background-color: #ffffec;
	border-top: 2px solid #e2e246;
	color: #234f7b;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	}

.cellMonthly {
	background-color: #ffffec;
	text-align: center;
	}

.columnHeaderPerpetualLicense {
	background-color: #f5fff4;
	border-top: 2px solid #78b31c;
	color: #234f7b;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	}

.cellPerpetualLicense {
	background-color: #f5fff4;
	text-align: center;
	}

.columnHeaderPerpetualLicensePlus {
	background-color: #e8f5e7;
	border-top: 2px solid #78b31c;
	color: #234f7b;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	}

.cellPerpetualLicensePlus {
	background-color: #e8f5e7;
	text-align: center;
	}

.cellPrice {
	color: #666666;
	color: #294011;
	font-size: 14px;
	font-weight: bold;
	}

.cellPriceHighlight {
	font-size: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 170px;
	}


.dividerSubscriptionPerpetual {
	width: 3px;
	}

.overrideBorders td { /* used to override default "gridLight3" class bottom border */
	border-bottom: none !important;
	}


.rowGrayLight {
	background-color: #eeeeee;
}

.rowGrayMedium {
	background-color: #dddddd;
}

.rowGrayDark {
	background-color: #cccccc;
}

.bulletTitle {
	font-weight: bold;
}

.quote {
	font-style: italic;
	color: #888888;
}

.quoteBlock {
	height: 100%;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 24px;
	width: 100%; 
	vertical-align: top;
	}

.quoteTable {
	color: #234F7B; 
	/* background-color: #fdfcbd;  */
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:5px;
	padding-right:5px;
	width:600px;
}

.quoteImage {
	padding-right: 6px;
	vertical-align: top;
	}

.ROIQuote {
	color: #888888;
	/* font-style: italic; */
	padding-bottom: 20px;
	padding-top: 4px;
	}

.marketingBlurb {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #1578B0;
	font-weight: bold;
	font-style: italic;
}

.pageRightMargin {
	width: 1px;
}

a.blk:link {
	color: #dddddd;
	text-decoration: none;
}

a.blk:visited {
	color: #dddddd;
	text-decoration: none;
}

a.blk:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.blkbold:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.blkbold:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.blkbold:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.bluelink:link {
	color: #1578B0;
	text-decoration: none;
}

a.bluelink:visited {
	color: #1578B0;
	text-decoration: none;
}

a.bluelink:hover {
	color: #B8A24F;
}

a.blueboldlink:link {
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
}

a.blueboldlink:visited {
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
}

a.blueboldlink:hover {
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #1578B0;
	text-decoration: none;
}
a:visited {
	color: #1578B0;
	text-decoration: none;
}
a:hover {
	color: #B8A24F;
	text-decoration: underline;
}

.leftNavContainer {
	background-color: #f8f8f6;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 1px solid #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	}

.leftNav {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #ffffff;
	padding-bottom: 20px;
	font-size: 13px;
	line-height:150%;
	white-space: nowrap;
	width: 182px;
	}

.leftNav a:link, .leftNav a:visited {
	color: #666666;
	font-size: 14px;
	line-height:150%;
	text-decoration: none; 
	}

.leftNav a:hover {
	color: #b8a24f;
	font-size: 14px;
	line-height:150%;
	text-decoration: underline; 
	}

.active {
	color: #b8a24f;
	font-size: 14px;
	font-weight: normal;
	line-height:150%;
	text-decoration: none; 
	}

#navlist {
	margin-left: 0px;
	text-align: left;
}

#navlist li {
	list-style: none;
	padding: 1px;
	white-space: nowrap;
	width: 170px;
}

#navlist li#active {
	list-style: none url(images/arrow.gif);
	COLOR: #B8A24F;
}

#navlist li a { 
	color: #666666;
	font-size: 12px;
	list-style: none;
	text-decoration: none; 
}

#navlist li a:hover { 
	text-decoration: underline; 
	COLOR: #B8A24F;
}

a.navBarMenuItem, a.navBarMenuItem:visited {
	color: #666666;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

a.navBarMenuItem:hover, a.navBarMenuItemHighlighted, a.navBarMenuItemHighlighted:hover, a.navBarMenuItemHighlighted:visited {
	color: #b8a24f;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

a.navBarMyAccount, a.navBarMyAccount:visited {
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	white-space: nowrap;
	}

a.navBarMyAccount:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.noShow {
	}

.navBarSearchFor {
	color: #1578b0;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 4px;
	text-decoration: none;
	white-space: nowrap;
}

.homePageSidebarButton {
	background-image: url(images/HomePageSidebarButtonBackground.jpg);
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 33px;
	padding-left: 8px;
	white-space: nowrap;
}

.homePageSidebarButtonOver {
	background-image: url(images/HomePageSidebarButtonBackgroundOver.jpg);
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 33px;
	padding-left: 8px;
	white-space: nowrap;
}

a.pulldown:link {
	color: #1578B0;
	text-decoration: none;
}
a.pulldown:visited {
	color: #1578B0;
	text-decoration: none;
}
a.pulldown:hover {
	color: #1578B0;
	text-decoration: none;
}
.grid {
}
.grid td {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}
.grid td table td {
	border: 0px;
}
.grid td.BestForIndividualUse, .grid td.BestForTeamDevelopment
{
	background-color: #fcecb1;
	background-color: #fef5de;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.grid td.BestForIndividualUse a, .grid td.BestForTeamDevelopment a
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


.gridLight 
{
	border-bottom: 0px solid #dddddd;
	border-left: 0px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.gridLight td
{
	border-bottom: 1px solid #dddddd;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #dddddd;
	border-top: 1px solid #ffffff;
}
.gridLight td table td {
	border: 0px;
}

.gridLight2 td
{
	border-bottom: 1px solid #dddddd;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #dddddd;
}

.grid2 {
	color: #888888;
	border-left: 1px solid #dddddd;
	}

.grid2 td {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	}

.grid2 .title {
	font-size: 13px;
	font-weight: bold;
	}

.grid2 .description {
	color: #666666;
	font-size: 13px;
	}

.grid2 .lastCell {
	border-bottom: 1px solid #dddddd;
	}

.gridTable {
	border-bottom: 1px solid #dddddd;
	}
	
.gridHeader {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	font-style: italic;
	font-weight: bold;
	}
	
.gridRow {

	}
	
.gridLight3 td {
	border-bottom: 1px dotted #dddddd;
	}

.gridLight3 .bodytext1 {
	/*
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	*/
	}

.imageWrapper {
	-moz-box-shadow: 3px 3px 6px #bbbbbb;
	-webkit-box-shadow: 3px 3px 6px #bbbbbb;
	border: 1px solid #cccccc;
	box-shadow: 3px 3px 6px #bbbbbb;
	}


/*****************************************************************************
 * Panel Buttons Styles (e.g., as seen on Product-Tour.aspx)                 *
 *****************************************************************************/
.panelButtonWrapper {
	-moz-border-radius: 6px;
	-moz-box-shadow: 3px 3px 6px #ff9900;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 6px #00ff00; 
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 1px 1px 4px #cccccc; 
	padding: 1px;
	text-decoration: none;
	width: 190px;
	}

.panelButtonWrapperPadding {
	padding-right: 30px;
	}

.panelButtonWrapper:hover {
	box-shadow: 0px 0px 8px #71aac6;
	cursor: pointer !important;
	}

.panelButtonWrapper a {
	text-decoration: none;
	}

.panelButtonHeader {
	background-color: #f0f2ea;
	color: #1578b0;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	height: 32px;
	}

.panelButtonContent {
	background-color: #f8f8f8;
	color: #666666;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 130px;
	}


/*****************************************************************************
 * Home Page Flow Graphic Styles                                             *
 *****************************************************************************/
.FlowBannerText {
	background-image: url(flash/FlowBackgroundTL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #666666;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
	width: 351px;
	}

.FlowISD {
	color: #1079b5;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	}

.FlowISDTagline {
	color: #888888;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}

.FlowBulletPoint {
	background-image: url(/images/BulletDiamondOrange.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #505050;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	/* padding-left: 20px; */
	padding-left: 10px;
	white-space: nowrap;
	width: 50%;
	}

.FlowBulletLearnMore {
	color: #996108;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-top: 9px;
	}

/*****************************************************************************
 * Overview/Landing Pages Styles                                             *
 *****************************************************************************/
.OverviewApplicationDevelopmentCollage {
	background-image: url(products/images/OverviewApplicationDevelopmentCollage.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

.OverviewDownloadNowButtonCaption {
	background-image: url(products/images/OverviewApplicationDevelopmentDownloadNow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 77px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-align: center;
	width: 294px;
	}

.OverviewDownloadNowButtonCaptionOver {
	background-image: url(products/images/OverviewApplicationDevelopmentDownloadNowOver.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer !important;
	height: 77px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-align: center;
	width: 294px;
	}

.OverviewWatchVideoButtonCaption {
	background-image: url(products/images/OverviewApplicationDevelopmentWatchVideo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 77px;
	padding-left: 8px;
	padding-right: 12px;
	padding-top: 15px;
	text-align: center;
	width: 294px;
	}

.OverviewWatchVideoButtonCaptionOver {
	background-image: url(products/images/OverviewApplicationDevelopmentWatchVideoOver.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer !important;
	height: 77px;
	padding-left: 8px;
	padding-right: 12px;
	padding-top: 15px;
	text-align: center;
	width: 294px;
	}



.seeItLeftMargin {
	width: 20px;
}

.seeItTitle {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 0px 6px 12px;
	background: url(images/dingbat2.gif) no-repeat 0px 24px;
}

.seeItImage {
	padding-top: 10px;
	text-align: center;
}

.seeItBodyText {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.MVPName {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 22px;
	/* color: #1578B0; */
	color: #555555;
	text-decoration: none;
	padding-bottom: 6px;
}

.customerProfileTitle {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
	padding-top: 35px;
}

.customerProfileName {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #1578B0;
	text-decoration: none;
	font-weight: bold;
}

.customerProfileCompany {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
	font-weight: bold;
	padding-bottom: 6px;
}

.customerProfileCaption {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding-top: 10px;
	vertical-align: top;
	height: 150px;
}

.customerProfileTextFirstP {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 2px;
}

.customerProfileText {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	padding-top: 12px;
}

.customerProfileTextBullets{
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	padding-top: 2px;
	padding-left: 30px;
}

.customerProfileImage {
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.customerProfileAkeshGupta {
	background-image:url(/profiles/images/CustomerProfileBigAkeshGupta.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileBaljeetMatta {
	background-image:url(/profiles/images/CustomerProfileBigBaljeetMatta.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileBenDemes {
	background-image:url(/profiles/images/CustomerProfileBigBenDemes.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileBryanPatrick {
	background-image:url(/profiles/images/CustomerProfileBigBryanPatrick.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 215px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileBrettAnthony {
	background-image:url(/profiles/images/CustomerProfileBigBrettAnthony.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 240px;
	padding-left: 25px;
	padding-right: 150px;
	text-align: left;
	vertical-align: bottom;
	width: 880px;
}

.customerProfileCassyLake {
	background-image:url(/profiles/images/CustomerProfileBigCassyLake.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 145px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileChitvanPalia {
	background-image:url(/profiles/images/CustomerProfileBigChitvanPalia.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileCKTan {
	background-image:url(/profiles/images/CustomerProfileBigCKTan.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileCharlesCriswell {
	background-image:url(/profiles/images/CustomerProfileBigCharlesCriswell.gif);
	background-repeat: no-repeat;
	height: 240px;
	padding-left: 125px;
	padding-right: 25px;
	text-align: left;
	vertical-align: bottom;
	width: 880px;
}

.customerProfileChrisAllen {
	background-image:url(/profiles/images/CustomerProfileBigChrisAllen.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 150px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileChrisLema {
	background-image:url(/profiles/images/CustomerProfileBigChrisLema.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileDavidAugustin {
	background-image:url(/profiles/images/CustomerProfileBigDavidAugustin.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 240px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileDeanPepper {
	background-image:url(/profiles/images/CustomerProfileBigDeanPepper.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 165px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileDougCottrell{
	background-image:url(/profiles/images/CustomerProfileBigDougCottrell.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileEQTCare {
	background-image:url(/profiles/images/CustomerProfileBigEQTCare.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 140px;
	padding-right: 50px;
	padding-top: 90px;
	width: 880px;
	height: 240px;
}

.customerProfileFrankDonovan {
	background-image:url(/profiles/images/CustomerProfileBigFrankDonovan.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileFrankMainzer {
	background-image:url(/profiles/images/CustomerProfileBigFrankMainzer.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileGaryHopkins {
	background-image:url(/profiles/images/CustomerProfileBigGaryHopkins.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 160px;
	padding-right: 15px;
	width: 880px;
	height: 240px;
}

.customerProfileGeorgeElder {
	background-image:url(/profiles/images/CustomerProfileBigGeorgeElder.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 190px;
	padding-right: 20px;
	width: 880px;
	height: 240px;
}

.customerProfileGeorgeVerras{
	background-image:url(/profiles/images/CustomerProfileBigGeorgeVerras.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 130px;
	padding-right: 5px;
	width: 880px;
	height: 240px;
}

.customerProfileGilGivati {
	background-image:url(/profiles/images/CustomerProfileBigGilGivati.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileHermanChan {
	background-image:url(/profiles/images/CustomerProfileBigHermanChan.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 175px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileJackEmeleus {
	background-image:url(/profiles/images/CustomerProfileBigJackEmeleus.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 170px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileJaimeJegonia {
	background-image:url(/profiles/images/CustomerProfileBigJaimeJegonia.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileJaimeJegoniaBigwigOffice {
	background-image:url(/profiles/images/CustomerProfileBigJaimeJegoniaBigwigOffice.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 25px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileJamesGallagher {
	background-image:url(/profiles/images/CustomerProfileBigJamesGallagher.gif);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileJasonBuskirk {
	background-image:url(/profiles/images/CustomerProfileBigJasonBuskirk.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 200px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileJamesWhistler {
	background-image:url(/profiles/images/CustomerProfileBigJamesWhistler.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileJasonCrismore {
	background-image:url(/profiles/images/CustomerProfileBigJasonCrismore.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 140px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileJasonMoore {
	background-image:url(/profiles/images/CustomerProfileBigJasonMoore.gif);
    background-repeat: no-repeat;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfileJavierRodriguezMesa {
	background-image:url(/profiles/images/CustomerProfileBigJavierRodriguezMesa.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileJayPatel {
	background-image:url(/profiles/images/CustomerProfileBigJayPatel.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 25px;
	padding-right: 195px;
	width: 880px;
	height: 240px;
}

.customerProfileJeremyScrime {
	background-image:url(/profiles/images/CustomerProfileBigJeremyScrime.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 195px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileJimMurphy {
	background-image:url(/profiles/images/CustomerProfileBigJimMurphy.gif);
    background-repeat: no-repeat;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}


.customerProfileJingDing {
	background-image:url(/profiles/images/CustomerProfileBigJingDing.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 175px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileJoeMeirow{
	background-image:url(/profiles/images/CustomerProfileBigJoeMeirow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 195px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileJohnChristly {
	background-image:url(/profiles/images/CustomerProfileBigJohnChristly.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 25px;
	padding-right: 195px;
	width: 880px;
	height: 240px;
}

.customerProfileJohnYoder{
	background-image:url(/profiles/images/CustomerProfileBigJohnYoder.gif);
	background-repeat: no-repeat;
	height: 240px;
	padding-left: 230px;
	padding-right: 15px;
	width: 880px;
	text-align: left;
	vertical-align: bottom;
}

.customerProfileJosephCaracci{
	background-image:url(/profiles/images/CustomerProfileBigJosephCaracci.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 145px;
	padding-right: 15px;
	width: 880px;
	height: 240px;
}

.customerProfileKashifAbbas {
	background-image:url(/profiles/images/CustomerProfileBigKashifAbbas.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 25px;
	padding-right: 195px;
	width: 880px;
	height: 240px;
}

.customerProfileLanceMenchu{
	background-image:url(/profiles/images/CustomerProfileBigLanceMenchu.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 375px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileLarrySimpson {
	background-image:url(/profiles/images/CustomerProfileBigLarrySimpson.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 230px;
	padding-right: 15px;	
	width: 880px;
	height: 240px;
}

.customerProfileLenBullardUAI {
	background-image:url(/profiles/images/CustomerProfileBigLenBullardUAI.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileLesCardwell {
	background-image:url(/profiles/images/CustomerProfileBigLesCardwell.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileMarcCreighton {
	background-image:url(/profiles/images/CustomerProfileBigMarcCreighton.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileMattCushing {
	background-image:url(/profiles/images/CustomerProfileBigMattCushing.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 165px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileMichaelSumption {
	background-image:url(/profiles/images/CustomerProfileBigMichaelSumption.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileMichaelWeiss {
	background-image:url(/profiles/images/CustomerProfileBigMichaelWeiss.gif);
    background-repeat: no-repeat;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileMikeLandi {
	background-image:url(/profiles/images/CustomerProfileBigMikeLandi.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileMikeWille {
	background-image:url(/profiles/images/CustomerProfileBigMikeWille.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileMikeWisely {
	background-image:url(/profiles/images/CustomerProfileBigMikeWisely.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileMilesGibson {
	background-image:url(/profiles/images/CustomerProfileBigMilesGibson.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileMohannadAmr {
	background-image:url(/profiles/images/CustomerProfileBigMohannadAmr.gif);
    background-repeat: no-repeat;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileNannyAdverts {
	background-image:url(/profiles/images/CustomerProfileBigNannyAdverts.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 25px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileNickCravenSmith {
	background-image:url(/profiles/images/CustomerProfileBigNickCravenSmith.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileNeilEnnis {
	background-image:url(/profiles/images/CustomerProfileBigNeilEnnis.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileNileshDeshpande {
	background-image:url(/profiles/images/CustomerProfileBigNileshDeshpande.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfilePaulModiano {
	background-image:url(/profiles/images/CustomerProfileBigPaulModiano.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfilePhilBernie {
	background-image:url(/profiles/images/CustomerProfileBigPhilBernie.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 175px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfilePhilHenson {
	background-image:url(/profiles/images/CustomerProfileBigPhilHenson.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 235px;
	padding-right: 10px;
	width: 880px;
	height: 240px;
}

.customerProfilePhilPorter {
	background-image:url(/profiles/images/CustomerProfileBigPhilPorter.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileRayMueller {
	background-image:url(/profiles/images/CustomerProfileBigRayMueller.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 195px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileReginaldThorpe {
	background-image:url(/profiles/images/CustomerProfileBigReginaldThorpe.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 145px;
	padding-right: 5px;
	width: 880px;
	height: 240px;
}

.customerProfileRichardMurray {
	background-image:url(/profiles/images/CustomerProfileBigRichardMurray.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileRichardMyers {
	background-image:url(/profiles/images/CustomerProfileBigRichardMyers.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 145px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileRexWinn {
	background-image:url(/profiles/images/CustomerProfileBigRexWinn.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileRobertRivera {
	background-image:url(/profiles/images/CustomerProfileBigRobertRivera.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileRokoMimica {
	background-image:url(/profiles/images/CustomerProfileBigRokoMimica.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileStaffanWiljergardh {
	background-image:url(/profiles/images/CustomerProfileBigStaffanWiljergardh.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 25px;	
	padding-right: 195px;
	width: 880px;
	height: 240px;
}

.customerProfileTerryMcCormick {
	background-image:url(/profiles/images/CustomerProfileBigTerryMcCormick.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileTimTitchmarsh {
	background-image:url(/profiles/images/CustomerProfileBigTimTitchmarsh.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 195px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileTonyGambee {
	background-image:url(/profiles/images/CustomerProfileBigTonyGambee.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-right: 195px;
	padding-left: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileVivekKarnataki {
	background-image:url(/profiles/images/CustomerProfileBigVivekKarnataki.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileWayneHussey {
	background-image:url(/profiles/images/CustomerProfileBigWayneHussey.gif);
    background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileWilliamDotson {
	background-image:url(/profiles/images/CustomerProfileBigWilliamDotson.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;	
	width: 880px;
	height: 240px;
}

.customerProfileWilliamEastbury {
	background-image:url(/profiles/images/CustomerProfileBigWilliamEastbury.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.customerProfileWilliamGoodwin {
	background-image:url(/profiles/images/CustomerProfileBigWilliamGoodwin.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-left: 195px;
	padding-right: 25px;
	width: 880px;
	height: 240px;
}

.StartPageArticle {
	color: #444444;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	}
	
.StartPageArticleSpacing {
	padding-left: 20px;
	padding-bottom: 16px;
	}
	
.StartPageArticleTitle {
	color: #1578B0;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	}
	
.StartPageArticleEvent {
	color: #1578B0;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	vertical-align: bottom;
	}

.StartPageWidth {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 3px 3px 8px #333333;
	padding-left: 0px;
	padding-right: 0px;
	width: 580px;
	}

.StartPageWidth .StartPageWidth { /* prevent dropshadow on nested HelpLinks */
	box-shadow: none;
	}

.StartPageThumbnailImage {
	padding-right: 8px;
	vertical-align: top;
	width: 116px;
	}

.StartPageBackground {
	background-color: #00364d;
	/* background-image: url(/StartPage/images/ACMEOMSBackgroundSunburst.jpg); */
	background-image: url(/StartPage/images/Bubbles.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 140% 100%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	/* text-align: center; */
	width: 580px;
	}

.demoDownloadPanelTitle {
	background-image:url(images/DemoDownloadPanelTitleBackground.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-transform: uppercase;
	width: 412px;
	}

.demoDownloadPanelBodyBackground {
	background-image:url(images/DemoDownloadPanelBackgroundTile.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	}

.demoDownloadPanelBodyHeading {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

.demoDownloadBulletItem {
	/*
	background-image:url(images/BulletDiamondOrange.gif);
	background-positon: bottom left;
	background-repeat: no-repeat;
	*/
	padding-bottom: 4px;
	padding-left: 10px;
	white-space: normal;
	}

.demoDownloadPanelButtonsBackgroundL {
	background-image:url(images/DemoDownloadPanelButtonsBackgroundL.gif);
	height: 59px;
	width: 47px;
	}

.demoDownloadPanelButtonsBackgroundC {
	background-image:url(images/DemoDownloadPanelButtonsBackgroundC.gif);
	height: 59px;
	width: 27px;
	}

.share a {
	text-decoration: none;
	}

.shareL {
	background-image: url(share/images/ShareL.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 8px;
	}

.shareC {
	background-image: url(share/images/ShareC.gif);
	background-repeat: repeat-x;
	height: 20px;
	}

.shareR {
	background-image: url(share/images/ShareR.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 8px;
	}

.shareIcon {
	padding-bottom: 4px;
	}

.shareLink {
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 16px;
	}

.shareLinkLast {
	padding-bottom: 2px;
	}

.downloadStartedTitle {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}

.downloadStartedCaption {
	color: #000000;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	}

.DownloadStartedTitlePadding {
	padding-left: 14px;
	padding-top: 16px;
	}

.DownloadStartedCaptionPadding {
	padding-bottom: 18px;
	padding-left: 9px;
	padding-right: 11px;
	}

.overviewCaption {
	color: #444444;
	font-size: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	width: 150px;
	}

.reviewSite {
	font-weight: bold;
	}

.reviewTitle {
	font-style: italic;
	}

.twoColumnTableCell {
	color: #444444;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	width: 50%;
	}

/*****************************************************************************
 * Registration/DownloadNow Form Styles                                      *
 *****************************************************************************/
.formWrapper {
	background: -moz-linear-gradient( center top, #85a6d4 5%, #004f86 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85a6d4), color-stop(1, #004f86) );
	background: -ms-linear-gradient(top, #85a6d4 5%, #004f86 100%);
	border: none; 
	border-radius: 3px;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#85a6d4', endColorStr='#004f86');
	padding: 12px;
	}

.formContainer {
	background-color: #f0f0f0;
	border: none;
	border-radius: 2px;
	box-shadow: 1px 1px 3px #333333;
	padding: 10px;
	}

.field_input, .fi, .fihint {
	background-color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.fihint {
	color: gray;
	font-style:italic;
	}

.fls {
	color: #222222;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 6px;
	text-align: right;
	text-transform: none;
	vertical-align: middle;
	white-space: nowrap;	
	}

.dfv {
	color: #666666;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 0px 5px 0px;
	}


.appArchFullLabelContainer {
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px 1px 4px #cccccc;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 4px #cccccc; 
	background-color: #996699;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #cccccc; 
	}

.appArchLayer {
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 6px #cccccc;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 6px #cccccc; 
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #cccccc; 
	color: #666666;
	font-weight: bold;
	height: 90px;
	margin: 5px;
	padding: 1px;
	text-decoration: none;
	text-align: center;
	width: 600px;
	}

.appArchLayer:hover {
	box-shadow: 0px 0px 6px #71aac6;
	cursor: pointer !important;
	}

.appArchLabel {
	-moz-transform: rotate(-90deg);	
	-ms-transform: rotate(-90deg);
	color: #666666;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 2px #999999;
	vertical-align: center;
	webkit-transform: rotate(-90deg); 
	width: 80px;
	}

.appArchBlockWebPages {
	background-color: #dddddd; /* original color in diagram */
	background-color: #ddad78;
	box-shadow: 1px 1px 2px #999999;
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	line-height: 100%;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #666666;
	width: 120px;
	}

.appArchBlockPresentationLayer {
	background-color: #00aad4; /* original color in diagram */
	background-color: #85b6c2;
	box-shadow: 1px 1px 2px #999999;
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	line-height: 100%;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #666666;
	width: 80px;
	}

.appArchBlockBusinessLayer {
	background-color: #0b73b4; /* original color in diagram */
	background-color: #6392af;
	background-color: #76a6ba;
	box-shadow: 1px 1px 2px #999999;
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	line-height: 100%;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #666666;
	width: 120px;
	}

.appArchBlockDataAccessLayer {
	background-color: #0b73b4; /* original color in diagram */
	background-color: #6392af;
	box-shadow: 1px 1px 2px #999999;
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	line-height: 100%;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #666666;
	width: 80px;
	}

.appArchBlockDatabaseLayer {
	background-color: #abcfbc; /* original color in diagram */
	background-color: #8eb8a2;
	box-shadow: 1px 1px 2px #999999;
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	line-height: 100%;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #666666;
	width: 120px;
	}

.cloudPricingPanel {
	border: 1px solid #dddddd;
	border-radius: 6px;
	color: #666666;
	text-align: center;
	width: 210px; 
	}

.cloudPricingPanelPadding {
	padding-right: 20px;
	vertical-align: top;
	}

.cloudPricingPanelHeader {
	background: -moz-linear-gradient( center top, #ffffff 50%, #f7f7f7 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.50, #ffffff), color-stop(1, #f7f7f7) );
	background: -ms-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
	border-bottom: 1px solid #eeeeee;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: inset 1px 1px 2px #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	text-align: center;
	}

.cloudPricingPanelHeaderBasic {
	background-color: #ffffec;
	border-bottom: 1px solid #eeeeee;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: inset 1px 1px 2px #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	text-align: center;
	}

.cloudPricingPanelHeaderPlus {
	background-color: #eef8ff;
	border-bottom: 1px solid #eeeeee;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: inset 1px 1px 2px #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	text-align: center;
	}

.cloudPricingPanelHeaderUnlimited {
	background-color: #f5fff4;
	border-bottom: 1px solid #eeeeee;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: inset 1px 1px 2px #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	text-align: center;
	}

.cloudPricingPanelTitle {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	}

.cloudPricingPanelSubheadL {
	background: -moz-linear-gradient( center top, #ffffff 50%, #f7f7f7 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.70, #ffffff), color-stop(1, #f7f7f7) );
	background: -ms-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	width: 50%;
	}

.cloudPricingPanelSubheadR {
	background: -moz-linear-gradient( center top, #ffffff 50%, #f7f7f7 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.70, #ffffff), color-stop(1, #f7f7f7) );
	background: -ms-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
	border-bottom: 1px solid #eeeeee;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	width: 50%;
	}

.cloudPricingPanelCell {
	background: -moz-linear-gradient( center top, #ffffff 50%, #f7f7f7 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.50, #ffffff), color-stop(1, #f7f7f7) );
	background: -ms-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
	border-bottom: 1px solid #eeeeee;
	box-shadow: inset 1px 1px 2px #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top:16px;
	padding-bottom:16px;
	}

.cloudPricingPanelFooter {
	background: -moz-linear-gradient( center top, #ffffff 50%, #f7f7f7 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.50, #ffffff), color-stop(1, #f7f7f7) );
	background: -ms-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-right: 1px solid #eeeeee;
	box-shadow: inset 1px 1px 1px #ffffff;
	color: #666666;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	padding: 10px;
	text-align: center;
	vertical-align: bottom;
	}

.cloudPricingPanelMonthlyFee {
	color: #1578b0;
	font-size: 48px;
	margin-right: 6px;
	/* text-shadow: 1px 1px 2px #aaaaaa; */
	}

.cloudPricingPanelSup {
	color: #1578b0;
	font-size: 36px;
	padding-bottom: 20px;
	}

.cloudPricingPanelBold {
	font-size: 18px;
	}

.cloudPricingPanelFootnote {
	color: #aaaaaa;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 6px;
	}

.cloudPricingPanelListItem {
	font-size: 12px;
	}

.themeButton {
	background: -moz-linear-gradient( center top, #5f9625 50%, #3b6113 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.50, #5f9625), color-stop(1, #3b6113) );
	background: -ms-linear-gradient(top, #5f9625 50%, #3b6113 100%);
	background-color: #5f9625;
	border-radius: 3px;
	border: 1px solid #5f9625;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5f9625', endColorStr='#3b6113');
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	}

.themeButton:hover {
	background: -moz-linear-gradient( center top, #3b6113 50%, #5f9625 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.50, #3b6113), color-stop(1, #5f9625) );
	background: -ms-linear-gradient(top, #3b6113 50%, #5f9625 100%);
	background-color: #5f9625;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3b6113', endColorStr='#5f9625');
	}

.themeButton a, .themeButton a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}

input.themeButton {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	}

.IronSpeedWebFormsMainPane {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #666666;
	font-size: 13px;
	vertical-align: top;
	width: 1000px;
	}

.IronSpeedWebFormsPageContent {
	color: #666666;
	font-size: 13px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	width: 1000px;
	}

.IronSpeedWebFormsNav {
	background-color: #898b7a;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}

.IronSpeedWebFormsNavItem {
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	text-shadow: 1px 1px 2px #666666;
	width: 20%;
	}

.IronSpeedWebFormsNavItem a:link, .IronSpeedWebFormsNavItem a:visited {
	color: #eeeeee;
	text-decoration: none;
	}

.IronSpeedWebFormsNavItem a:hover {
	color: #ffffff;
	}

.IronSpeedWebFormsNavItemOver {
	color: #ffffff;
	}

.IronSpeedWebFormsH1Splash {
	color: #ffffff;
	font-size: 58px;
	margin-bottom: 16px;
	margin-top: 30px;
	text-align: center;
	text-shadow: 1px 1px 3px #444444;
	}

.IronSpeedWebFormsSubhead {
	color: #ffffff;
	font-size: 24px;
	font-style: italic;
	text-shadow: 1px 1px 3px #444444;
	width: 232px;
	}

.IronSpeedWebFormsSplashOverview {
	background-image: url('/web-forms/images/IronSpeedWebFormsSplashOverview.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 380px;
	text-align: center;
	vertical-align: top;
	width: 1000px;
	}

.IronSpeedWebFormsBlurbsAll {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 864px;
	}

.IronSpeedWebFormsBlurbContainer {
	border: 1px solid #cccccc;
	border-radius: 3px;
	display: inline-block;
	height: 100%;
	margin: 10px;
	padding: 20px;
	width: 220px;
	vertical-align: top;
	}

.IronSpeedWebFormsBlurb {
	color: inherit;
	font-size: inherit; 
	}

.IronSpeedWebFormsBlurbTitle {
	color: #005f89;
	font-size: 20px;
	padding-bottom: 6px;
	text-align: center;
	}

.IronSpeedWebFormsBulletsContainer {
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	/* box-shadow: 1px 1px 4px #444444; */
	height: 320px;
	padding-top: 20px;
	width: 200px;
	}

.IronSpeedWebFormsBulletsTitle {
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-top: 20px;
	text-align: left;
	}

.IronSpeedWebFormsBulletItem {
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 16px;
	padding-left: 30px;
	text-align: left;
	}

.IronSpeedWebFormsThemeButton {
	background: -moz-linear-gradient( center top, #f6f372 5%, #dfc236 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f372), color-stop(1, #dfc236) );
	background: -ms-linear-gradient(top, #f6f372 5%, #dfc236 100%);
	border: 1px solid #dfc236; 
	border-radius: 3px;
	box-shadow: 1px 1px 3px #666666;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f6f372', endColorStr='#dfc236');
	padding: 10px 26px 10px 26px;
	}

.IronSpeedWebFormsThemeButton:hover {
	background: -moz-linear-gradient( center top, #f6f327 5%, #dfc236 80% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f327), color-stop(0.80, #dfc236) );
	background: -ms-linear-gradient(top, #f6f327 5%, #dfc236 80%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f6f327', endColorStr='#dfc236');
	}

.IronSpeedWebFormsThemeButton a:link, .IronSpeedWebFormsThemeButton a:visited {
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #eeeeee;
	}



.IronSpeedWebFormsPricingPanelPadding {
	padding-right: 20px;
	vertical-align: top;
	}

.IronSpeedWebFormsPricingPanel {
	border-bottom: 1px solid #cccccc; 
	border-radius: 0px;
	color: #666666;
	height: 364px;
	text-align: left;
	width: 210px; 
	}

.IronSpeedWebFormsPricingPanelHeader {
	color: #333333;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 12px 10px 12px;
	text-align: left;
	text-transform: none;
	}

.IronSpeedWebFormsPricingPanelHeaderTrial {
	background-color: #fffee5;
	border-top: 4px solid #fffab2;
	}

.IronSpeedWebFormsPricingPanelHeaderSilver {
	background-color: #f6ffcc;
	border-top: 4px solid #dff28a;
	}

.IronSpeedWebFormsPricingPanelHeaderGold {
	background-color: #fff1cc;
	border-top: 4px solid #ffdb80;
	}

.IronSpeedWebFormsPricingPanelHeaderPlatinum {
	background-color: #e5fdff;
	border-top: 4px solid #b8e2e5;
	}

.IronSpeedWebFormsPricingPanelTitle {
	color: #333333;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
	}

.IronSpeedWebFormsPricingFeaturesInclude {
	color: #333333;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 10px 12px 10px 12px;
	}

.IronSpeedWebFormsPricingFeaturesIncludeTrial {
	background-color: #fffab2;
	}

.IronSpeedWebFormsPricingFeaturesIncludeSilver {
	background-color: #dff28a;
	}

.IronSpeedWebFormsPricingFeaturesIncludeGold {
	background-color: #ffdb80;
	}

.IronSpeedWebFormsPricingFeaturesIncludePlatinum {
	background-color: #b8e2e5;
	}

.IronSpeedWebFormsPricingPanelCell {
	background-color: #f3f3f3;
	border-top: 1px solid #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 12px 10px 12px;
	}

.IronSpeedWebFormsPricingPanelFillerCell {
	background-color: #f3f3f3;
	height: 100%;
	}


/*****************************************************************************
 * Corporate Website Redesign.20150105                                       *
 *****************************************************************************/
/*****************************************************************************
 * Page content margin                                                       *
 *****************************************************************************/
.addMargins, .useLocalMargins .addMargins {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 900px; /* default page width */
	}

.useLocalMargins .wideContent { /* override default page width (for those pages which look better wide, e.g., Overview.aspx) */
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1300px;
	}

/*****************************************************************************
 * Fixed horizontal menu                                                     *
 *****************************************************************************/
.menu {
	padding-left: 80px;
	width: 780px;
	}

.menuItem {
	display: inline-block;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 8px;
	}

.menuItem a, .menuItem a:visited {
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	}

.menuItem a:hover {
	text-decoration: underline;
	}

.menuExpandIcon {
	border: 0px;
	padding-bottom: 2px;
	}

.menuSearch {
	width: 290px;
	}

.submenu {
	background-color: #f1f4f6;
	box-shadow: 0px 0px 6px #333333;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: none;
	padding-bottom: 6px;
	position: relative;
	top: 0px;
	width: 226px;
	}

.submenuBasics {
	left: -12px;
	}

.submenuProductTour {
	left: 90px;
	}

.submenuTechnicalMaterials {
	left: 330px;
	}

.submenuItem {
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	}

.submenuItem:hover {
	background-color: #00364d;
	}

.submenuItem a {
	color: #656565;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	}

.submenuItem:hover a {
	color: #ffffff;
	text-decoration: none;
	}

/*****************************************************************************
 * Splash graphics                                                           *
 *****************************************************************************/
.splashGraphic { /* default styles for splash graphic */
	background-color: #00638e;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	height: 630px;
	padding-top: 10px;
	vertical-align: top;
	width: 100%;
	}

.splashGraphic a, .calloutArea a {
	color: #ffffff;
	font-weight: bold;
	}

.splashGraphic h1 { /* default styles for splash graphic headline */
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 120%;
	text-shadow: 1px 1px 6px #666666;
	}

.topLeft { /* position h1 at upper left of splash graphic */
	text-align: left;
	vertical-align: top;
	}

.topRight { /* position h1 at upper right of splash graphic */
	text-align: right;
	vertical-align: top;
	}

.bottomLeft { /* position h1 at lower left of splash graphic */
	text-align: left;
	vertical-align: bottom;
	}

.bottomRight { /* position h1 at lower right of splash graphic */
	text-align: right;
	vertical-align: bottom;
	}

.buttonDirective { /* instructions underneath green buttons */
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-top: 6px;
	}

.sgOverview { /* specific styles for splash graphic on Overview.aspx */
	background-image: url(/images/SplashOverview.jpg);
	}

.sgCodingHero { /* specific styles for "Coding Hero" splash graphic on Overview.aspx */
	background-color: #5c5855;
	background-image: url(/images/SplashCodingHero.png);
	background-position: top center;
	height: 582px;
	}

.sgCodingHero addMargins {
	margin-right: 600px; /* override default margins so that headline doesn't overlap "coding hero" */
	}

.sgCodingHero h2 {
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 120%;
	text-shadow: 1px 1px 6px #666666;
	}

.bulletListCheckmarkPosition { /* "Coding Hero" bullet list checkmark position adjustment */
	position: relative;
	top: 8px;
	}

.sgApplicationFeatures { /* specific styles for splash graphic on Application-Features.aspx */
	background-color: #28303f;
	background-image: url(/images/SplashFeaturesApplications.jpg);
	background-position: top center;
	box-sizing: border-box;
	height: 430px;
	padding-bottom: 30px;
	}

.sgCustomers { /* specific styles for splash graphic on Customer-Testimonials.aspx */
	background-color: #ffffff;
	background-image: url(/images/SplashCustomers.gif);
	background-position: top center;
	box-sizing: border-box;
	height: 688px;
	padding-bottom: 30px;
	}

.sgCustomersCaptionAdjust {
	}

.sgDeployMultiPlatformApplications { /* specific styles for "Deploy Multi-Platform Applications" splash graphic on Overview.aspx */
	background-color: #ffffff;
	background-image: url(/images/SplashDeployMultiPlatformApplications.jpg);
	background-position: center bottom;
	color: #666666;
	height: 518px;
	}

.sgDeployMultiPlatformApplications h2 {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 120%;
	/* text-shadow: 1px 1px 6px #666666; */
	}

.sgHelp { /* specific styles for splash graphic on Online-Help.aspx */
	background-color: #5f564e;
	background-image: url(/images/SplashOnlineHelp.png);
	background-position: top center;
	box-sizing: border-box;
	height: 728px;
	padding-bottom: 30px;
	}

.sgHelpCaptionAdjust {
	color: #333333;
	padding-left: 310px;
	padding-top: 70px;
	}
	
.sgHelpCaptionAdjust h1 {
	color: #1e1824;
	font-size: 96px;
	font-weight: 100;
	}

.sgHelpCaptionAdjustSubheading {
	color: #333333;
	margin-left: -200px;
	margin-top: -60px;
	width: 500px;
	}

.sgJobPostings { /* specific styles for splash graphic on JobPostings.aspx */
	background-color: #2f527c;
	background-image: url(/images/SplashJobPostings.png);
	background-position: top center;
	box-sizing: border-box;
	height: 560px;
	}

.sgProductCouncil { /* specific styles for splash graphic on ProductCouncil.aspx */
	background-color: #221f19;
	background-image: url(/images/SplashProductCouncil.jpg);
	background-position: top center;
	box-sizing: border-box;
	height: 580px;
	padding-bottom: 30px;
	}

.sgProductCouncilCaptionAdjust {
	padding-bottom: 20px;
	padding-left: 460px;
	}

.sgProductCouncilCaptionAdjust h1 {
	text-shadow: 1px 1px 6px #000000;
	}

.sgProductRoadmap { /* specific styles for splash graphic on Roadmap.aspx */
	background-color: #2d2d2d;
	background-image: url(/images/SplashProductRoadmap.png);
	background-position: top center;
	box-sizing: border-box;
	height: 746px;
	padding-bottom: 30px;
	}

.sgProductRoadmapCaptionAdjust {
	padding-bottom: 300px;
	padding-left: 600px;
	}

.sgReviews { /* specific styles for splash graphic on the Reviews.aspx */
	background-color: #115059;
	background-image: url(/images/SplashWhatsNew.jpg);
	background-position: center top;
	box-sizing: border-box;
	height: 328px;
	}

.sgSupport { /* specific styles for splash graphic on the Support page (default.aspx) */
	background-color: #dcdcd4;
	background-image: url(/images/SplashSupport.jpg);
	background-position: center bottom;
	box-sizing: border-box;
	height: 720px;
	}

.sgSupportCaptionAdjust {
	padding-left: 140px;
	padding-top: 40px;
	}

.sgSystemRequirements {
	background-color: #3c3e3d;
	background-image: url(/images/SplashSystemRequirements.png);
	background-position: center bottom;
	box-sizing: border-box;
	height: 577px;
	}

.sgSystemRequirementsCaptionAdjust {
	padding-bottom: 200px;
	padding-right: 100px;
	}

.sgTeamDevelopment { /* specific styles for splash graphic on Team-Development.aspx */
	background-color: #28303f;
	background-image: url(/images/SplashApplicationDevelopment.jpg);
	background-position: top center;
	box-sizing: border-box;
	height: 330px;
	padding-bottom: 30px;
	}

.sgTrainingCourses { /* specific styles for splash graphic on Training-Courses.aspx */
	background-color: #28303f;
	background-image: url(/images/SplashTrainingCourses.png);
	background-position: top center;
	box-sizing: border-box;
	height: 752px;
	}

.sgVideos { /* specific styles for splash graphic on Videos.V(version).aspx */
	background-color: #6a665d;
	background-image: url(/images/SplashVideos.png);
	background-position: top center;
	box-sizing: border-box;
	height: 600px;
	padding-bottom: 30px;
	}

.sgWhatsNew { /* specific styles for splash graphic on the New-Features.aspx */
	background-color: #4e4e4e;
	background-image: url(/images/SplashWhatsNew.png);
	background-position: bottom center;
	box-sizing: border-box;
	height: 622px;
	padding-bottom: 30px;
	}

.sgWhatsNewCaptionAdjust {
	padding-right: 140px;
	padding-top: 50px;
	}

.sgWhatsNewCaptionAdjust h1 {
	text-shadow: 1px 1px 6px #333333;
	}


/*****************************************************************************
 * Generic splash sections of page                                           *
 *****************************************************************************/
.splashBackground { /* generic background with the "bubbles" */
	background-color: #00364d;
	background-image: url(images/SplashBackground.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 140% 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	}

.splashBackground h1 {
	color: #ffffff;
	}

.splashBackground .bulletPoints, .splashRibbon .bulletPoints {
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	}

.splashBackground .bulletPoints a, .splashRibbon .bulletPoints a {
	color: #ffffff;
	font-weight: bold;
	}

.splashHeader {
	background-color: #00364d;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	}

.splashHeader .addMargins {
	margin-bottom: 0px;
	}

.splashHeader h1 {
	color: #ffffff;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	}

.splashRibbon { /* edge-faded title bar */
	background-color: #00364d;
	/*
	background-image: url(images/SplashRibbon.png);
	background-position: center top;
	background-repeat: no-repeat;
	*/
	height: 40px;
	padding-bottom: 10px;
	text-align: center;
	}

.splashRibbon .circleStep {
	background-color: #ffffff;
	border-radius: 50%;
	color: #00638e;
	display: inline-block;
	height: 24px;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	vertical-align: top;
	width: 24px;
	}

.splashRibbon h2 {
	color: #ffffff;
	margin: auto;
	padding-top: 4px;
	width: 900px;
	}


/*****************************************************************************
 * Generic callout sections of page                                          *
 *****************************************************************************/
.calloutArea { /* generic highlighted area, e.g., "Generater your fist application in just 10 minutes - RISK FREE!" at bottom of Overview.aspx */
	background-color: #00638e;
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	}

.calloutArea h2 {
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 36px;
	padding: 0px;
	text-shadow: 1px 1px 6px #666666;
	}

.calloutArea h3 {
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 30px;
	padding: 0px;
	text-shadow: 1px 1px 6px #666666;
	}

.calloutAreaProfile {
	background-image: url(/profiles/images/CustomerProfileExtendBand.gif);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 0px;
	}

.testimonialArea { /* generic testimonial area, e.g., Chris Allen testimonial at bottom of Overview.aspx */
	background-color: #e1e8ec;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	}

/*****************************************************************************
 * Redesigned Registration/DownloadNow Form Styles                           *
 *****************************************************************************/
.registrationForm {
	color: #ffffff;
	margin-top: -30px;
	}

.registrationForm .fls {
	color: #ffffff;
	}

.registrationForm .dfv {
	color: #ffffff;
	text-align: left;
	}

.registrationForm input {
	padding: 2px;
	}



/*****************************************************************************
 * Avatars                                                                   *
 *****************************************************************************/
.circlePic { /* add circular frame around avatar images */
	border-radius: 50%;
	box-shadow: 1px 1px 6px #aaaaaa;
	float: left;
	margin-right: 20px;
	}

.circlePicMVPs { 
	margin-bottom: 20px; /* add spacing between individual mvp avatar images */
	}

/*****************************************************************************
 * Miscellaneous                                                             *
 *****************************************************************************/
.courseDivision {
	height: 120px;
	}

.arrowAlignment { /* brown list bullet icon positioning */
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
	}

a.anchor { /* adjust anchor jump to account for fixed header */
	display: block;
	height: 70px;
	margin-top: -70px;
	visibility: hidden;
	}

.leftAlign {
	text-align: left;
	}

.minHeight { /* use to set minimum height of "short" pages (e.g., Job-Openings.aspx) */
	height: 300px;
	}
