* { 
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

form .field { margin-bottom: 5px; }
label { font-size: 15px; color: #0072bc; display: block; margin: 3px 0 3px 0; }
span.label { font-size: 15px; color: #0072bc; margin: 3px 0 5px 0; }
samp { display: block; font-size: 11px; margin: 3px 0 5px 0; }
select { font-size: 16px; }
textarea { font-size: 17px; width: 553px; padding: 5px; height: 200px; }
input { font-size: 17px; padding: 3px; width: 553px; }
input.button { font-size: 15px; width: auto; background-color: #0072bc; color: #fff; border: 0; }
input.check { width: 20px; }
input.radio { width: 15px; }
input.city { width: 175px; }
input.zip { width: 60px; }

div.actions { text-align: center; margin-top: 15px; }
div.actions input { 
	background: url(/shared/img/btn_generic.png) no-repeat top left; 
	width: 234px; 
	height: 40px; 
	margin-top: 3px;
	border: 0;
	color: #fff;
}

.field div.error {
	background: none; 
	border: 0; 
	padding: 0; 
	margin: 5px 0 0 0; 
	color: #fe3e3e; 
	font-size: 10px; 
	font-weight: bold;
}
input.error, select.error, textarea.error { background-color: #ffe8e8; }


hr {
	height: 1px;
	color: #fff;
	border: 0;
	border-bottom: #5dba04 1px dotted;
	margin: 15px 0;
}
h1 { 
	font: 32px Georgia, Times, serif; letter-spacing: -1px;
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
	border-bottom: #e7e8e9 1px solid;
}
#body h2 { 
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	padding: 0;
	
}

h2#home-price {
	width: 205px;
	height: 64px;
	background: url(/shared/img/1cent-per-email.jpg) no-repeat;
	text-indent: -999em;
	padding: 0;
	margin: 0;
}

h3 { 
	font-size: 10pt; 
	padding: 10px 0px 5px 0px;
	margin-bottom: 3px;
	border-bottom: #dcdedf 1px solid;
}

body {
	margin: 0;
	background-color: #14212a;
	color: #14212a;
}

a { color: #0072bc; }


table { }
table tr th { background: url(/shared/img/tbl_hdr_shade.png) no-repeat; text-align: left; }
table tr th.left { background: url(/shared/img/tbl_hdr_shade_left.png) no-repeat top left; }
table tr th.right { background: url(/shared/img/tbl_hdr_shade_right.png) no-repeat top right; }

table tr.even td { background: url(/shared/img/tbl_row_shade.png) no-repeat; }
table tr.even td.left { background: url(/shared/img/tbl_row_shade_left.png) no-repeat top left; }
table tr.even td.right { background: url(/shared/img/tbl_row_shade_right.png) no-repeat top right; }
table tr td.right img { vertical-align: bottom; }
table tr td {
	font-size: 9pt;
	vertical-align: top;
	padding: 4px 0px 6px 8px;
}
table tr th {
	font-size: 9pt;
	padding: 3px 0px 6px 8px;
	color: #fff;
	height: 23px;
}
table tr td.empty {
	background: url(/shared/img/toolbar_bg.png) no-repeat bottom center;
	padding: 10px 12px;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
}


td small.na { color: #999; }
td img.test_icon { padding-right: 5px; }


#body_left {
	width: 584px;
}

#sidebar_static {
	float: right;
	width: 360px;
}

#sidebar_static_content,
#sidebar_content { 
	display: none;
}
#sidebar {
	float: right;
	width: 360px;
	background-color: #f3f4f4;
}
#sidebar h3 {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: normal;
}
#sidebar .content {
	padding: 15px 20px;
}
#sidebar .media {
	width: 320px;
	height: 240px;
	margin-top: 20px;
	background-color: #14212a;
}


#body {
	padding: 20px 0px 20px 0px;
	background-color: #fff;
	font-size: 10pt;
}
#header.front {
	border-top: #5dba04 6px solid;
}

#front_header_container,
#front_body_container,
#front_footer_container {
	margin: 0 auto;
	width: 930px;
}

