﻿/* STYLES IMPORTED FROM .COM SITE */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	font-size: 11pt;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
}

table{
	border-collapse:collapse;
}

.header{
	height:174px; 
	background-image:url(images/banner.jpg);
	background-size:cover;
	box-shadow:none; 
	position:relative;
}

td {
	vertical-align: top;
}

.stepTitle {
	font-size: 16pt;
	font-weight: bold;
}

.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 {
	width: 962px;
	margin: 10px auto;
	height: auto;
	background-color: inherit;
  box-shadow:0px 0px 3px #000;
}

.livechatarea img{
	box-shadow:1px 1px 2px #000;
}

.footerTag {
	padding: 0px 30px;
	text-align: right;
	font-size: 13pt;
	color: inherit;
	font-weight: bold;
}

.footerTag img {
	width: 14px;
}

.downloadFormHeader {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}


.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-size: 10pt;
	font-style: italic;
	padding-left: 20px;
	color: #444;
}

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;
	position:relative;
	background-image: url(images/banner.jpg);
}

.menu {
	height: auto;
	overflow: hidden;
	color: #ffffff;
	font-size:10pt;
	background: #0d0908;
	vertical-align:top;	
	background: #0d0908;
	background: -moz-linear-gradient(top,  #0d0908 53%, #682e2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#0d0908), color-stop(100%,#682e2d));
	background: -webkit-linear-gradient(top,  #0d0908 53%,#682e2d 100%);
	background: -o-linear-gradient(top,  #0d0908 53%,#682e2d 100%);
	background: -ms-linear-gradient(top,  #0d0908 53%,#682e2d 100%);
	background: linear-gradient(to bottom,  #0d0908 53%,#682e2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0908', endColorstr='#682e2d',GradientType=0 );
}

.menu a {
	text-decoration: none;
	display: inline-block;
	padding: 3px;
	font-size:10pt;
}

.menu a:hover{
	color:#4682b4;
}

.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: 7px !important;
}
.menubar li:hover {
	background-color: #4682b4;
	cursor: pointer;
}





.contentbody {
	height: auto;
	background-color: #ffffff;
	padding: 10px;
	font-size: 10pt;
}

.contentbody img{
	border:none;
}

.contentbody a {
	color: #4682b4;
	text-decoration: none;
}

.contentbody a:hover {
	text-decoration: underline;
}

.contentSection {
	background-color: #ffffff;
	margin-top: 15px;
}

.contentSection .inner {
	background-color: #ffffff;
	font-size: 10pt;
	margin: 0;
	border-radius: 5px;
}

.contentSection table {
	width: 100%;
	border-collapse:collapse;
}

.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 {
	border: 1px #c0c0c0 dotted;
}
.licenseContent {
	background-color: #ffffff;
	padding: 15px;
	margin: 10px;
	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: #333;
}

.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 a{
	color:#4682b4;
	text-decoration:none;
}

.flavorText p a:hover{
	text-decoration:underline;
}

.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;
}

.new_build{
	background-color:#fff;
	height:auto;
	padding:10px;
	
}
.new_build_top{
	height:1px;
	background-color:#f4f4f4;
}
.new_build_bottom{
	height:1px;
	background-color:#fff;

}
.version, .oldtitle{
	margin-bottom:0px; 
	text-align:left; 
	text-indent:15px; 
	padding-bottom:5px;
	font-size:1.1em;
	font-weight:bold;
	
}


.entryBody li {
	color: #555;
	/*font-size: .9em;*/
}
.entryTitle {
	font-weight: bold;
	font-size: 13pt;
}
.dateFloater {
	position: absolute;
	padding: 8px 8px 8px 8px;
	color: #ffffff;
	font-weight: bold;
	/*box-shadow:2px 3px 0px #fff;*/
	border:1px #fff solid;
	background-color: #4682b4;
	min-width:45px;
	top: 21px;
	left: -57px;
	text-align: right;
	border-radius: 0px;
}
.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 {
	width: 962px;
	margin: 0 auto;
	background-color: #0D0908;
	border:1px #0D0908 solid;
	margin-top:10px;
	height: auto;
	overflow: hidden;
	color: #f1f1f1;
	font-size:9pt;
	min-height: 100px;
	text-align:right;
	box-shadow:0px 0px 3px #000;
	margin-bottom:10px;
}

.footer ul {
	list-style: none;
	margin-bottom: 5px;
	padding-right:20px;
}

.footer ul li {
	color: inherit;
	position: relative;
	display: inline-block;
}

.footer ul li a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
}
.footer ul li a:hover {
	color: #4682b4;
	text-shadow: 0px 0px 3px #000;
}
/***************** TOOL TIP STYLES ******************/
.ui-tooltip, .arrow:after {
	background: #000;
}
.ui-tooltip {
	background-color:#000;
	padding: 5px 20px;
	border-radius:0px;
	border:1px #f1f1f1 solid !important;
	color: #f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
/*text-transform: uppercase;*/box-shadow: 0 0 3px 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;
}

/* improved menu */
body{
	background-image:url(images/background.gif);
	background-repeat:repeat;
}

.menu {
	height: auto;
	overflow: hidden;
	background-color: #222222;
	color: #ffffff;
	padding-left: 20px;
	background:#222;
}
.menu a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	padding: 10px;
}
.menubar {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background:#222;
}
.menubar li {
	display: inline-block;
	/*transition: background-color .3s;*/
	
}

.menubar li img {
	position: relative;
	margin-left: 10px;
	vertical-align: top;
	top: 9px;
}

.upgradeinfo table{
	border-collapse:collapse;
	font-weight:normal;
}

.menubar li:hover {
	background-color: #4682b4;
	cursor: pointer;
}

.menubar li:hover a{
	color:#fff;
}
/* end */

.header_title{
	font-size:18pt; 
	position:absolute; 
	font-family:calibri; 
	left:30px; 
	top:56px; 
	height:41px; 
	width:378px; 
	font-weight:bold; 
	text-shadow:0px 0px 3px #000; 
	color:#fff;
}


.main_content_inner{
	 background-color:#fff; 
	 height:100%; 
	 padding:10px;
}

.pageTitle hr{
	margin-bottom:0px; 
	margin-top:0px;
}

/* new styles for .net online store */

.ui-tooltip{
	font-weight:normal;
}

.ui-accordion-header{
	margin-top:0px !important;
	padding-top:0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}

.ui-accordion-header, .ui-accordion-content{
	border:none;
}

.supportText{
	font-size:.8em; 
	font-style:italic;
	color:#666;
	margin-bottom:0px;
}

.ui-accordion{
	font-size:inherit;
	font-family:inherit;
}

.ui-accordion h3{
	font-size:14pt;
}

h3.ui-state-default{
	background:none;
}

/* end */

.content_padding{
	 padding:10px 10px 10px 10px;
}

.licenseContent h3{
	 margin-bottom:0px;
}


.pageTitle_contact{
	font-size:18pt;
	margin-bottom:12px;
}


/* new styles for contact page */
.info{
	text-align:left;
	padding:0px 10px 10px 0px;
}

.info a{
	color:#4682b4;
}

#vbtime{
	font-weight:bold;
}

