﻿
body {
	background-color: #222222;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

abbr {
	cursor: help;
	border-bottom: dotted 1px #999999;
	text-decoration: none;
}

sup, sub {
	font-size: 0.8em;
}

a:link, a:visited {
	color: #829B3A;
	text-decoration: none;
	border-bottom: dotted 1px #829B3A;
}
a:hover {
	color: #FFFFFF;
	background-color: #829B3A;
	text-decoration: none;
	border-bottom: solid 1px #829B3A;
}
a.nostyle {
	border: none;
	background: none;
}

p, ul {
	margin-bottom: 20px;
	line-height: 1.6em;
}
p.compact {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
}

small {
	font-size: 0.9em;
}

img {
	border: none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Tahoma, Arial, sans-serif;
	font-style: italic;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-style: normal;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2 {
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}

h3.nospace {
	padding: 0px;
	margin: 0px;
}

/* PRIMARY LAYOUT ELEMENTS */

#headline {
	text-align: center;
	background-color: #FDEA82;
	color: #000000;
	padding: 8px 8px 10px 8px;
	background-image: url(ShadowTop.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#headline img {
	vertical-align: -3px;
}
#headline a {
	color: #000000;
	font-weight: bold;
	border-bottom: dotted 1px #000000;
}
#headline a:hover {
	background: none;
	border-bottom: solid 1px #000000;
}

#page {
}
.contentwrapper {
	width: 970px;
	margin: 0px auto 0px auto;
}
#header {
	position: relative;
	color: #000;
	padding: 0;
	margin: 0px 30px 0px 30px;
}

#header #title {
	float: left;
}
#header #title a {
	padding: 0px;
	margin: 0;
	border: none;
	background: none;
}

#main {
	padding: 30px 30px 30px 30px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
	min-width: 970px;
}

#footer {
	color: #999;
	padding-bottom: 20px;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU */

ul#menu {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

ul#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul#menu li a {
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	line-height: 2.15em;
	background-color: #E7F3E7;
	color: #829B3A;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	background-image: url(TabShadow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

ul#menu li a:hover {
	background-color: #FFFFFF;
	background-image: none;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #FFFFFF;
	background-image: none;
	padding-top: 10px;
	color: #829B3A;
}

#menucontainer {
	clear: both;
}

div#title {
	display: block;
	margin: 20px 0px 0px 0px;
}

#threeplicate {
	display: block;
	float: right;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
}
#threeplicate a {
	background: none;
	border: none;
}

span.invisible, span.invisible * {
	color: #303030;
	background: none;
	border: 0px;
}

/* FORM LAYOUT ELEMENTS */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

fieldset label {
	display: block;
}
label.inputsize {
	font-size: 1.4em;
}

fieldset label.inline {
	display: inline;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"], input[type="password"] {
	width: 400px;
	border: 1px solid #CCC;
	font-size: 1.4em;
}

select {
	font-size: 1.3em;
}

/* TABLE */

table {
  border-collapse: collapse;
}

table td {
  padding: 5px;   
  border-bottom: solid 1px #e8eef4;
  border-top: solid 1px #e8eef4;
}
table th {
  padding: 6px 5px;
  text-align: left;
  border-bottom: solid 3px #829B3A;
  white-space: nowrap;
}

table.horizontal th {
	border-right: solid 3px #829B3A;
	border-bottom: 0px;
}
table.horizontal td {
	border-top: 0px;
	border-bottom: 0px;
	border-left: solid 1px #e8eef4;
	border-right: solid 1px #e8eef4;
}

/* MISC */

.clear {
	clear: both;
}

.ok {
	color: #009900;
}
.ko, .error {
	color: #CC0000;
}

.field-validation-error {
	color: #CC0000;
}

.input-validation-error {
	border: 1px solid #CC0000;
	background-color: #FFEEEE;
}

.validation-summary-errors {
	color: #CC0000;
}

/* Default.aspx */

h1.pitch {
	font-size: 30px;
	font-style: normal;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h2.pitch {
	margin: 16px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	line-height: 1.1em;
}
h3.pitch {
	margin: 16px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	line-height: 1.2em;
}

#LeftPitchDiv {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#LeftPitchDiv a.signup {
	display: block;
	margin: 20px 0px 0px 0px;
}
#RightPitchDiv {
	float: right;
	position: relative;
	top: -6px;
}
#RightPitchDiv p.alternatevideo {
	text-align: right;
	font-size: 0.9em;
	line-height: 0.9em;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

#MainContentDiv {
	clear: both;
	margin-top: 20px;
}
#MainContentDiv strong {
	background-color: #FFF0A0;
}

#TechnologiesDiv {
	background-color: #F0F0F0;
	padding: 10px;
	height: 110px;
	color: #000000;
	margin-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#TechnologiesDiv a.features {
	float: right;
}
#TechnologiesDiv h2, #TechnologiesDiv h3 {
	margin: 0px;
	padding: 0px;
}
#TechnologiesDiv ul.scm, #TechnologiesDiv ul.resources {
	float: left;
	width: 20%;
}
#TechnologiesDiv ul li.completed {
	list-style-image: url(Completed.png);
}
#TechnologiesDiv ul li.wip {
	list-style-image: url(Wip.png);
}
#TechnologiesDiv ul li span.comingsoon {
	font-size: 0.9em;
	font-style: italic;
	background-color: #FFF0A0;
}

/* Features.aspx */

