/*-------------------------------------------------
  SCREEN.CSS
  screen-only stylesheet
-------------------------------------------------*/

/* General */

* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff url(/images/bg_secondary.gif) repeat-x top left;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

body.home { background: #fff url(/images/bg_home.gif) repeat-x top left; }

body.popup { 	
	min-width: 10px;
	margin: 0;
	padding: 20px;
	background-color: #fff;
	text-align: left; 
}

td, th {
	font-size: 13px;
	line-height: 18px;
}

code { font-size: 13px; }

img { border: 0; }

hr { display: none; }

a { color: #10527b; text-decoration: underline; border: 0px; }
a:hover { color: #336699; text-decoration: underline;  }

p {
	 margin: 7px 0;
	 padding: 0;
	 max-width: 640px;
}

p.center { text-align: center; }

label {
	display: block;
	margin-bottom: 2px;
	color: #444;
	font-size: 12px;
	line-height: 12px;
}

ul {
	margin: 5px 0;
	padding: 0 0 0 25px;
}

small {
	color: #555;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	margin: 15px 0 10px 0;
	padding: 0;
	color: #333;
	font-size: 24px;
}

h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	color: #333;
	font-size: 22px;
	line-height: 30px;
}

h3 {
	margin: 15px 0 10px 0;
	padding: 0;
	color: #478726;
	font-size: 20px;
	font-weight: normal;
}

h4 {
	margin: 15px 0 10px 0;
	padding: 0;
	color: #555;
	font-size: 14px;
}

/* Hide print elements */

.print_only { display: none; }

/* Dividers */

.thin_divider {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	line-height: 1px;
	border-bottom: 1px solid #ccc;
}

.thin_divider_light {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	line-height: 1px;
	border-bottom: 1px solid #e6e6e6;
}

/* Clearfix - thanks to PIE */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

.clearfix { display: block; }


/* Layout Structure */


#container {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	height: 54px;
	position: relative;
	top: 0;
}

#header.home { height: 75px; } 

#header_menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px solid #000;
}

#header_menu ul { list-style-type: none; margin: 0; padding: 0; }


#header_menu ul li {
	float: left;
	display: inline;
	margin: 0; 
	padding: 0 10px 0 0;
} 

#header_menu ul li.login { padding: 0; }

#header_menu ul li a {
	text-transform: none;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 25px;
	font-weight: bold;
	display: block;
	height: 25px;
}

#header_menu ul li.login a { 
	background: #10527b url(/images/bg_choose_plan.gif) repeat-x top left;
	color: #fff;
	text-decoration: none;
	padding: 0 7px;
}	

#header_menu ul li.login a:hover { background: #336699 url(/images/bg_choose_plan_x.gif) repeat-x top left;}

#header_logo { 
	float: left;
	display: inline;
	width: 155px; 
	height: 54px; }

#header_logo.home { width: 190px; height: 74px; }

#header_logo a h1 { display:none; }

#header_logo a { 
	display: block;
	width: 155px;
	height: 54px;
	background: #fff url(/images/logo_secondary.gif) no-repeat 0px 12px; 
}

#header_logo.home a { 
	width: 190px;
	height: 74px;
	background: #fff url(/images/logo_home.gif) no-repeat 0px 22px; 
}

#header_tagline {
	float: left;
	display: inline;
	/*width: 500px; */
	height: 54px;
	text-align: left;
}

#signup_button {
	float: right;
	display: inline;
	width: 127px;
	height: 23px;
	margin: 7px 0 0 0;
}

#header_tagline.home { height: 74px; }

#header_tagline h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 13px;
	margin: 26px 0px 0 0;
	padding: 0;
	color: #555;
	z-index: 300;
}	

#header_tagline.home h2 { margin: 43px 0 0 0; }

#home_banner {

	margin: 0;
	padding: 0;
	display: block;
	height: 340px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 36px;
}

#menu ul li {
	text-transform: none;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 36px;
	font-weight: bold;
	display: block;
	height: 36px;
	color: #fff;
	float: left;
	display: inline;
	padding: 0 35px 0 0;
	margin: 0;
}

#menu ul.home li { padding: 0 35px 0 0; }

#menu ul li a { 
	color: #fff;
	text-decoration: none; 
}

#menu ul li a:hover { color: #ffffcc; } 

