body {
	color: black;
	padding: 0px;
	margin: 0px;
	background-color: #ededed;
}

#main_table {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	border-collapse: collapse;
	padding: 0px;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 980px;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: white;
}

#breadcrumbs {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 10px;
}

#breadcrumbs a {
	color: black;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#banner {
	height: 196px;
	background-image: url(../images/dmbgblue.png);
	padding: 0px;
	margin: 0px;
}

#banner a {
	color: white;
	text-decoration: none;
	border: 0;
}

#main_td {
	background-color: white;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 15px;
}

#footer_td p {
	color: #7f7f7f;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#footer_td a {
	color: #7f7f7f;
	text-decoration: none;
}

#footer_td a:hover {
	text-decoration: underline;
}

#footer_td a:active {
	color: #113061;
}

#menubar_td {
	background-image: url(../images/menubarbg.png);
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

#menubar_td a {
	color: white;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bolder;
	font-size: 13px;
	text-shadow: 0px 1px 3px #000000;
}

#menubar_td a:active {
	color: #2f5cb5;
}

#menubar_td img {
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: middle;
}

#menubar_td span.live_chat img {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* This is a hack for the ProvideSupport offline image */
img[src="http://ethreesoftware.com/directmail/images/1x1.png"] {
	width: 0px;
	height: 0px;
}

.title {
	color: #ffffff; 
	font-size: 22px; 
	font-family: "Lucida Grande", Arial, Helvetica, "sans serif"; 
	font-weight: bolder;
	text-shadow: 0px 1px 3px #000000;
	text-indent: 0px;
	left: 10px;
	position: relative;
}

.slogan {
	color: #ffffff; 
	font-size: 16px; 
	font-family: "Lucida Grande", Arial, Helvetica, "sans serif"; 
	font-weight: bolder;
	text-shadow: 0px 1px 3px #000000;
	text-indent: 0px;
	left: 10px;
	position: relative;
}

p {
	line-height: 18px;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h1  {
	font-size: 16px; 
	font-family: "Lucida Grande", Arial, Helvetica, "sans serif"; 
	font-weight: bolder;
	text-indent: 0px;
	position: relative;
}

h2  {
	font-size: 14px; 
	font-family: "Lucida Grande", Arial, Helvetica, "sans serif"; 
	font-weight: bolder;
	text-indent: 0px;
	position: relative;
}

img {
	border: 0px;
}

#features_table  {
	width: 100%;
	padding: 5px;
	margin: 0px;
	background-color: #ededed;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#features_table td a  {
	color: black;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
}

#features_table td a:hover  {
	text-decoration: underline;
}

#features_table h1  {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#features_table td  {
	vertical-align: top;
}

#features_table td p  {
	margin-bottom: 0px;
	margin-top: 0px;
}

