
/* General Settings */

h1 {
	color: rgb(0, 153, 255);
}

h1 {
	color: rgb(0, 153, 255);
}

a {
	color: black;
}


h2 {
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: dashed;
	border-color: rgb(204, 204, 204);
	border-bottom-width: 1px;
}

h2 > a {
	text-decoration: none;
	color: rgb(0, 153, 255);
}

h2 > a:hover {
	text-decoration: underline;
	color: rgb(0, 153, 255);
}

#download-button {
	width: 210px;
	height: 55px;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../../../static/15/site/download_button_sprite.png);
}

#download-button:hover {
        background-position:0px -55px;
}


#download-button:active {
        background-position:0px -110px;
}

#buynow-button {
	width: 210px;
	height: 55px;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../../../static/15/site/buynow_button_sprite.png);
}

#buynow-button:hover {
        background-position:0px -55px;
}

#buynow-button:active {
        background-position:0px -110px;
}

body {
	text-align: center;
	padding: 5px 0px 0px 0px;
	background-color: #797979;
}

h2,h3,h4,h5 {
	color: rgb(0, 153, 255);
	display: block;
	margin-bottom: 5px;
}

h3,h4,h5 {
	margin-bottom: 0.5em;
}

.hidden {
	visibility: hidden;
	height: 0px;
}

.header-with-image {
	color: rgb(0, 153, 255);
	font-size: 1.5em;	
	margin-bottom: 0.4em;
	display: block;
}

.header-with-image img {
	width: 24px;
	heigth: 24px;
}


.header-with-image span {
	margin-left: 10px;
}

.image-button-link {
	color: rgb(0, 153, 255);
	font-size: 1.5em;	
	height:45px;
	width: 198px;
	background: transparent url(http://dist.mailplaneapp.com/static/1/buttons/button_large.png) no-repeat 0 0;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding-top: 10px;
	text-align: left;
	padding-left: 15px;
}

.image-button-link img {
	float: left;
	padding-right: 5px;
	width: 24px;
	heigth: 24px;
}

.sidebar-button-section {
	margin-bottom: 1.2em;
}

.sidebar-button-section span {
	margin-left: 0.8em;
	margin-right: 0.8em;
	display: block;
}


.header-with-image img {
	float: left;
	vertical-align: middle;
}

.container {
	text-align: left;
}

.image-left {
	float: left;
	padding: 5px;
}

.right {
	text-align: right;
	margin-left: 1.8em;
}

.center {
	text-align: center;
}

.float-right {
	float: right;
}

.paginate {
	margin-bottom: 2em;
}

/* buttons */

p {
	margin-bottom:1em;
}
p + p { 
	margin-top:1em;
	text-indent:0;

}
form p + p  { text-indent: 0 } /* Don't want this in forms. */


li h4 {
	margin-top: 1.5em;
}

/* Resuable Divs and boxes */

.content {
	margin-left: 2.0em;
	margin-right: 2.0em;
	margin-bottom: 2.0em;
	margin-top: 1.0em;
}


.content-left {
	margin-left: 2.0em;
	margin-bottom: 2.0em;
	margin-top: 1.0em;
}

.content-right {
	margin-right: 2.0em;
	margin-bottom: 2.0em;
	margin-top: 1.0em;
}

.breadcrumb {
	margin-left: 2.0em;
}

.breadcrumb span {
	font-family: sans-serif;
}

.content-divider {
	clear: both;
	margin-left: 1.5em;
	margin-right: 1.5em;
	width: 95%; /* hack */
}

.separator {
	padding-top: 15px;
}

.rounded-box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: white;
}

.more-link {
	float: right;
	font-weight: bold;
	display: block;
}

/* header */

#logo img {
	padding:10px;
}

#textheader {
	height: 100%;
	padding-top: 3em;
	text-align: left;
	vertical-align: center;
	font-size: 0.9em;
}

#site-benefit-box {
	padding-top: 3em;
	padding-bottom: 5em;
	background-color: rgba(224,224,224,0.85);
}

#textheader h1 {
	margin-bottom: 1px;
}

h1.big-title {
	font-size: 2.8em;
	text-align: center;
	margin-bottom: 1em;
}

#textheader p {
	font-size: 1.8em;
	margin-bottom: 0;
}

#link-header {
	text-align: right;
	margin-top:5px;
	margin-right: 12px;
}

#link-header-new {
	text-align: right;
	margin-top: -5px;
	margin-right: 12px;
}

#right-header {
	margin-top: 12px;
}

#header-testimonial {
	text-align:right;
	font-style: italic;
	margin-top: 10px;
	margin-right: 15px;
}

