
html { height: 100%; }

body {
	line-height: 18px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	color: rgb(85, 85, 85);
	background: url("../images/top-bg.png") repeat-x scroll 0 0 rgb(239, 240, 239);
	min-width: 960px;
	height: 100%;
	min-height: 100%;
}

#center-highlight {
	background: url("../images/center-highlight.png") no-repeat scroll center top transparent;
	height: 100%;
	min-height: 100%;
}


a, a:visited
{
	color: #ff8a00;
	text-decoration: none;
}

a:hover
{
	color: #519b09;
	text-decoration: underline;
}

#page
{
	text-align: left;
	width: 888px;
	margin: -111px auto 10px auto;
}

table.data
{
	margin: 1.5em auto;
	border: 1px solid #B4B4B4;
}

table.data tr.even
{
	background: #f4f4f4;
}

table.data th
{
	padding: 2px 5px;
}

table.data td
{
	padding: 2px 5px;
}

table.data thead tr
{
}

table.data thead th
{
	padding: 4px 10px;
	background: #dfdfdf url('/images/data-table-header-background.png') repeat-x top right;
}

table.data tbody tr
{
}

/****************************** Header ******************************/

#header
{
	position: relative;
	background: url(/images/header/header-background.png) no-repeat -77px 0;
	height: 111px;
	width: 888px;
}

#header_logo_left
{
	background: url(/images/header/header-background.png) no-repeat 0 0;
	position: relative;
	display: block;
	float: left;
	width: 77px;
	height: 111px;
	left: -77px;
	top: 111px;
}

#header_logo
{
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 74px;
}

#member_dashboard
{
	position: absolute;
	top: 0;
	right: 5px;
}

#nav
{
	margin: 0;
	font-size: 100%;
	position: relative;
	background: url(/images/header/tabs-inactive.png) no-repeat 77px 0px;
	top: 38px;
	height: 68px;
	width: 720px;
	left: 168px;
	background: url(/images/header/tabs-inactive.png) no-repeat 0px 0px;
	left: 245px;
}

#nav li.on, #nav li.off
{
	margin: 0 -1px 0 0;
	float: left;
	display: block;
	width: 126px;
	height: 35px;
}

#nav li.on
{
	background: url(/images/header/tab-active.png);
}

#nav li.off
{
	background: none;
}

a.nav_toplink
{
	text-align: center;
	text-decoration: none;
	color: #ff8a00;
	font-weight: bold;
	display: block;
	height: 15px;
	width: 126px;
	padding: 10px 0 10px 0;
}

#nav li.on a.nav_toplink
{
	color: #519b09;
	height: 17px;
	padding: 8px 0 10px 0;
}

ul.subnav
{
	background: url(/images/header/header-background.png) no-repeat -245px -73px;
	display: none;
	position: absolute;
	top: 35px;
	height: 33px;
	width: 642px;
	left: 77px;
	padding-top: 0;
	left: 0px;
}

/* Visible only to Opera (and apparently only needed with slightly older versions of Opera) */
/*
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#nav { left: 245px; background: url(/images/header/tabs-inactive.png) no-repeat 0px 0px;}
ul.subnav { left: 0px; }
}
 */

ul.subnav li
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 33px;
	width: auto;
	text-align: center;
}

ul.subnav li a
{
	text-align: center;
	text-decoration: none;
	background: none;
	display: block;
	float: left;
	border: 0;
	color: #ff8a00;
	width: auto;
	margin: 0;
	padding: 7px 18px 10px 18px;
	height: 16px;
}

ul.subnav img
{
	margin: 8px 0;
}

#nav li.on ul
{
	display: block;
}

#nav li.off:hover ul, #nav li.over ul
{
	display: block;
	z-index: 6000;
}

#nav li.off a.nav_toplink:hover, #nav li.off:hover a.nav_toplink, #nav li.over a.nav_toplink
{
	background: url(/images/header/tab-active.png);
	color: #519b09;
	height: 17px;
	padding: 8px 0 10px 0;
}

ul.subnav a:hover, ul.subnav li:hover a
{
	background: none;
	color: #519b09;
}

/****************************** Body ******************************/

#body
{
}

#body_table
{
	width: 100%;
}

td.body_table_left, td.body_table_right
{
	height: 100%;
	vertical-align: top;
}

/* H1 is defined in Generic Pages */

#body h2
{
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 1.2em;
}

#body p
{
	margin: 1em 0;
}

