body {
	min-width: 995px;
	margin: 0px;
	color: #3d3d3d;
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 12pt;
	background-color: #FFFFFF;
}

#announcementsContainer {
	background-color: #fff;
	padding: 7px 0;
	margin-top: -1px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

a#announcementButtonLink {
	margin-left: 20px;
}

.toggleButton {
	float: right;
	position: absolute;
	top: -13px;
	right: 21px;
	color: #63A62F;
	cursor: pointer;
	background-color: white;
	padding: 5px;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	width: 50px;
}

.toggleButton:hover {
	text-decoration: underline;
}

button#registerButton {
	background-color: #7FBF4D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FBF4D), color-stop(100%, #63A62F));
	background-image: -webkit-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -moz-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -ms-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -o-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: linear-gradient(top, #7FBF4D, #63A62F);
	border: 1px solid #63A62F;
	border-bottom: 1px solid #5B992B;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96CA6D;
	box-shadow: inset 0 1px 0 0 #96CA6D;
	color: white;
	font: bold 13px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 3px 0 4px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4C9021;
	width: 90px;
}

button#registerButton:hover {
	background-color: #76B347;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76B347), color-stop(100%, #5E9E2E));
	background-image: -webkit-linear-gradient(top, #76B347, #5E9E2E);
	background-image: -moz-linear-gradient(top, #76B347, #5E9E2E);
	background-image: -ms-linear-gradient(top, #76B347, #5E9E2E);
	background-image: -o-linear-gradient(top, #76B347, #5E9E2E);
	background-image: linear-gradient(top, #76B347, #5E9E2E);
	-webkit-box-shadow: inset 0 1px 0 0 #8DBF67;
	box-shadow: inset 0 1px 0 0 #8DBF67;
	cursor: pointer;
}

button#registerButton:active {
	border: 1px solid #5B992B;
	border-bottom: 1px solid #538C27;
	-webkit-box-shadow: inset 0 0 8px 4px #548C29, 0 1px 0 0 #EEE;
	box-shadow: inset 0 0 8px 4px #548C29, 0 0 0 0 #EEE;
}

#header {
	/*background-color: #EDEDED;
	background-image: url(/images/map.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 1px 6px;*/
	min-height: 60px;
	border-top:solid 1px #1b366f;
	border-bottom:solid 1px #fff;
	background: #142f6a; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2834', endColorstr='#090d0e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#1c2834), to(#090d0e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1c2834,  #090d0e); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #1c2834, #090d0e); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2834', endColorstr='#090d0e',GradientType=0 );!important /* IE6-9 */
}
/*
#headerContainer {
	background: url(/images/xojoHomePagebg.jpg) repeat-x top center #fff;
	background-position: 0 93px;
}*/

#globalHeader {
	border-bottom: solid 1px #041033;
	background-image: url(/images/bgtop.png);
	background: #142f6a; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6a', endColorstr='#0c1634'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#142f6a), to(#0c1634)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #142f6a,  #0c1634); /* for firefox 3.6+ */
	padding: 15px;
}

#headerMainContent {
	width: 955px;
	margin: 0 auto;
}

#headerLogoLink {
	float: left;
}

#headerlogo {
	width: 290px;
	height: 62px;
	background-size: 290px 62px;
	background-image: url(/images/Xojo-Horizontal-TM-290.png);
	background-repeat: no-repeat;
	border: none;
	display: block;
}

#singleboardLearnMoreContainer {
	width: 985px;
	height: 380px;
	margin: 0 auto;
	background-image: url(/images/singleboardMainBG.png);
	background-repeat: no-repeat;
	background-position: 0 190px;
}

#singleboardHeaderText {
	width: 770px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

#singleboardHeaderText img {
	margin: 50px -60px 0;
	position: absolute;
}

_:-ms-input-placeholder, :root #singleboardHeaderText img {
	margin: 9px auto;
	position: relative;
}

#singleboardHeaderMain {
	font: 40px 'Myriad Pro';
	font-weight: 100;
	color: #fff;
	padding: 0 !important;
	margin: 0;
	line-height: 42px;
}

#singleboardHeaderMain span {
	color: #6fb331;
	font-style: italic;
}