#header-testimonial p {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* navigation */

#navigation {
	margin: 0 0 0 0;
}

#navigation ul {
	margin: 0 0 0 0;
}

#navigation ul li {
	list-style: none;
	margin-right: 3px;
	display: inline;
}

#navigation ul li a {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 15px;
	margin: 0 0 0 0;
	border-bottom: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	text-decoration: none;
	font-size: 1.2em;
	color: black;
	background-color: #cddefe;
}

#navigation ul li a:link:hover, #navigation ul li a:visited:hover {
	background: #6ea8e1;
}

#action-buttons {
	margin-top: 3.0em;
	margin-left: -4px;
}

.current {
	background-color: white !important;
}

#site-buynow {
	margin-top: 3.6em;
}

/* sidebar */

#sidebar-search {
	margin-bottom: 15px;
	display: block;	
}


#sidebar-content {
	margin-right: 15px;
	padding: 10px;
	background-color: #cddefe;
	margin-bottom: 15px;
}

.sidebar-section {
	display: block;
}

.sidebar-content {
	margin: 20px;
}

/* footer */

#footer-content {
	margin: 10px;	
}

#footer-content ul {
	margin-left: 0px;	
}

#footer-content ul li {
	list-style: none;
	background:				transparent url(http://dist.mailplaneapp.comstatic/1/images/list_bullet.gif) 0 3px no-repeat;
	padding:				0 0 4px 12px;
	font-size: 0.9em;
}

.copyright-section {
	margin-top: 0px;	
}

#copyright {
	text-align: center;
}

#copyright p {
	margin-bottom: 3px;
	font-size: 0.9em;	
}

.news-list {
	margin: 0 0 0 0;
}

.news-list li {
	list-style: none;
	background:				transparent url(http://dist.mailplaneapp.comstatic/1/images/list_bullet.gif) 0 3px no-repeat;
	padding:				0 0 4px 12px;
	font-size: 0.9em;
}

.news-list li a {
	text-decoration: none;
	color: black;
}

#newsletter-fields {
	margin-bottom: 0.6em;
}

/* articles */

.article-box {
	background-color: rgba(102,153,204,0.25);
	padding: 1.5em;
}

.bullet-list {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.bullet-list li {
	list-style: none;
	background:				transparent url(http://dist.mailplaneapp.comstatic/1/images/list_bullet.gif) 0 5px no-repeat;	
	padding-left:			14px;
}

#known-issues {
	background-color: #fabd1a;
}

/* expression engine button */

.buttonLinkMed, .buttonLinkLarge {
	clear:					both;
	width:					171px;
	height:					21px;
	margin:					12px 0;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	line-height:			20px;
	font-weight:			bold;
	padding-left:			15px;
}

.buttonLinkMed {
	background:				transparent url(http://dist.mailplaneapp.comstatic/1/images/button_medium.gif) bottom left no-repeat;
}

.buttonLinkLarge {
	background:				transparent url(http://dist.mailplaneapp.comstatic/1/images/button_large.gif) bottom left no-repeat;
	width:					206px;
}

.buttonLinkMed a, .buttonLinkLarge a {
	display:				block;
	text-shadow:            0px 0px 0px #fff; 
}
.buttonLinkMed a:link, .buttonLinkMed a:visited, .buttonLinkMed a:hover,
.buttonLinkLarge a:link, .buttonLinkLarge a:visited, .buttonLinkLarge a:hover {
	color:					#66696b;
	text-decoration:		none;
}

.buttonLinkMed a:hover, .buttonLinkLarge a:hover {
	color:#999;
}

/* content */

#content-container {
	background-color: white;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	padding-top: 1.5em;
}

}
.ui-tabs-hide { display: none; }

#feature-list {
}

.image-center {
	float: none;
}

.headline {
	font-size: 1.2em;	
	margin-bottom: 1em;
}

.headline-feature-list {
	margin-left: 0px;
	margin-right: 0px;
}


.headline-feature-list li {
	list-style: none;
	background:				transparent url(http://dist.mailplaneapp.comstatic/1/images/plus-small.png) 4px 8px no-repeat;
	padding-left: 24px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 1.0em;
	vertical-align: middle;
}

.headline-feature-list li.odd {
}

.headline-feature-list li.even {
}

#overview {
	margin-bottom: 40px;
}

#overview {
	margin-bottom: 40px;
}

#overview img {
	float: right;
	padding-left: 10px;
}

#feature-box {
	background: #cddefe;
	padding: 15px;
	display: block;
}

