
.canvas {
	width: 100%;
	position: absolute;
}

html, body, .canvas {height: 100%;}

body > .canvas {height: auto; min-height: 100%;}

body {
	margin: 0;
	font-family: Arial;
	background: url('/images/bg.jpg') repeat-x;
	color: #626262;
	line-height: 20px;
	font-size: 14px;
}

h1,h2,h3,h3,h4,h5 {
	margin: 0;
	padding: 0;
	color: #222;
}

h1 {
	line-height: 32px;
}

a {
	color: #225B79;
        font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

fieldset {
	border-style: solid none none;
	border-color: #eee;
	color: #626262;
	padding: 0;
}

big {
	font-size: 40px;
	color: #222;
}

big.bigish {
	font-size: 24px;
	line-height: 30px;
}

legend {
	padding: 0 10px 0 0;
	font-weight: bold;
}

input[type="text"] {
	background: url('/images/text_input_bg.jpg') no-repeat;
	border: 1px solid #ddd;
	padding: 8px 10px 6px;
}

input[type="password"] {
        background: url('/images/text_input_bg.jpg') no-repeat;
        border: 1px solid #ddd;
        padding: 8px 10px 6px;
}

textarea {
	font-family: Arial;
	font-size: 14px;
	height: 82px;
	background: url('/images/text_input_bg.jpg') no-repeat;
        border: 1px solid #ddd;
        padding: 10px 10px 6px;
}

select {
	padding: 5px;
}

img.bordered {
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;
}

img.bordered-right {
        border: 1px solid #ccc;
        margin: 0 0 15px 15px;
}

#head {
	width: 100%;
	background: #2D7BA2;
	margin: 4px 0 0;
	border: 1px #225B79;
	border-style: none none solid none;
	float: left;
}

#header-wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	float: left;
	height: 70px;
	border: 1px #1E6C92;
	border-style: none none solid none;
}

#logo {
	float: left;
	margin: 9px 0 0;
}

#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

#navigation li {
	float: left;
	margin: 26px 0 0 40px;
	list-style-type: none;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

#navigation li a {
	color: #9acae3;
	font-weight: bold;
	text-shadow: 0 -1px 1px #1B4961;
}

#navigation li.active-nav a {
        color: #fff;
}

#splash {
	width: 960px;
	height: 240px;
	padding: 20px 0 10px;
	float: left;
	font-size: 15px;
	color: #1E3947;
	font-weight: bold;
	background: url('/images/splash_bg.jpg') no-repeat center;
}

#page-splash {
        width: 960px;
        padding: 20px 0 10px;
        float: left;
        font-size: 15px;
        color: #1E3947;
        font-weight: bold;
        background: url('/images/page_splash_bg.jpg') no-repeat center bottom;
}

#page-splash h2 {
	margin: 2px 0 0;
}

.splash h2 {
	font-size: 28px;
	color: #0e2937;
	font-weight: normal;
	width: 460px;
	line-height: 36px;
	float: left;
	clear: left;
	margin: 2px 0 13px;
	text-shadow: 1px 1px 1px #4C8EB0;
}

#splash img.screenshot {
	float: right;
}

#splash p {
	margin: 0 0 15px;
	text-shadow: 1px 1px 1px #4C8EB0;
}

.splash p {
	width: 480px;
	line-height: 24px;
	float: left;
	clear: left;
	margin: 5px 0 15px;
	text-shadow: 1px 1px 1px #4C8EB0;
}

.splash .signup-button {
	float: right;
	display: block;
	margin: 10px 0 0;
}

.splash-buttons {
	margin: 5px 0 0;
	float: left;
}

#hp-search {
	width: 960px;
	height: 48px;
	margin: 20px auto;
	background: url('/images/hpsearch_input_bg.jpg') repeat-x;
}

#hp-search input[type="text"] {
	background: none;
}

#hp-search-left {
	width: 10px;
	height: 46px;
	float: left;
	background: url('/images/hpsearch_input_left.jpg') no-repeat;
}

#hp-search-right {
        width: 10px;
        height: 46px;
        float: right;
        background: url('/images/hpsearch_input_right.jpg') no-repeat;
}

#hp-search input[type="text"] {
	border: 0px;
	color: #6e6e6e;
	font-size: 14px;
	font-family: Arial;
	width: 803px;
	padding: 10px 7px;
	display: block;
	float: left;
	margin: 5px 0 0 5px;
}

#hp-search input[type="image"] {
	margin: 5px 0 0;
}

#content-wrap {
	width: 960px;
	margin: 0 auto;
}

#content {
	width: 960px;
	float: left;
}