#main { 
	padding: 20px 0px;
	margin: 0; 
	text-align: left;
}

#footer {
	width: 100%;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	border-top: 1px solid #e6e6e6;	
}

#sub_navigation {
	float: left;
	display: inline;
	width: 16%;
	padding: 0 4% 0 0;
	margin: 0;
}

#content {
	float: left;
	width: 79%;
	padding: 0;
	margin: 0;
}

#sub_navigation.no_sub_nav { display: none; }

h1, h2 {
	margin-top: 0px;
	font-size: 24px;
	line-height: 32px; 
}

#sub_navigation h3 {
	font-size: 16px;
	line-height: 25px;
	border-bottom: 2px solid #ccc;
	margin: 0px 0 0px 0;
	padding: 0;
	padding: 2px 0 4px 4px;
	color: #006600;
}

#sub_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_navigation ul li { margin: 0; padding: 0; display: block; }

#sub_navigation ul li a {
	display: block;
	line-height: 28px;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration: none;
	padding-left: 4px;
	font-weight: bold;
	color: #336699;
}

#sub_navigation ul li a:hover {
	background-color: #ffffe6;
	text-decoration: underline;
}	

#sub_navigation ul li.selected a {
	background-color: #ffffcc;
}

/* News and press */

#news_item { margin: 10px 0; }

#news_press_article a { text-decoration: underline; }

#press_releases_table td, #media_kit_table td {
	padding: 7px 7px 7px 0;
	margin: 0;
	border-top: 1px dotted #ccc; 
}

/* Investor */

#investor_left { float: left; width: 60%; margin: 0; padding: 0; }
#investor_right { float: left; width: 35%; margin: 0 0 0 5%; padding: 0 ;}
#investor_left a, #investor_right a { text-decoration: underline; }
#investor_documents { margin: 0;padding:10px;background:#EBF2FA;border: 1px solid #e6e6e6; }
#investor_documents h3 { margin-top: 0px; }
#investor_documents ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#investor_documents ul li { 
	margin: 5px 0; 
	background-image: url(/images/icn_white_paper.gif);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	padding-left: 20px;
}

#investor_links ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#investor_links ul li { 
	padding: 7px 0;
	border-top: 1px dotted #ccc;
}

/* Testimonial */

.testimonial {
	clear:both;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #ccc;
	font-size: 15px;
}
.testimonial img.headshot {
	padding: 5px; background: #fff; border: 1px solid #ddd; display: block; margin: 0px 10px 10px 0; float: left;
}
.testimonial img.logo {
	display: block; margin: 0px 0px 10px 10px; float: right;
}

#content_right_testimonial { 
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	color: #498e09;
	font-size: 15px;
	line-height: 20px;
}

#hp_testimonial {
	color: #498e09;
	font-size: 15px;
	line-height: 22px;
}

#hp_testimonial cite, #content_right_testimonial cite {
	font-size: 12px;
}

#hp_testimonial q:before, #content_right_testimonial q:before, #hp_testimonial q:after, #content_right_testimonial q:after {
	color: #498e09;
	font-size:22px;
	line-height:22px;
	padding: 0 3px;
	margin: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*  Pagination */

.pagination {
	padding: 0px;
	margin: 0px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #064168;
	text-decoration: none;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #064168;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #064168;
	font-weight: bold;
	background-color: #064168;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}

/* Blog */

#blog_main h3 {
	font-size: 14px;	
	margin: 7px 0 0px 0;
	padding: 0;	
	color: #666;
	font-weight: bold;
}

.blog_article img, .blog_article_excerpt img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #336699;
}

#blog_articles, #about_content {
	float: left;
	display: inline; /* fixes IE double margin bug */
	background: #fff;
	width: 60%;
	padding: 0 4% 0 0;
	border-right: 0px solid #ccc;
	margin: 0;
}

#blog_articles a,  .blog_article a { text-decoration: underline; }

#blog_articles h2 a, .blog_article h2 { font-size: 24px; line-height: 28px; letter-spacing: -1px; text-decoration: none; color: #478726; }

