/* Style guide
 *
 * red      rgb(228, 48, 44)    #e4302c
 * green    rgb(88, 172, 37)    #58ac25
 * blue     rgb(1, 56, 136)     #013888
 *
 */


/* iPhone text size increase can be haphazard */
@media screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
    }
}


/* START form elements */

.textinput input,
.submit-button input {
    padding: 8px;
    font-size: 1.5em;
}

/* END form elements */

html {
    overflow-y: scroll;
}

body {
	font-size: 1em;
	font-family: Open Sans, sans-serif;
	margin: 0;
	padding: 0; 
	text-align: center;
	background: #ddd;
}

h3 { margin: 0; }

a {
    outline: none;
}

a:link, a:visited, a:active {
	color: #001ca8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input, select, button {
    font-family: Open Sans, sans-serif;
}

#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
	font-size: 0.9em;
}

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

ul.bullet {
    list-style-type: disc;
    margin: 0px 0px 0px 25px;
}
ul.bullet li { padding: 0px 0px 2px 1px; }

h1 {
	font-weight: bold;
	color: #1e3645;
	margin: 0px 0px 20px;
	padding: 0;
	line-height: 30px;
}

h1 sup, h2 sup {
    position: relative;
    vertical-align: baseline;
    bottom: 0.33em;
}

h2 {
	font-weight: normal;
	color: #1e3645;
	margin: 0;
	padding: 0;
	line-height: 120%;
}
pre, tt, code, .Code, .code {
    font-family: "Courier New", "Courier", monospace;
}
code.block {
    display:block; margin: 10px 0px;
}
pre {
    width: 770px;
    background-color: #F6F6F6;
    padding: 6px 10px;
    margin: 10px auto;
    margin-top: 5px;
}

img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
    border: 0px;
}

.red {
    color: #E4302C;
}
.blue {
    color: #1c3e94;
}

.greytext {
    color: #CCCCCC;
}

/* this is primarily to stop WebKit from applying its quirky margins */
input,select,textarea {
    margin: 0px;
}

sup {
    line-height: 100%;
}


.globe {
    background: url('/assets/img/globe.png') no-repeat scroll 0px 0px transparent;
    margin: 0px 5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: left;
    display: inline-block;
}

.platform-icons {
    background: url('/assets/img/icon-platforms.png') no-repeat scroll 0px 0px transparent;
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
}
.platform-icons.android { background-position: 0px 0px; }
.platform-icons.windows { background-position: 0px -40px; }
.platform-icons.macosx,
.platform-icons.ipad,
.platform-icons.iphone { background-position: -36px -40px; }
.platform-icons.linux { background-position: -71px -40px; }
.platform-icons.solaris { background-position: -107px -41px; }
.platform-icons.hpux { background-position: -144px -40px; }
.platform-icons.aix { background-position: -144px 0px; }
.platform-icons.unix { background-position: -109px 0px; }
.platform-icons.java { background-position: -74px 0px; }
.platform-icons.chrome { background-position: -180px 0px; }
.platform-icons.intel { background-position: -35px 0px; }
.platform-icons.raspberrypi { background-position: -180px -38px; }



/* = HEADER
-------------------------------*/
#header {
    background: #FFF;
    width: 960px;
    height: 90px;
    padding: 0;
    margin: 0;
    position: relative;
}

#header img#branding {
    float: left;
    margin: 10px 0px 0px 41px;
    border: 0px;
    width: 70px;
    height: 70px;
}

#header .right-nav {
    float: right;
    margin: 23px 30px 0 0;
    font-size: 0.9em;
}

#header .block-wrapper {
    float: left;
}

#header #sales-num {
    font-weight: bold;
    line-height: 16px;
    text-align: right;
    font-size: 1.2em;
    width: 220px;
}
#header #sales-num .sales-text {
    margin-right: 5px;
    color: #666666;
}
#header #sales-num .num {
    float: right;
}
#header #sales-num a:visited,
#header #sales-num a:active,
#header #sales-num a:link {
    font-size: 1em;
    color: #001CA8;
    text-decoration: none;
}

#chat-tab {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 50%;
    margin-right: -614px; 
    height: 36px;
    z-index: 9001;
}

#chat-toggle {
    position: absolute;
    top: 0px;
    right: 0px;  
    width: 20px;
    height: 24px; 
    display: block;
    border: 0px;
    cursor: pointer;
}
#chat-toggle.open-chat {
    background: url("/assets/img/chat-tab-all-opentab.png") no-repeat top left;
}
#chat-toggle.close-chat {
    background: url("/assets/img/chat-tab-all-closetab.png") no-repeat top left;
}


/* Bring the chat tab in when the screen size is narrow */
@media screen and (max-width: 1240px) {
    #chat-tab {
        margin-right: -460px;
    }
}

#chat-links {
    display: none;
    position: absolute;
    bottom: 36px;
    left: 0px;
}
#chat-links a {
    display: block;
    border-bottom: 1px solid white;
}
#chat-now, #chat-links a {
    width: 124px;
    height: 36px;
    background: url("/assets/img/chat-tab.png") no-repeat scroll 0px 0px transparent;
    cursor: pointer;
}
#chat-tab #chat-now {
    background-position: 0px 0px;
}
#chat-tab #chat-sales, #chat-tab #chat-sales-offline {
    background-position: 0px -36px;
}
#chat-tab #chat-sales:hover, #chat-tab #chat-sales-offline:hover {
    background-position: 0px -72px;
}
#chat-tab #chat-support {
    background-position: 0px -108px;
}
#chat-tab #chat-support:hover {
    background-position:  0px -144px;
}

#header #search-box {
    margin: 13px 0 0 0;
}
#header #search-box input.searchbox {
    float: right;
    padding: 0px 4px;
    width: 165px;
    height: 24px;
    line-height: 16px;
    font-size: 1em;
    border: 1px solid #898987;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
#header #search-box input.searchbutton {
    float: right;
/*    display: block;*/
    padding: 0px;
    height: 26px;
    width: 28px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background: url('/assets/img/search_button.png') no-repeat scroll 4px 4px #898987;
    border: 1px solid #898987;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}


/* = BREADCRUMB
-------------------------------*/
#breadcrumb {
    margin: 0px 40px;
    padding: 25px 0px 4px;
    clear: both;
    text-align: left;
    font-size: 85%;
    color: #9c9b88;
    position: relative;
    z-index: 25;
}

#breadcrumb a {
    margin: 0 4px;
}

/* DOWNLOAD BREADCRUMB */
#doc-version-crumb li a {
    text-decoration: none;
    border-bottom: 1px solid;
}

#doc-version-crumb li a:hover {
    border-bottom: none;
}
sup.breadcrumbs {
    vertical-align: top;
    font-size: 0.8em;
}

/* = PRIMARY CONTENT
-------------------------------*/

/*----------------*/
/* BORDER TESTING */
/*----------------*/

#primary-content { 
    position: relative;
    width: 880px;
    margin: 0;
    padding: 20px 40px 20px;
	text-align: left;
	color: #1e3645;
	line-height: 150%;
	overflow:hidden;
}


/* = SITE INFORMATION
-------------------------------*/
#footer {
	clear: both;
	font-size: 0.75em;
	width: 900px;
    height:48px;
	margin: 0 auto;
	background: #f1eeee;
    position: relative;
    padding: 9px 30px;
}

#qa-footer-logos {
    text-align: center;  
    overflow: hidden;
    width: 182px;
}

#qa-footer-logos img {
    margin: 0px;
    padding: 0px 15px;
    border: 0px;
}

#site-info {
    width:360px;
    float: left;
}

#site-info a:link, #site-info a:visited, #site-info a:active {
	color: #898987;
	text-decoration: none;
    font-weight:bold;
}

#site-info a:hover {
	color: #000;
	text-decoration: underline;
}

#site-info p {
	float: right;
	margin: 18px 0 18px 9px;
	padding: 0;
	font-weight: normal;
}

ul#site-info-list {
	float: left;
	list-style: none;
	margin: 18px 0px 18px 0px;
	padding: 0;
}

ul#site-info-list li {
	float: left;
	margin: 0;
	padding: 0 8px;
}

#social-media {
  width:300px;
  float:right;
}

ul#social-icons { 
    overflow: hidden;
    float: right;
    margin: 0px 4px;
    padding-top: 14px;
}
ul#social-icons li { 
    background:url('/assets/img/sm_sprite.png');
    list-style: none;
    float: left;
    margin-right: 8px;
}
ul#social-icons li a{
    width:22px;
    height:22px;
    display:block;
    text-decoration:none;
}
ul#social-icons li.facebook { 
    background-position:0 0;
}
ul#social-icons li.linkedin { 
    background-position:0 66px;
}
ul#social-icons li.twitter { 
    background-position:0 44px;
}
ul#social-icons li.youtube { 
    background-position:0 22px;
}
ul#social-icons li.facebook:hover { 
    background-position:22px 0;
}
ul#social-icons li.linkedin:hover { 
    background-position:22px 66px;
}
ul#social-icons li.twitter:hover { 
    background-position:22px 44px;
}
ul#social-icons li.youtube:hover { 
    background-position:22px 22px;
}
div#copyright-notice {
    margin: 0px auto;
    padding: 0px;
    clear: both;
    font-size: 0.7em;
    background: #ddd;
}