#body ol
{
	padding-left: 2.0em;
	list-style-type: decimal;
}

#body ul
{
	margin: 1.0em;
	padding-left: 2.0em;
	list-style-type: disc;
}

#body li ul
{
	margin: 0;
}

#body dl
{
	margin: 1em 0;
}

#body dt
{
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}

#body dd
{
	margin: 0.5em 0 0.5em 1.5em;;
}

#body img
{
}

span.italic
{
	font-style: italic;
}

#footer
{
	clear: both;
	margin: 2em auto 1em auto;
	text-align: center;
}

.copyright
{
	margin: 0 auto;
	font-size: 85%;
	color: #aaa;
}

/************************* Generic Page Styles **************************/

#generic_body
{
	border: 1px solid #b4b4b4;
	margin: 0;
	padding: 0;
}

#generic_tail
{
	background: url(/images/generic-page-tail.png) no-repeat;
	position: relative;
	float: left;
	left: -1px;
	top: -1px;
	width: 48px;
	height: 43px;
}

#pretitle
{
	height: 43px;
	margin-left: 48px;
}

#pretitle table
{
	height: 43px;
	width: 100%;
}

#pretitle td
{
	vertical-align: middle;
}

#breadcrumbs
{
	font-size: 85%;
	margin: 0;
	padding: 5px;
}

span.manual_nav_disabled
{
	color: #dddddd;
}

#page_title
{
	display: block;
	clear: both;
	margin-left: 33px;
	margin-bottom: 20px;
	height: 44px;
}

#page_title_left
{
	position: relative;
	float: left;
	left: 0;
	top: 0;
	background: url(/images/h1-background-left.png);
	margin: 0;
	padding: 0;
	width: 1px;
	height: 44px;
	z-index: 1;
	left: 3px; /* I have no idea why IE6 can't even handle this easy one... */
}

#page_title_text
{
	position: relative;
	left: 0px;
	top: 0;
	background: url(/images/h1-background-center.png);
	margin: 0;
	padding: 13px 15px 5px 15px;
	height: 26px;
	font-size: 150%;
	color: #a0a0a0;
}

#page_title_right
{
	position: relative;
	float: right;
	right: 0;
	top: -44px;
	background: url(/images/h1-background-right.png);
	margin: 0;
	padding: 0;
	width: 55px;
	height: 44px;
}

#content
{
	margin: 2em 3.5em;
	width: 549px;
	margin-top: -35px;
}

body.phoenix-manual #content
{
	width: 796px;
}

/************************* Sidebar Styles **************************/

#sidebar
{
	margin: 0px 0px 0px 4px;
	padding: 0;
	width: 242px;
	height: 100%;
}

#sidebar_slideshow
{
	position: relative;
}

#sidebar_slideshow #ss_container
{
	margin: 0 auto;
	width: 242px;
	height: 243px;
	overflow: auto;
	position: relative;
}

#sidebar_slideshow .control
{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}

#sidebar_slideshow #left_control
{
	top: 105px;
	left: 10px;
	background: transparent url(/images/fancy_left.png) no-repeat 0 0;
}

#sidebar_slideshow #right_control
{
	top: 105px;
	right: 10px;
	background: transparent url(/images/fancy_right.png) no-repeat 0 0;
}

#sidebar_slidehow .slide
{
	margin: 0 auto;
	width: 242px;
	height: 243px;
}

#slide_1
{
	background: url(/images/sidebar_slide_1.jpg) no-repeat;
	width: 242px;
	height: 243px;
}

#slide_2
{
	background: url(/images/sidebar_slide_2.jpg) no-repeat;
	width: 242px;
	height: 243px;
}

#slide_trial_buy
{
	position: relative;
	background: url(/images/sidebar-trial-buy.jpg) no-repeat;
	width: 242px;
	height: 243px;
}

#slide_trial_buy #platforms
{
	position: absolute;
	left: 118px;
	top: 73px;
	width: 114px;
	font-size: 80%;
	line-height: 130%;
	color: #fff;
}

#slide_trial_buy a, #slide_trial_buy a:hover, #slide_trial_buy a:visited
{
	background: none;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
	font-size: 110%;
	font-weight: bold;
}

#slide_free_trial
{
	display: block;
	position: absolute;
	left: 93px;
	top: 155px;
	width: 91px /* 133px */;
	height: 18px /* 32px */;
	padding: 7px 2px 7px 40px;
}