#singleboardHeaderSub {
	color: #4cb1df;
	font: 'Myriad Pro';
	font-size: 22px;
	font-style: italic;
	padding: 15px 0 0 !important;
	margin: 0;
}

/*#cloudHeaderSub span {
	color: #abe1fa;
	font-style: italic;
}*/

#singleboardLearnMoreContainer p {
	padding: 20px 0 0 10px;
}

#headerActionButton {
	width: 390px;
	margin: 0 auto 60px auto;
}

#singleboardLearnMoreContainer button.orangeButton {
	background: #ff5b23; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4101', endColorstr='#ff5b23'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff4101), to(#ff5b23)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff4101,  #ff5b23); /* for firefox 3.6+ */
	color:#fff;
	border-bottom: solid 1px #f55a21;
	-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 1);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 1);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 210px;
	border-radius: 20px;
	padding: 13px 20px 13px 20px;
	cursor: pointer;
	font-family: 'Open Sans', Arial;
	font-size: 19px;
	line-height: 19px;
	border: none;
	width: 174px;
}

#singleboardLearnMoreContainer button.orangeButton:hover {
	background: #ff4101; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b23', endColorstr='#ff4101'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5b23), to(#ff4101)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff5b23,  #ff4101); /* for firefox 3.6+ */
	color:#fff;
}

#disclaimer {
	text-align: right;
	font: italic normal 11px/15px 'Myriad Pro';
	padding: 3px 5px;
}

#footerlogo {
	width: 150px;
	height: 32px;
	background-size: 150px 32px;
	background-image: url(/images/Xojo-Horizontal-TM-150.png);
	background-repeat: no-repeat;
	border: none;
}

#headerseparator {
	margin-top: 10px;
	margin-bottom: 10px;
	background-size: 955px 2px;
	width: 955px;
	height: 2px;
	background-image: url(/images/headerseparator.png);
	background-repeat: no-repeat;
	border: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#headerlinks {
	float: right;
	text-align: center;
	font-size: 13px;
	color: #525151;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif, arial;
}

#headerlinks a {
	color: #fff;
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
}

#headerlinks a:hover {
	color: #afafaf;
	text-decoration: none;
}

h1 {
	color: #141D3A;
	font-size: 20pt;
	font-weight: bold;
	line-height: 1.0em;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #141D3A;
	line-height: 1.0em;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.0em;
}

a {
	color: #141D3A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#modal_dialog {
	display: none;
}

#site_notice {
	display: none;
}

.container {
	width: 955px;
	min-width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer {
	background-color: #101010;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #4d4d4d;
}

#footer table {
	color: #888;
	font-size: 11px;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div.landing-quote {
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	font-family: 'ABeeZee', Helvetica, Arial, sans-serif;
	padding-left: 50px;
	padding-right: 50px;
}

div.landing-author {
	text-align: right;
	font-family: 'ABeeZee', Helvetica, Arial, sans-serif;
	font-style: italic;
	margin-top: 20px;
	padding-right: 50px;
}

div.landing-author span.name {
	color: #D5D5D5;
	text-align: right;
	font-size: 24px;
}

div.landing-author a {
	color: #acacac;
	font-size: 14px;
	margin-top: 0px;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
}

a.watch-btn {
	display: inline-block;
	background: #fd7222; /* Old browsers */
	background: -moz-linear-gradient(top, #fd7222 0%, #cc4e20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7222), color-stop(100%,#cc4e20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd7222 0%,#cc4e20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd7222 0%,#cc4e20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd7222 0%,#cc4e20 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd7222 0%,#cc4e20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7222', endColorstr='#cc4e20',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'ABeeZee', Helvetica, Arial, sans-serif;
}

a.watch-btn em {
	font-family: 'Courgette', 'Comic Sans MS', cursive;
	font-size: 18px;
	font-style: normal;
}

#btn-buy, #btn-download {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: smaller;
	min-width: 100px;
	display: inline-block;
	margin-left: 12px;
}

#btn-buy {
	background: #fd7222; /* Old browsers */
	background: -moz-linear-gradient(top, #fd7222 0%, #cc4e20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7222), color-stop(100%,#cc4e20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd7222 0%,#cc4e20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd7222 0%,#cc4e20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd7222 0%,#cc4e20 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd7222 0%,#cc4e20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7222', endColorstr='#cc4e20',GradientType=0 ); /* IE6-9 */
}

#btn-download {
	background: #a4e616; /* Old browsers */
	background: -moz-linear-gradient(top, #a4e616 0%, #74b700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4e616), color-stop(100%,#74b700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a4e616 0%,#74b700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a4e616 0%,#74b700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a4e616 0%,#74b700 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a4e616 0%,#74b700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e616', endColorstr='#74b700',GradientType=0 ); /* IE6-9 */
}

#testimonyContainer {
	width: 955px;
	margin: 0 auto 40px auto;
	clear: both;
}