#header_container,
#body_container,
#footer_container {
	margin: 0 auto;
	width: 960px;
}


#header {
	background-color: #14212a;
	color: #fff;
	font-size: 9pt;
}
#header ul {
	margin-top: 11px;
	padding-top: 4px;
	float: right;
}
#header li {
	margin-left: 20px;
	list-style: none;
	display: inline;
}
#header a {
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
}

#login_notice {
	float: right;
	height: 35px;
	width: 220px; 
	margin: 3px 0 0 0;
	background-image: url(/shared/img/ico_user.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}
#login_notice .content { padding-left: 37px; padding-top: 8px; }
#login_notice a { color: #5dba04; }


#toolbar_content { display: none; }
#toolbar {
	background: url(/shared/img/toolbar_bg.png) no-repeat bottom left;
	padding: 10px 12px 4px 12px;
	border-top: #aaa 1px solid;
	font-size: 0.85em;
	position: relative;
	top: -16px;
	height: 20px;
}
#toolbar a img {
	margin-right: 8px;
	vertical-align: top;
	border: none;
}
#toolbar a {
	margin-right: 20px;
	text-decoration: none;
}
#toolbar a:hover {
}
#toolbar .pagination {
	float: right;
}
#toolbar .pagination .disabled {
	color: #888;
}
#toolbar .pagination a {
	margin: 0;
}




#breadcrumb {
	height: 15px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 10px;
	border-bottom: #e7e8e9 1px solid;
}
#breadcrumb .crumb {
	display: inline;
	float: left;
}
#breadcrumb .crumb a {
	text-decoration: none;
	display: block;
	color: #0072bc;
	background: url(/shared/img/ico_crumb.png) center right no-repeat;
	padding: 3px 10px 3px 3px;
	margin: 0 5px 0 0;
}
#breadcrumb .first a {
	color: #54bc00;
}
#breadcrumb .last a {
	background: none;
}





#help, #help_title, #help_icons, #help_terms, #info_container { display: none; }

#footer {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: .75em;
}
#footer a {
	text-decoration: none;
	color: #06c;
}


#footer h2 {
	font: 19px Georgia, Times, serif;
	color: #fff;
	border-bottom: #37424a 1px solid;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#info_twitter { 
	float: left; 
	width: 210px; 
	padding: 10px 0; 
	margin-right: 20px; 
	font-size: 11px;
}
#info_twitter .tweet {
	margin-bottom: 20px;
}
#info_video { 
	float: left; 
	width: 320px; 
	padding: 10px 20px 15px 20px; 
	margin-right: 20px; 
	background-color: #202c35; 
	font-size: 14px;
}
#info_video_media { 
	height: 240px; 
	width: 320px; 
	margin: 20px 0 0 0; 
	background-color: #14212a;
}
#info_blog { 
	float: left; 
	width: 320px; 
	padding: 10px 0;
	color: #fff;
}
#info_blog h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #5dba04;
	border: 0;
	margin: 0 0 3px 0;
	padding: 0;
}
#info_blog h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
}
#info_blog a { 
	color: #00bcf2;
	font-weight: bold;
	display: block;
}
#info_blog h5 {
	border-top: #37424a 1px solid;
	padding: 0;
	margin: 20px 0 10px 0;
}
#info_blog h6 {
	border-bottom: #37424a 1px dotted;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 0;
	margin: 0;
}
#info_blog h3 a,
#info_blog h6 a {
	color: #5dba04;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-decoration: none;
}


#info_twitter h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}

#help_container {
}
#footer_help {
	background-color: #202c35;
	color: #fff;
	padding: 20px;
	line-height: 1.5em;
	width: 544px;
}
#footer_blog {
	padding: 6px 20px 0 0;
	width: 340px;
	float: right;
}
#footer_blog #info_blog { width: 360px; line-height: 1.8em; }
#footer_info {
	color: #fff;
	line-height: 1.5em;
	padding-bottom: 30px;
	border-bottom: #37424a 1px solid;
}