#attachments embed {
	float: left;
	margin-right: 20px;
}

#feature-box img {
	margin-top: 0.5em;
}

#blog {
	margin-left: 1.5em;
	margin-top: 0;
}

.blog-archive h2 {
	margin-top: 1.5em;
}

.blog-archive h3 {
	margin-top: 1.0em;
}

/* blog */
.entry {
	display:block;
	margin-top: 0em;
	margin-bottom: 3em;
}

.date {
	margin-bottom: 0.5em;
}

/* Store */

/*.AddLink {padding:10px 10px 10px 10px}
.PostButton {font-size:16px}
.RemoveCoupon {font-size:12px; padding:0px 10px 0px 5px}*/

#Notes  {
         margin-top:15px;
         padding:10px;
        font-size: 8pt;
        line-height: 10pt;
        border: 2px dotted #000;
        text-decoration: none
}

#cart {
	text-align: right;
	margin: 0;
	padding: 0;
	width: px;
}

#cart img {
	padding: 0;
	margin: 0;
	clear: none;
}


#new-cart {
	display: block;
}

#new-cart img {
	margin-left: 10px;
}

#new-cart .text {
	width: 280;
}

.testimonial {
	margin-bottom: 0.5em;
	font-size: 1.0em;
}

.testimonial-signature {
	text-align: right;
	font-style: italic;
	margin-top:  0em;

}

.store-label {
	text-align: right;
	vertical-align: middle;
	padding-right: 1em;
}

.store-input {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.store-value {
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.store-text-with-image {
	padding: 0px;
	margin: 0px;
	color: red;
}

.store-text-with-image tr td .text {
	margin: 0px;
	vertical-align: middle;
	padding-left: 0px;
}

.store-text-with-image tr td {
	margin: 0px;
	vertical-align: middle;
	padding-left: 0px;
}

#cart label {
	font-weight:normal !important;
}

.store-pay {
	width: auto;
}

.AddLink {
	padding:10px 10px 10px 10px
}

.store-pay {
	float: right;
}

.store-status {
	float: right;
}

.store-hide {
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
}

.store-cart table {
	margin: 0;
	padding: 0;
}

.PostButton {
	float: none;
	font-size:16px;
}

.RemoveCoupon {font-size:12px; padding:0px 10px 0px 5px}

.comment-text img {
	float: none;
 	margin: 0;
}

.comment {
	padding: 1.0em;
	margin-top: 1.5em;
	border: 2px dashed #b5b5b5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.comment-odd {
}

.comment-even {
}

ul.nav_cat_archive h3 {
	margin-top: 1em;
}

ul.nav_cat_archive h3 {
	margin-top: 1em;
}

.known-issues-title {
	text-decoration: underline;	
}

.known-issues-view ul li {
	margin-bottom: 0.5em;
}

/* Screencasts */
.screencast-movie {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.screencast-link {
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 2px dashed #b5b5b5;	
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	width: 150px;
}

.screencast-link a {
	font-weight: bold;
	padding: 0;
}

.screencast-link * {
	border: none;
}

.sidebar-all-screencasts {
	margin-bottom: 1.5em;
}

.sidebar-all-screencasts ul li {
	list-style: none; 
	padding: 0 0 0 0;
}

.sidebar-all-screencasts ul {
	margin: 0;
}

.sidebar-all-screencasts ul li h4 {
	margin: 0;
	margin-top: 1.0em;
}

/* Testimonials */

div.testimonial {
	border: 2px dashed #b5b5b5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	padding: 1em;
	margin-bottom: 1.5em;
}

/* Greybox */
#GB_overlay {
  background-image: url(http://dist.mailplaneapp.comstatic/1/images/greybox/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;  
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/greybox/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

/* index page */
div.heading {
	margin-top: 0.5em;
	margin-left: 2.0em;
	margin-bottom: 0px;
}

div.heading h1 {
	font-size: 1.8em;
}

div.teaser {
	margin-left: 2.0em;
	margin-bottom: 0em;
}

.bigtext {
	font-size: 1.25em;
}

.indexcontent {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.teaser:last-child p {
	margin-bottom: 0px;
}

div.feature-box {
	margin-bottom: 0px;
}

div.feature-box > ul {
	margin-bottom: 0px;
}

.yellow {
	background-color: #fcfb7a;
}


/* help */
.help-more-link {
	font-weight: bold;
	padding-left: 1.5em;
}

.help-topic-overview {
	margin-bottom: 0.2em;
}

.sidebar-input {
	width: 96%;
}


/* store */

table.store td {
	padding: 0;
}
table.store .title {
	padding-top: 20px;
}

table.store .item {
	padding-left: 1.8em;
	width: 250px;
}

table.store .status {
	width: 50px;
}

table.store .quantity {
	text-align: right;
	width: 30px;
}

table.store .checkout {
	padding-left: 1.8em;
}

table.store .status {
	width: 40px;
}


table.store .price {
	text-align: right;
	width: 50px;
	padding-right: 10px;
}

table.store .total {
	text-align: right;
	font-weight: bold;
	width: 60px;
}

.screencast_thumbnail {
	width: 130px;
	vertical-align: baseline;
}

.screencast_description {
	width: 100%;
	vertical-align: baseline;
}

div.bbox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #cddefe;
	display: block;
	margin-bottom: 10px;
	min-height: 50px;
	padding: 10px;
	float: none;
}

div.bbox > div.tip {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(static/15/images/idea_medium.png);
	float: left;
}

div.bbox > div.warning {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(static/15/images/warning_medium.png);
	float: left;
}

div.bbox > p.title {
	margin-top: 0.15em;
	margin-left: 2.5em;
	font-size: 1.5em;
}


p.instructions {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
}

table.products td.name, table.revieworder td.name {
	font-weight: bold;
}

table.products tr.product {
	margin-bottom: 0;
	margin-left: 0;
}

table.products td.description {
	padding-top: 0;
	padding-bottom: 1em;
}

td.submit {
	text-align: right;
}

td.price, td.choose, td.change, td.total {
	text-align: right;
}

td.total, td.total_label {
	font-weight: bold;
}

ul.errorlist {
	color:  red;
	margin-bottom: 0px;
}

tr.help_text td {
	padding-top: 0px;
	padding-bottom: 0.6em;
}

tr.order_entry td {
	padding-bottom: 0;
}

#site-action-box {
	background-color: #cddefe;
	margin-top: 2.0em;;
	padding-top: 2em;
	padding-bottom: 1.5em;	
}

img.site-image-text {
	float: left;
	margin-right: 0.5em;
}

div.site-testimonial {
	margin-top: 2em;
	font-style: italic;
	text-align: right;
	margin-left: 2em;
}

table#benefit-listing {
}

#benefit-listing {
	text-decoration: none;
	color: black;
	font-size: 1.2em;
}