.testimonyText {
	font-size: 14px;
	font-style: italic;
	min-height: 150px;
}

.testimonyText img {
	display: block;
	float: left;
	padding: 0 10px 4px 0;
}

.attrName {
	font-size: 12px;
	font-weight: bold;
}

#testimonyContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#testimonyContainer li {
	float: left;
	width: 22%;
	margin: 0 10px;
}

#moreTestimonyLink {
	font-size: 12px;
	float: right;
	margin-right: 45px;
}

#moreTestimonyLink a {
	color: #555;
}

#moreTestimonyLink a:hover {
	text-decoration: none;
}

#devresources {
	background: url('../images/bg-devResource.gif') #303030;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #888;
	font-size: 12px;
	clear: both;
}

#devresources div.container {
	width: 900px;
	min-width: 835px;
}	

#devresources h2 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	margin-bottom: 0px;
	margin-top: 0px;
}

.devResourceColumn {
	width: 175px;
	float: left;
}

#firstColumn li {
	background: none;
}

.listColumn li {
	padding: 0 0 8px 0;
	margin: 0 0 7px 0;
	background: url(../images/dotted_line.gif) repeat-x left bottom;
}

.listColumn li.drListHeading {
	list-style-type: none;
	list-style-image: none;
}

.devResourceColumn li a {
	color: #888;
	text-decoration: none;
}

.devResourceColumn li a:hover {
	color: #ccc;
	text-decoration: none;
}

#devresources #firstColumn {
	list-style-type: none;
	padding-left: 0;
	width: 170px;
	margin-right: 70px;
}

#devresources .listColumn, #mainFeature .listColumn {
	margin-right: 35px;
	padding-left: 10px;
	list-style-image: url(../images/arrow2.gif);
}

#devresources #firstColumn p {
	line-height: 20px;
}

/*#devresources table td.left {
	border-right: 1px dashed #e8eef2;
}

#devresources table td.right {
	border-left: 1px dashed #e8eef2;
}

#devresources table td.top {
	border-bottom: 1px dashed #e8eef2;
}

#devresources table td {
	vertical-align: top;
	padding: 12px;
	font-size: 13px;
	color: #dae4e9;
}

#devresources table td a {
	text-decoration: underline;
	color: #f6f8fa;
}

#devresources table td a:hover {
	text-decoration: none;
}

#devresources table td p {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
}*/

#devresources button.greenButton, .buttonContainer button.greenButton {
	background-color: #7FBF4D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FBF4D), color-stop(100%, #63A62F));
	background-image: -webkit-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -moz-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -ms-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -o-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: linear-gradient(top, #7FBF4D, #63A62F);
	border: 1px solid #63A62F;
	border-bottom: 1px solid #5B992B;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96CA6D;
	box-shadow: inset 0 1px 0 0 #96CA6D;
	color: white;
	font: bold 15px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4C9021;
	width: 150px;
}