.blog_article_excerpt h2 { font-size: 24px; line-height: 28px; letter-spacing: -1px; text-decoration: none; color: #478726; margin: 0; padding: 0; }

.blog_article_excerpt { border-top: 1px solid #ccc; margin: 10px 0 15px 0; }

#blog_information, #about_news_press {
	float: left;
	display: inline; /* fixes IE double margin bug */
	background: #fff;
	width: 30%;
	margin: 0;
	font-size: 12px;
	padding-left: 2%;
	border-left: 1px dotted #ccc;
}	

#blog_information h2, #about_news_press h2 {
	font-size: 14px;
	margin: 7px 0 0px 0;
	padding: 0;
	color: #666;
}

.blog_article_excerpt_information {
	color: #444;
}

.blog_article_excerpt_information p { margin: 5px 0 0 0; padding: 0; }

.blog_article_information {
	font-size: 12px;
	color: #444;
}

/* FAQ */

.faq { border-top: 1px dotted #ccc; margin: 0px 0; padding: 5px 0; }
#faq_wrapper div:first-child { margin-top: 20px; }
.faq a { text-decoration: none; }
.faq a:hover { text-decoration: underline; }
#content.faqs h3 a { text-decoration: none; }

/* Tour */

#screenshots, #videos {
	float: left;
	display: inline;
	width: 46%;
	margin: 0; 
	padding: 0 2% 0 0;
}

#tour_wrapper h3 { color: #478726; font-size: 20px; }

#videos { border-left: 1px solid #ccc; padding-left: 2%; }

.screenshot, .video, .screen_capture {
	border-top: 1px solid #eee;
	padding-top: 10px;
	display: block; padding-bottom: 10px; 
	clear: both;
	width: 85%;
}

.screenshot a.thumbnail , .video a.thumbnail { float: left; display: block; width: 180px; height: 160px; }

.screenshot_thumbnail, .screencast_thumbnail { 
	float: right; display: block; width: 180px; height: 170px; 
	text-align: center;
	line-height: 25px;
	font-size: 12px;	
}

.screenshot_thumbnail a, .screencast_thumbnail a { color: #336699; }

.screenshot img, .video img, .screen_capture img { border: 1px solid #478726; margin: 0; padding: 2px; }

.screenshot a:hover img, .video a:hover img, .screen_capture a:hover img { border: 1px solid #336699; }

.screenshot h4, .video h4, .screen_capture h4 { margin: 0px 0px 5px 0; padding: 0px; }

.screenshot h4 a, .video h4 a, .screen_capture h4 a { text-decoration: none; }

/* Pricing and signup */

#signup_boxes_wrapper { margin: 10px 0; width: 85%; }

h3.signup_headline { color: #1f5f88; margin: 0; padding: 0;}

.signup_box {
	border: 1px solid #ccc;
	float: left;
	display: inline;
	width: 27%;
	margin: 0 1.5% 1.5% 0;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	background: #fff url(/images/bg_signup_box.gif) repeat-x top left;
}

.signup_box_banner {
	background: #10527b url(/images/bg_choose_plan.gif) repeat-x top left;
	height: 27px;
	line-height: 27px;
}

.signup_box_banner h3 {
	line-height: 27px;
	font-size: 18px;
	padding: 0 0 0 7px;
	margin: 0;
	color: #fff;
	display: block;
	float: left;
}

.signup_box_banner_price {
	float: right;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	padding: 0 7px 0 0;
	margin: 0;
}

.signup_box_banner_price a {
	color: #fff;
	font-size: 13px;
}	

.signup_box_banner_price small { color: #fff; }

.signup_box_content {
	padding: 10px;
	text-align: center;
}

.signup_box_content ul {
	text-align: left;
	margin: 0 0 7px 0;
	list-style-type: none;
	padding: 0;
}

.signup_box_content ul li {
	line-height: 20px;
	padding: 0 0 0 20px; 
	margin: 0;	
	background: transparent url(/images/bullet_green.png) no-repeat 2px 5px;
}

#free_plan {
	clear: both;
	margin: 7px 0 10px 0;
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	font-size: 14px;
	width: 82%;
}

.signup_column {
	float: left;
	width: 40%;
	padding: 0 4% 0 0;
	margin: 0;
}

.signup_column h3 { color: #006600; }

.signup_faq {
	margin: 0;
	padding: 7px 0;
	border-top: 1px solid #ccc;
}

.signup_faq p { margin: 5px 0; } 

.signup_column ul {
	margin: 7px 0;
	padding: 0;
	list-style-type: none;	
}

.signup_column ul li {
	line-height: 27px;
	padding: 0 0 0 25px; 
	margin: 0;	
	background: transparent url(/images/tick.png) no-repeat 2px 4px;
}

/* Home Banner */

#home_banner_left {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 45%;
	float: left; 
}

#home_banner_right {
		margin: 0;
	padding: 0;
	float: left; 
	width: 55%;
}

#home_banner_left h2 {
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
	font-size: 25px;
	line-height: 30px;	
	color: #10527b;
}

#home_banner_left h3 {
	margin: 30px 0 30px 0;
	padding: 0;
	font-size: 20px;
	line-height: 25px;	
	font-weight: normal;
	color: #10527b;
}

#home_banner_left p {
	margin: 0; padding: 3px 0;
}