.supportTitle{
	margin-bottom:10px;
	color:#222;
	padding:3px;	
	text-align:center;
}

.para{
	margin-top:10px;
}

.para2{

	border-radius:5px;
	padding:5px 0px 5px 0px;	
		
}

.livechat{
	padding:5px;
	
}

.livechat img{
	border:1px #fff solid;
	box-shadow:0px 0px 2px #000;
}

.options{
	padding:5px;
	text-align:left;
	margin-top:20px;
}

.options table{
}

.options table td{
	vertical-align:top;
	text-align:left;
	
}

.sOptions {
	display:inline-block;
	border:1px #000 solid;
	padding:10px 30px 10px 30px;
	text-decoration:none !important;
	color:#fff !important;
	background-color:#000;
	/*transition: background-color .2s, border .2s;*/ margin-right:3px;
}

.sOptions:hover {
	background-color:#4682b4;
	border:1px #4682b4 solid;
}

.sOptions:active {
	position:relative;
	top:1px;
}
.contactT{
	width:100%;
}
.contactT td{
		
}
.ccimg img{
	border-radius:3px;
	box-shadow:0px 0px 3px #222;
}
.a1{
	
	vertical-align:top;
	font-weight:bold;
	text-align:left;
}
.a2{
	font-weight:normal;
	text-align:left;
}
.outerBanner{
	background:#bbb; 
	border:1px #000 solid; 
	border-radius:5px; 
	padding:0px;
}
.innerBanner{
	 border-top:1px #bbb solid; 
	 font-weight:bold; 
	 text-shadow:0px -1px #111; 
	 text-align:center;  
	 background:#313131; 
	 border-radius:inherit; 
	 padding:3px; 
	 color:#EBEBEB;
}


/* end */


input, textarea{
	padding:3px;
	border:1px #c0c0c0 solid;
}
.sTbutton:active{
	box-shadow:1px 1px 2px #999 inset;
}
textarea{
	width:500px;
	height:160px;
}
.menu li{
	white-space:nowrap;
}
.supportTicket div{
}
.ui-tooltip{
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.padding-ty{
	padding: 22px;
}

.left_alignment{
	text-align:left;
}

/* live chat */
#ciTdPt{
	z-index:100;
	position:absolute;
}

#scTdPt{
	display:inline;
}

#sdTdPt{
	display:none;
}

.downloadbutton {
	background-color: #4682b4;
	border: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 10pt;
	padding: 10px;
	/*transition: background-color .3s;*/
	cursor: pointer;
}

.db-ty{
	display: inline-block; 
	color: #fff !important; 
	text-decoration: none; 
	padding-left: 15px; 
	padding-right: 15px;
	margin-top:20px;
	margin-bottom:20px;
}

.db-ty:hover{
	text-decoration:none !important;
}

.height-ty{
	height:150px;
	font-weight:bold;
}

.height-ty a{
  font-weight:normal;
  font-size:10pt;
}