div#copyright-notice p{
    padding:15px 0px;
    margin: 0px;
    text-align: center;
}

#homepage-ad1 a.button, 
#homepage-ad2 a.button, 
a.button {
	width: 96px;
	height: 38px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
}

img.newitem-tag {
	vertical-align: 0px;
	padding: 0px;
	margin: 0px;
}

body.products a.button {
	background: transparent url(/assets/img/buy-now-bg.gif) top left no-repeat;
	position: relative;
	float: right;
	margin-top: -15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.buybutton:link,
a.buybutton:visited,
a.buybutton:hover,
a.buybutton:active {
	display:block;
	background: transparent url(/assets/img/buy-now-bg.gif) center center no-repeat;
	padding: 12px 0 12px 0;
	margin:1px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align:center;	

}
a.trybutton:link,
a.trybutton:visited,
a.trybutton:hover,
a.trybutton:active,
table#fulltable a.trybutton:link,
table#fulltable a.trybutton:visited,
table#fulltable a.trybutton:hover,
table#fulltable a.trybutton:active {
	padding: 10px 0 10px 0;
	margin:1px;
	background: transparent url(/assets/img/product-overview-button.gif) center center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;


}
/* buttons in table cells */
td a.trybutton,
td a.buybutton {
	display:block;
}


.dontshow {
	display: none;
}


/* DIAGRAMS */
p.diagram {
	text-align:center;
	padding:5px;

}
img.diagram-image {
	padding:5px;
}

/* = PRODUCT PAGE
-----------------------------*/
#product-overview {
	width: 870px;
	height: 200px;
	background: url(/assets/img/ad-bg.jpg) #0134c1 top left no-repeat;
	margin: 0 auto 20px auto;
	padding: 0 0 0 10px;
}

#product-overview dl {
	width: 245px;
	padding: 0 25px 0 10px;
	margin: 20px 0 0 0;
	display: inline;
	float: left;
  height: 170px;
  position: relative;
}

* html #product-overview dl {
	padding: 0 10px;
}

#product-overview #last-product {
	border: none;
}

#product-overview dl dt {
	font-size: 1.3em;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 240px;
}

#product-overview dl dt sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

#product-overview dl dd.desc {
	font-size: 0.95em;
	color: #fff;
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 259px;
}

#product-overview dl dd.button {
    position: absolute;
    left: 80px;
    bottom: 0;
    width: 90px;
    padding: 0px;
    margin: 0px;
}

#product-overview dl dd.button a
{
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	background: url(/assets/img/product-overview-button.gif) top left no-repeat;
	display: block;
	width: 90px;
	height: 31px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
}

.prod-left, .prod-right {
	float: left;
	display: inline;
}
.prod-left {
    width: 440px;
}
.prod-right {
    margin-left: 25px;
    width: 410px;
}

ul#product-resources {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
ul#product-resources li dl dt, ul#product-resources li dl dd {
	margin: 0;
	padding: 0 0 0 65px;
	text-align: left;
}
ul#product-resources li dl dt {
	font-weight: bolder;
}
ul#product-resources dl {
    margin: 0;
}
ul#product-resources li {
	margin-bottom: 15px;
    display: inline-block;
}
ul#product-resources li#product-releasenotes {
	background: transparent url(/assets/img/product-releasenotes-icon.gif) no-repeat left center;
}
ul#product-resources li#product-knownbugs {
	background: transparent url(/assets/img/product-bugs-icon.gif) no-repeat left center;
}
ul#product-resources li#product-getstarted {
	background: transparent url(/assets/img/getstarted.png) no-repeat left center;
}
ul#product-resources li#product-documentation {
	background: transparent url(/assets/img/product-documentation-icon.gif) no-repeat left center;
}
ul#product-resources li#product-submitsupport {
    background: url("/assets/img/product-submit-icon.gif") no-repeat scroll left center transparent;
}
div.product-features {
	background-color: #F6F6F6;
	width: 370px;
	padding: 5px 20px 5px 20px;
	margin: 0px;
}
div.product-features ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	list-style-image:url(/assets/img/product-bullet.gif);
	
}
div.product-features li {
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 0.9em;
    vertical-align: top;
}
div.product-features li.last-item {
	border-bottom: 0;
}
/* extra body for specificity purposes */
body div.product-features p {
	font-weight: bolder;
    margin-top: 0px;
    padding-top: 5px;
}
/* product-download */
div.product-download {
	background-color: #F6F6F6;
	width: 370px;
	padding: 5px 20px 5px 20px;
}

div.product-download h3 {
    line-height: normal;
    margin-top: 10px;
}

div.product-download dt {
	font-weight: bolder;
	clear: both;
    margin-top: 15px;
}
div.product-download dd {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
div.product-download dd.last-item {
	border-bottom: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
div.product-download ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
div.product-download ul li {
	float: left;
	padding-right: 10px;
}

body.products div.product-download {
    padding: 15px 20px;
    overflow: hidden;
}
body.products div.product-download h4 {
    margin: 0;
}
body.products div.product-download p,
body.products div.product-download li {
    margin-bottom: 0;
}
body.products h2 {
	padding-bottom: 10px;
}
body.products p {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
}
body.oem div.videos,
body.products.overview div.videos {
    overflow: hidden;
    margin: 15px 0;
}
body.oem div.videos li.left,
body.products.overview div.videos li.left {
    float: left;
}
body.oem div.videos li.right,
body.products.overview div.videos li.right {
    float: right;
}

.column1 {
	width: 410px;
	float: left;
}
.column2 {
	width: 410px;
	margin:0;
	float: right;
}
/* WEB-1212 */
.product-column1 {
	width: 444px;
	float: left;
}
.product-column2 {
	width: 415px;
	margin:0;
	float: right;
}

/* = STICKY NAV
-----------------------------*/
.sticky-top-nav {
    width: 880px;
}
.sticky-top-nav .inner-top-nav {
    width: 880px;
    background-color: #fff;
    padding: 20px 40px;
}
.sticky-top-nav .fader {
    height: 10px;
}
.sticky-top-nav.stuck {
    position: fixed;
    top: 0;
    width: 960px;
    z-index: 20;
}
.sticky-top-nav.stuck .fader {
    background: url("/assets/img/shadow.png") repeat-x scroll 0 0 transparent;
}

.sticky-top-nav h1 {
    margin: 7px 0 0;
    text-align: left;
}
.sticky-top-nav h1 span {
    font-weight: normal;
}

.sticky-top-nav ul.product-buttons {
    float: right;
    padding-bottom: 20px;
}
.sticky-top-nav ul.product-buttons a {
    padding: 0;
}
.sticky-top-nav ul.product-buttons li {
    float: left;
    margin: 0 0 0 10px;
    height: 40px;
}
.sticky-top-nav ul.product-buttons img {
    margin: 0;
}
.sticky-top-nav ul.product-buttons.gradient-buttons img {
    float: left;
    padding: 9px 5px 0 11px;
}
.sticky-top-nav ul.product-buttons.gradient-buttons .green img {
    padding-left: 7px;
}
.sticky-top-nav ul.product-buttons span {
    display: block;
    height: 30px;
    padding: 10px 0 0;
    text-align: left;
}

/* specific fixes for pages with sticky nav */
body.products.vnc #primary-content,
body.products.viewer-ios #primary-content,
body.products.viewer-android #primary-content,
body.products.viewer-chrome #primary-content,
body.products.viewerplus #primary-content {
    padding-top: 0px;
}
body.viewer-ios.overview h2,
body.viewer-android.overview h2,
body.viewer-chrome.overview h2,
body.viewerplus.overview h2 {
    margin: 30px 0 10px;
    padding: 0;
}
body.viewer-ios.overview h2#overview,
body.viewer-android.overview h2#overview,
body.viewer-chrome.overview h2#overview,
body.viewerplus.overview h2#overview {
    margin-top: 0;
}

/* START #back-top */
#back-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    margin: 0;
    -webkit-transition: right 0.7s ease-out;
       -moz-transition: right 0.7s ease-out;
        -ms-transition: right 0.7s ease-out;
         -o-transition: right 0.7s ease-out;
            transition: right 0.7s ease-out;
}
#back-top a {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span {
    display: block;
    height: 32px;
    width: 32px;
    background-image: url("/assets/img/back-to-top.png");
}
#back-top span:hover {
    background-image: url("/assets/img/back-to-top-hover.png");
}
@media screen and (max-width: 1125px) {
    #back-top {
        right: 0px;
    }
}
@media screen and (max-width: 1042px) {
    #back-top span {
        display: none;
    }
}
/* END #back-top */

/* START .gradient-buttons */
.gradient-buttons a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px 16px;
}