.hp-section {
	border: 1px #bfbfbf;
	border-style: solid none none;
	float: left;
	position: relative;
	width: 960px;
	margin: 37px 0 0 0;
	background: url('/images/hp_section_bg.jpg') repeat-x;
}

.hp-section-left {
	width: 459px;
	border: 1px #bfbfbf;
	border-style: none solid none none;
	float: left;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 20px 20px 20px 0;
}

.hp-section-right {
        width: 460px;
        float: right;
        padding: 20px 0 20px 20px;
}

.hp-section h4 {
	font-size: 15px;
	margin: 0 0 12px;
	color: #444;
	text-transform: uppercase;
}

.page-section {
        border: 1px #bfbfbf;
        border-style: solid none none;
        float: left;
	position: relative;
        width: 960px;
	margin: 30px 0 0;
        background: url('/images/hp_section_bg.jpg') repeat-x;
}

.page-section-full {
	width: 960px;
	float: left;
	padding: 20px 0;
}

.page-section-left {
        width: 659px;
        border: 1px #bfbfbf;
        border-style: none solid none none;
        float: left;
        padding: 20px 20px 20px 0;
}

.page-section-right {
        width: 260px;
        float: left;
        padding: 20px 0 20px 20px;
}

.page-section h4 {
        font-size: 20px;
        margin: 5px 0 17px 0;
        color: #000;
	font-weight: normal;
}

#footer {
	width: 960px;
	margin: 0 auto;
}

#footer-content {
	width: 960px;
	float: left;
	padding: 0 0 20px 0;
        background: url('/images/hp_section_bg.jpg') repeat-x;
	border: 1px #bfbfbf;
        border-style: solid none none;
}

#footer-navigation {
	width: 214px;
	border: 1px #bfbfbf;
	border-style: none solid none none;
	padding: 15px 0;
	float: left;
	height: 90px;
}

#footer-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 105px;
}

#footer-navigation ul li {
	list-style-type: none;
	line-height: 22px;
	font-weight: bold;
	font-size: 14px;
}

#footer-navigation ul li a {
	color: #4f4f4f;
}


.footer-section {
	float: left;
	border: 1px #bfbfbf;
        border-style: none solid none none;
        padding: 15px 25px;
	height: 90px;
	font-size: 14px;
}

.footer-section h5 {
	font-size: 16px;
	color: #000;
	margin: 0 0 5px 0;
}

.footer-section ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
}

.footer-section ul li {
        list-style-type: none;
        line-height: 22px;
        font-weight: bold;
}

.footer-section ul li a {
        color: #4f4f4f;
}

#copyright {
	padding: 20px 0 0;
	float: right;
	font-size: 13px;
	text-align: right;
	line-height: 18px;
}

.message {
	padding: 7px;
	background: #ffa;
	border: 1px solid #E6E600;
	font-size: 13px;
}

#sortable-table {
	margin: 5px 0 0;
	overflow-x: hidden;
}

#sortable-table tr {
	height: 29px;
}

#sortable-table tr.alt {
	background: #eee;
}

.sidebar-section {
	width: 240px;
	float: left;
	margin: 0 0 15px 0;
}

.content-sidebar {
	line-height: 16px;
}

.sidebar-top {
	width: 240px;
	height: 17px;
	background: url('/images/sidebar_section_top.jpg') no-repeat;
	float: left;
}

.sidebar-content {
	width: 208px;
	padding: 0 15px;
	background: url('/images/sidebar_section_bg.jpg') no-repeat #dcdcdc;
	border: 1px #bfbfbf;
	border-style: none solid;
}

.sidebar-section h3 {
	margin: 0 0 -5px;
	padding: 0;
	color: #222;
}

.sidebar-section a {
	color: #4e4e4e;
	text-shadow: 1px 1px 1px #fff;
}

.sidebar-section .active-nav {
	color: #222;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
}

.sidebar-bottom {
	float: left;
	width: 240px;
	background: url('/images/sidebar_section_bottom.jpg') no-repeat;
	height: 14px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#campaign-info {
	width: 100%;
	padding: 20px 0; 
	position: relative;
	font-size: 18px;
	line-height: 41px;
	color: #666;
	float: left;
}

#campaign-title {
	float: left;
	background: #fff;
	position: relative;
}

#campaign-title.campaign-small {
	font-size: 16px;
	line-height: 20px;
}

#campaign-date {
	float: right;
	position: relative;
	background: #fff;
}

#date-display {
	display: inline;
	border: 1px solid #ccc;
	border-radius: 5px;
        -moz-border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}

#graph {
	background: #fff;
	position: relative;
	float: left;
}