table.two_columns  {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.two_columns td.column_a {
	width: 49%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

table.two_columns td.gutter  {
	width: 2%;
	padding: 0;
	margin: 0;
}

table.two_columns td.column_b  {
	width: 49%;
	vertical-align: top;
}

a  {
	color: #112e5d;
}

a:active {
	color: #2f5cb5;
}

table.contact_us_form {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

table.contact_us_form td.label {
	text-align: right;
	white-space: nowrap;
}

table.notification {
	margin-bottom: 10px;
	border-color: green;
	border-style: solid;
	border-width: 1px;
	background-color: #e1fdd9;
	width: 100%;
}

table.notification td p {
	font-weight: bold;
	text-align: center;
	color: green;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

table.notification td {
	padding: 5px;
}

table.news {
	margin-bottom: 10px;
	border-color: #fef76f;
	border-style: solid;
	border-width: 1px;
	background-color: #fffdd9;
	width: 100%;
}

table.news td p {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

table.news td {
	padding: 5px;
}

li {
	font-size: 13px;
	line-height: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul li {
	list-style-type: square;
}

div.buy_now_box {
	background-color: #d5dce4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #93a0be;
	padding: 5px;
	text-align: center;
	width: 55%;
}

div.buy_now_box img {
	vertical-align: -30%;
}

div.buy_now_box p span.price {
	font-weight: bold;
	font-size: 13px;
}

div.buy_now_box p span.old_price {
	font-size: 13px;
	text-decoration: line-through;
}

div.kagi_notice p {
	font-size: 11px;
	color: gray;
}

table.purchase_table {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.purchase_table p.product {
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

table.purchase_table p.description {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 13px;
	color: gray;
}

table.purchase_table tr td {
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px;
	vertical-align: top;
}

table.purchase_table td.price {
	vertical-align: middle;
	min-width: 150px;
	white-space: nowrap;
}

table.purchase_table td.price p {
	text-align: center;
	font-size: 16px;
}

table.purchase_table td.buy {
	vertical-align: middle;
	text-align: center;
}

table.purchase_table tr.featured td {
	background-color: #F0F5FA;
}

table.purchase_table tr.spacing_row td {
	padding-top: 60px;
}

table.feature_page_table {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.feature_page_table tr.header td {
	padding-bottom: 3px;
	border-bottom-color: #ededed;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	vertical-align: bottom;	
}

table.feature_page_table tr.header img {
	margin-bottom: 5px;
	vertical-align: middle;
}

table.feature_page_table tr.features td {
	padding-top: 5px;
	vertical-align: top;
}

table.feature_page_table tr.features td p {
	font-size: 11px;
	margin: 0px;
}

table.feature_page_table tr.features td a {
	text-decoration: none;
}

table.feature_page_table tr.features td a:hover {
	text-decoration: underline;
}

div.rounded_box {
	background-color: #d5dce4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #93a0be;
	padding: 5px;
	text-align: center;
}

table.quote {
	max-width: 90%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.quote td.left {
	font-style: italic;
	color: #afccea;
	font-size: 48px;
	font-family: serif;
	vertical-align: top;
	text-align: right;
	
}

table.quote td.quote p.quote {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	font-family: Baskerville, serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.25em;
}

table.quote td.right {
	font-style: italic;
	color: #afccea;
	font-size: 48px;
	font-family: serif;
	vertical-align: bottom;
	text-align: left;	
}

table.quote td.quote p.attributed {
	padding-top: 0px;
	margin-top: 0px;
	text-align: right;
	color: #999999;
	padding: 0px;
	margin: 0px;
}

table.feature_prev_next_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.feature_prev_next_table td {
	padding: 2px;
	font-size: 11px;
}

table.feature_prev_next_table td.prev {
	text-align: left;
}

table.feature_prev_next_table td.prev img {
	padding-right: 5px;
	vertical-align: middle;
}

table.feature_prev_next_table td.next {
	text-align: right;
}

table.feature_prev_next_table td.next img {
	padding-left: 5px;
	vertical-align: middle;
}

img.feature {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
}

table.comparison_table {
	border: 0px;
	padding: 15px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 30px;
	border-collapse: collapse;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

table.comparison_table p {
	font-size: 11px;
}

table.comparison_table img {
	vertical-align: middle;
}

table.comparison_table td {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

table.comparison_table tr.header {
	background-color: #112e5d;
}

table.comparison_table tr.header p {
	color: white;
	font-weight: bolder;
}

table.comparison_table tr.header td.product p {
	text-align: center;
}

table.comparison_table td.feature p {
	text-align: left;
}

table.comparison_table td a.learn_more {
	text-decoration: none;
	color: inherit;
}

table.comparison_table td a.learn_more:hover {
	text-decoration: underline;
}

table.comparison_table tr.feature_even {
	background-color: #F0F5FA;
}

table.comparison_table tr.feature_even td {
	text-align: center;
}

table.comparison_table tr.feature_odd {
	background-color: white;
}

table.comparison_table tr.feature_odd td {
	text-align: center;
}

.strikethrough {
	text-decoration: line-through;
}

#last_updated p {
	color: gray;
	font-size: 11px;
}

ol.faq a {
	text-decoration: none;
	color: black;
}

ol.faq a:hover {
	text-decoration: underline;
}

a.faq_top_link {
	font-size: 11px;
	text-decoration: none;
	color: gray;
}

a.faq_top_link:hover {
	text-decoration: underline;
}

p.faq_answer {
	padding-left: 20px;
}

p.small {
	font-size: 11px;
}

span.warning {
	color: red;
	font-weight: bolder;
}

table.feature_top_table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.feature_top_table td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

table.feature_top_table td.right {
	white-space: nowrap;
	padding-left: 10px;
}

body.dark_page {
	padding: 15px;
	margin: 0px;
	background-color: #333333;
	color: #cccccc;
}

table.one_two_three_table {
	border: 0px;
	margin: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.one_two_three_table td {
	padding: 3px;
}

table.one_two_three_table td.number {
	padding-left: 0px;
	padding-right: 5px;
	vertical-align: top;
}

table.e3ds_pricing_table {
	border: 0px;
	padding: 15px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 30px;
	border-collapse: collapse;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

table.e3ds_pricing_table p {
	font-size: 11px;
}

table.e3ds_pricing_table td {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

table.e3ds_pricing_table tr.header {
	background-color: #112e5d;
}

table.e3ds_pricing_table tr.header p {
	color: white;
	font-weight: bolder;
}

table.e3ds_pricing_table td.length p {
	text-align: right;
}

table.e3ds_pricing_table td.price p {
	text-align: left;
}

table.e3ds_pricing_table tr.even {
	background-color: #F0F5FA;
}

table.e3ds_pricing_table tr.even td {
	text-align: center;
}

table.e3ds_pricing_table tr.odd {
	background-color: white;
}

table.e3ds_pricing_table tr.odd td {
	text-align: center;
}

ul.fifty p {
	margin-top: 3px;
	margin-bottom: 3px;
}

form.cs_questions p {
	font-weight: bold;
}

form.cs_questions textarea {
	margin-left: 17px;
}

ol.category_list p {
	display: inline;
}

ol.article_list p {
	display: inline;
}

div.toc_category {
	padding: 5px;
}

div.toc_category p {
	padding: 0;
	margin: 3px;
}

span.description p {
	font-size: 11px;
}

p.subcategories {
	font-size: 11px;
}

span.even div.toc_category {
	background-color: #F0F5FA;
}

p.article_title_addendum {
	color: gray;
	display: inline;
}

p.article_title_addendum a {
	color: gray;
}

.small {
	font-size: 11px;
}

ol.article_index a {
	text-decoration: none;
}

ol.article_index a:hover {
	text-decoration: underline;
}

p.no_results {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}

p.no_results span.more_info {
	color: gray;
}

p.no_results span.more_info a {
	color: gray;
}

p.no_results span.more_info form, input {
	display: inline;
}

form.search {
	padding: 0;
	margin: 0;
}

div.howto {
	background-color: #F0F5FA;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	-webkit-border-radius: 10px;
}

table.help_preferences_howto tr.header td p {
	font-weight: bolder;
}

table.help_preferences_howto td.leftmost {
	white-space: nowrap;
	padding-right: 20px;
}

table.help_preferences_howto td {
	vertical-align: top;	
}

div.help_article_body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	background-color: white;	
}

p.twitter {
	font-size: 11px;
}

p.twitter a {
	text-decoration: none;
}

p.twitter a:hover {
	text-decoration: underline;
}

p.twitter img {
	vertical-align: -12px;
}

table.mw2010 {
	border: 0px;
	padding: 15px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 30px;
	border-collapse: collapse;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

table.mw2010 p {
	font-size: 11px;
}

table.mw2010 td {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

table.mw2010 tr.header {
	background-color: #112e5d;
	color: white;
	font-weight: bolder;
	font-size: 11px;
	white-space: nowrap;
}

table.mw2010 tr.header td {
	padding: 5px;
}

table.mw2010 tr.promo_banner {
	font-size: 11px;
	background-color: #e1fdd9;
}

table.mw2010 tr.promo_banner td {
	text-align: center;
	padding: 10px;
}

table.mw2010 td {
	font-size: 11px;
}

table.mw2010 td.product p.name {
	font-size: 12px;
	font-weight: bolder;
	margin: 0;
}

table.mw2010 td.product p.info {
	line-height: 14px;
	margin: 0;
	color: gray;
}

table.mw2010 td.regular_price {
	text-decoration: line-through;
	white-space: nowrap;
}

table.mw2010 td.discount_price {
	font-weight: bolder;
	color: green;
	white-space: nowrap;
	font-size: 16px;
}

table.mw2010 td.product ul {
	margin: 0.25em;
	padding-left: 1.25em;
	text-indent: -0.25em;
}

table.mw2010 td.product ul li {
	font-size: 11px;
}