body {
	font-size: 16px;
	font-family: "Segoe UI",Arial,sans-serif;
	color: black;
	margin: 0px;
	background-color: #ffffff;
/*	background-image: url(../images/main_bg_easter.jpg); background-repeat: no-repeat; background-position: top center; */
}
@media (max-width: 767px) {
	body{
	}
}
h1 {
	font-size: 1.0em;
	display: block;
}
a {
	text-decoration: none;
	color: #00008b;
}
a:hover {
	text-decoration: underline;
	color: #dc143c;
}
a.button {
	color: #FFFFFF;
	width: 150px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
	background-color: #108add;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	/*margin: 6px 0 0;*/
	text-align: center;
	text-decoration: none;
}
a.button:hover {
	background-color: #0777b9;
	text-decoration: none;
}
a.button-m-small {
	color: #FFFFFF;
	width: 150px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
	background-color: #5fa7e1;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	/*margin: 6px 0 0;*/
	text-align: center;
	text-decoration: none;
}

@media (max-width: 767px) {
	a.button-m-small {
		width: 40px;
	}
}
a span.btn-end {
	background-image: url("../images/btn-arrow.png");
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	width: 26px;
}
a.button2 {
	color: #FFFFFF;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	background-color: #e75826;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 5px 5px;
	margin: 0;
	text-align: center;
	text-decoration: none;
}
a.button2:hover {
	background-color: #db4b18;
	text-decoration: none;
}
a.button3 {
	color: #FFFFFF;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	background-color: #404041;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 6px 12px;
	margin: 0;
	text-align: center;
	text-decoration: none;
}
a.button3:hover {
	background-color: #db4b18;
	text-decoration: none;
}
a.external {
}
a.external:before {
	content: "";
	display: inline-block;
	background: url("../images/externalurl.gif") no-repeat top left;
	width: 14px;
	height: 10px;
}
img {
	border: 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.bordered {
	border: 1px dotted;
}
img.padded {
	padding: 5px;
}
p.padded {
	padding: 5px;
}
div.centered {
	display: table;
	margin: 0 auto;
}
div.padded {
	padding: 5px;
}
div.padded2 {
	padding: 10px;
}
div.padded3 {
	padding: 15px;
}
div.content-hcentered {
	text-align: center;
}
div.content-vcentered {
	vertical-align: middle;
}
div.panel-info {
	background-color: #F0F0F0;
	border-left: 6px solid #F7EB20;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
div.panel-warning {
	color: #ff0000;
	background-color: #F1D5CF;
	border-left: 6px solid #f4401d;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
div.codepanel {
	background-color: #dbeafc;
	border-left: 6px solid #01a6f6;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
div.panel-deprecated {
	background-color: #EDC8C8;
	border-left: 6px solid #F60000;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
div.panel-deprecated:before {
	content: "Note: This feature is deprecated and may not be available in the latest software versions.";
}
div.line {
	display: block;
	border-top: 1px solid #cecece;
}
div.line2 {
	display: block;
	border-bottom: 1px solid #cecece;
}
text-centered {
	text-align: center;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
p.nomargin {
	margin-bottom: 0;
}
p.nowrap {
	white-space: nowrap;
}
li {
	margin-left: 0pt;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 24px;
}
ul.nomarker {
	list-style: none;
	padding-left: 20px;
}
.ul-list {
	padding-bottom: 20px;
}
.ul-list ul {
	margin: 0;
	padding: 0;
}
.ul-list li {
	list-style-type: none;
}
.ul-list-line {
	padding-left: 0;
	font-size: 14px;
}
.ul-list-line li {
	display: inline-block;
	position: relative;
	list-style: none;
	margin-right: 16px;
}
.ul-list-line li::after {
	content: "•";
	bottom: 0;
	height: 0;
	right: -0.85em;
	top: 0;
	line-height: 1.5rem;
	position: absolute;
}
.ul-list-line li:last-of-type::after {
	content: "";
}
@media (max-width: 767px) {
	.ul-list-line li {
		display: block;
	}
	.ul-list-line li::after {
		content: "";
	}
}
.diplay-block {
	display: block;
}
.diplay-inline {
	display: inline;
}
input, select {
	padding: 5px;
}
input.short {
	max-width: 150px;
	width: 100%;
}
input.medium {
	max-width: 250px;
	width: 100%;
}
input.long {
	max-width: 400px;
	width: 100%;
}
@media (max-width: 767px) {
	input.short, input.medium {
		max-width: 400px;
	}
	select {
		width: 100%;
	}
}
/* ------------// text //------------ */
.main-content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-text {
}
.titlemain {
	font-size: 31px;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}
.title {
	font-size: 23px;
	color: #333333;
}
.subtitle {
	font-size: 23px;
	color: #333333;
	padding-top: 5px;
}
.titlelist {
	font-size: 18px;
	font-weight: bolder;
}
.highlighttext{
	font-weight: bolder;
	color: #349bc4;
}
.graytext{
	color: gray;
}
.redtext{
	color: #F00;
}
.bigtext {
	font-size: 18px;
}
.mediumtext {
	font-size: 14px;
}
.smalltext {
	font-size: 11px;
}
.recommendtext {
	font-weight: bolder;
	color: #df3102;
}
.betatext {
	color: #FF3600;
}
.divleft {
	float: left;
}
.divright {
	float: right;
}
.padtop {
	padding-top: 5px;
}
.padbottom {
	padding-bottom: 5px;
}
.padleft {
	padding-left: 5px;
}
.padright {
	padding-right: 5px;
}
.padall {
	padding: 5px;
}
.rightalign {
	text-align: right;
}
.row {
	padding-top: 40px;
	padding-bottom: 40px;
}
.row-lightgrey {
	background: #f7f7f7;
}
.row-grey {
	background: #f0f0f0;
}
.innercontent {
	margin: 0 auto;
	position: relative;
	padding: 0;
	max-width: 1000px;
}
.innercontent-small {
	max-width: 600px;
}
.hidden {
	display: none !important;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
/* ------------// tables //------------ */
.div-main-header {
	font-size: 14px;
}
.div-main-header .versiontitle {
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
}
.div-main-header .versiontext {
	font-size: 14px;
	color: #252526;
}
.header-title {
	font-size: 35px;
	color: #333333;
}
.header-subtitle {
	font-size: 20px;
	color: #333333;
}/* ------------// tables //------------ */
table i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	vertical-align: middle;
	/*position: relative;*/
	/*margin: 14px 0;*/
	background-color: #18bd2f;
}
table .textcentered {
	text-align: center;
}
#table-featurematrix {
	background-color: #ecf2f9;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
}
#table-featurematrix th, #table-featurematrix .tr_subtitle {
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
}
#table-featurematrix th, #table-featurematrix td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#table-featurematrix td:nth-child(1) {
	text-align: left;
}
@media (max-width: 767px) {
	#table-featurematrix {
		font-size: 12px;
	}
	#table-featurematrix th {
		font-size: 10px;
		font-weight: normal;
		color: #ee560d;
		background-color: #f8f8f8;
		padding-left: 0px;
		padding-right: 0px;
	}
	#table-featurematrix.tr_subtitle {
		font-size: 14px;
	}
	#table-featurematrix th:nth-child(1) {
		width: 55%;
	}
	#table-featurematrix th:nth-child(2), #table-featurematrix th:nth-child(3), #table-featurematrix th:nth-child(4) {
		width: 15%;
	}
}
.tdtitle {
	font-weight: bold;
	color: #3a3938;
	background : #e1e0dc;
}
.tdsubtitle {
	font-size: 1.6em;
	font-weight: lighter;
	padding-left: 5px;
	background-color: #eeeeee;
}
.tdhighlightrow {
	font-size: 16px;
	font-weight: bold;
}
.tdhighlightrow td {
	padding: 5px;
}
.tdhighlightrow2 {
	color: #793e05;
	background-color: #fffefd;
}
.tdspecialcontent {
	background-color: #f0f0f0;
	border: thin dotted;
}
.tableborder {
	border-bottom: 1px #e1e0dc;
	border-left: 1px #e1e0dc;
	border-right: 1px #e1e0dc;
	border-top: 1px #e1e0dc;
	border: 1px solid #e1e0dc;
}
.tablemenu {
	border-color: rgb(204, 204, 204);
	border-width: 1px; 
	border-style: solid;	
}
.tabsheet-tab-normal {
	background-color: #ffffff;
	white-space: nowrap;
}
.tabsheet-tab-selected {
	background-color: #1785d6;
	color: #ffffff;
	white-space: nowrap;
}
.tabsheet-content {
	border-color: rgb(205, 205, 205);
	border-width: 1px; 
	border-style: solid;
	padding: 10px;
}
.speciallist {
	font-size : 11px;
	color: #3a72ad;
}
/* ------------// forms //------------ */
.userform {
}
.userform label {
	padding-top: 5px;
	cursor: pointer;
	display: block;
}
.userform .form-item .label-checkbox {
	display: inline;
}
.errormessage {
	color: #ff0000;
}
.warningmessage {
	color: #ff0000;
}
/* ------------// outer container that holds all the columns //------------ */
#divtop {
}
#divtop a {
	color: #414141;
	text-decoration-color: #ed6322;
	font-size: 14px;
}
#divmenu {
	z-index: 4;
}
#divlocalmenu {
	z-index: 4;
}
#divheadline {
	width: 100%;