.gradient-buttons .g-border {
    width: 116px;
    display: inline-block;

    /* IE 9 rounded+gradient fix */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.gradient-buttons .green {
    color: #fff;
    background: #4ba614; /* Old browsers */
    background: -ms-linear-gradient(top, #4ba614 0%, #008c00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4ba614 0%, #008c00 100%);
}
.gradient-buttons .green.hover:hover {
    background: #009300 !important; /* Old browsers */
    background: -ms-linear-gradient(top, #009300, #006400) !important; /* IE10+ */
    background: linear-gradient(to bottom, #009300, #006400) !important;
}

.gradient-buttons .red {
    color: #fff;
    background: #ff1a00; /* Old browsers */
    background: -ms-linear-gradient(top, #ff1a00 0%, #cd0000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff1a00 0%, #cd0000 100%);
}
.gradient-buttons .red.hover:hover {
    background: #930000 !important; /* Old browsers */
    background: -ms-linear-gradient(top, #930000, #640000) !important; /* IE10+ */
    background: linear-gradient(to bottom, #930000, #640000) !important;
}

.gradient-buttons .grey {
    color: #000;
    background: #e9e9e9; /* Old browsers */
    background: -ms-linear-gradient(top, #e9e9e9 0%, #dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e9e9 0%, #dddddd 100%);
}
/* END .gradient-buttons */


/* = HTML FORMS
-----------------------------*/
.form-table td,
.form-table th {
	vertical-align: top;
}

#primary-content form  {
	font-size: 0.9em;
}

#primary-content form fieldset {
	border: 1px solid #ddd;
	padding: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#primary-content form fieldset legend {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}
#primary-content form label {
	padding-right: 5px;
	font-weight: bold;
    margin-bottom: 5px;
}

#primary-content form fieldset dl, dl#form-dl {
	margin: 0;
	padding: 5px;
}
#primary-content form fieldset dl dt, dl#form-dl dt {
	clear: both;
	float: left;
	padding-top: 5px;
}
#primary-content form fieldset dl dd, dl#form-dl dd {
	padding-top: 5px;
	margin-left: 210px;
}

#primary-content form fieldset dl dd#email-opt-in input, dl#form-dl dd #email-opt-in input {
    margin-right: 10px;
}

/* = DOCUMENTATION
-----------------------------*/
dl#documentation-F8-menu dt {
	padding-top: 5px;
	font-weight: bold;
}

/* documentation code styles (WEB-2004) */
pre.command, pre.output, pre.file, pre.menu {
    width: auto;
    margin: 5px auto;
}
pre.command:before, pre.command.multiline span:before {
    content: "";
}
pre.command.multiline:before {
    content: "";
}
pre.file {
    background-color: #D9D9D9 !important;
}
pre.menu {
    border: 1px solid black;
}


/* = VNC
-----------------------------*/
body.vnc a img {
	border: 0;
}

/* = CGI
-------------------------*/
ul#cards {
	list-style:none;
	clear: both;
	margin: 0 auto;
}
ul#cards li {
	float: left;
	margin: 0 0 0 5px ;
}
p.buy-page {
	clear:both;
	margin: 0 0 0 auto;
}

p.download-version {
	color:#0148FF;
}

p.download-desc {
	font-style:italic;
}

/* FORM VALIDATION */
.form-error {
    border: 2px solid red;
    background-color:#FFCCCC;
    padding:10px;
    color:red;
    text-align:center;
    font-weight:bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.form-ok {
    border: 2px solid green;
    background-color:#99FF99;
    padding: 10px;
    color:green;
    text-align:center;
    font-weight:bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.alignright
{	
	float: right;
}
.alignleft
{	
	float: left;
}

.iphoneonly {
    display: none;
}

#confirmpurchasedetails {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.highlightedformfield {
    background: #FFFF00;
}

#redirectmessage {
    display: none;
}

#confirmlist dt {
    float: left;
    width: 10em;
    clear: left;
}
#confirmlist dt, #confirmlist dd {
    line-height: 200%;
}

#wpsubmit {
    clear: left;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    padding-top: 20px;
}

.clearer {
    clear: both;
}

.mandatoryform dt {
    width: 210px;
}
.mandatoryform dt span {
    float: right;
    font-weight: bold;
    width: 16px;
}
.mandatoryform dd input {
    width: 135px;
}
.mandatoryform dd input, .mandatoryform dd select, .mandatoryform dd textarea {
    display: block;
}

.mandatoryform dd p input {
    margin-left: 15px;
}

.supportbutton {
    color: #1E3645;
    font-size: 15px;
    font-weight: bold;
    width: 161px;
    height: 160px;
    position: relative;
    margin-left: 25px;
    margin-top: 0px;
    padding: 0px;
    float: left;
    display: inline;
}

.supportbutton a {
    display: block;
    width: 161px;
}

.supportbutton img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 161px;
}

/* OEM section */
.black_bordered {
    border: 1px solid #000000;
}

#iphone_view_link {
    float: right;
    font-size: 1.2em;
}

#oem_contact_link {
    float: right;
    position: relative;
    bottom: 30px;
    right: 20px;
    font-size: 1.2em;
}

/* VIEWER PLUS PAGE */

#i7_vpro_logo {
    float: right;
    margin: 10px 0px 10px 10px;
}

#i5_vpro_logo {
    float: right;
    clear: right;
    margin: 0px 0px 10px 10px;
}

/* Documentation iframe styles */
div.framemaker_html {
	position: relative;
	height: 600px;
	background-color: white;
	margin-top: 18px;
	margin-bottom: 18px;
}

div.framemaker_html div.framemaker_html_toc{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;   
	width: 215px;
	height: 600px;
	overflow: auto;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6699CC;
}

div.framemaker_html div.framemaker_html_content {
	position: absolute;
	top: 0px;
	left: 234px;
	right: 0px;
	bottom: 0px;
	height: 600px;
	width: 624px;
	overflow: auto;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6699CC;
	background-color: white;
}

div.framemaker_html img {
	border: 0px solid white;
	margin: 0px;
}