#slide_free_trial div
{
	text-align: center;
	width: 91px;
	height: 16px;
}

#slide_buy_now
{
	display: block;
	position: absolute;
	left: 93px;
	top: 197px;
	width: 91px /* 133px */;
	height: 18px /* 32px */;
	padding: 7px 2px 7px 40px;
}

#slide_buy_now div
{
	text-align: center;
	width: 91px;
	height: 16px;
}

#slide_price
{
	position: absolute;
	left: 14px;
	top: 204px;
	color: #c9ffb9;
	font-size: 120%;
}

#sidebar_news
{
	margin-top: 4px;
	border: 1px solid #b4b4b4;
}

#sidebar_news h2
{
	margin: 14px;
	color: #5c5b5b;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#sidebar_news p
{
	margin: 0px;
	font-size: 85%;
	line-height: 125%;
}

div.sidebar_more_link
{
	margin: 14px;
	text-align: right;
	font-size: 85%;
}

#partnerLogo
{
	margin: 14px;
	margin-bottom: 5px;
}

#partnerText
{
	margin: 14px;
	margin-top: 0px;
	font-size: 85%;
	line-height: 125%;
}

#testimonial_quote
{
	margin: 14px;
	font-size: 85%;
	line-height: 125%;
}

#testimonial_source
{
	margin: 14px;
	font-size: 85%;
	line-height: 125%;
}

/************************ Download Button Styles *************************/

div.download_button
{
	margin: 1em auto 0.5em auto;
	background: url(/images/download-button.png) no-repeat;
	width: 316px;
	height: 66px;
}

div.download_button a
{
	display: block;
	padding: 13px 12px 13px 74px;
	vertical-align: center;
	width: 230px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
}

div.download_button a:hover
{
	text-decoration: none;
	color: #ffffff;
}

div.download_button a:visited
{
	text-decoration: none;
	color: #ffffff;
}

div.download_button div.db_container
{
	margin: auto;
}

div.download_button div.db_title
{
	font-weight: bold;
	font-size: 110%;
}

div.download_button div.db_desc
{
	font-size: 85%;
	font-weight: normal;
}

div.db_other_os
{
	margin-bottom: 1em;
}

/************************* Shopping Cart Styles **************************/

#shop_page
{
	margin: 0 auto;
	padding: 0;
	width: 690px;
	font-family: Open Sans, Segoe UI, sans-serif;
	font-size: 16px;
	/*font-weight: 600;*/
}

#shop_header
{
	position: relative;
	margin: 0;
	padding: 0;
}

#shop_header_logo, #shop_header_logo img
{
	margin: 0 auto;
	display: block;
}


#shop_body
{
	border: 1px solid #B4B4B4;
	border-radius: 4px;
	padding: 20px;
	background-color: #f9f8f7;
}

#shop_body h2
{
	padding-bottom: 5px;
	border-bottom: 1px solid #B4B4B4;
	clear: both;
	font-weight: normal;
	font-size: 130%;
	margin: 1.7em 0 1.2em;
}

#shop_body p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.purchase_left
{
	float: left;
	display: inline;
	width: 330px;
}

div.academic_left
{
	float: left;
	display: inline;
	width: 360px;
}

div.purchase_right
{
	margin-bottom: 2em;
	float: right;
	display: inline;
	width: 310px;
}

div.purchase_question
{
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.purchase_answer
{
	font-size: 85%;
	line-height: 120%;
	margin-left: 0.2em;
}

div.licenses_name
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
}

div.licenses_info
{
	position: relative;
	margin-top: 15px;
	width: 320px;
	height: 36px;
}

div.licenses_cost_info
{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 120%;
	text-align: right;
	font-size: 80%;
	width: 130px;
}

#shop_body fieldset
{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
}

#shop_body legend
{
	padding: 1em;
	padding-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
}

#shop_body fieldset ol
{
	padding: 0 1em 1em 1em;
	list-style: none;
}

#shop_body fieldset li
{
	margin: 0;
	padding: 0;
}

#shop_body label
{
	display: block;
	margin: 8px 0px 5px 0px;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

#shop_body label span
{
	font-size: 85%;
	font-weight: normal;
}

#shop_body input.text,  #shop_body select
{
	background-color: white;
	color: #263fbd;
	padding: 8px 12px;
	margin: 5px 5px 5px 0;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	font-family: Open Sans, Segoe UI, sans-serif;
	font-weight: 600;
}

#shop_body input.text::-webkit-input-placeholder
{
	color: #666;
	font-weight: normal;
}

#shop_body input.text:placeholder-shown
{
	color: #666;
	font-weight: normal;
}

#shop_body input.text:-ms-input-placeholder
{
	color: #666;
	font-weight: normal;
}

#shop_body input.text:focus,  #shop_body select:focus
{
	box-shadow: 0 1px 3px 0 #cfd7df;
}


#shop_body input.text.error, #shop_body select.error
{
	background-color: #ffdddd;
}

#shop_body input.text.error:placeholder-shown
{
	color: #744;
}

#shop_body input.text.error::-webkit-input-placeholder
{
	color: #744;
}

#shop_body input.text.error:-ms-input-placeholder
{
	color: #744;
}

div.licenses_maint_info
{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 120%;
	text-align: right;
	font-size: 80%;
	width: 180px;
}

div.licenses_qty
{
	position: relative;
	left: 120px;
	top: 0px;
	width: 60px;
	margin: 0px 20px;
}

div.licenses_maint
{
	position: relative;
	left: 180px;
	top: 5px;
	width: 60px;
	margin: 0px 20px;
}

#licenses_qty
{
	position: absolute;
	margin: 0 ! important;
	padding: 0 ! important;
	width: 40px;
	height: 25px;
	text-align: center;
	font-size: 140% ! important;
	font-weight: normal;
	border-top-right-radius: 0 ! important;
	border-bottom-right-radius: 0 ! important;
}

div.licenses_spinner
{
	position: absolute;
	right: 0;
	cursor: pointer;
	height: 27px;
	width: 15px;
}

#licenses_spinner_up
{
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 14px;
	background: url('/shop/images/spinner.gif') no-repeat;
}
#licenses_spinner_up:hover
{ background-position: -15px 0; }
#licenses_spinner_up:active
{ background-position: -30px 0; }

#licenses_spinner_down
{
	position: absolute;
	right: 0;
	top: 14px;
	width: 15px;
	height: 13px;
	background: url('/shop/images/spinner.gif') no-repeat 0 -14px;
}

#licenses_spinner_down:hover
{ background-position: -15px -14px; }
#licenses_spinner_down:active
{ background-position: -30px -14px; }

div.licenses_total
{
	position: absolute;
	left: 220px;
	top: 2px;
	text-align: center;
	font-size: 115%;
	font-weight: normal;
	width: 95px;
}

#licenses_total_cost::before, #licenses_per_license::before
{
	content: "$";
}

div.new_maint_date
{
	display:none;
}

div.form_error
{
	display: none;
	margin: auto;
	color: #ff0000;
	font-size: 90%;
}

div.form_warning
{
	display: none;
	padding: 0px;
	color: #ff8a16;
	font-size: 90%;
}

span.form_warning
{
	background: url(/images/warning.png) no-repeat center left;
	display: none;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 22px;
	color: #ff8a16;
}

#shop_body div.form_warning
{
	margin: 5px 0px;
}

#shop_body #Express_Warning
{
	display: block;
	margin: 0em 1em 1em 4em;
}

#login_form
{
	clear: both;
	margin: 0;
	border: 1px solid #b4b4b4;
	background: #f8f8f8;
	padding: 3px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
}

#login_form label
{
	display: inline;
	margin: 0;
}

div.login_form_desc
{
	margin: 3px;
	margin-bottom: 7px;
}

div.login_form_controls
{
	margin: 3px;
}

#login_loading
{
	display: none;
	margin: 3px;
}

#login_error
{
	display: none;
	padding: 5px;
	padding-left: 22px;
	color: #ff0000;
}

#login_submit {
	background: #fadb87;
	background-image: linear-gradient(to bottom, #fadb87, #e6975f);
	border-radius: 6px;
	text-shadow: 1px 1px 3px #666666;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	color: #ffffff;
	font-size: 14px;
	padding: 6px;
	border: solid #b5947d 1px;
	text-decoration: none;
}

#login_submit:hover {
	background: #ffde8a;
	background-image: linear-gradient(to bottom, #fbd35d, #e96800);
	text-decoration: none;
	text-shadow: 1px 1px 3px #666666;
	transform: translateY(-1px);
	transition: all 150ms ease;
	box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08)
}

#card-element {
	color: #263fbd;
}