#graph-placeholder {
	width: 940px;
	height: 250px;
	float: left;
	position: relative;
}

.tickLabel {
	padding: 0 5px;
}

#date-selector {
	position: absolute;
	display: none;
	width: 595px;
	height: 210px;
	background: #fff;
	border: 1px solid #ccc;
	top: 59px;
	z-index: 10000;
	right: 0;
	padding: 15px;
}

#month-links {
	width: 420px;
	float: left;
	font-size: 11px;
	line-height: 11px;
}

#calendar-container {
	width: 420px;
	height: 200px;
	float: left;
	overflow: hidden;
	position: relative;
}

#calendar-wrap {
	width: 2616px;
	height: 200px;
	position: absolute;
	left: -2178px;
}

.month-wrap {
	width: 200px;
	height: 200px;
	margin: 0 18px 0 0;
	float: right;
	font-size: 12px;
	line-height: 20px;
}

.month-name {
	width: 198px;
	height: 25px;
	line-height: 25px;
	background: #eee;
	border: 1px #ccc;
	border-style: solid solid none solid;
	font-weight: bold;
	text-align: center;
}

.month-wrap table {
	border: 1px solid #ccc;
}

.month-wrap td,th {
	border: 1px #eee;
	border-style: none solid none none;
}

.month-wrap td.calendar-day {
	cursor: pointer;
}

.month-wrap td.selected-day {
	background: #2D7BA2;
	color: #fff;
	font-weight: bold;
}

#selected-info {
	float: right;
	width: 153px;
	font-size: 11px;
	color: #666;
	line-height: 25px;
}

.notice {
	margin: 20px 0 -10px;
	font-weight: bold;
	font-size: 14px;
	background: #fff;
	position: relative;
	float: left;
	clear: both;
}

.notice.trial {
	text-align: right;
}

#tabular {
	margin: 3px 0 0; 
	width: 100%;
}

#tabular th {
	font-size: 12px;
	border-style: none none solid none;
}

#loading-cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #111;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	z-index: 1000;
}


#loading-image {
	z-index: 1001;
	position: absolute;
	top: 50%;
	left: 50%;
}

#loading-image img {
	margin: -16px 0 0 -16px;
}

#campaign-table {
	margin: 5px 0 0;
}

#campaign-table th {
	border-style: none none solid;
}

.hp-stat {
	width: 230px;
	float: left;
}

#hp-stats {
	clear: both;
	width: 460px;
	height: 50px;
	margin: 0 0 18px;
}

.hp-learn-more {
	height: 43px;
	float: left;
	display: block;
	line-height: 43px;
	font-size: 18px;
	text-shadow: 1px 1px 0 #444;
	padding: 0 0 0 20px;
}

.hp-learn-more a {
	color: #fff;
}

.hp-post-date {
	width: 25px;
	height: 30px;
	float: left;
	background: url('/images/blog_date_tab.png') no-repeat;
	padding: 7px 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
	color: #666;
}

.hp-post-date big {
	font-size: 15px;
	color: #222;
}

.post {
	margin: 0 0 20px 0;
}

.post .hp-post-date {
	margin: 0 10px 0 -50px;
}

.hp-post-content {
	width: 410px;
	float: right;
}

.hp-section .hp-post-content h4 {
	text-transform: none;
	margin: 0 0 5px;
}

.hp-post-content h4 a {
	color: #577A2F;
}

.hp-post {
	float: left;
	width: 460px;
	padding: 5px 0 15px;
}

h2.entry-title a {
	color: #577A2F;
}

h1.entry-title {
	margin: 0;
}

.widget-area ul.xoxo {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

.widget-area ul li.widget-container {
	list-style-type: none;
	margin: 0;
	padding: 0 0 25px 0;
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

p.author-info {
	margin: 8px 0 14px;
}

.comment-form-comment textarea {
	width: 559px;
}

.form-allowed-tags {
	display: none;
}

.required {
	color: #a00;
}

#commentform label {
	width: 75px;
	display: block;
	float: left;
	line-height: 32px;
}

#commentform p {
	position: relative;
}

#commentform .comment-notes .required {
	position: relative;
	line-height: auto;
	left: 0;
}

#commentform .required {
	position: absolute;
	left: -13px;
	line-height: 32px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style-type: none;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

.commentlist li.alt {
	border: 1px #ccc;
	border-style: dotted none none;
}

.commentlist li p {
	margin: 12px 0 12px 45px;
}

.comment-author {
	font-size: 14px;
	margin: 0;
}

.comment-author cite {
	font-style: normal;
}

.comment-author img {
	float: left;
	display: block;
	margin: 1px 13px 0 0;
}