div.framemaker_html p {
	display: block;
	line-height: 1.45em;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.framemaker_html a {
	color: blue;
}

div.framemaker_html a:hover {
	color: #E59700;
}

/* --------------- Specific for iframe docs ---------------*/

div.framemaker_html p.AppendixTitle {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.SpecialTitle {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.ChapterTitle {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.Heading1 {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.TocTitle {
	font-size: 1.9em;
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 1.35em;
	margin-top: 4px;
}

div.framemaker_html p.AppendixTitleTOC {
	margin-top: 16px;
}

div.framemaker_html p.SpecialTitleTOC {
	margin-top: 16px;
}

div.framemaker_html p.ChapterTitleTOC {
	margin-top: 16px;
}
 
div.framemaker_html p.Heading1TOC {
	margin-left: 20px;
}
 
div.framemaker_html p.Heading2 {
	font-size: 1.5em;
	margin-top: 18px;
	margin-bottom: 13px;
	font-weight: bold;
}

div.framemaker_html p.ChapterContents{
	font-size: 1.5em;
	margin-top: 18px;
	margin-bottom: 13px;
	font-weight: bold;
}

div.framemaker_html p.Heading3 {
	font-size: 1.15em;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.framemaker_html p.Heading4{
	font-size: 0.95em;
	margin-top: 12px;
	font-weight: bold;
}

div.framemaker_html p.Bullet {
	margin-left: 16px;
	text-indent: -16px;
}

div.framemaker_html p.Number {
	margin-left: 16px;
	text-indent: -16px;
}

div.framemaker_html p.BulletIndent {
	margin-left: 32px;
	text-indent: -16px;
}

div.framemaker_html p.NumberIndent {
	margin-left: 32px;
	text-indent: -16px;
}

div.framemaker_html p.Indent {
	margin-left: 16px;
}

div.framemaker_html p.NoteIndent {
	margin-left: 16px;
}

div.framemaker_html p.IndentIndent {
	margin-left: 32px;
}

div.framemaker_html p.Graphic {
	margin-top: 12px;
	margin-bottom: 12px;
}

div.framemaker_html img.Indent1Graphic {
	margin-left: 18px;
}

div.framemaker_html img.Indent2Graphic {
	margin-left: 34px;
}

div.framemaker_html p.ChapterMiniToc {

}

div.framemaker_html p.Code {
	font: 9pt "Courier New";
}

div.framemaker_html p.GraphicExplanation {
	font-style: italic;
	margin: 3px 0px 12px 0px;
	line-height: 1.4em;
}

div.framemaker_html p.GraphicIndentExplanation {
	font-style: italic;
	margin: 3px 0px 12px 16px;
	line-height: 1.4em;
}

div.framemaker_html div.Header {
	border-bottom: 1px solid #6699CC;
	text-align: center;
	padding: 12px 0px 16px 0px;
	font-style: italic;
}

div.framemaker_html div.Footer {
	margin-top: 18px;
	border-top: 1px solid #6699CC;
	text-align: center;
	padding: 13px 0px 15px 0px;
	font-style: italic;
}

div.framemaker_html a.NavigationPrevious{
	float: left;
	font-style: normal;
}

div.framemaker_html a.NavigationNext{
	float: right;
	font-style: normal;
}

/* --------------- Tables in iframe docs ---------------*/

div.framemaker_html div.Indent1Table {
	margin-left: 16px;
}

div.framemaker_html div.Indent2Table {
	margin-left: 32px;
}

div.framemaker_html table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	border: 1px solid gray;
	background-color: transparent;
}

div.framemaker_html table.FixedColumnWidthTable {
	table-layout: fixed;
}

div.framemaker_html table.FixedColumnWidthTable td.Chapter6ServerModesCol1{
	width: 18%;
}

div.framemaker_html table.FixedColumnWidthTable td.Chapter6ServerModesCol2{
	width: 16%;
}

div.framemaker_html table.FixedColumnWidthTable td.Chapter6ServerModesCol3{
	width: 14%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixBUnixParamsCol1{
	width: 17%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixBUnixParamsCol3{
	width: 29%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixBMacParamsCol1{
        width: 17%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixBMacParamsCol3{
        width: 39%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixBUnixPolicyCol1{
	width: 17%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixBUnixPolicyCol3{
	width: 32%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixDServerCol1{
	width: 20%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixDServerCol2{
	width: 12%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixDViewerCol1{
	width: 20%;
}

div.framemaker_html table.FixedColumnWidthTable td.AppendixDViewerCol2{
	width: 18%;
}

div.framemaker_html table.FixedColumnWidthTable td.Chapter7RelaxAuthCol1{
	width: 60%;
}

div.framemaker_html td{
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 1px solid #C0C0C0;
}

div.framemaker_html th {
	border-bottom: 1px solid gray;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
}

div.framemaker_html p.CellBody {
	font-size: 1em;
	margin-top: 4px;
	margin-bottom: 4px;
 }

div.framemaker_html p.CellBodySubsequentPara {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
 }

div.framemaker_html p.CellHeading {
	font-size: 1em;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.framemaker_html p.CellBodyHeading {
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.framemaker_html p.CellHeadingParameter {
	font-family: "Courier New", sans-serif;
	font-size: 1em;
	margin-top: 5px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #C0C0C0;
	text-align: center;
}

div.framemaker_html p.CellBodyBullet {
	font-size: 1em;
	margin-left: 16px;
	text-indent: -16px;
}

/* --------------- Character formats in iframe docs ---------------*/

div.framemaker_html span.Code {
 font: 9pt "Courier New";
 }
 
div.framemaker_html span.Emphasis {
 font-style: italic;
}
 
div.framemaker_html span.BoldItalic {
 font-style: italic;
 font-weight: bold;
}

div.framemaker_html span.Control {
 font-weight: bold;
}

div.framemaker_html span.ParameterDefault {
 position: absolute;
 right: 20px;
}

div.framemaker_html span.ParameterName{
 position: absolute;
 left: 19px;
}

.smalltm {
    font-size: 0.7em;
}

/* IPHONE THUMBS */

.carousel-container {
    margin-top: 0px; 
    margin-bottom: 15px; 
    text-align: center;
    vertical-align: top;
}

.carousel-container p {
    font-size: 0.9em;
    margin-top: -5px; 
    margin-bottom: 0px;
}

.apple_overlay.apple_landscape, .apple_overlay.apple_portrait {
    display: none;
    padding: 55px 50px 25px 50px;
}

.apple_overlay.apple_ipad_landscape {
    display: none;
    padding: 70px 40px 5px 50px;
}

.apple_overlay.apple_ipad_portrait {
    display: none;
    padding: 70px 40px 5px 60px;
}

.apple_overlay.apple_ipad_landscape {
    width: 600px;
    background-image: url(/assets/img/ipad-screenshot-background-horiz.png);
}

.apple_overlay.apple_ipad_portrait {
    width: 500px;
    background-image: url(/assets/img/ipad-screenshot-background-vert.png);
}

.apple_overlay.apple_landscape {
    background-image: url(/assets/img/iphone-screenshot-background-horiz.png);
    width: 500px;
}

.apple_overlay.apple_portrait {
    background-image: url(/assets/img/iphone-screenshot-background-vert.png);
    width: 259px;
}

.apple_overlay a.close,
.dialogue a.close {
    background-image: url(/assets/img/close.png);
    display: block;
    position: absolute;
    right: 35px;
    top: 40px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}



/* NEWS PAGES */

ul.social-media-buttons li { 
    float:right; 
    margin-left:15px;
}

#newsyears {
    float: right;
}
#newsyears ul#section-nav {
    margin: -10px 0 0;
}

#news-crumbs li {
    float: left;
    color: #000;
    line-height: 150%;
    font-size: 1.15em;
}

#newslist {
    margin-top: 15px;
}

#newslist dt {
    clear: left;
    float: left;
    font-size: 0.9em;
    text-align: center;
}

#newslist dd {
    margin-bottom: 25px;
    margin-left: 85px;
}

#newslist .largeday {
    font-size: 3em;
    font-weight: bold;
    line-height: 100%;
}

#newslist .excerpt {
    text-align: justify;
}

#customer_news_logo {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

/* BEGIN .box */
.box {
    border: 2px solid #eee;
}

.box .title {
    background: #eee;
    margin: 0;
    padding: 8px 20px;
    font-weight: normal;
    font-size: 1.3em;
}
.box .title a {
    text-decoration: none;
    color: #333;
}
.box .inner { padding: 10px 20px; }

/* END .box */

/* BEGIN .tile + .tilebg */

.tile {
    background: #999;
    color: #fff;
}

.tile .title {
    background: transparent;
}

/* front page tiles hack */
a.tilebg {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none ! important;
}
/* END .tile + .tilebg */

#platform-details .inner { position: relative; font-size: 0.8em; }
#platform-details ul {
    margin: 10px 0px 0px;
    padding: 0;
    list-style-type: none;
}
#platform-details li { margin: 0px 4px; float: left; }

ul#videos { list-style-type: 0; padding: 0 }
ul#videos .video1 { float: left; margin: 0px 4px 0px 0px; }
ul#videos .video2 { float: right; }

/* expandable DLs */
dl.expandable dt {
    background: url('/assets/img/expandable.png') 0px -40px no-repeat;
    padding: 0px 0px 0px 20px;
    cursor: pointer;
}
dl.expandable dt:hover { background-position: 0px -60px; }
dl.expandable dt.collapsed { background-position: 0px 0px; }
dl.expandable dt.collapsed:hover { background-position: 0px -20px; }

dl.expandable dt h3 { padding: 0; font-weight: normal; }

dl.expandable dd {
    font-size: 0.85em;
    margin: 4px 4px 8px 16px;
    line-height: 1.5em;
}

/* BEGIN buttons */
a.button-red {
    background: url('/assets/img/button_red.png') 0 0 no-repeat;
    display: block;
    width: 120px;
    height: 40px;
    text-decoration: none;
}
a.button-red:hover { background-position: 0 -40px; }
a.button-red:active { background-position: 0 -80px; }
a.button-red span {
    display: block;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}
/* END buttons */

/* BEGIN section-nav */
ul#section-nav {
    list-style-type: none;
    padding: 0;
    font-size: 0.9em;
    display: table;
    width: 100%;
}

ul#section-nav li.download {
    margin: 0px 0px 0px 20px;
}

ul#section-nav a.beyond {
    border: 1px solid #999;
    padding: 7px 16px;
    font-weight: bold;
}

/* END section-nav */

/* START download button */
.download-button,
#download-button,
#licensing-button {
    color: white !important;
    border: 1px solid #006600 !important;
    background: rgb(0,188,0) !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,188,0,1), rgba(0,147,0,1)) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, rgba(0,188,0,1), rgba(0,147,0,1)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)) !important; /* IE10+ */
    background: linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BC00', endColorstr='#009300',GradientType=0 ) !important; /* IE6-9 */
}

.download-button:hover,
#download-button:hover,
#licensing-button:hover {
    color: white !important;
    border: 1px solid #006600 !important;
    background: rgb(0,147,0) !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,147,0,1), rgba(0,100,0,1)) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, rgba(0,147,0,1), rgba(0,100,0,1)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)) !important; /* IE10+ */
    background: linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009300', endColorstr='#006400',GradientType=0 ) !important; /* IE6-9 */
}

.buy-button,
#buy-button {
    color: #fff !important;
    border-color: #600 !important;

    background: #dd2222 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #dd2222, #dd2222 , #aa2222 ) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #dd2222, #dd2222, #aa2222) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ) !important; /* IE10+ */
    background: linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2222', endColorstr='#aa2222',GradientType=0 ) !important; /* IE6-9 */
}

.buy-button:hover,
#buy-button:hover {
    background: #930000 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #930000 , #640000 ) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #930000, #640000) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #930000 ,#640000 ) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #930000 ,#640000 ) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #930000 ,#640000 ) !important; /* IE10+ */
    background: linear-gradient(top,  #930000 ,#640000 ) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930000', endColorstr='#640000',GradientType=0 ) !important; /* IE6-9 */
}

.download-button:active,
#download-button:active {
    border-width: 2px !important;
}

.border-fix{
    /* IE 9 rounded+gradient fix */
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px; 
    border-radius: 9px;
    overflow: hidden;
}

/* END download button */

/* START contact us button */
#contactus-button {
    color: #fff;
    border-color: #600;

    background: #dd2222; /* Old browsers */
    background: -moz-linear-gradient(top,  #dd2222, #dd2222 , #aa2222 ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #dd2222, #dd2222, #aa2222); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* IE10+ */
    background: linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2222', endColorstr='#aa2222',GradientType=0 ); /* IE6-9 */
}