#headerActionButton button.greenButton {
	background-color: #7FBF4D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FBF4D), color-stop(100%, #63A62F));
	background-image: -webkit-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -moz-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -ms-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: -o-linear-gradient(top, #7FBF4D, #63A62F);
	background-image: linear-gradient(top, #7FBF4D, #63A62F);
	border: 1px solid #63A62F;
	border-bottom: 1px solid #5B992B;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96CA6D;
	box-shadow: inset 0 1px 0 0 #96CA6D;
	color: white;
	font: normal 15px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4C9021;
	width: 375px;
	font-style: italic;
	cursor: pointer;
}

#devresources button.greenButton:hover, .buttonContainer button.greenButton:hover {
	background-color: #76B347;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76B347), color-stop(100%, #5E9E2E));
	background-image: -webkit-linear-gradient(top, #76B347, #5E9E2E);
	background-image: -moz-linear-gradient(top, #76B347, #5E9E2E);
	background-image: -ms-linear-gradient(top, #76B347, #5E9E2E);
	background-image: -o-linear-gradient(top, #76B347, #5E9E2E);
	background-image: linear-gradient(top, #76B347, #5E9E2E);
	-webkit-box-shadow: inset 0 1px 0 0 #8DBF67;
	box-shadow: inset 0 1px 0 0 #8DBF67;
	cursor: pointer;
}

#devresources button.greenButton:active, .buttonContainer button.greenButton:active {
	border: 1px solid #5B992B;
	border-bottom: 1px solid #538C27;
	-webkit-box-shadow: inset 0 0 8px 4px #548C29, 0 1px 0 0 #EEE;
	box-shadow: inset 0 0 8px 4px #548C29, 0 0 0 0 #EEE;
}

.nextStepsContainer {
	background: url(/images/pattern.png);
	clear: both;
	margin: 25px 0;
	padding: 27px 0 35px;
	border: solid 1px #E8E8E8;
}

.nextStepsContainer h2 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	color: #555;
}

.buttonContainer {
	margin: 20px auto 0;
	width: 345px;
}

.buttonContainer a {
	margin: 0 10px;
	text-decoration: none;
}

img.social {
	background-image: url(/images/social_icons.png);
	background-size: 120px 60px;
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-right: 3px;
}

img.social.twitter {
	background-position: -33px -3px;
}

img.social.twitter:hover {
	background-position: -33px -33px;
}

img.social.facebook {
	background-position: -3px -3px;
	margin-left: 0px;
}

img.social.facebook:hover {
	background-position: -3px -33px;
}

img.social.blog {
	background-position: -93px -3px;
	margin-right: 0px;
}

img.social.blog:hover {
	background-position: -93px -33px;
}

img.social.google {
	background-position: -63px -3px;
}

img.social.google:hover {
	background-position: -63px -33px;
}

.container.sidebar {
	background-image: url(/images/sidebarbg.png);
	background-size: 955px 1px;
	background-repeat: repeat-y;
}

#menu_sidebar {
	float: right;
	width: 285px;
	padding-left: 15px;
	font-size: 11pt;
	color: #646464;
}

#menu_sidebar h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #4f7e99;
}

#menu_sidebar h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #606060;
}

#menu_sidebar ul {
	list-style: none;
	padding-left: 15px;
}

#menu_sidebar hr {
	border-top: 3px double #c2c2c2;
	border-bottom: none;
	border-left: none;
	bordr-right: none;
}

#menu_body {
	margin-right: 310px;
	font-size: 14px;
}

#menu_body hr {
	background: url(/images/shadow644.png) no-repeat top center;
	border: none;
	height: 7px;
	margin: 25px 0;
}

#menu_body li {
	margin: 8px 0;
	font-size: 13px;
}

#menu_body li a {
	text-decoration: none;
	color: #141D3A;
}

#menu_body li a:hover {
	text-decoration: underline;
}

#menu_body li p {
	margin: 5px 0;
}

div.expandable {
	display: none;
}

.clear {
	clear: both;
	overflow: hidden;
	max-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blog-byline {
	font-size: 10pt;
	color: #808080;
	font-weight: normal;
}

p.blog-nav {
	text-align: center;
	color: #808080;
	font-size: smaller;
}

p.blog-nav a {
	margin-left: 10px;
	margin-right: 10px;
}

.blog-body {
	padding-left: 15px;
	padding-right: 25px;
}

.blog-body p {
	margin-top: 20px;
	margin-bottom: 20px;
}

input[type=button], input[type=submit] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	font-size: 9pt;
	border-radius: 3px;
	background-size: 800px 60px;
	background-position: left center;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.75);
	min-height: 22px;
	outline: none;
	min-width: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type=button] {
	color: #000000;
	background-image: url(/images/button_normal_up.png);
	border: 1px solid #ACACAC;
	text-shadow: 0px 1px 0px #FFFFFF;
}