/*
	padding-top: 4px;
	padding-bottom: 4px;
*/
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
	/*background-color: #e75826;*/
	background-color: #06b025;
	/*background-color: #3A3A3A; /*blk*/
	font-size: 14px;
}
#divheadline a {
	text-decoration: none;
	color: #ffffff;
}
#divheadline a:hover {
	text-decoration: none;
	color: #ffffff;	
}
#div-local-main-header {
}
#div-local-header {
}
#divmiddle {
	position: relative;
	width: 1000px;
	min-height: 400px;
	background-color: white;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}
@media (max-width: 767px) {
	#divmiddle {
		padding: 10px 10px 0 10px;
	}
}
#divleft {
	position: absolute;
	left: 0px;
	width: 180px;
	padding-right: 0px; padding-left: 5px; padding-bottom: 0px; padding-top: 2px;
}
#divleft_1 {
	position: relative;
	left: 0;
	width: 100%;
}
#divleft_2 {
	position: relative;
	left: 0;
	width: 100%;
}
#divcontent {
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 10px; padding-left: 10px; padding-bottom: 10px; padding-top: 10px;
	margin-left: 185px;
	margin-right: 0px;
}
#divright {
	width: 170px;
	padding-right: 5px; padding-left: 5px;
	padding-bottom: 5px; padding-top: 5px;
}
#divbottom {
	position: relative;
	top: 0;
	width: 100%;
	min-height: 60px;
	background-color: #f0f0f0;
}
@media (max-width: 767px) {
	#divbottom {
		height: 110px;
	}
}
/* ------------// left menu //------------ */
.divleftbject {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.divleftbject ul {
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
}
.divleftbject ul li {
	list-style: none outside none;
/*	background: url('../images/bullet.gif') no-repeat scroll 0;*/
	padding: 5px 0 0 2px;
}
.divleftbject ul li.menuseparator {
	background: none repeat scroll 0 0;
	border-bottom: 1px solid #cccccc;
}
.divleftbject h2 {
	font-size: 10px;
	padding: 2px 1px 2px 1px;
	margin: 2px;
}
.divleftbject p {
	font-size: 10px;
	padding: 2px 1px 2px 1px;
	margin: 2px;
}
.divleftbject img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.menuheader {
	margin: 0;
	padding: 4px;
	background-color: #e8e8e9;
	display: block;
}
.menulink {
	padding-left: 3px;
}
/* ------------// //------------ */
.layout-columns .column-ul {
	margin: 0;
	padding: 0;
}
.layout-columns .column-ul li {
	width: 320px;
	float: left;
	list-style-type: none;
}
/* ------------// //------------ */
.gen-list-item-title {
	font-size: 14px;
	font-weight: bold;
}
/* ------------// news //------------ */
.news-small-list time {
	font-size: 11px;
}
@media (max-width: 767px) {
	.news-small-list a {
		padding-top: 5px;
	}
}
.news-list time {
	font-size: 12px;
}
@media (max-width: 767px) {
	.news-list time {
		font-size: 11px;
	}
}
/* ------------// product list //------------ */
.product-list-item {
	padding-bottom: 30px;
}
.product-list-item .prodleft {
/*	width: 16%;*/
	width: 155x;
	float: left;
}
.product-list-item .prodimg {
	padding: 0 15px 0 10px;
}
.product-list-item .prodright {
/*	width: 84%;
	float: right;*/
	margin: 0 0 0 155px;
}
.product-list-item .prodtitle {
	font-size: 22px;
	padding-bottom: 10px;
}
.product-list-item .proddesc {
}
.product-list-item .prodlinks {
	margin-top: 8px;
}
.product-list-item .prodbuy {
	float: right;
	padding: 10px;
}
@media (max-width: 767px) {
	.product-list-item .prodleft {
		width: 100px;
	}
	.product-list-item .prodright {
		margin-left: 100px;
	}
	.prodbuy-volume td {
		padding-bottom: 6px;
	}
}
/* ------------// features //------------ */
.feature-list-item {
	padding-bottom: 10px;
}
.feature-list-item .title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px 10px 20px;
  background: url("../images/check.gif") left center no-repeat;
}
.feature-list-item .content{
}
.feature-list-item .content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.feature-list-item .content .notcentered {
  display: inline;
  margin-left: 0;
  margin-right: auto;
}
.feature-list-item .content-noimg{
	margin-left: 5px;
}
/* ------------// download //------------ */
.download-list-item {
	padding-top: 10px;
	font-size: 14px;
}
.download-list-item .column1 {
	width: 66.666%;
	float: left;
}
.download-list-item .column2 {
	width: 33.333%;
	float: left;
}
.download-list-item .sizeinfo {
	font-size: 14px;
	color: gray;
}
.download-list-helplink {
	font-size: 14px;
}
@media (max-width: 767px) {
	.download-list-item .column1 {
		width: 100%;
		float: none;
	}
	.download-list-item .column2 {
		width: 100%;
		float: none;
	}
}
/* ------------// store //------------ */
.store-item {
	padding-top: 17px;
	font-size: 14px;
	overflow: hidden;
}
.store-item .prodleft {
	float: left;
	width: 105px;
}
.store-item .prodimg {
}
.store-item .proddesc {
	float: left;
	width: 55%; /*just enough*/
}
.store-item .proddesc .checkitem {
	padding-left: 20px;
	background: url("../images/check.png") left center no-repeat;
}
.store-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.store-item .prodbuy {
/*
	float: left;
	width: 30%;
*/
	float: right;
	width: 200px;
}
.store-item .prodbuysingle {
	float: right;
	width: 200px;
}
.store-item .proddesc-volume {
	float: left;
	width: 45%;
}
.store-item .prodbuy-volume {
	float: left;
	width: 40%;
}
.store-item .line {
	display: block;
	border-top: 1px solid #cecece;
	margin-top: 7px;
}
@media (max-width: 767px) {
	.store-item .prodleft {
		/*width: 30%;*/
	}
	.store-item .proddesc {
		width: 70%;
	}
	.store-item .prodbuy {
		width: 100%;
		text-align: center;
		padding-top: 5px;
	}
	.store-item .prodbuysingle {
		width: 100%;
		float: left;
	}
	.store-item .prodbuysingle .button {
		width: 80%;
	}
	.store-item .prodbuy-volume {
		width: 100%;
	}
}
/* ------------// history //------------ */
.divhistoryversion {
	width: 100%;
	padding: 0 0 0 0;
}
.divhistoryversionheader {
	width: 100%;
	margin: 0;
	padding: 4px;
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	background-color: #cccccc;
}
.divhistoryversionitems {
	width: 100%;	
	margin: 0;
	padding: 4px;
	color: #000;
	background-color: #ecf2f9;
}
.divhistoryversionitems ul {
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
}
.divhistoryversionitems ul li {
	list-style: none outside none;
	padding: 5px 0 0 13px;
}
.divhistoryversionitems ul li.important {
	color: #f00;
}
.divhistoryversionitems ul li.misc {
	color: #777676;
}
/* ------------// kbase //------------ */
.kbase-list-folder-item {
}
.kbase-list-folder-item .title {
	font-size: 20px;	
	padding: 5px 5px 5px 0px;
	/*background: url("../images/icon_folder_open.gif") left center no-repeat;*/
}
.kbase-list-article-item {
}
.kbase-list-article-item .title {
	font-size: 16px;
	padding: 5px 5px 5px 20px;
	background: url("../images/icon_help.png") left center no-repeat;
}
.kbase-list-article-item .link {
	font-size: 14px;
	padding: 5px 5px 5px 20px;
}
/* ------------// RD //------------ */
* {
	box-sizing: border-box;
}
.m-hide, .m2-hide {}
.m-show-block {
	display: none !important;
}
.m-show-inline {
	display: none !important;
}
.m-img-resize, .m2-img-resize, .news-img {}
.m-expand {}
div.m-content-centered {}
@media (max-width: 1000px) {
	.m2-img-resize {
		height: auto;
		max-width: 100%;
	}
	.m2-hide {
		display: none !important;
	}
	#divmiddle {
		width: 100%;
		min-height: 0;
	}	
}
@media (max-width: 767px) {
	.m-img-resize, .news-img {
		height: auto;
		max-width: 100%;
	}
	.m-hide {
		display: none !important;
	}
	.m-show-block {
		display: block !important;
	}
	.m-show-inline {
		display: inline-block !important;
	}
	.m-expand {
		width: 100%;
	}
	input.short, input.medium, input.long {
		max-width: 100%;
	}
	div.x-h-expand {}
	div.m-content-hcentered {
		text-align: center;
	}
	#divleft {
		display: none !important;
	}
	#divcontent {
		margin-left: 0;
	}
}

.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}

.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}}

.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}

.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}

.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