#contactus-button:hover {
    background: #930000; /* Old browsers */
    background: -moz-linear-gradient(top,  #930000 , #640000 ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #930000, #640000); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #930000 ,#640000 ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #930000 ,#640000 ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #930000 ,#640000 ); /* IE10+ */
    background: linear-gradient(top,  #930000 ,#640000 ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930000', endColorstr='#640000',GradientType=0 ); /* IE6-9 */
}
#contactus-button-container {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
/* END contact us button */


ol#release-notes {
    list-style-type: none;
    padding: 0;
}
ol#release-notes h3 {
    font-size: 1.3em;
}
ol#release-notes ul {
    margin: 0px 0px 0px 20px;
}
#release-notes ul.notes li {
    padding: 0px 0px 0px 20px;
    border-left: 4px solid #eee;
    margin: 0px 0px 8px;
}
#release-notes span.new {
    font-weight: bold;
}

/* START known-bugs */
table#known-bugs {
    margin: 0;
    border-collapse: collapse;
    font-size: 0.85em;

}
table#known-bugs tr th.first {
    -moz-border-radius-top-left: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
table#known-bugs tr th.last {
    -moz-border-radius-top-right: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
table#known-bugs tr.last td.first {
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
table#known-bugs tr.last td.last {
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

table#known-bugs th,
table#known-bugs td { padding: 4px 12px; vertical-align: top;}
table#known-bugs tr th { background: #ccc; }
table#known-bugs tr.odd td { background: #f3f3f3; }
table#known-bugs tr.even td { background: #fcfcfc; }
table#known-bugs .col1 { width: 60px; }
/* END known-bugs */

/* START version switcher */
#versionswitcher {
    float: right;
    clear: both;
    margin: 10px 0px 20px 30px;
}
/* END version switcher */

/* BEGIN layout classes */
.twocol { margin: 0px 0px 20px; }
.twocol .col1,
.twocol .col2 { width: 400px; }
.twocol .col1 { float: left; }
.twocol .col2 { float: right; }
/* END layout classes */
input.link-button,
button.link-button,
span.link-button,
a.link-button {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    color: black;
    background: #eee;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;

    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,#f9f9f9, #eeeeee); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #f9f9f9, #eeeeee); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9,#eeeeee); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9,#eeeeee); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9,#eeeeee); /* IE10+ */
    background: linear-gradient(top,  #f9f9f9,#eeeeee); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

input.link-button:hover,
button.link-button:hover,
a.link-button:hover {
    border: 1px solid #999;
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9, #dddddd); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #e9e9e9, #dddddd); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9,#dddddd); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9,#dddddd); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e9e9,#dddddd); /* IE10+ */
    background: linear-gradient(top, #e9e9e9,#dddddd); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

input.link-button:active,
button.link-button:active,
a.link-button:active {
    border: 1px solid #888;
    background: #d9d9d9; /* Old browsers */
    background: -moz-linear-gradient(top, #d9d9d9, #cccccc); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #d9d9d9, #cccccc); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d9d9,#cccccc); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d9d9,#cccccc); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d9d9,#cccccc); /* IE10+ */
    background: linear-gradient(top, #d9d9d9,#cccccc); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
span.link-button {
    background: #f9f9f9;
    color: #ccc;
    border-color: #eee;
}

div.tooltip  {
    background: url('/assets/img/tooltip_arrow.png') top center no-repeat !important;
}


/* START navigation */
ul.navigation  {
}

ul.navigation li {
/*    float: left;*/
    display: table-cell;
    background: #f1eeee;
    text-align: center;
}

ul.navigation li a,
ul.navigation li span,
ul.navigation li div {
    display: block;
    padding: 5px 0px;

/*    padding: 8px 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;*/

    zoom: 1; /* IE fix */
/*    background: #e9e9e9;*/
}

ul.navigation a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

ul.navigation li a:hover {
    zoom: 1; /* IE fix */
    background: #d9d9d9;
}

ul.navigation li a.active-section {
    color: #fff;
    font-weight: bold;
    zoom: 1; /* IE fix */
    background: #595959;
}
ul.navigation li a.active-section:hover {
    zoom: 1; /* IE fix */
    background: #333;
}

ul.navigation li.first a {
    border-left: none;
/*    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;*/
}

ul.navigation li.last a,
ul.navigation li.last div {
    border-right: none;
/*    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;*/
    zoom: 1; /* Fix for IE */
}



/* Another IE fix */
ul.navigation li.last div form {
    margin: 0px; 
    min-height: 24px;
}

/* Specific for news years picker */
#newsyears ul.navigation li {
    background: none;
}
#newsyears ul.navigation li a, #newsyears ul.navigation li span {
    display: block;
    padding: 8px 16px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #EEE;
    zoom: 1;
    background: #E9E9E9;
}
#newsyears ul.navigation li span {
    color: #FFF !important;
    font-weight: bold !important;
    zoom: 1 !important;
    background: #595959 !important;
}
#newsyears ul.navigation li.first a, #newsyears ul.navigation li.first span {
    border-left: none;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#newsyears ul.navigation li.last a, #newsyears ul.navigation li.last span {
    border-right: none;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    zoom: 1;
}
#newsyears ul.navigation li a:hover {
    zoom: 1; /* IE fix */
    background: #d9d9d9;
}

/* END navigation */

ul#big-buttons {
/*    position: absolute;
    top: 28px;
    right: 40px;*/
}

ul#big-buttons li {
    float: right;
    display:block;
    margin: 0px 0px 0px 10px;
    /* IE 9 rounded+gradient fix */
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;
    overflow:hidden;
}
ul#big-buttons li img { margin: 0; }

ul#big-buttons li a.link-button {
    width: 70px;
}

/* START status */
ul#messages li {
    border: 2px solid #999;
    border-radius: 6px;
    margin-bottom: 20px;
}

ul#messages li h2 {
    background: #999;
    float: left;
    padding: 13px;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
}

ul#messages li p {
    float: left;
    margin: 0;
    padding: 10px 20px;
    color: #333;
}

ul#messages li a {
    color: black;
}

ul#messages li.red { border-color: #900; }
ul#messages li.red h2 { background: #900; }
ul#messages li.amber { border-color: #c60; }
ul#messages li.amber h2 { background: #c60; }
ul#messages li.green { border-color: #090; }
ul#messages li.green h2 { background: #090; }

/* END #messages */

/* START #hash-links */
#hash-links {
    clear: both;
    margin: 20px 0px;
    border: 1px solid #ddd;
    padding: 0;
}

#hash-links li {
    width: 430px;
    float: left;
    margin: 0;
}
#hash-links li.odd {
}
#hash-links li.even {

}

#hash-links li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    margin: 1px;
    color: #333;
}
#hash-links li a:hover {
    background: #eee;
}

#hash-links li span { padding: 0px 10px 0px 0px; }

a.top {
    display: block;
    margin: 10px 0px;
    text-align: center;
    color: #999;
    font-size: 0.8em;
    text-decoration: none;
}

a.top:hover { color: #333; }

a.top span {
    padding: 0px 4px;
}
/* END #hash-links */

/* START #contents */
#contents {
    clear: both;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#contents > ul > li {
    position: relative;
    width: 439px;
}

#contents ul li { border-bottom: 1px solid #eee; }
#contents ul ul li { border: 0; }

#contents ul li a,
#contents ul li span {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

#contents ul ul li a,
#contents ul ul li span {
    padding: 4px 8px;   
    color: #000;
}

#contents > ul > li.odd > a,
#contents > ul > li.odd > span { border-right: 1px solid #eee; }
#contents > ul > li > a:hover { background: #eee; }

#contents > ul > li.tl > a {
    -moz-border-radius-top-left: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
#contents > ul > li.tr > a {
    -moz-border-radius-top-right: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
#contents > ul > li.bl > a {
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#contents > ul > li.br > a {
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* END #contents */

/* START #version-picker */
#version-picker {
    float: right;
    margin-top: -35px;
}
#version-picker select {
    padding: 2px 4px;
}
/* END #version-picker */


a.breakout-link {
    float: right;
    padding: 10px 20px;
    color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
a.breakout-link:hover { text-decoration: none; }


.inactive, 
.inactive a { cursor: default; } 

/* clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* START mini-ads */
#mini-ads {
    float: right;
    font-family: "Gudea", Open Sans, sans-serif;
    width: 350px;
    margin-left: 20px;
}
#mini-ads li {
    height: 180px;
    color: #333;
    position: relative;
    height: 165px;
    margin: 0 0 20px 0;
}
#mini-ads li a {
    text-decoration: none;
    display: block;
    height: 165px;
    cursor: pointer;
}
#mini-ads li a:link, #mini-ads li a:visited, #mini-ads li a:active {
    color: #fff;
    text-decoration: none;
}
#mini-ads li span {
    float: right;
    position: relative;
    display: block;
    text-align: right;
    text-decoration: none;
}
#mini-ads li span.inner {
    font-size: 1.1em;
    width: 70px;
    top: 53px;
    right: 15px;
}
#mini-ads li span.actions {
    font-size: 1.4em;
    font-weight: bold;
    top: 140px;
    right: 10px;
}
#mini-ads li#new-to-vnc {
    background: #0038bb url('/assets/img/mini_ad_newtovnc.png') 10px 10px no-repeat;
    width: 350px;
}
#mini-ads li#download-vnc {
    background: #00ae00 url('/assets/img/mini_ad_downloadvnc.png') 0px 5px no-repeat;
    width: 165px;
    float: left;
}
#mini-ads li#buy-vnc {
    background: #e4302c url('/assets/img/mini_ad_buyvnc.png') 0px 5px no-repeat;
    width: 165px;
    float: right;
}
#mini-ads li#new-to-vnc:hover { background-color: #039; }
#mini-ads li#download-vnc:hover { background-color: #090; }
#mini-ads li#buy-vnc:hover { background-color: #c00; }
#mini-ads li#new-to-vnc span.inner {
    width: 120px;
    top: 73px;
}
#mini-ads li#new-to-vnc span.actions {
    width: 330px
}
/* END mini-ads */