.StripeElement {
	width: 400px;
	box-sizing: border-box;
	background-color: white;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	font-family: Open Sans, Segoe UI, sans-serif;
}

.StripeElement--base {
	color: #263fbd;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

div.purchase_overview_container
{
	margin-top: 2em;
	text-align: center;
}

div.purchase_promo_code
{
	float: left;
	margin-left: 1em;
}

#Promo_Code { width: 150px; }

#purchase_overview /* table */
{
	float: right;
	width: 425px;
	font-size: 110%;
}

#purchase_overview td
{
	padding: 5px;
	text-align: right;
}

#purchase_overview tbody td
{
	border-top: 1px solid #ddd;
}

#purchase_overview tbody td.first
{
	border-top: none;
}

#purchase_overview tfoot td
{
	border-top: 2px solid #ddd;
}

tr.overview_discount
{
	display: none;
}

span.discount_amount
{
	color: #008000;
}

span.discount_amount::before
{
	content: "$";
}

#purchase_overview tr.tax
{
	color: #a8a8a8;
}

#purchase_overview tr.tax.enabled
{
	color: #575757;
}

td.overview_total_row
{
	font-weight: bold;
}

#overview_total
{
	font-size: 110%;
}


#overview_total::before, #sales_tax_amount::before, #overview_subtotal::before
{
	content: "$";
}

.purchase_process, .academic_process {
	background: #fbd35d;
	background-image: linear-gradient(to bottom, #fbd35d, #e96800);
	border-radius: 6px;
	text-shadow: 1px 1px 3px #666666;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	color: #ffffff;
	font-size: 20px;
	padding: 11px;
	border: solid #a85c22 1px;
	text-decoration: none;
	cursor: pointer;
}

.purchase_process:hover, .academic_process:hover {
	background: #ffd666;
	background-image: linear-gradient(to bottom, #ffd666, #ed6c09);
	text-decoration: none;
	text-shadow: 1px 1px 3px #666666;
	transform: translateY(-1px);
	transition: all 150ms ease;
	box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08)
}

.purchase_process:active, .academic_process:active {
	transform: translateY(1px);
}

.purchase_process:disabled, .academic_process:disabled {
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
	transform: translateY(0px);
}

/*************************** Dashboard Styles ****************************/

#dashboard_login #login_user, #dashboard_login #login_pass
{
	width: 250px;
}

#dashboard_login_button
{
	margin-top: 1.3em;
}

/************************* Page Specific Styles **************************/

/***** Front Page *****/

#banner
{
	background: url(/images/front-page-banner.jpg) no-repeat;
	width: 642px;
	height: 243px;
}

#frontpage
{
	margin: 4px 0px 0px 0px;
	border: 1px solid #b4b4b4;
	background: #eff1f4;
	padding: 15px;
}

#front_row_1, #front_row_2
{
	clear: both;
}

#front_row_1
{
	margin-bottom: 15px;
}

#frontpage_overview_text, #frontpage_screenshots_text
{
	float: right;
	width: 277px;
	margin-left: 15px;
	width: 274px;
}

#frontpage_overview a, #frontpage_overview a:hover, #frontpage_overview a:visited,
#frontpage_screenshots a, #frontpage_screenshots a:hover, #frontpage_screenshots a:visited
{
	background: none;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
	font-size: 110%;
}

#frontpage_overview
{
	display: inline-block;
	position: relative;
	background: url(/images/front-page-overview.jpg) no-repeat;
	width: 318px;
	height: 244px;
}

#frontpage_overview a
{
	text-align: center;
	position: absolute;
	top: 182px;
	left: 173px;
	width: 101px;
	height: 19px;
	padding: 6px 2px 7px 30px;
}

#frontpage_screenshots
{
	display: inline-block;
	position: relative;
	background: url(/images/front-page-screenshots.jpg) no-repeat;
	width: 318px;
	height: 274px;
}

#frontpage_screenshots a
{
	text-align: center;
	position: absolute;
	top: 187px;
	left: 173px;
	width: 101px;
	height: 19px;
	padding: 6px 2px 7px 30px;
}

/***** Screenshots Page *****/

td.screenshot
{
	padding: 8px;
}

td.screenshot img
{
	border: 1px solid #B4B4B4;
	display: inline;
	text-align: center;
}


.panelButton {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white !important;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  text-shadow: none;
  text-decoration: none !important;
}

.panelButton:hover {
  transition-duration: 0.4s;
  background-color: #6bdd6e; /* Green */
}

.vartable td {
  padding: 5px;
}