input[type=button]:enabled:active {
	background-image: url(/images/button_normal_down.png);
}

input[type=submit] {
	color: #FFFFFF;
	background-image: url(/images/button_default_up.png);
	border: 1px solid #004a80;
	text-shadow: 0px 1px 0px #004a80;
}

input[type=submit]:enabled:active {
	background-image: url(/images/button_default_down.png);
}

input[type=submit]:enabled:focus, input[type=button]:enabled:focus, {
	box-shadow: 0px 0px 4px #009eff;
	outline: none;
	border-color: #009eff;
}

input[type=button]:disabled, input[type=submit]:disabled {
	opacity: 0.5;
}

table.listbox {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

table.listbox tr.alt {
	background-color: #f5fbff;
}

table.listbox tr.selectable:hover {
	background-color: #4f7e99;
	cursor: pointer;
}

table.listbox tr.selectable:hover td {
	border-color: #426980;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #426980;
}

table.listbox tr.selectable:hover a {
	color: #FFFFFF;
}

table.listbox td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

table.listbox tr.header {
	font-weight: bold;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	font-size: smaller;
	text-shadow: 0px 1px 0px #FFFFFF;
}

table.listbox tr.header td {
	text-align: left;
}

.fieldstable {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.fieldstable td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.fieldstable td.label {
	font-weight: bold;
	text-align: right;
	width: 175px;
}

.fieldstable td.field {
}

.fieldstable td.field input[type=text], .fieldstable td.field input[type=password], .fieldstable td.field input[type=email], td.field textarea {
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	background: none;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10pt;
}

@media (-webkit-min-device-pixel-ratio: 1) {
	select {
		-webkit-appearance: none;
		font-size: 9pt;
		border-radius: 3px;
		background-size: 800px 60px;
		box-shadow: 0px 1px 0px rgba(255,255,255,0.75);
		min-height: 22px;
		outline: none;
		color: #000000;
		background-image: url(/images/button_normal_up.png);
		border: 1px solid #ACACAC;
		text-shadow: 0px 1px 0px #FFFFFF;
		padding-left: 8px;
		padding-right: 39px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-position: right center;
	}
	
	select:enabled:active {
		background-image: url(/images/button_normal_down.png);
	}
	
	select:enabled:focus {
		box-shadow: 0px 0px 4px #009eff;
		outline: none;
		border-color: #009eff;
	}
	
	select:disabled {
		opacity: 0.5;
	}
}

.mainFeatureListColumn li {
	border-bottom: dotted 1px #cbcbcb;
	background: url(/images/arrow.gif) no-repeat 20px 13px;
	padding: 5px 0 4px 40px;
	margin: 0;
}

.mainFeatureListColumn li:hover {
	border-bottom: dotted 1px #cbcbcb;
	background-color: #eee;
}

.mainFeatureListColumn a {
	color: #555;
	text-decoration: none;
	padding: 3px 0;
	width: 260px;
	font-size: 12px;
	display: block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header {
		background-image: url(/images/map.png) center top no-repeat;
	}
	
	#headerlogo {
		background-image: url(/images/Xojo-Horizontal-TM-290@2x.png);
	}
	
	#footerlogo {
		background-image: url(/images/Xojo-Horizontal-TM-150@2x.png);
	}
	
	#headerseparator {
		background-image: url(/images/headerseparator@2x.png);
	}
	
	.container.sidebar {
		background-image: url(/images/sidebarbg@2x.png);
	}
	
	input[type=button], select {
		background-image: url(/images/button_normal_up@2x.png);
	}
	
	input[type=submit] {
		background-image: url(/images/button_default_up@2x.png);
	}
	
	input[type=button]:enabled:active {
		background-image: url(/images/button_normal_down@2x.png);
	}
	
	input[type=submit]:enabled:active {
		background-image: url(/images/button_default_down@2x.png);
	}
	
	img.social {
		background-image: url(/images/social_icons@2x.png);
	}
}

