/*
 * Title:		MegaStar Newsletters
 * Version:		1.0
 * Copyright:	© Megastar Newsletters
 * Module:		Static.css
 * Purpose:		Stylesheet for static pages
 * */

body { margin:0; font-size:14px; color:#000099; font-family:arial,tahoma,helvetica,times,sans-serif }
td	{ font-size:16px; color:#000099; font-family:arial,tahoma,helvetica,times,sans-serif; vertical-align:top }
h1	{ font-size:32px; color:#dc143c; font-weight:normal; font-style:italic; font-family: arial,tahoma,helvetica,times,sans-serif; margin-left:14px; line-height:20px; padding-bottom:12px }
h2	{ font-size:20px; color:#000099; font-weight:normal; font-style:italic; font-family: arial,tahoma,helvetica,times,sans-serif; margin-left:14px; margin-right:25px; line-height:20px  }
h3	{ font-size:16px; color:#000099; font-weight:bold; font-style:italic; font-family: arial,tahoma,helvetica,times,sans-serif; margin-left:14px }
h4	{ font-size:16px; font-weight:bold; color:#000099; font-family: arial,tahoma,helvetica,times,sans-serif; margin-left:14px; margin-right:25px }
h5	{ margin-left:14px; margin-right:25px }		/* h5 is used primarily for "back to top" links */
/* h6 is used by and reserved for the links in the purple navigation bar */
h6	{ font-size:12px; color:#000099; font-family: arial,tahoma,helvetica,times,sans-serif; margin-left:3px; margin-right:3px }
p	{ font-size:16px; color:#000099; font-family: arial,tahoma,helvetica,times,sans-serif; margin-left:14px; margin-right:25px }
/* The TopLink class is for internal section links, e.g. in FAQ */
a.TopLink { font-size:18px; color:#000099; font-family:arial,tahoma,helvetica,times,sans-serif; margin-left:14px; margin-right:25px  }
/* The home page uses a purple hovering background */
.hover:hover {background: #BAA0FF; color: #ffffff }
a:hover { BACKGROUND-COLOR: #7eca68 }
a:visited { color:blue }

td.Compare { font-weight: bold; font-family: Arial, tahoma; background-image:url('i/Top2bg.jpg') }

/* dynamic image buttons */
.start-button { position:absolute; width:72px; height:25px }
/*
.dynamic { background: url("i/bStart2.gif") 0px 0px }
.dynamic.hover { background: url("i/bStart2.gif") 0px -50px }
*/
.dynamic { background: url("i/bStart2.gif") 0px -25px }

/* for feature boxes.  (1st implementation: Welcome box on home page) */
.fb-title { width:550px; font-size:24px; color:#000099; font-family:arial,sans-serif; font-weight:bold; margin-left:14px; margin-bottom:6px; margin-right:0; margin-top:2 }
.fb-left { position:relative; margin:0px 0px 0px 12px; width:100%; background-color:#eeeeee }
.fb-green { position:absolute; left:236px; width:66px; background:#6bc251; color:#000099; font-family:arial,sans-serif; }
.fb-right { position:absolute; left:304px; width:226px }
.fb-subtitle { position:absolute; font-size:20px; font-weight:bold; padding:0; padding-right:3px; margin: 3px 3px -0px 0px; text-align:right; display:inline}
.fb-subtitle2 { margin:7px 0px 0px 2px; font-weight:bold; font-style:italic }
.fb-line { font-size:14px; color:#000099; font-family:arial,sans-serif; width:100%; margin-left:2px; margin-right:0; display:inline }
.fb-line2 { font-size:14px; color:#000099; font-family:arial,sans-serif; width:214px; margin-right:0; display:inline; text-indent:8px }
.fb-line-first { margin-top:-11px; width:226px }
.fb-line-last { margin-bottom:-10px; width:226px }
.fb-li { list-style-type:disc; list-style-position:outside; margin-left:-20px }

/* right gutter */
.rg { position:absolute; Left:780px; Top:187px }
.Testimonial { position:relative; border: 1px solid #000099; padding:8px 5px 5px 5px; margin-top:-1px; margin-left:12px; width:164px; font-size:12px; color:#000099; font-family:arial,sans-serif }
.Testimonial-IE { position:relative; border: 1px solid #000099; padding:8px 5px 5px 5px; margin-top:-3px; margin-left:12px; width:176px; font-size:12px; color:#000099; font-family:arial,sans-serif }

/* Rounded box from neuroticweb.com */
/* set millions of background images */
.rbroundbox { background: url(i/nt.gif) repeat; }
.rbtop div { background: url(i/tl.gif) no-repeat top left; }
.rbtop { background: url(i/tr.gif) no-repeat top right; }
.rbbot div { background: url(i/bl.gif) no-repeat bottom left; }
.rbbot { background: url(i/br.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot { width: 100%; height: 7px; font-size: 1px; }
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }
