﻿.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

.features h4
{
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}

.features p
{
	line-height: 140%;
	font-size: 14px;
}

.featurelist ul li
{
	font-size: 14px;
	line-height: 120%;
	padding-top: 5px;
}

.feature li
{
	background-image: url("/Content/images/arrow_right16.png");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}

.feature li li
{
	background-image: none;
	background-position: 0;
	padding-left: 0;
}

.features-site p
{
	line-height: 160%;
	font-size: 15px;
}

.features-site h2
{
	border-bottom: 1px solid #00ADEF;
	margin-bottom: 20px;
}

.features-site h3
{
	color: rgb(102, 102, 102);
	margin-bottom: 7px;
}

.feature-separator
{
	border-bottom: 1px solid #00ADEF;
}

.feature-desc
{
	padding-top: 10px;
	line-height: 140%;
}

.line-height160
{
	line-height: 160%;
}

div.codesubtext
{
	text-align: center;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.large-text
{
	line-height: 160%;
	font-size: 14px;
}

.tutorial p
{
	line-height: 160%;
}

.nuget-badge code
{
	background-color: #202020;
	border: 4px solid #c0c0c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 3px #6e6e6e;
	color: #e2e2e2;
	display: block;
	font: 1.5em 'andale mono' , 'lucida console' , monospace;
	line-height: 1.5em;
	overflow: auto;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.border-shadow
{
	box-shadow: 2px 2px 3px #6e6e6e;
}

.btn-shadow
{
	box-shadow: 2px 2px 3px #6e6e6e;
}

.btn-testimonial
{
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}

header
{
	margin-bottom: 5px;
	border-bottom: 1px solid rgb(240, 240, 240);
	background: rgb(238,238,238);
	background: radial-gradient(ellipse at center,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
}

footer
{
	width: 100%;
	background-color: rgba(230,230,230,0.8);
	border-top: 1px solid #d3e7fe;
	padding-top: 5px;
	position: relative;
}

footer a:hover
{
	text-decoration: none;
}

.download-type
{
	color: rgb(102, 102, 102);
}

.navbar
{
	margin-top: 10px;
}

.navbar-inner
{
	font-size: 18px;
}

.logon
{
	padding-left: 8px;
	color: #000000;
	text-shadow: 1px 1px rgb(200,200,200);
    text-decoration: none;
}

.logon:hover
{
	text-decoration: none;
	color: rgb(110,110,110);
}

.logoff
{
	padding-left: 8px;
	color: #000000;
	text-shadow: 1px 1px rgb(200,200,200);
	font-size: 14px;
    text-decoration: none;
}

.logoff:hover
{
	text-decoration: none;
	color: rgb(110,110,110);
}

.intro
{
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #808080;
	margin-bottom: 10px;
	line-height: 140%;
}

.intro h1
{
	color: #000000;
}

.below-intro p
{
	font-size: 15px;
	line-height: 160%;
	text-align: center;
}

.screen-subtext
{
	text-align: center;
}

a.back-to-top
{
	padding-left: 16px;
	background: url("/Content/images/arrow_up16.png") left no-repeat;
}

.license-table
{
	width: 100%;
	font-size: 15px;
}

.faq
{
	padding-top: 5px;
	padding-bottom: 10px;
}

.arrow-right
{
	height: 100px;
	width: 55px;
	padding-left: 5px;
	background: url("/Content/images/arrow_right64.png") no-repeat;
	position: relative;
	top: 80px;
}

.renew-license-checkout-btn
{
	background: url("/Content/images/fs_button15.gif") no-repeat;
	border: 0;
	display: block;
	width: 280px;
	height: 45px;
}

.renewal-info-table
{
	width: 100%;
	font-size: 15px;
}

.email-icon-newsletter
{
	display: block;
}

.usage-examples h3
{
	padding-bottom: 10px;
}

.usage-examples p
{
	line-height: 160%;
}

.news h3, h4
{
	margin-bottom: 10px;
}

.version-history
{
	margin-bottom: 15px;
}

.extra-help-box
{
	min-height: 125px;
	padding: 10px;
	position: relative;
	background: #f3f3f3;
    background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 10%, #ffffff 100%);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-border-bottom-right-radius: 60px 60px;
	-moz-border-radius-bottomright: 60px 60px;
	border-bottom-right-radius: 60px 60px;
	-webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
}
.extra-help-box:before
{
	content: '';
	width: 25px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-webkit-box-shadow: -2px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px -2px rgba(0, 0, 0, 0.3);
	box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transform: rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
	-moz-transform: rotate(-20deg) skew(-40deg, -3deg) translate(-13px,-13px);
	-o-transform: rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
	-ms-transform: rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
	transform: rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
}

.extra-help-box:after
{
	content: '';
	z-index: -1;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
	-webkit-box-shadow: 20px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 20px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
	-moz-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
	-o-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
	-ms-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
	transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
}

.activation-success
{
	font-size: 18px;
	text-align: center;
}

.prereleases td
{
	vertical-align: middle;
	font-size: 14px
}