#benefit-listing a:hover {
	text-decoration: underline;
}

td.benefitimage
{
	padding-left: 0px;
	padding-right: 0.3em;
}

td.benefitimage img {
	height: 24px;
	width: 24px;
}

#tourlink {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

li#item_send_photos {
}

#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.8;
	opacity:0.80;
	filter: alpha(opacity = 60);
	overflow: auto;
}

.jwbox_hidden {
	display: none;
	position: fixed;
	padding: 16px 16px 25px 16px;
	border: 16px solid white;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	background-image:url('../../../static/15/images/jwbox/closelabel.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}
.jwbox_content{
}

#side-download-action a {
	padding: 0px;
	margin: 0px;
}

div.site-action-button {
	width: 263px;
	height: 90px;
}

div#site-buy-now-action {
	background: url('static/15/images/site/button-buy-now-2.png') no-repeat;
}

div#site-download-action {
	background: url('static/15/images/site/button-download-2.png') no-repeat;
}

div#site-download-action:hover {
	background-position: -263px 0px;
}

div#site-download-action:active {
	background-position: -262px 1px;
}

div#site-buy-now-action:hover {
	background-position: -263px 0px;
}

div#site-buy-now-action:active {
	background-position: -262px 1px;
}

.table-comparison tr th {
	font-size: 1.2em !important;
	font-weight: bold;
}

table.comparison-table tbody tr th {
	font-size: 1.2em !important;
	font-weight: bold;
}

tr.feature_title td {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1.5em;
}

td.yes {
	background-image: url('../../../static/15/images/ok.png');
	background-position: center;
	background-repeat: no-repeat;
}

/*td.no {
	background-image: url('../../../static/15/images/nok.png');
	background-position: center;
	background-repeat: no-repeat;
}*/

table.comparison-table th:nth-child(2), 
table.comparison-table th:nth-child(3), 
table.comparison-table td:nth-child(2), 
table.comparison-table td:nth-child(3) 
{
	text-align: center;
}

table.comparison-table,
table.comparison-table td,
table.comparison-table tr,
table.comparison-table th
{
	border:1px solid grey;
}

#lcomparisonnav span {
	margin-left: 2.0em;
}

#rcomparisonnav {
	text-align: right;	
}

#rcomparisonnav span {
	margin-right: 2.0em;
}