#footer_help h3 { font: 12px Georgia, Times, serif; margin: 0 0 10px 0; padding: 0; border-bottom: none; }
#footer_help h4 { font-size: 11px; font-weight: bold; margin: 15px 0 5px 0px; }
#footer_docs { 
	width: 375px;
	font-size: 11px;
	line-height: 2em;
}
#footer_docs img { vertical-align: text-bottom; }
#footer_title {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font: 12pt Georgia, Times, serif;
	border-bottom: #37424a 1px solid;
}
#footer_icons,
#footer_terms {
	width: 150px;
	float: right;
	border-left: #37424a 1px solid;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.5em;
}
#footer_icons ul { margin: 0; padding: 0; list-style: none; }
#footer_icons ul li { margin: 0 0 15px 0; }
#footer_icons ul li img { vertical-align: top; margin-right: 5px; }
#footer_terms ul { margin: 0; padding: 0; list-style: none; }
#footer_terms ul li { margin: 0 0 10px 0; padding: 0; }
#footer_terms ul li strong { display: block; color: #5dba04; }
#footer_mishmash {
	margin: 20px 0;
	color: #37424a;
	font-size: 8pt;
}
#footer_mishmash #copyright { }
#footer_mishmash #copyright a { color: #37424a; border-bottom: #37424a 1px dotted; }
#footer_mishmash .byline { font-size: 1.2em; line-height: 1.75em; }

#footer_nav { float: right; margin-top: 3px; }
#footer_nav ul { margin: 0; }
#footer_nav li { margin-left: 15px; list-style: none; display: inline; }
#footer_nav ul li a { text-decoration: none; color: #37424a; }
#footer_nav ul li a:hover { color: #59646c; }






#navigation {
	background: #fff;
	border-bottom: #e7e8e9 1px solid;
	height: 30px;
	margin-bottom: 15px;
}
#navigation a {
	color: #0072bc;
	text-decoration: none;
}
#navigation ul {
	line-height: 29px;
	display: inline;
	margin: 0;
	list-style: none;
	padding-top: 20px;
}
#navigation ul li {
	font-size: 9pt;
	display: inline;
	text-align: center;
	float: left;
}
#navigation ul li a:hover,
#navigation ul li a.active {
	background: url(/shared/img/nav_tab_active.png) no-repeat;
	color: white;
}
#navigation ul li a,
#navigation ul li a.inactive {
	display: block;
	width: 110px;
	height: 30px;
	background: url(/shared/img/nav_tab_inactive.png) no-repeat;
	color: #14212a;
	margin-right: 10px;
	text-decoration: none;
}

#navigation #credit_info,
#navigation #credit_refill {
	float: right;
}
#navigation #credit_info {
	font-size: 10px;
	margin-top: 5px;
}
#navigation #credit_refill {
	margin-top: 3px;
	margin-left: 10px;
}
#hdr_credit_count {
	font-size: 10pt;
	font-weight: bold;
}



div.info {
	background-color: #ffffcc;
	border-top: #ff9900 1px solid;
	padding: 12px 8px 12px 8px;
	margin-bottom: 10px;
	font-size: 10pt;
}
div.info-title {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 13pt;
}
div.notice {
	background-color: #fcfcaa;
	border-top: #e8e888 1px solid;
	padding: 12px 8px 12px 8px;
	margin-bottom: 10px;
	font-size: 10pt;
}
div.error {
	background-color: #fccccc;
	border-top: #e88888 1px solid;
	padding: 12px 8px 12px 8px;
	margin-bottom: 10px;
	font-size: 10pt;
}




