/* basic element style */
body {
	margin: 0px;
	padding: 0px;
	font: 12px/1.2 Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
}
img {
	border: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 16px Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
}
h2 {
	font: bold 14px Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
}
h3 {
	font: bold 12px Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
}
h4 {
	font: italic 12px Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
}
p {
	margin: 1em 0px;
	text-align: justify;
}
ul {
	margin: 1em 0px 1em 40px;
	padding: 0px;
}
ol {
	margin: 1em 8px 1em 32px;
	padding: 0px;
}
table {
	background-color: transparent;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}
td, th {
	font: 12px/1.2 Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
form {
	margin: 0px;
	display: inline;
}
input, button, select, textarea {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	margin: 1px 0px;
}
textarea {
	font-size: 11px;
}

/* main table */
table.mainlayout {
	border-spacing: 5px;
	border-collapse: separate;
}

/* top header */
td.mast {
	background-image: url(/img/mast-back.png);
	background-position: top right;
	background-repeat: repeat-y;
}
td.mast .logo {
	position: relative;
	top: -10px;
	left: 20px;
}
td.mast .tagline {
	float: right;
	position: relative;
	top: 18px;
	left: -12px;
}

/* navigation menus */
div.nav div.menubar {
	background-color: #69c;
	border-bottom: solid 5px #fff;
	z-index: 100;
}
div.nav a {
	font: bold 12px/24px Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
	padding: 5px 20px;
}
div.nav a:hover, div.nav a.sel, div.nav a.menuarrowsel, div.nav a.newitem:hover {
	background-color: #ccccdf;
	color: #000;
	text-shadow: none;
	text-decoration: none;
}
div.nav div.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1000;
	background-color: #2060a0;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #858585;
	border-right: solid 1px #858585;
	border-left: solid 1px #e9e9e9;
	padding: 0px;
	opacity: 0.90;
}
div.nav div.menu a {
	display: block;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	padding: 5px 3px;
	color: #fff;
	white-space: nowrap;
}
div.nav div.menu a:hover, div.nav div.menu a.sel, div.nav div.menu a.menuarrowsel {
	color: #000;
}
div.nav div.menu a.menuarrow {
	background: url(/img/menu-arrow.png) 100% 50% no-repeat;
	padding-right: 10px;
}
div.nav div.menu a.menuarrowsel {
	background: #ccccdf url(/img/menu-arrow-over.png) 100% 50% no-repeat;
	padding-right: 10px;
}
div.nav a.newitem {
	background-color: #9cc;
}
div.nav a.newitem span.new {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #c66;
}

/* main column */
td.main-column, body.msg, body.popup, body.offline {
	background: #a0c0e0 url(/img/main-column-back.png) repeat;
}

/* main column header */
div.main-column-topper {
	background-color: #2060a0;
	border-bottom: solid 5px #fff;
}
div.main-column-topper h1 {
	color: #fff;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
	position: relative;
	top: -10px;
	left: 10px;
	display: inline;
}

/* main column body */
div.main-column-body {
	padding: 10px 25px;
}
div.main-column-body a {
	color: #2060a0;
}
div.main-column-body a:hover {
	color: #ff6000;
}
div.main-column-body h2 {
	margin: 1.33em 0px 0px 0px;
}
div.main-column-body h3 {
	margin: 1em 0px 0px 0px;
}
div.main-column-body h4 {
	display: inline;
}
div.main-column-body .indent {
	margin: 1em 0px 1em 40px;
}

/* right column */
td.samples-column {
	width: 160px;
}
td.samples-column .sample {
	margin-bottom: 5px;
	line-height: 0px;
}

/* alternative samples display */
div.samples-row {
	font-size: 0px;
	line-height: 0px;
}
div.samples-row object.sample {
	margin-right: 5px;
}
div.samples-row .sample {
	vertical-align: top;
}

/* column rounded tops */
div.round-topper {
	height: 20px;
}

/* bottom footer */
td.footer {
	border-top: solid 1px #69c;
	border-bottom: solid 1px #69c;
	height: 25px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	vertical-align: middle;
}
td.footer a {
	color: #333;
}

/* other window body styles */
body.msg {
	padding: 10px;
}
body.offline {
	margin-right: 10px;
}
body.offline div.main-column-topper {
	margin-right: -10px;
}
body.offline div.main-column-body {
	padding: 10px 0px 10px 10px;
}
body.print h2 {
	page-break-before: always;
}
body.msg div.main-column-body {
	padding: 0px;
}
body.popup div.main-column-body {
	padding: 8px;
}
body.inline {
	background-color: transparent;
}

/* internal layout tables */
table.pad td {
	padding: 5px;
}

/* generic classes */
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.m {
	vertical-align: middle;
}
.rm {
	text-align: right;
	vertical-align: middle;
}
.sm-notice {
	font-size: 10px;
	letter-spacing: -1px;
}

/* img classes (div under ie5.5/6) */
.hline {
	margin: 6px 0px;
}
.thinborder {
	border: solid 1px #000;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.flm {
	float: left;
	margin-right: 6px;
}
.frm {
	float: right;
	margin-left: 6px;
}
.example {
	margin-bottom: 14px;
	border: solid 1px #000;
}
.space {
	margin: 20px 0px;
}

/* GreyBevel resizable box */
div.GreyBevel div.topborder {
	background: url(/img/GreyBevelT.png) top left repeat-x;
	margin: 0px 12px;
	height: 12px;
}
div.GreyBevel div.bottomborder {
	background: url(/img/GreyBevelB.png) bottom left repeat-x;
	margin: 0px 12px;
	height: 12px;
	clear: both;
}
div.GreyBevel div.leftborder {
	background: url(/img/GreyBevelL.png) top left repeat-y;
	width: 100%;
	height: 100%;
	float: left;
}
div.GreyBevel div.rightborder {
	background: url(/img/GreyBevelR.png) top right repeat-y;
	width: 100%;
	height: 100%;
	float: left;
}
div.GreyBevel .leftcorner {
	float: left;
	position: relative;
	left: -12px;
}
div.GreyBevel .rightcorner {
	float: right;
	position: relative;
	left: 12px;
}
div.GreyBevel div.background {
	background: #d6d6d6 url(/img/GreyBevelC.png);
	width: 100%;
	float: left;
}
div.GreyBevel div.content {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
	top: -12px;
	margin-bottom: -24px;
}
div.GreyBevel div.pad {
	padding: 6px;
}
div.GreyBevel .rightcornerbanner {
	float: right;
}
div.GreyBevel .leftcornerbanner {
	float: left;
}

/* checkmark list */
ul.checks {
	margin: 8px 0px 8px 40px;
	list-style-image: url(/img/check.gif);
	line-height: 1.3em;
}
ul.checks li {
	padding-bottom: 2px;
}

/* link border box */
div.linkbox, span.linkbox {
	background-color: #e8f0f8;
	border: solid 1px #ffa500;
	padding: 4px;
}
table.linkbox {
	background-color: #f3f3ff;
	margin-bottom: 10px;
}
table.linkbox td {
	border: solid 1px #ffa500;
	padding: 4px;
	font-weight: bold;
}

/* homepage featured product */
td.featured {
	font: bold 16px Georgia, 'Times New Roman', Times, serif;
	text-align: left;
}
td.featured span {
	color: #009;
}
td.featured .boxshot {
	margin: 8px 0px 12px 0px;
}

/* homepage main text area */
td.maintext {
	line-height: 1.3em;
}
td.maintext h2 {
	margin-top: 5px;
}

/* homepage additional product box */
div.additional {
	background-color: #e8f0f8;
	text-align: center;
	padding: 4px;
	border: solid 1px #ffa500;
	margin-right: 18px;
}

/* homepage product line-up */
div.main-column-body h2.lineup {
	border-top: dashed 1px #ffa500;
	margin-top: 0px;
	padding-top: 10px;
}

/* homepage product boxes */
div.productbox {
	width: 165px;
	float: left;
}
div.suitebox {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 10px;
}
div.productbox div.pad {
	text-align: center;
	padding: 18px 10px;
}
div.productbox h3 {
	color: #444;
	margin: 0em 0em 0.5em 0em;
}
div.suitebox h3 {
	margin-top: 0.5em;
}
div.productbox p.links {
	clear: both;
	margin: 8px 0px 0px 0px;
	line-height: 16px;
	text-align: center;
	color: #ffa500;
}
div.productbox a.buy {
	color: #f00;
}
div.productbox .suiteboxshot {
	margin: 0px 5px 0px 10px;
}