/* START license keys */
#key {
    margin: 20px 0px;
}
#key dt { font-size: 1.2em; font-weight: bold; }
#key dd { margin: 0; }

#key pre {
    margin: 0px 5px 0px 0px;
    padding: 10px;
    background: #eee;
    width: auto;
    float: left;
    font-size: 2em;
}
/* END license keys */

/* START common docs styles */

#doc-crumbs { margin: 10px 0px 17px 0px; clear: both; }

#doc-crumbs li {
    float: left;
    margin: 0px 10px 0px 0px;
}

#doc-crumbs a {
   text-decoration: none;
}

#doc-version-crumb ul {
    display: inline-block;
    margin-bottom: 10px;
}
#doc-version-crumb li {
    float: left;
    padding-right: 5px;
}

#doc-version-crumb li input {
    font-size: 12px;
    height: 22px;
    width: 30px;
}
#doc-version-crumb .right-elem,
#doc-version-crumb .right-elem form {
    float: right;
}

body.documentation h2 {
    font-size: 20px;
    font-weight: bold;
}
body.documentation h3 {
    font-size: 15px;
    margin: 20px 0 15px 0;
}
body.documentation h4 {
    margin: 20px 0 10px 0;
}

ul.doc-list {
    margin: 0 0 10px 10px;
}

.docs-grid {
    margin: 15px 45px;
    padding: 20px;
}
.docs-grid li {
    overflow: hidden;
    padding-top: 0.5em;
    border-top: 1px solid #EEEEEE;
    margin-top: 0.5em;
}
.docs-grid li:first-child, .docs-grid li.firstChild {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}
.docs-grid span {
    font-weight: bold;
    float: left;
    margin: 0px;
    width: 10em;
}
.docs-grid div {
    margin-left: 17em;
}
.docs-grid ul.versions li {
    border-left: 1px solid #CCCCCC;
    border-top: none;
    float: left;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
}
.docs-grid ul.versions li:first-child {
    border-left: none;
}

.docs-table { margin: 20px 0px; border-collapse: collapse; }
.docs-table th { background: #ccc; }
.docs-table tr.odd td { background: #f3f3f3; }
.docs-table tr.even td { background: #fcfcfc; }
.docs-table th,
.docs-table td { padding: 4px 8px; }

.docs-table .tl { 
    -moz-border-radius-top-left: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
.docs-table .tr { 
    -moz-border-radius-top-right: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
.docs-table .bl { 
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.docs-table .br { 
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/* END common docs style */

/* START Licence display page */
#license-info {
    text-align: center;
}
#license-info dl {
    width: 400px;
    margin: 20px 0px 0px 300px;
    width: 50%;
    text-align: left;
}
#license-info dt {
    float: left;
    display: block;
    width: 10em;
    font-weight: bold;
}
#new_key {
    margin: 20px auto;
    width: 40em;
}
#new_key h3 {
    text-align: left;
    margin-bottom: 10px;
}
#new_key div {
    background: #eee;
    padding: 15px;
    font-size: 1.4em;
    text-align: center;
}
a#apply-license {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}
#further-links {
    overflow: hidden;
    margin: 50px auto 0px auto;
    width: 500px;
}
#further-links li {
    float: left;
    width: 50%;
}
#type-in-text {
    text-align: center;
}
.license-footnote {
    font-size: 0.9em;
}
/* END License display page */

/* START error tips */

p.error-tip {
    background: url('/assets/img/tooltip_arrow_left.png') center left no-repeat !important;
    margin: 0;
    padding-left: 8px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 502px;
}

p.error-tip-bottom {
    margin: 5px 0 0 225px;
}

p.error-tip span,
p.error-tip-bottom span {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#primary-content p.error-tip span a,
#primary-content p.error-tip-bottom span a {
    color: #fff;
}

/* END error tips */

/* START enquiry form */

a.enquire-button {
    float: right;
    margin-top: 1px !important;
    font-size: 1.2em;
    color: #fff!important;
    border-color: #600;

    background: #dd2222; /* Old browsers */
    background: -moz-linear-gradient(top,  #dd2222, #dd2222 , #aa2222 ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #dd2222, #dd2222, #aa2222); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* IE10+ */
    background: linear-gradient(top,  #dd2222 ,#dd2222 ,#aa2222 ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2222', endColorstr='#aa2222',GradientType=0 ); /* IE6-9 */
}
a.enquire-button:hover {
    background: #930000; /* Old browsers */
    background: -moz-linear-gradient(top,  #930000 , #640000 ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #930000, #640000); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #930000 ,#640000 ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #930000 ,#640000 ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #930000 ,#640000 ); /* IE10+ */
    background: linear-gradient(top,  #930000 ,#640000 ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930000', endColorstr='#640000',GradientType=0 ); /* IE6-9 */
}

form#enquiry input[type="text"],
form#enquiry select,
form#enquiry textarea {
    width: 265px;
    padding: 4px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#enquiry select {
    padding: 4px;
}

form#enquiry input[type='text'].error,
form#enquiry select.error,
form#enquiry textarea.error {
    border: 2px solid #c00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

form#enquiry ul li {
    position: relative;
    margin: 0px 0px 5px;
}
form#enquiry ul li.submit-row { position: static; }

form#enquiry ul li label {
    display: block;
    float: left;
    clear: left;
    width: 220px;
    text-align: right;
}

form#enquiry ul li input {
    padding: 4px 8px;
}
form#enquiry p.error-tip { left: 510px; }

form#enquiry ul li input.link-button {
    margin-left: 225px;
}

/* END enquiry form */

/* START WorldPay callbacks */
#license-info p { width: 40em; margin: 20px auto; }
/* END WorldPay callbacks */

/* START Careers */
/* Careers common */
body.careers #primary-content > h1 {
    float: left;
}
body.careers #careers-contact {
    float: right;
}
body.careers #careers-contact p {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
}
body.careers .narrow-nav li {
    width: 25%;
    text-align: center;
}
body.careers #careers-banner {
    margin: 0;
    width: 880px;
    height: 250px;
}
body.careers #careers_content {
    margin-top: 2em;
}

/* Current opportunities */
body.careers .vacancies-section {
    width: 435px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
body.careers .vacancies-section h3 {
    margin-bottom: 0.5em;
    color: #00ae00;
}
body.careers .vacancies-section li {
    margin-bottom: 5px;
}
body.careers .vacancies-section li a {
    color: black;
}

/* Company culture */
body.careers .culture-quote {
    background-color: #dddddd;
    border-radius: 1em;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
}
body.careers .culture-quote .quote-details {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2em 0 2em;
}
body.careers .culture-quote .quote-details h4 {
    font-weight: normal;
    margin: 0;
}
body.careers .culture-quote .quote-details p {
    font-size: 1.1em;
    font-style: italic;
}
body.careers .culture-quote img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
body.careers .left-quote {
    margin-left: 5em;
    clear: both;
}
body.careers .right-quote {
    float: right;
    margin-right: 5em;
}

/* Vacancies */
body.careers #vacancy-title {
    margin-top: 2em;
    margin-bottom: 1em;
}
body.careers #vacancy-title h1 {
    margin-bottom: 0;
    display: inline-block;
}
body.careers .pdf-version {
    float: right;
    margin: 0;
}
body.careers .pdf-version img {
    margin: 0 5px 0 0;
    vertical-align: -3px;
}
body.careers .pdf-version.title-fix {
    margin-top: 1em;
}
body.careers ul.careers_list {
    list-style-type: disc;
    margin: 1em 0em 1em 2em;
}
body.careers ul.careers_list ul.careers_list {
    list-style-type: circle;
    margin: 0 0 0 3em;
}
body.vacancy-commercial #vacancy-title h1,
body.vacancy-commercial #vacancy-content h2,
body.vacancy-commercial #vacancy-content h3 {
    color: #e4302c;
}
body.vacancy-engineering #vacancy-title h1,
body.vacancy-engineering #vacancy-content h2,
body.vacancy-engineering #vacancy-content h3 {
    color: #1c3e94;
}