div.feature {
	clear: left;
	height: 320px;
	margin-bottom: 20px;
	border-bottom: solid 1px #E0E0E0;
	padding-bottom: 20px;
}
div.screenshot {
	float: left;
}
div.screenshot a img {
	border: solid 1px #E0E0E0;
	padding: 2px;
}
div.screenshot a, div#jquery-lightbox a {
	background: none;
	border: 0px;
}

div.description {
	margin-left: 530px;
}
div.description p {
	font-size: 0.9em;
}
div.description p.pitch {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.description h2 {
	margin-bottom: 0px;
}
#SignUpDiv {
	float: left;
	height: 61px;
}
#SignUpInfoDiv {
	height: 61px;
	margin-left: 320px;
	padding-top: 1px;
}
#SignUpWrapperDiv {
	clear: left;
	margin-top: 20px;
}

#ComingSoonDiv {
	background-color: #F0F0F0;
	padding: 10px;
	height: 220px;
	color: #000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#ComingSoonDiv h2, #ComingSoonDiv h3 {
	margin: 0px;
	padding: 0px;
}
#ComingSoonDiv div.comingsoon {
	width: 31%;
	margin: 0px;
	margin-right: 2%;
	padding: 0px;
	float: left;
}

a.ui-dialog-titlebar-close {
	float: right;
}
div.ui-dialog {
	background-color: #FFFFFF;
	border: solid 3px #555555;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	z-index: 9999;
}
div.ui-widget-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(Overlay.png);
}
span.ui-dialog-title {
	color: #000000;
	font-family: Georgia, "Times New Roman", Tahoma, Arial, sans-serif;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}
#fallbackplayer {
	margin-top: 8px;
}

/* Pricing.aspx */

#FreeBetaDiv {
	background-color: #FFFCCF;
	padding: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#FreeBetaDiv p {
	font-size: 1.2em;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#FreeBetaDiv a {
	font-weight: bold;
}
#FreeBetaDiv strong {
	color: #CA3700;
}

h1.pricehead {
	font-size: 40px;
	font-style: normal;
	font-family: Arial, sans-serif;
	line-height: 1.0em;
	margin: 20px 0px 26px 0px;
	padding: 0px;
	text-align: center;
}

#CurrencyDiv {
	font-size: 2.0em;
	position: fixed;
	top: 300px;
	left: 0px;
	padding: 8px 8px 8px 0px;
	background-color: #F0F0F0;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#CurrencyDiv a {
	font-weight: bold;
	border: 0px;
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
}
#CurrencyDiv a.selected {
	background-color: #829B3A;
	color: #FFFFFF;
	border: 0px;
}
#CurrencyDiv a:hover {
	border: 0px;
}

#PricingMainDiv {
}

#PriceDetailsDiv {
	padding: 0px 34px 0px 0px;
	text-align: center;
	width: 450px;
	height: 360px;
	float: left;
	border-right: solid 1px #829B3A;
}
#PriceDetailsDiv h2, #PriceDetailsDiv p {
	margin: 0px;
	padding: 0px;
}
#PriceDetailsDiv h2 {
	margin-bottom: 18px;
	font-size: 1.9em;
}
#PriceDetailsDiv p {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 18px;
}
#PriceDetailsDiv strong {
	color: #CA3700;
}

#SignUpMainDiv {
	padding: 0px;
	margin: 30px auto 0px auto;
	text-align: center;
	width: 300px;
}
#SignUpMainDiv p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.6em;
}

#OssDiv {
	float: left;
	width: 450px;
	padding-left: 35px;
	text-align: center;
}
#OssDiv h2 {
	margin: 0px 0px 18px 0px;
	font-size: 1.9em;
}
#OssDiv p {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 18px;
}
#OssDiv strong {
	color: #CA3700;
}
#OssDiv p.smallprint {
	font-size: 0.9em;
	color: #999999;
}

#PricingSecondaryDiv {
	margin-top: 430px;
	clear: both;
}

#PriceExamplesDiv {
	float: left;
	width: 410px;
}
#PriceExamplesDiv table {
	font-size: 1.4em;
	margin-top: 10px;
	border: solid 1px #829B3A;
	width: 410px;
}
#PriceExamplesDiv table tr th {
	text-align: right;
	width: 150px;
}
#PriceExamplesDiv table tr td.formula {
	background-color: #829B3A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#PriceExamplesDiv table tr td.formula abbr {
	border-bottom-color: #FFFFFF;
}
#PriceExamplesDiv table tr td, #PriceExamplesDiv table tr th {
	padding: 6px;
	font-size: 0.9em;
	border: none;
}
#PriceExamplesDiv table tr.priceexample {
	font-weight: bold;
	background-color: #FFFCCF;
	border-top: solid 3px #829B3A;
}
#PriceExamplesDiv table tr td input {
	width: 70px;
	font-size: 1.0em;
}
#PriceExamplesDiv h3 {
	margin: 0px;
}

#PricingInfoDiv {
	float: left;
	width: 520px;
	padding: 0px;
	margin-left: 40px;
}
#PricingInfoDiv p {
	margin-top: 10px;
	padding: 0px;
	line-height: 1.6em;
	font-size: 1.0em;
}
#PricingInfoDiv h3 {
	margin: 0px;
}

/* HowItWorks.aspx */

div.step {
	width: 470px;
	height: 490px;
}
div.step.left {
	float: left;
}
div.step.right {
	float: right;
}
div.step p {
	font-size: 0.9em;
}
div.step img.steppic {
	border: solid 1px #E0E0E0;
	padding: 2px;
	margin-top: 10px;
}

h2.step {
	margin: 0px;
	padding: 0px;
}
h2.step img {
	vertical-align: -4px;
}