.comment-meta {
	font-size: 13px;
	margin: -4px 0 0 0;
}

.comment-meta a {
	font-weight: normal;
}

.comment-body .reply {
	margin: 0 0 0 45px;
}

.post h3 {
	border: 1px #ccc;
	border-style: none none dotted;
	padding: 0 0 5px;
}

.walkthrough-tooltip {
	width: 250px;
	position: absolute;
	background: #eee;
	padding: 7px;
	display: none;
	z-index: 1001;
	top: -20px;
	line-height: 18px;
	font-weight: normal;
}

.walkthrough-tooltip.nomargin {
	top: 0;
}

.walkthrough-tooltip.rightish {
	right: -300px;
}

.walkthrough-tooltip.insideish {
	right: 20px;
	top: 20px;
}

.walkthrough-tooltip.rightish .tooltip-arrow {
	width: 29px;
	height: 40px;
	top: 22px;
	left: -22px;
	position: absolute;
	background: url('/images/tooltip_arrow_left.png') no-repeat;
}

.walkthrough-tooltip.leftish {
	left: -300px;
}

.walkthrough-tooltip.leftish .tooltip-arrow {
        width: 29px;
        height: 40px;
	top: 25px;
	left: 257px;
        position: absolute;
        background: url('/images/tooltip_arrow_right.png') no-repeat;
}

.walkthrough-body {
	width: 230px:
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px;
}

.walkthrough-body .next-links {
	padding: 7px 0 0;
	text-align: right;
}

#begin-tooltip-wrap {
	top: 50%;
	left: 50%;
	position: absolute;
}

#begin-tooltip {
	margin: -100px 0 0 -125px;
	right: auto;
}

#tabular-data {
	float: left;
	background: #fff;
	position: relative;
}

#numeric-data {
	float: left;
        background: #fff;
        position: relative;
}

#pricing-cols {
	width: 960px;
	margin: 7px 0;
	float: left;
}

#pricing-cols ul#pricing-table {
	width: 990px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#pricing-cols ul li.pricing-col {
	width: 300px;
	display: block;
	float: left;
	margin: 0 30px 0 0;
}

.plan-header {
	background: #eee;
	width: 100%;
	text-align: center;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.plan-title {
	color: #222;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	border: 1px #ccc;
	text-align: left;
	padding: 15px;
	border-style: none none solid none;
}

.plan-title small {
	font-size: 11px;
	color: #626262;
}

.plan-price {
	font-size: 60px;
	border-width: 1px;
	border-color: #fff #fff #ccc #fff;
	border-style: solid none;
	height: 80px;
	color: #333;
	line-height: 80px;
	position: relative;
	padding: 0;
}

.plan-price small {
	font-size: 16px;
	margin: 0 0 0 -12px;
}

.plan-desc {
	font-size: 12px;
	padding: 10px 15px;
	text-align: left;
        border-width: 1px;
        border-color: #fff #fff #ccc #fff;
        border-style: solid none none;
}

#payment-interval {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	margin: 2px 0 0;
	font-size: 11px;
}

#payment-interval ul {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 16px;
}

#payment-interval li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #eee;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 5px 10px;
}

#payment-interval li a {
	color: #222;
}

#payment-interval li.active a {
	color: #fff;
}

.payment-monthly {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.payment-yearly {
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
}

#payment-interval li.active {
	background: #2D7BA2;
}

.plan-features {
	width: 300px;
}

.plan-features ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.plan-features li {
	width: 280px;
	padding: 10px;
	border: 1px #ccc;
	border-style: none none solid none;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
}

.yearly-price {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
}

.monthly-price {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.button-separator {
	line-height: 43px;
}

#feature-list {
	float: left;
	margin: 0 0 10px;
}

#feature-list ul {
	list-style-type: none;
	margin: 5px 0 15px;
	padding: 0;
	width: 980px;
	float: left;
	clear: both;
}

#feature-list li {
	width: 225px;
	background: #eee;
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.feature-title {
	border: 1px #ccc;
	border-style: none none solid;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 15px;
	color: #333;
}

.feature-desc {
	border: 1px #fff;
	border-style: solid none none;
	padding: 10px 15px;
}

.tweeter-profile {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.dashboard-campaign-panel {
	width: 230px;
	padding: 15px;
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 15px;
	cursor: pointer;
}

.dashboard-campaign-panel.active {
	background: #225B79;
	color: #fff;
}

.dashboard-campaign-panel.active a {
	color: #eee;
}

.dashboard-campaign-panel a {
	font-size: 13px;
}

.feed-item {
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px 0;
	padding: 10px;
	width: 639px;
}