/* Job application */
body.careers .apply-now.link-button {
    display: none;
    float: none;
    margin-bottom: 1em;
}
body.careers #job-application {
    display: none;
}
body.careers #job-application-form {
    margin: 30px 0;
}
body.careers #job-application-form ul {
    margin-bottom: 30px;
}
body.careers #job-application-form li {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}
body.careers #job-application-form li label {
    width: 200px;
    float: left;
    text-align: right;
}
body.careers #job-application-form li input,
body.careers #job-application-form li span {
    margin-left: 20px;
}
body.careers #job-application-form li .file-info {
    margin-left: 225px;
}
body.careers #job-application-form li input[type='text'] {
    padding: 4px 8px;
}
body.careers #job-application-form li .error-tip {
    display: inline;
    position: static;
    padding-left: 0;
}
body.careers #job-application-form li .error-tip span {
    margin-left: 8px;
}
body.careers #job-application-form li input[type='file'].error {
    border: auto;
    color: #c00;
}
body.careers #job-application-form #disclaimer {
    margin-left: 220px;
}
body.careers #job-application-form #captcha {
    margin-left: 225px;
}
body.careers #job-application-form #submit-button {
    margin-left: 220px;
    width: 200px;
    float: none;
}
body.careers #job-application-form #spinner {
    margin-left: 309px;
    margin-top: 5px;
    display: none;
}
body.vacancy-application #job-application {
    display: block !important;
}
body.vacancy-application h3 {
    color: #1c3e94;
}

/* END Careers */

body.support .input-attachment { display: block; }
body.support #submit-request {
	margin: 1px;
	color: white;
    border: 1px solid #006600;
    background: rgb(0,188,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,188,0,1), rgba(0,147,0,1)); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, rgba(0,188,0,1), rgba(0,147,0,1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)); /* IE10+ */
    background: linear-gradient(top, rgba(0,188,0,1),rgba(0,147,0,1)); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BC00', endColorstr='#009300',GradientType=0 ); /* IE6-9 */
}
body.support #submit-request:hover {
    color: white;
    border: 1px solid #006600;
    background: rgb(0,147,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,147,0,1), rgba(0,100,0,1)); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, rgba(0,147,0,1), rgba(0,100,0,1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)); /* IE10+ */
    background: linear-gradient(top, rgba(0,147,0,1),rgba(0,100,0,1)); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009300', endColorstr='#006400',GradientType=0 ); /* IE6-9 */
}
body.support #submit-request:active {
    border-width: 2px;
    margin: 0px;
}

#support-request li.textinput input#customer { width: 150px; }
#support-request li.textinput input#email { width: 207px; }

/* START ios specific css */
/* CSS must be prefixed with .ios (which is added to body by app.js) */
.ios #license-personal {
    -webkit-background-size: 102px 152px !important;
}
.ios #license-enterprise {
    -webkit-background-size: 102px 152px !important;
}
.ios ul#products li input,
.ios ul#products li button,
.ios ul#licenses li input {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.ios #features h2 {
    height: 30px !important;
}
.ios #features h2 span {
    width: 391px !important;
    position: relative !important;
    top: -1px !important;
}

/* Fix for mobile Safari zoom issue on footer. */
.ios #mobile-safari-border-fix {
    /* This element is injected, by app.js, into pages viewed on iOS. */
    width: 964px !important;
    height: 44px !important;
    position: relative !important;
    top: -42px !important;
    margin: auto !important;
    background-color: #CCC !important;
    z-index: 2 !important;
}
.ios #copyright-notice {
    position: relative !important;
    z-index: 3 !important;
}

/* Fix for mobile Safari zoom issue on purchase page. */
.ios.purchase ul#products #product-vnc,
.ios.purchase ul#products #product-viewer-plus, 
.ios.purchase ul#products #viewer-ios a, 
.ios.purchase ul#products #viewer-android a, 
.ios.purchase ul#products #product-support-renewal {
    border: 1px solid #FFFFFF !important;
    background-clip:padding-box !important;
    margin: 0px !important;
}
.ios.purchase ul#products #product-vnc {
    background-position: -6px -1px !important;
}
.ios.purchase ul#products #product-viewer-plus {
    background-position: -166px -1px !important;
}
.ios.purchase ul#products #viewer-ios a {
    background-position: -6px -201px !important;
}
.ios.purchase ul#products #viewer-android a {
    background-position: -166px -201px !important;
}
.ios.purchase ul#products #product-support-renewal {
    background-position: -6px -401px !important;
}
.ios.purchase ol#stages h2 {
    border: 1px solid #FFFFFF !important;
    border-radius: 111px !important;
    background-clip: content-box !important;
}

/* Fix for mobile Safari zoom issue on support page */
.ios #support-icons li a {
    border: 1px solid #FFFFFF !important;
    background-clip:padding-box !important;
}
.ios #support-icons #enterprise-personal-support a { background-position: -6px -1px !important; }
.ios #support-icons #viewerplus-support a { background-position: -6px -291px !important; }
.ios #support-icons #ios-support a { background-position: -6px -146px !important; }
.ios #support-icons #android-support a { background-position: -151px -146px !important; }
.ios #support-icons #chrome-support a { background-position: -151px -1px !important; }

/* END ios specific css */

input[type='text'].error,
textarea.error,
select.error {
    border: 2px solid #c00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.noborder { border: 0 !important; }


/* START sitemap */

#sitemap { margin: 20px 0px 50px; }

#sitemap a { text-decoration: none; }
#sitemap a:hover { color: #000; }

#sitemap ul {
    margin: 0px 0px 0px 20px;
}

#sitemap h2 {
    border-bottom: 1px solid #999;
    margin: 20px 0px 20px;
    padding: 0px 0px 5px;
    font-size: 1em;
}

#sitemap h2 a {
    color: #333;
    font-weight: bold;
}

#sitemap h3 {
    font-size: 0.9em;
}

#sitemap h3 a {
    color: #555;
    font-weight: normal;
}

#sitemap .section {
    float: left;
    width: 400px;
    margin: 0px 0px 20px;
}
#sitemap .odd {
    clear: left;
    margin-right: 80px;
}

/* END sitemap */


/* START nav */
#nav {
    position: relative;
    height: 42px;
    margin: 0px 0px 42px 0px;
    text-align: left;
}
body.home #nav {
    margin: 0px;
}
#nav a { text-decoration: none; }

#nav li {
    float: left;
    text-align: center;
    margin: 0;
    position: static;
    height: 42px;
    line-height: 42px;
}
#nav li a {
    display: block;
    width: 137px;
    padding: 0;
}

#nav .primary { height:42px; clear: both; background: #039; }
#nav .primary > li > a { color: #fff; font-weight: bold; }
#nav .primary > li > a:hover { background: #25c; }
#nav .primary > li.selected > a,
#nav .primary > li.selected > a:hover {  color: #333; background: #f1eeee; }

#nav .secondary { clear: both; background: #f1eeee; }
#nav .secondary li a { color: #555; }
#nav .secondary li a:hover { background: #f9f9f9; }
#nav .secondary li.selected a,
#nav .secondary li.selected a:hover { color: #000; background: #fff; }

#nav .secondary li a {
    padding: 11px 0px;
    line-height: 20px; /* fix for <sup /> affecting alignment */
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 0.9em;
}

#nav .open,
#nav .secondary {
    position: absolute;
    z-index: 1;
    top: 42px;
    left: 0px;
    width: 100%;
}

#nav .secondary { display: none; }
#nav .open { display: block; height: 42px; }

.total h4 {
    margin: 0px 0px 5px;
    border-bottom: 2px solid #000;
}

/* END nav */

/* START narrow-nav */
ul.narrow-nav {
    list-style-type: none;
    padding: 0;
    font-size: 0.9em;
    display: table;
    width: 100%;
}
ul.narrow-nav li {
    display: table-cell;
    background: #f1eeee;
    text-align: center;
}
ul.narrow-nav li a {
    display: block;
    padding: 6px 0px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    line-height: 150%;
    zoom: 1; /* IE fix */
}
ul.narrow-nav li a sup {
    line-height: 6px; /* fix for <sup /> affecting alignment */
}
ul.narrow-nav li a:hover {
    background: #d9d9d9;
    zoom: 1; /* IE fix */
}
ul.narrow-nav li a.selected {
    background: #595959;
    color: #fff;
    font-weight: bold;
    zoom: 1; /* IE fix */
}

/* END narrow-nav */

.purchase #enquiry .submit-row {
    clear: both;
}
.purchase.partner-program .column1 p:first-child {
    margin-top: 0;
}
.purchase.partner-program .column2 {
    width: 310px;
    background-color: #f6f6f6;
    padding: 10px 20px;
}

.purchase.partner-program .column1 {
    width: 500px;
}

.purchase.partner-program form#enquiry ul li label {
    width: 210px;
}
.purchase.partner-program #registration-form {
    clear: both;
    margin-top: 2em;
}

.purchase.partner-program #registration-form form {
    margin-top: 2em;
}

.purchase.partner-program #registration-form p.error-tip {
    white-space: nowrap;
}

.purchase.partner-program #other-enquiries {
    margin-top: 2em;
}


#partner_banner {
    margin: 0px 0px 40px -40px;
    background: url('/assets/img/partner_banner.jpg');
    height: 210px;
    width: 960px;
    position: relative;
}