@media (-webkit-min-device-pixel-ratio: 2) {
	select:enabled:active {
		background-image: url(/images/button_normal_down@2x.png);
	}
}

IMG.conferenceLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
 }
 
#conferenceMenu
	{
	margin: 0 auto;
	width:800px;
	padding-top: 20px;
	height: 50px
	}


#conferenceMenu li
	{
	display:block;
	float:left;
	list-style-type:none;
	margin:0 40px;
	}

#conferenceMenu li a
	{
	text-decoration: none;
	}

IMG.mainContentImage1 {
	display:block;
	margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
 }
 
 IMG.mainContentImage2 {
	display:block;
	margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    margin-top:20px;
 }
 
.xdcImage2Containter {
	margin-top:10px;
}

.xdcImage3Containter {
	margin:10px 10px 10px 0;
	float: left;
	width: 472px;
}

.xdcImage4Containter {
	margin:10px 0 10px 0;
	float: left;
	width: 472px;
}

#customersContainer {
	background: url(/images/shadow.png) no-repeat top center;
	padding: 7px 0 0;
}

#customersContainer h2 {
	font-weight: normal;
	font-size: 20px;
	margin: 28px auto;
	color: #555;
	width: 300px;
}
#customerlogo {
	width: 900px;
	height: 140px;
	background-size: 900px 200px;
	background-image: url(/images/logo_customers.png);
	background-repeat: no-repeat;
	border: none;
}

/*#teaserTag h2 {
	font-weight: normal;
	font-size: 35px;
	margin: 10 0 0 0;
	color: #fff;
	width: 900px;
}

#teaserTag h3 {
	font-weight: normal;
	font-size: 25px;
	margin: 0 auto;
	color: #fff;
	width: 900px;
}*/

IMG.blackfridayBanner{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#cloudHeader {
	margin: 28px auto;
	width: 680px;
}

#cloudHeader img {
	display: block;
	float: left;
}

#cloudHeader h2 {
	float: left;
	font-weight: normal;
	font-size: 28px;
	color: #555;
	margin: 25px 0 0 45px;
	width: 400px;
	line-height: 35px;
}

#cloudFeatureHeader {
	margin: 28px auto 20px;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	color: #555;
	width: 455px;
	line-height: 24px;
}

ul#featureList {
	width: 80%;
	margin: 35px auto;
	list-style-type: none;
	font-size: 14px;
	min-height: 145px;
	padding: 0;
}

ul#featureList li {
	width: 30%;
	float: left;
}

ul#featureList li#listMiddleColumn {
	margin: 0 5%;
}

ul#featureList h3 {
	margin: 0 0 4px;
}

#featureListFooter {
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	color: #555;
	width: 650px;
	line-height: 24px;
}

.cloudSecurityDetails {
	width: 955px;
	margin: 25px auto 0;
	padding: 10px 0 0;
	background: url(/images/shadow.png) no-repeat top center;
}

.cloudSecurityDetails p {
	font-size: 14px;
	color: #555;
	line-height: 18px;
	padding: 0 100px;
}

.cloudSecurityDetails h3 {
	font-size: 14px;
	color: #555;
	line-height: 18px;
	margin: 15px 0 0;
	padding: 0 100px;
}

#securtyDetailerListHeader {
	font-size: 14px;
	padding: 0 100px;
	font-weight: normal;
}

#cloudButtonContainer {
	width: 170px;
	margin: 0 auto 30px;
}

#cloudButtonContainer p {
	text-align: center;
}

.cloudSecurityDetails ul {
	font-size: 14px;
	color: #555;
	list-style-type: disc;
	padding: 0 115px;
	margin-bottom: 30px;
}

.cloudTestimonyContainer {
	margin: 25px 0 0;
	padding: 20px 0 0;
	background: url(/images/shadow.png) no-repeat top center;
}

.dividerContainer {
	height: 10px;
	margin: 25px 0 0;
	padding: 20px 0 0;
	background: url(/images/shadow.png) no-repeat top center;
}