.credit { color: #080; }
.debit { color: #900; }




#message_sent_count { color: #8a280e; font-weight: bold; }
.stat_bar {
	background: url(/shared/img/stat_bar.png) no-repeat;
	height: 53px;
	margin-top: 10px;
	font-size: 9pt;
}
.stat_bar .left {
	padding: 8px 0 0 20px;
	width: 102px;
	float: left;
}
.stat_bar .number {
	font-size: 15pt;
	line-height: 15pt;
	font-weight: bold;
	color: #0072bc;
}
.stat_bar .percent {
	float: left;
	position: relative;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	font-size: 15pt;
	padding-top: 13px;
}
.stat_bar .bar {
	color: #fff;
	letter-spacing: -1px;
	line-height: 38pt;
	font-size: 1pt;
	font-weight: bold;
	text-align: right;

	float: left;
	background-color: #5dba04;
	height: 53px;
}



#register_footer {
	padding-left: 150px;
}




#messages tr td img { vertical-align: text-top; }

.calendar th { 
	text-align: center; 
	padding: 0 0 5px 0; 
	line-height: 1.0em;
}
.calendar td { 
	width: 50px; 
	background-color: #eee; 
	border-right: #fff 1px dotted;
	border-bottom: #fff 1px dotted;
}


#ruler_html {
	background: #f7f6e1;
	border-top: #cccccc 1px solid;
	width: 970px;
	text-align: center;
	padding-top: 13px;
}
#ruler_text {
	margin-top: 10px;
	background: #f7f6e1;
	border-top: #cccccc 1px solid;
	width: 970px;
	text-align: center; 
	padding-top: 10px;
}

#preview { float: left; width: 968px; margin: 0 auto 0 auto; }
#preview_html { text-align: center; }
#preview_html iframe { 
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: none;
	width: 968px; height: 400px; margin: 0 auto 0 auto;
}
#preview_text { text-align: center; width: 968px; }
#preview_text textarea {
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: none;
	font-size: 11pt; width: 800px; height: 400px; margin: 0 auto 0 auto;
}


#front_left {
	float: left;
	height: 283px;
	width: 199px;
	padding-right: 10px;
	margin-top: 16px;
	margin-right: 20px;
	border-right: #e7e8e9 1px solid;
	font-size: 14px;
	line-height: 1.75em;
}
#front_left p {
	margin-top: 0;
	margin-bottom: 24px;
}
#front_left_price {
	text-align: center;
	padding: 8px 0 8px 0;
	font-size: 18px;
}
#front_left_price a {
	color: #5dba04;
}
#front_right {
	height: 280px;
	margin-bottom: 20px;
}


#front_modules {
	height: 185px;
	margin-bottom: 50px;
}

#front_modules .mod {
	width: 180px;
	height: 218px;
	background: url(/shared/img/fm_box_bg.png) no-repeat bottom left;
	padding: 0 20px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
}
#front_modules .mod img {
	float: right;
	margin: 0 0px 0 0;
	position: relative;
	left: 10px;
}
#front_modules .mod h3 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0;
	margin: 25px 0 10px 0;
	border: 0;
}
#front_modules .last {
	margin-right: 0;
}

#signup_strip {
	height: 64px;
	width: 700px;
	float: right;
}
#signup_strip img { float: right; }
#signup_strip .content { padding: 0; position: relative; top: -3px; }
#signup_strip .signup_text { 
	padding: 8px 10px 2px 15px;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.6em;
}

#prompt {
	padding: 20px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	width: 500px;
}
#prompt input[type='text'] {
	width: 460px;
}

#cards { padding: 4px 0 0 0; }
#ssl { text-align: center; padding: 20px 0 0 0; }

.rounded { background-color: #f3f3f4; }
.rounded .left { float: left; height: 3px; width: 3px; }
.rounded .right { float: right; height: 3px; width: 3px; }
.rounded .content { padding: 7px 10px; }

.rounded .top { background-color: #f3f3f4; height: 3px; }
.rounded .top.left {	background: url(/shared/img/rb_top_left.png) no-repeat top left; }
.rounded .top.right { background: url(/shared/img/rb_top_right.png) no-repeat top right; }
.rounded .bottom { background-color: #f3f3f4; height: 3px; }
.rounded .bottom.left { background: url(/shared/img/rb_bottom_left.png) no-repeat bottom left; }
.rounded .bottom.right { background: url(/shared/img/rb_bottom_right.png) no-repeat bottom right; }