#partner_quote {
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 20px;
}

#partner_quote_bk {
    background: #000;
    opacity: 0.4;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 960px;
}

#partner_quote h2 {
    color: white;
}

#partner_quote h2 {
    font-size: 1.3em;
    padding-top: 2px;
}

/* START VNC licensing */
.products.vnc.licensing li.free h2,
.products.vnc.licensing span.free {
    color: #e4302c;
}
.products.vnc.licensing li.personal h2,
.products.vnc.licensing span.personal {
    color: #2255cc;
}
.products.vnc.licensing li.enterprise h2,
.products.vnc.licensing span.enterprise {
    color: #1ab21e;
}

.products.vnc.licensing #versions {
    margin: 30px 0 40px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}
.products.vnc.licensing #versions > ul > li {
    float: left;
    width: 292px;
}
.products.vnc.licensing #versions li h2 {
    text-align: center;
}
.products.vnc.licensing #versions li .pricing {
    text-align: center;
    height: 65px;
    padding-top: 20px;
}
.products.vnc.licensing #versions li .pricing div {
    display: none;
}
.products.vnc.licensing #versions li .pricing div.selected-currency {
    display: block;
}
.products.vnc.licensing #versions li .pricing .currency-symbol {
    font-size: 2em;
    vertical-align: top;
    margin-right: -4px;
}
.products.vnc.licensing #versions li .pricing .price {
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
}
.products.vnc.licensing #versions li .pricing .per-desktop {
    margin-left: -3px;
    font-size: 1.1em;
}
.products.vnc.licensing #versions li .pricing .per-desktop a {
    color: #1e3645;
}
.products.vnc.licensing #versions li .pricing .volume-discount {
    margin-top: 0;
}
.products.vnc.licensing #versions li .currency-selector {
    text-align: center;
    height: 30px;
    padding: 10px 0;
}
.products.vnc.licensing #versions li .currency-selector ul {
    width: 186px;
    margin: 0 auto;
    visibility: hidden;
}
.products.vnc.licensing #versions li .currency-selector ul li {
    float: left;
    width: 60px;
    border-top: 1px solid #1e3645;
    border-right: 1px solid #1e3645;
    border-bottom: 1px solid #1e3645;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: 600;
}
.products.vnc.licensing #versions li .currency-selector ul li.first {
    border-left: 1px solid #1e3645;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.products.vnc.licensing #versions li .currency-selector ul li.last {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.products.vnc.licensing #versions li .currency-selector li.selected-currency {
    background-color: #1e3645;
    color: #fff;
}
.products.vnc.licensing #versions li p.use {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
}
.products.vnc.licensing #versions li .tier-buttons {
    padding: 10px 15px;
}
.products.vnc.licensing #versions li .tier-buttons li {
    width: 49%;
    float: left;
    border: 1px solid #25C;
}
.products.vnc.licensing #versions li .tier-buttons li.get-key {
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.products.vnc.licensing #versions li .tier-buttons li.buy-key {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.products.vnc.licensing #versions li.enterprise .tier-buttons li.buy-key {
    border-left: 1px solid #fff;
}
.products.vnc.licensing #versions li.enterprise .tier-buttons li.buy-key:hover,
.products.vnc.licensing #versions li.enterprise .tier-buttons li.get-key:hover + li.buy-key{
    border-left: 1px solid #25C;
}
.products.vnc.licensing #versions li.free .tier-buttons li.get-key {
    margin-left: 25%;
    border-right: 1px solid #25C;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.products.vnc.licensing #versions li .tier-buttons a {
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.products.vnc.licensing #versions li.enterprise .tier-buttons a,
.products.vnc.licensing #versions li .tier-buttons a:hover {
    color: #fff;
    background-color: #25C;
}
.products.vnc.licensing #versions li.enterprise .tier-buttons a:hover {
    color: #25C;
    background-color: #fff;
}
.products.vnc.licensing #versions li .version-info {
    height: 120px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.products.vnc.licensing #versions li .pricing,
.products.vnc.licensing #versions li .currency-selector,
.products.vnc.licensing #versions li .tier-buttons,
.products.vnc.licensing #versions li .version-info {
    border-right: 1px solid #ccc;
}
.products.vnc.licensing #versions li.last .pricing,
.products.vnc.licensing #versions li.last .currency-selector,
.products.vnc.licensing #versions li.last .tier-buttons,
.products.vnc.licensing #versions li.last .version-info {
    border-right: none;
}
.products.vnc.licensing .footer {
    padding: 30px 0px 30px;
    text-align: center;
}

.products.vnc.licensing #versions .feature-list .feature-icon {
    background-image: url('/assets/img/server/vnc-feature-icons-small.png');
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.products.vnc.licensing #versions .feature-list li {
    padding: 0 15px;
}
.products.vnc.licensing #versions .feature-list a {
    text-decoration: none;
    color: #666;
}
.products.vnc.licensing #versions .feature-list a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    width: 220px;
}
.products.vnc.licensing #versions .feature-list a:hover span {
    text-decoration: underline;
    color: #999;
}
.products.vnc.licensing #versions .feature-list .feature-icon.cross-platform { background-position: 0 0; }
.products.vnc.licensing #versions .feature-list .feature-icon.languages { background-position: 0 -32px; }
.products.vnc.licensing #versions .feature-list .feature-icon.vnc-authentication { background-position: 0 -64px; }
.products.vnc.licensing #versions .feature-list .feature-icon.encryption128 { background-position: 0 -96px; }
.products.vnc.licensing #versions .feature-list .feature-icon.system-authentication { background-position: 0 -128px; }
.products.vnc.licensing #versions .feature-list .feature-icon.optimized { background-position: 0 -160px; }
.products.vnc.licensing #versions .feature-list .feature-icon.printing { background-position: 0 -192px; }
.products.vnc.licensing #versions .feature-list .feature-icon.file-transfer { background-position: 0 -224px; }
.products.vnc.licensing #versions .feature-list .feature-icon.chat { background-position: 0 -256px; }
.products.vnc.licensing #versions .feature-list .feature-icon.dedicated-support { background-position: 0 -288px; }
.products.vnc.licensing #versions .feature-list .feature-icon.single-sign-on-authentication { background-position: 0 -320px; }
.products.vnc.licensing #versions .feature-list .feature-icon.encryption256 { background-position: 0 -352px; }
.products.vnc.licensing #versions .feature-list .feature-icon.deployment { background-position: 0 -384px; }
.products.vnc.licensing #versions .feature-list .feature-icon.policy { background-position: 0 -416px; }

.products.vnc.licensing #versions .feature-list a:hover .feature-icon.cross-platform { background-position: -32px 0; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.languages { background-position: -32px -32px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.vnc-authentication { background-position: -32px -64px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.encryption128 { background-position: -32px -96px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.system-authentication { background-position: -32px -128px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.optimized { background-position: -32px -160px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.printing { background-position: -32px -192px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.file-transfer { background-position: -32px -224px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.chat { background-position: -32px -256px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.dedicated-support { background-position: -32px -288px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.single-sign-on-authentication { background-position: -32px -320px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.encryption256 { background-position: -32px -352px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.deployment { background-position: -32px -384px; }
.products.vnc.licensing #versions .feature-list a:hover .feature-icon.policy { background-position: -32px -416px; }

.products.vnc.licensing #features .feature {
    padding: 20px 0;
}
.products.vnc.licensing #features .feature .feature-icon {
    background-image: url('/assets/img/server/vnc-feature-icons-large.png');
    width: 96px;
    height: 72px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.products.vnc.licensing #features .feature .feature-info {
    display: inline-block;
    width: 740px;
}
.products.vnc.licensing #features .feature .feature-info h4 {
    margin: 0;
    font-weight: normal;
    font-size: 1.25em;
}
.products.vnc.licensing #features .feature#cross-platform .feature-icon { background-position: 0 0; }
.products.vnc.licensing #features .feature#languages .feature-icon { background-position: 0 -72px; }
.products.vnc.licensing #features .feature#vnc-authentication .feature-icon { background-position: 0 -144px; }
.products.vnc.licensing #features .feature#encryption128 .feature-icon { background-position: 0 -216px; }
.products.vnc.licensing #features .feature#system-authentication .feature-icon { background-position: 0 -288px; }
.products.vnc.licensing #features .feature#optimized .feature-icon { background-position: 0 -360px; }
.products.vnc.licensing #features .feature#printing .feature-icon { background-position: 0 -432px; }
.products.vnc.licensing #features .feature#file-transfer .feature-icon { background-position: 0 -504px; }
.products.vnc.licensing #features .feature#chat .feature-icon { background-position: 0 -576px; }
.products.vnc.licensing #features .feature#dedicated-support .feature-icon { background-position: 0 -648px; }
.products.vnc.licensing #features .feature#single-sign-on-authentication .feature-icon { background-position: 0 -720px; }
.products.vnc.licensing #features .feature#encryption256 .feature-icon { background-position: 0 -792px; }
.products.vnc.licensing #features .feature#deployment .feature-icon { background-position: 0 -864px; }
.products.vnc.licensing #features .feature#policy .feature-icon { background-position: 0 -936px; }
/* END VNC licensing */