#home_banner_left p a {  }

#home_banner_left p small {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
}

#home_banner_right img { border: 2px solid #fff; }

#news_press_article h2 { max-width: 640px; }

/* Home page */

#hp_left, #hp_right { float: left; display: block; margin: 0; width: 25%; }
#hp_left { width: 68%; padding-right: 4%; }
	

#hp_right ul {
	text-align: left;
	margin: 0 0 15px 0;
	list-style-type: none;
	padding: 0;
}

#hp_right ul li {
	line-height: 23px;
	font-size: 14px;
	padding: 0 0 0 20px; 
	margin: 0;	
	background: transparent url(/images/bullet_green_arrow.png) no-repeat 2px 4px;
}
	
h2#hp_value_prop {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}
	
#featured_content_wrapper {
	font-size: 12px; line-height: 16px;
	padding: 10px 10px 10px 0px;
	color: #444;
}

a.no_underline { text-decoration: none; }
a.no_underline:hover { text-decoration: underline; }

#hp_right h3 { 
	margin-top: 7px; 
	margin-right: 10px;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#featured_content_wrapper h3 {
	margin: 0px 0 15px 0;
} 

.featured_content_item a { text-decoration:underline; }

.featured_content_item h4 {
	margin: 15px 0 5px 0;
	padding: 0 0 2px 0;
	line-height: 10px;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	border-bottom: 1px solid #e6e6e6;
	text-transform: uppercase;
} 

.featured_content_item { margin: 0 0 10px 0; line-height: 18px; }

.fci_heading { 
	color: #fff; 
	background: #ffff99; 
	color: #444;
	padding: 1px 3px; 
	margin-top: 0px;
	/*border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6; */
}

.fci_heading#buzz { background: #064168; }
.fci_heading#blog { background: #478726; }
.fci_heading#event { background: #e6eff9; color: #444; }
.fci_heading#press { background: #990000; }
.fci_heading#update { background: #ffff99; color: #444; }
	
#hp_screenshot_wrapper { margin: 25px 0 0 0; }
	
.hp_screenshot_thumbnail {
	float: left;
	width: 32%; 
	display: block;
	padding: 0 7px 0 0;
}
	
.hp_screenshot_thumbnail img { border: 1px solid #478726; margin: 0; padding: 2px; }

.hp_screenshot_thumbnail h3 {
	margin: 0;
	padding: 7px 0 0 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.hp_screenshot_thumbnail p { 
	margin: 0;
	padding: 0px 0 5px 0;
	font-size: 13px;
	line-height: 20px;
}

#hp_testimonials {
	background: #fff url(/images/hp_bg_testimonials.gif) no-repeat top left;
	width: 650px;
	height: 200px;
	display: block;
	padding: 25px 20px 0px 30px;
	margin: 20px 0 0 -10px;
}
.hp_testimonial { float: left; display: inline; text-align: center; color: #444; font-size: 11px; line-height: 17px; }
.hp_testimonial { margin: 10px; width: 98px;}
.hp_testimonial img { padding: 5px; background: #fff; border: 1px solid #ddd; display: block; margin-bottom: 3px;}
#hp_testimonials h3 {
	margin: 0;
	padding: 0;	
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #064168; ;
}

#hp_testimonials h3 b { color: #478726; font-weight: normal; }
#hp_testimonials p { margin: 0; padding: 0;  }

#hp_quotebox {
	display: block;
	width: 650px;
	height: 125px;
	background: transparent url(/images/hp_bg_quote.gif) no-repeat top left;
	padding: 0;
	margin: 20px 0 0 -10px;
}

#hp_quotebox p {
	margin: 0px 15px 0px 165px;
	padding: 22px 0 0 0;
	line-height: 19px;
	font-size: 16px; 
	font-style: italic;
}