/* about page side boxshot */
div.sideboxshot {
	background-color: #e8f0f8;
	float: right;
	margin: 10px 20px 20px 20px;
	border: solid 1px #ffa500;
	padding: 8px 20px;
}
div.sideboxshot p {
	text-align: center;
}

/* about page program type */
span.progtype {
	color: #d14646;
}

/* screenshot thumbnails */
table.screenshots td {
	text-align: center;
}
table.screenshots p {
	text-align: center;
	margin: 5px 0px 15px 0px;
}
table.screenshots tr.newprod td {
	padding-top: 5px;
	border-top: dashed 1px #ffa500;
}

/* product comparison table */
table.compare {
	border-collapse: separate;
}
table.compare th.feature {
	background: url(/img/compare-header.png) bottom right no-repeat;
	border-bottom: solid 1px #000;
	padding-bottom: 2px;
	width: 430px;
	height: 170px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}
table.compare td.feature,
table.compare td.info {
	border: solid 1px #000;
	border-top: 0px;
	padding: 1px 5px;
	text-align: right;
	font-size: 11px;
}
table.compare tr.info td {
	border-top: solid 1px #000;
}
table.compare td.info {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
table.compare td.morph,
table.compare td.warp,
table.compare td.mix,
table.compare td.suite {
	font-size: 10px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 1px 0px;
	width: 25px;
	text-align: center;
	vertical-align: middle;
}
table.compare td.morph {
	background-color: #a0c0e0;
}
table.compare td.warp {
	background-color: #e0e0a0;
}
table.compare td.mix {
	background-color: #e0a0a0;
}
table.compare td.suite {
	background-color: #a0e0c0;
}
table.compare a.price {
	font: 10px Tahoma, Arial, sans-serif;
	letter-spacing: -1px;
}

/* boxshots page */
table.boxes td {
	padding: 10px 10px 30px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
table.boxes img {
	margin-bottom: 10px;
}

/* partner page */
h3.partner {
	 letter-spacing: 1px;
}
img.partnerlogo, div.partnerlogo {
	float: left;
	margin: 12px 20px 10px 0px;
	border: solid 1px #000;
}

/* press page */
ul.presslinks {
	font-size: 14px;
	font-weight: bold;
}

/* help files */
ol.helppartindex {
	margin: 0em 8px 1em 52px;
}
tr.showhidesections td {
	font-size: 11px;
	padding: 0px 8px 1em 0px;
}
div.main-column-body h2.helpsection {
	margin: 0px;
}
h2.helpsection a, h2.helpsection a:hover {
	color: #000;
	text-decoration: none;
}
h2.helpsection img {
	margin-right: 4px;
}
p.helptop {
	font-size: 11px;
	text-align: right;
}

/* shortcut key list table */
table.KeyList td {
	padding: 3px 12px;
}
table.KeyList th {
	font-style: italic;
	padding: 6px 0px 1px 0px;
	border-bottom: solid 1px #2060a0;
}

/* help pic enlarge/shrink button + shadow */
.HelpBig {
	background-color: #fff;
	position: absolute;
	display: none;
	z-index: 300;
}
#enlargebutton {
	display: none;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0px;
	line-height: 0px;
	border: solid 2px #60a0e0;
	border-right-color: #002060;
	border-bottom-color: #002060;
	opacity: 0.75;
	background: url(/img/enlarge.png) no-repeat bottom right;
}
#shrinkbutton {
	display: none;
	z-index: 400;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0px;
	line-height: 0px;
	border: solid 2px #60a0e0;
	border-right-color: #002060;
	border-bottom-color: #002060;
	opacity: 0.75;
	background: url(/img/shrink.png) no-repeat bottom right;
}
#bigpicshadow {
	display: none;
	z-index: 200;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0px;
	line-height: 0px;
	background-color: #002060;
	opacity: 0.50;
}

/* Tutorial */
p.tutstart {
	font-weight: bold;
}
p.tutmenu {
	font-size: 11px;
}
div.tutnav {
	font-size: 13px;
	font-weight: bold;
}
div.tutnav div.clear {
	clear: both;
}
img.tut, div.tut, object.tut, embed.tut {
	float: left;
	margin: 0px 8px 4px 0px;
}

/* AdSense */
div.advsp {
	height: 46px;
}
ins {
	border-spacing: 0px;
}
