﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	-webkit-font-smoothing: antialiased;
}
td {
	vertical-align: top;
}
.stepTitle {
	font-size: 16pt;
	font-weight: bold;
}
/*
.flavorText p::selection, .flavorText div::selection{
	background-color:#333;
	color:#fff;
}
.flavorText p::-moz-selection, .flavorText div::-moz-selection{
	background-color:#333;
	color:#fff;
}*/
.downloadLegacy {
	float: right;
	font-weight: normal;
	font-size: 10pt;
	display: inline-block;
}
#WebServerChoices {
	font-size: inherit !important;
	font-family: inherit !important;
}
.installList {
	display: inline-block;
	padding: 10px;
	min-width: 40%;
	vertical-align: top;
}
.setupGuideBody {
	padding: 10px;
}
.ui-tooltip {
	font-weight: normal;
}
.main {
	max-width: 962px;
	margin: auto;
	height: auto;
	background-color: inherit;
}
.footerTag {
	padding: 0px 50px;
	text-align: left;
	font-size: 13pt;
	color: inherit;
	font-weight: bold;
}
.footerTag img {
	width: 14px;
}
.downloadFormHeader {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

.downloadbutton {
	background-color: #4682b4;
	border: none;
	color: #ffffff;
	font-weight: normal;
	padding: 10px;
	cursor: pointer;
}

.storebutton {
	color: #fff !important;
	display: inline-block;
	font-size: 10pt;
	padding: 10px;
}

.supportAddedText {
	font-size: .6em;
	color: #777;
}

.storebutton:hover {
	text-decoration: none !important;
}

.downloadbutton:hover {
	background-color: #222;
}

hr {
	border: 1px #c0c0c0 solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

label.error {
	font-style: italic;
	padding-left: 20px;
	color: #444;
  font-weight:normal;	
}

label span {
	color: #4682b4;
	font-weight:normal;
}
#downloadform {
	padding: 15px 15px 15px 0px;
}
#downloadform label, #downloadform select {
}
#downloadform input[type=text] {
	padding: 8px;
	min-width: 300px;
	color: #444;
	border: 1px #c0c0c0 solid;
}
#downloadform input[type=tel] {
	padding: 8px;
	min-width: 300px;
	color: #444;
	border: 1px #c0c0c0 solid;
}
#downloadform input[type=email] {
	padding: 8px;
	min-width: 300px;
	color: #444;
	border: 1px #c0c0c0 solid;
}
#downloadform textarea {
	color: #444;
	border: 1px #c0c0c0 solid;
	padding: 8px;
}
#downloadform select {
	padding: 7px;
	border: 1px #c0c0c0 solid;
}
label {
}
.pageTitle {
	font-size: 18pt;
	padding: 20px 20px 0px 20px;
	background-color: #fff;
}
.quickfind li {
	font-size: 10pt;
}
.supportTable {
	font-size: 10pt;
}
.supportTable a {
	text-decoration: underline !important;
	font-size: 11pt;
}
.top {
	height: 174px;
	overflow: hidden;
	background-image: url(images/banner.jpg);
}
.menu {
	height: auto;
	overflow: hidden;
	background-color: #222222;
	color: #ffffff;
	padding-left: 20px;
}
.menu a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	padding: 10px;
}
.menubar {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menubar li {
	display: inline-block;
	/*transition: background-color .3s;*/
}
.menubar li img {
	position: relative;
	margin-left: 10px;
	vertical-align: top;
	top: 9px;
}
.menubar li:hover {
	background-color: #4682b4;
	cursor: pointer;
}
.contentbody {
	height: auto;
	background-color: #ffffff;
	padding: 10px;
	/*font-size: 10pt;*/
}
.contentbody a {
	text-decoration: none;
}
.contentbody a:hover {
	text-decoration: underline;
}
.contentSection {
	padding: 1px 20px 20px 20px;
	background-color: #ffffff;
	margin-top: 15px;
}
.contentSection .inner {
	background-color: #ffffff;
	font-size: 10pt;
	margin: 0;
	border-radius: 5px;
}
.contentSection table {
	width: 100%;
}
.iconbar {
	text-align: center;
}
.iconbar img {
	border-radius: 5px;
	box-shadow: 0px 0px 4px #999;
	border: 1px #fff solid;
	margin-right: 2px;
}
.contentSection .sectionTitle span {
	font-size: 10pt;
}
.sectionTitle hr {
}
.licenseContent {
	background-color: #ffffff;
	padding: 15px;
	margin: 20px;
	border-radius: 0px;
	transition: box-shadow .3s;
}
.licenseContent table {
	width: 100%;
}
.licenseContent:hover {
	box-shadow: 0px 0px 5px #999;
}
.optionSection {
	width: 70%;
}
.buySection input[type=checkbox] {
	position: relative;
	top: 2px;
}
.optionTitle {
	font-size: 14pt;
}
.optionTitle span {
	color: #4682b4;
	float: right;
	font-size: 10pt;
}
.optionTitle span:hover {
	cursor: pointer;
}
.buySection {
	padding-left: 15px;
	vertical-align: top;
}
.optionPrice {
	color: #555;
}
.optionTotal {
	font-size: 14pt;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-top: 2px;
}
.oTotalBorder {
	margin-top: 10px;
	border-bottom: 1px #c0c0c0 dashed;
	padding-bottom: 8px;
}
.optionPrice span {
	font-style: italic;
	font-size: .9em;
}
.optionDescription {
	padding: 10px;
}
.contentSection .sectionTitle {
	font-size: 14pt;
	margin: 5px;
	text-align: left;
}
.contentSection .sectionTitle span a {
	text-decoration: none;
	color: #4682b4;
}
.contentSection .sectionTitle span a:hover {
	text-decoration: underline;
}
.contentSection .inner table td {
	vertical-align: top;
}
.centered {
	text-align: center;
}
.flavorText {
	font-size: 10pt;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
}
.flavorText p {
	font-size: 10pt;
	margin: 10px 0px 10px 0px;
}
.contentSection inner table td img {
	display: inline;
}
.entryBody {
	background-color: #ffffff;
	margin: 0px 20px 20px 20px;
	height: auto;
	padding: 10px 20px 20px 20px;
	position: relative;
	font-family: Arial;
	font-size: 10pt;
	border-radius: 5px;
}
.entryBody li {
	color: #555;
	/*font-size: .9em;*/
}
.entryTitle {
	font-weight: bold;
	font-size: 13pt;
}
.dateFloater {
	position: absolute;
	padding: 8px 8px 8px 8px;
	color: #ffffff;
	border:1px #fff solid;
	font-weight: bold;
	background-color: #4682b4;
	top: 21px;
	left: -57px;
	text-align: right;
	border-radius:0px;
	min-width:43px;
}
.entryBody hr {
	border-top: 1px #cccccc solid;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.sectionTitle {
	font-size: 18pt;
	margin-top: 2px;
	padding-left: 1px;
	text-align: center;
}
.infoSection {
	margin: 0px 0px 5px 0px;
/*padding:5px;



	background-color:#ebebeb;



	border-radius:3px;



	border:1px #ccc solid;*/font-size: 10pt;
	display: none;
}
.infoSection span {
	font-weight: bold;
}
.infoSection img {
	position: relative;
	top: 1px;
}
.footer {
	max-width: 962px;
	margin: 0 auto;
	background-color: #222;
	border: 1px #c0c0c0 solid;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	color: #777;
	min-height: 100px;
}
.footer ul {
	list-style: none;
	/*font-size: .8em;*/
	margin-bottom: 5px;
}
.footer ul li {
	color: inherit;
	position: relative;
	display: inline-block;
}
.footer ul li a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	transition: color .2s, text-shadow .2s;
}
.footer ul li a:hover {
	color: #4682b4;
	text-shadow: 0px 0px 3px #000;
}
/***************** TOOL TIP STYLES ******************/
.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 5px 20px;
	color: white;
	border-radius: 8px;
	font: bold 10pt Arial;
/*text-transform: uppercase;*/box-shadow: 0 0 7px black;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