#hp_quotebox cite {
	display: block;
	margin: 2px 70px 0 0px;
	text-align: right;
	color: #666;
	font-style: normal;
	}
	
#hp_bottom_wrapper {
	padding: 15px 0px 0px 0px;
	margin: 24px 30px 0 0;
	border-top: 1px dotted #ccc;
}

#hp_ad_campaign {
	float: left;
	display: inline;
	width: 350px;
}

#hp_testimonial {
	width: 300px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#hp_ad_campaign h3 {
	margin: 0 0 5px 0;
	padding: 0;	
	font-weight: normal;
	font-size: 19px;
	line-height: 27px;
}

#hp_ad_campaign h3 b { color: #064168; }

.hp_ad_campaign_half { display:inline;float:left;width:200px; }

#hp_ad_campaign ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#hp_ad_campaign ul li { margin: 2px 0;}

#hp_ad_campaign ul li a {
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 25px;
}

#hp_ad_campaign ul li#read { background: #fff url(/images/icn_hp_read.gif) no-repeat top left; }
#hp_ad_campaign ul li#blog { background: #fff url(/images/icn_hp_blog.gif) no-repeat top left; }
#hp_ad_campaign ul li#tv { background: #fff url(/images/icn_hp_tv.gif) no-repeat top left; }

#hp_main_screenshot { position: absolute; margin: 0 auto 0 450px; top: 43px; padding:0; }
#hp_main_screenshot a { width: 498px; height: 371px; z-index: 1000;  }

table#compare_table th { border-bottom: 1px solid #999; font-size: 14px; padding: 0 8px 4px 8px;  text-align: center; vertical-align: bottom; }

table#compare_table th img { display: block; padding-bottom: 5px; }
table#compare_table th { color: #333; font-weight: normal; font-size: 13px;  }
table#compare_table th small { color: #333; font-weight: normal; font-size: 11px;  }
table#compare_table th sup { color: #666; font-weight: normal; }

table#compare_table th.label { padding-left: 0px; padding-bottom: 5px; text-align: left; font-weight: bold; font-size: 14px; }

table#compare_table td { border-bottom: 1px solid #e6e6e6; font-size: 16px; padding: 5px 0; text-align: center;}
table#compare_table td.label { padding-left: 0px; padding-right: 10px; text-align: left; font-size: 14px; }
table#compare_table td.label#total { font-weight: bold; }
table#compare_table td.total { font-weight: bold; }
table#compare_table td.upswing { background-color: #ffffcc; }
table#compare_table td#upswing { background-color: #ffffcc; }

#compare_footnotes { margin-top: 20px; }
#compare_footnotes p small { }

#hp_featured_quote { border-top: 1px solid #e6e6e6; }
#hp_featured_quote p { font-size: 14px; font-style: italic; }
#hp_featured_quote cite { font-style: normal; color: #666; }

#news_item_logo { float: right; width: 200px;}

/* Site map */

#site_map_container { width: 100%; text-align: center; margin: 0; padding: 0;  border-bottom: 1px solid #ccc; }

#site_map_wrapper { 
	margin-left: auto !IMPORTANT;
	margin-right: auto !IMPORTANT;
	display: block;
	color: #999;
	padding: 15px 0; 
	text-align: left;
	width: 600px;
}

#site_map_wrapper h3 {
	font-size: 13px;
	line-height: 18px;
	padding: 0 20px 0 0;
	margin: 0;
	color: #ccc;
	font-weight: bold;
	float: left;
}

.site_map_section {
	border-left: 1px dotted #ccc; 
	float: left;
	padding: 0 20px 0 20px;
}

.site_map_section h3 { float: none !IMPORTANT; color: #999 !IMPORTANT; }

.site_map_section ul {
	list-style-type: none; 
	padding: 0;
	margin: 10px 0 0 0;	
}

.site_map_section ul li a { color: #999; text-decoration: none; }
.site_map_section ul li a:hover { color: #336699; text-decoration: underline;  }
