/* =============================================
  Accessibilty
================================================ */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

#accessibility {
    position: absolute;
    top: -10000px;
}


/* =============================================================================
   Clearfix
   ========================================================================== */
/* updated to prevent margin-collapsing on child elements in most situations -
    http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}


/* =============================================================================
   Typography
   ========================================================================== */

body {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.excerpt {
    font-size: 120%;
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

sub,
sup {
    font-size: 10px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================
  Main Blocks
================================================ */

body {
    background-color: #FFF;
    min-width: 955px;
}

#container {
    width: 955px;
    margin: 0 auto;
    background: url("sidebar_border.gif") repeat-y;
}

#error-503 #container {
    background: none;
}


/* =============================================
  Top Bar
================================================ */

#topBar {
    background-color: #f0f2f6;
    border-bottom: 1px solid #ccc;
    height: 46px;
    padding-top: 12px;
}

#topBarInner {
    width: 955px;
    margin: 0 auto;
}

#topBarInner a {
    color: #1277cd;
    text-decoration: none;
}

#topBarInner a:hover {
    text-decoration: underline;
}

#twitterTitles {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 50px;
    height: 32px;
    padding-top: 1px;
    border-right: 1px solid #ccc;
}

#twitterTitles .twitter {
    font-weight: bold;
    color: #777;
}

#twitterTitles .follow a {
    font-weight: bold;
}

#twitterOutput {
    float: left;
    margin-left: 8px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    height: 31px;
    padding-top: 1px;
    width: 520px;
}

#searchBlock {
    float: right;
    text-align: right;
    margin-top: 4px;
    height: 32px;
}

#searchBlock input#searchInput {
    position: relative;
    top: -2px;
    background-color: #FFF;
    border: 1px solid #ccc;
    padding: 5px;
    height: 20px;
    width: 243px;
    border-radius: 5px;
}

#searchBlock input#searchInput:focus {
    background-image: none;
}

#searchBlock button#btn {
    width: 32px;
    height: 32px;
    padding: 0;
    outline: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: #f0f2f6 url("search_button.png") no-repeat 0 0;
}

#searchBlock button#btn:hover {
    background-position: 0 -32px;
}

#searchBlock button#btn:focus,
#searchBlock button#btn:active {
    background-position: 0 -64px;
}

#searchBlock button#btn::-moz-focus-inner {
    border: 0;
}


/* =============================================
  Header
================================================ */

#header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

#headerInner {
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
    height: 86px;
}

#homeLink {
    float: left;
    width: 280px;
    padding-right: 21px;
    border-right: 1px solid #ccc;
}

#homeLink a .homeLinkText {
    display: none;
}

#homeLink a {
    display: block;
    width: 280px;
    height: 86px;
    background: url("banner_logo.png") no-repeat 0 5px;
}

#homeLink a:hover {
    background-position: 0 -112px;
}

#homeLink a:active {
    background-position: 0 -111px;
}


/* =============================================
  Top Navigation
================================================ */

#topNavMajor {
    float: left;
    width: 650px;
    text-transform: uppercase;
}

#topNavMajor ul {
    height: 86px;
}

#topNavMajor .smallText {
    display: block;
    font-size: 12px;
    padding-top: 20px;
}

#topNavMajor .largeText {
    display: block;
    font-size: 18px;
}

ul#majorNav li {
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
    width: 129px;
}

ul#majorNav li.last {
    border: none;
}

ul#majorNav li a {
    display: block;
    height: 86px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: background-color .33s ease-in-out;
       -moz-transition: background-color .33s ease-in-out;
        -ms-transition: background-color .33s ease-in-out;
         -o-transition: background-color .33s ease-in-out;
            transition: background-color .33s ease-in-out;
}

ul#majorNav li a:hover,
ul#majorNav li a.active {
    background-color: #f0f2f6;
}


/* =============================================
  Titles
================================================ */

h1 {
    font-size: 38px;
    font-style: italic;
    font-weight: normal;
    margin-top: 6px;
    line-height: 40px;
}

.article h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.article h2.weblogFrontpage {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 0;
    border: 0;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 6px;
    line-height: 40px;
}

h2 a {
    color: #333;
    text-decoration: none;
}

h2.error-status {
    text-align: center;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 0;
    border: 0;
}

h3.weblogFrontpage a,
h3.weblogFrontpageListing a {
    font-weight: bold;
    color: #1277cd;
    text-decoration: none;
}

h3.weblogFrontpage a:hover,
h3.weblogFrontpageListing a:hover {
    text-decoration: underline;
}

h3.weblogFrontpageListing {
    margin-top: 25px;
}

h3.categoryListing {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 0;
    border: 0;
}

#sidebar h2,
h3.testimonials,
h3.forumtopics {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

h3.testimonials,
h3.forumtopics {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#sidebar h2.articleBlockTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0;
}

.articleBody h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 15px;
    border: 0;
}

.faq .articleBody h2 {
    padding-top: 0;
    margin-top: 0;
}

#content .articleBody h3.listingTitle {
    font-weight: normal;
    padding-bottom: 0;
}

#content .articleBody h3.listingTitle a,
#content .articleBody h3.searchResultTitle a {
    color: #333;
    text-decoration: none;
}

#content .articleBody h3.listingTitle a:hover,
#content .articleBody h3.searchResultTitle a:hover {
    text-decoration: underline;
}

h3.categoryListingTitle {
    font-family: "Times New Roman", Times, serif;
    color: #1277cd;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    padding-left: 21px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url("plus_minus.png") no-repeat 0 -1px;
}

h3.categoryListingTitle:hover {
    text-decoration: underline;
}

h3.categoryListingTitle.open {
    background-position: 0 -56px;
}


/* =============================================
  Content Blocks
================================================ */

#content {
    width: 636px;
    float: right;
    margin-top: -6px;
}


/* =============================================
  Weblog Frontpage
================================================ */

/* equal height columns (One True Layout Method) -
    http://css-tricks.com/7692-fluid-width-equal-height-columns/ */

.articleWeblogFrontpageOuter {
    overflow: hidden;
    margin-top: 20px;
}

.articleWeblogFrontpage,
.articleWeblogFrontpageLast {
    float: left;
    width: 177px;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.articleWeblogFrontpageLast {
    border: 0;
    margin-right: 0;
}

p.weblogFrontpageMeta,
p.weblogFrontpageListingMeta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.weblogFrontpageListingMeta {
    margin-top: 5px;
    margin-bottom: 0;
}

p.weblogFrontpageMeta a,
p.weblogFrontpageListingMeta a {
    color: #1277cd;
    text-decoration: none;
}

p.weblogFrontpageMeta a:hover,
p.weblogFrontpageListingMeta a:hover {
    text-decoration: underline;
}

.weblogFrontpageOuter {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.weblogFrontpageList {
    float: left;
    width: 395px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px;
}

.weblogFrontpageList .weblogFrontpageListingMeta .authorMeta {
    text-transform: capitalize;
}

.weblogFrontpageCategories {
    float: left;
}

.weblogFrontpageCategories h2 {
    margin-bottom: 28px;
}

.weblogFrontpageCategories p.weblogCategoryListing {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.weblogFrontpageCategories p.weblogCategoryListing a {
    font-weight: bold;
    color: #1277cd;
    text-decoration: none;
}

.weblogFrontpageCategories p.weblogCategoryListing a:hover {
    text-decoration: underline;
}


/* =============================================
  Documentation Frontpage
================================================ */

#outerBlockLeft {
    float: left;
    width: 415px;
    border-right: 1px solid #ccc;
}

#innerBlockLeftTop {
    width: 397px;
    margin-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#detailBlockLeft {
    float: left;
    width: 180px;
    padding-right: 18px;
    padding-bottom: 10px;
    border-right: 1px solid #ccc;
}

#detailBlockRight {
    float: left;
    width: 180px;
    padding-left: 18px;
}

#innerBlockLeftBottom {
    width: 398px;
    margin-right: 18px;
    padding-bottom: 50px;
}

#innerBlockLeftBottom .interestLeft,
#innerBlockLeftBottom .interestRight {
    float: left;
    width: 180px;
}

#innerBlockLeftBottom .interestLeft {
    margin-right: 37px;
}

#outerBlockRight {
    float: left;
    width: 219px;
}

#imageBlock {
    height: 82px;
    border-bottom: 1px solid #ccc;
}

#imageBlock img {
    margin-top: -45px;
    margin-left: 5px;
}

#detailBlock {
    margin-left: 18px;
}


/* =============================================
  Articles
================================================ */

#con p.error-msg {
    text-align: center;
    margin-top: 30px;
}

#content .article {
    margin-bottom: 40px;
}

#content .narrow {
    width: 75%;
}

#content .articleImage {
    margin: 30px 0 10px 0;
    padding: 2px;
    background-color: #f0f2f6;
    max-width: 635px;
}

#content .articleBody {
    padding-top: 15px;
    color: #333;
}

#content .articleBody .authorMeta {
    text-transform: capitalize;
}

#content .faq .articleBody {
    width: 490px;
    padding: 10px 21px 0 21px;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;    
}

#content .faq .articleBody p.hideLink {
    display: none;
    visibility: hidden;
}

#content .articleBody .qaText {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #3D4B58;
    margin-right: 4px;
}

#content .articleBody a, #content .commentBody a {
    color: #1277cd;
    text-decoration: none;
}

#content .articleBody a:hover, #content .commentBody a:hover {
    text-decoration: underline;
}

#content .articleBody p {
    color: #444;
    margin-bottom: 16px;
}

#content .articleBody blockquote {
    border-left: 2px solid #ccc;
    font-style: italic;
    margin-left: 0;
    padding: 5px 10px;
    margin-bottom: 16px;
}

#content .articleBody code {
    background-color: #FFF2C0;
    font-family: monospace;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    padding: 0 3px;
}

#content .articleBody pre {
    background-color: #FFF2C0;
    padding: 3px 0 3px 3px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    overflow: auto;
}

#content .articleBody p .caps,
#content .articleBody ul .caps,
#content .articleBody ol .caps {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

#content .articleBody a .caps {
    color: #1277cd;
}

#content .articleBody h2 .caps,
#content .articleBody h2 a .caps {
    font-weight: bold;
    font-size: 14px;
}

#content .articleBody img.imgLeft {
    float: left;
    background-color: #f0f2f6;
    padding: 10px;
    border: 1px solid #E4ECF1;
    margin: 4px 15px 4px 0;
}

#content .articleBody img.imgRight {
    float: right;
    background-color: #f0f2f6;
    padding: 10px;
    border: 1px solid #E4ECF1;
    margin: 4px 0 4px 15px;
}

#content .articleBody ul {
    list-style: none;
    padding-bottom: 24px;
    color: #444;
}

#content .articleBody ol {
    list-style: none;
    color: #444;
}

#content .articleBody ul li,
#content .articleBody ol li {
    line-height: 16px;
    margin-left: 14px;
    padding: 5px 0 10px;
}

#content .articleBody ul li ul,
#content .articleBody ol li ol,
#content .articleBody ul li ol,
#content .articleBody ol li ul {
    margin-left: 20px;
}

#content .articleBody ul li {
    padding-left: 15px;
    background: url("list_style_image.gif") no-repeat 0 9px;
}

#content .articleBody dl {
    color: #444;
}

#content .articleBody dl dt {
    margin-top: 15px;
    font-weight: bold;
}

#content .articleBody dl dd strong {
    color: #900;
}

#content .articleBody .quoteBy {
    text-align: right;
    margin: -2em 2em 2em;
}

#content .article p.commentInvite {
    margin-top: 12px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

#content .article a.commentLink {
    color: #1277cd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    padding: 10px 0 10px 36px;
    background: url("leave_comment.png") no-repeat 0 3px;
}

#content .article a.commentLink:hover {
    text-decoration: underline;
    background-position: 0 -32px;
}

#content .articleBody .archiveListing ul {
    list-style-type: none;
    list-style-image: none;
}

#content .articleNav1 {
    width: 630px;
    margin-top: -15px;
}

#content .articleNav2 {
    margin: -18px 0 15px 0;
}

#content .articleNav1 .jumpText {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    width: 57px;
    padding: 15px 10px 15px 0;
    height: 100%;
    vertical-align: middle;
}

#content .articleNav2 .jumpText {
    display: none;
}

#content .articleNav1 ul.contents {
    float: left;
    width: 560px;
    margin: 0;
    padding: 0;
}

#contributors #content .articleNav1 ul.contents {
    border-left: 1px solid #ccc;
}

#content .articleNav2 ul.contents {
    float: left;
    width: 400px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
}

#contributors #content .articleNav2 ul.contents {
    border-left: 1px solid #ccc;
}

#content .articleNav1 ul.contents li {
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border-left: 1px solid #ccc;
    line-height: normal;
    background-image: none;
}

#content .articleNav2 ul.contents li {
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border-left: 1px solid #ccc;
    line-height: normal;
    background-image: none;
}

#contributors #content .articleNav1 ul.contents li,
#contributors #content .articleNav2 ul.contents li {
    border-left: 0;
}

#content .articleNav1 ul.contents li a,
#content .articleNav2 ul.contents li a {
    display: block;
    padding: 15px 8px;
}

#hosting .article img {
    float: right;
    margin: 1.6em 0 20px 30px;
}

#hosting .article h3 {
    clear: both;
    margin-top: 4em;
}

#hosting .article blockquote {
    margin-top: 1em;
}

#faq .article blockquote {
    clear: both;
}

/* =============================================
  Articles - Tables
================================================ */

#content .articleBody table {
    font-family: "Helvetica Neu", Helvetica, Arial, sans-serif;
    border-left: 1px solid #ccc;
    background-color: transparent;
    margin-bottom: 16px;
}

#content .articleBody table th,
#content .articleBody table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 12px 15px 12px;
    vertical-align: middle;
}

#content .articleBody table th {
    background-color: #f0f2f6;
    font-weight: bold;
}


/* =============================================
  Slider Java
================================================ */

#slideShow {
    position: relative;
    width: 629px;
    margin-top: 22px;
    margin-left: 2px;
    margin-bottom: 17px;
}

#slides {
    height: 302px;
    width: 629px;
    list-style: none;
    overflow: auto;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
            box-shadow: 0 2px 6px rgba(0, 0, 0, .2);  
}

#nav {
    text-align: right;
}

#nav .controls a {
    position: relative;
    display: inline-block;
    height: 26px;
}

#nav .controls a span.buttonLabel {
    display: none;
}

#nav .controls a#previous {
    width: 84px;
    height: 19px;
    margin-top: 8px;
    margin-right: 5px;
    outline: 0;
    background: url("slider_previous_button.png") no-repeat 0 0;
}

#nav .controls a:hover#previous {
    background-position: 0 -20px;
}

#nav .controls a:focus#previous,
#nav .controls a:active#previous {
    background-position: 0 -40px;
}

#nav .controls a#next {
    width: 61px;
    height: 19px;
    margin-top: 8px;
    margin-right: 1px;
    outline: 0;
    background: url("slider_next_button.png") no-repeat 0 0;
}

#nav .controls a:hover#next {
    background-position: 0 -20px;
}

#nav .controls a:focus#next,
#nav .controls a:active#next {
    background-position: 0 -40px;
}

#speedDial {
    position: absolute;
    height: 234px;
    width: 600px;
    padding-top: 66px;
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
    background: #FEF8E6;
    top: 1px;
    left: 0;
    z-index: 10;
    display: none;
}

#speedDial h2 {
    display: none;
}

#speedDial a {
    float: left;
    display: block;
    width: 190px;
    height: 33px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 17px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 16px;
    color: #000;
    background: #FABF2B;
    text-decoration: none;
    -webkit-transition: all .33s ease-in-out;
       -moz-transition: all .33s ease-in-out;
        -ms-transition: all .33s ease-in-out;
         -o-transition: all .33s ease-in-out;
            transition: all .33s ease-in-out;
}

#speedDial a:hover,
#speedDial .activeSlide {
    color: #FEF8E6;
    background: #AC7007;
}

#pager {
    position: absolute;
    top: 302px;
    left: 384px;
    width: 63px;
    height: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-top: 9px;
    padding-left: 13px;
    padding-right: 5px;
    margin-right: 15px;
    overflow: hidden;
    display: inline-block;
    z-index: 1000;
    cursor: pointer;
}

#pager .slide {
    float: left;
    width: 18px;
    height: 5px;
    background-color: #FABF2B;
    margin-right: 1px;
    margin-bottom: 1px;
}

#pager .activeSlide {
    background-color: #AC7007;
}

.article-slideshow {
    width: 640px;
    height: 540px;
    overflow: hidden;
}
.article-slideshow div {
    width: 640px;
    height: 483px;
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    text-align: center;
}
.article-slideshow div img {
    float: left;
    margin: 0 10px 0 0; 
    width: 629px;
    height: 473px;
    padding: 3px;
}


/* =============================================
  Accolades Block
================================================ */

#accoladesBlock {
    margin-bottom: 25px;
}

#accoladesBlock h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px 0;
}

#accoladesBlock h4 a {
    color: #1277cd;
    text-decoration: none;
}

#accoladesBlock h4 a:hover {
    text-decoration: underline;
}

#accoladesBlock h4 span {
    font-weight: normal;
}

#accoladesBlock .accolade {
    float:left;
    width: 50%;
    padding-top: 10px;
}

#accoladesBlock .accoladeImage {
    width: 51px;
    float: left;
    padding-top: 4px;
}

#accoladesBlock .text {
    margin-left: 64px;
    margin-right: 20px;
}


/* =============================================
  Forum topics Block
================================================ */

#forumTopicsBlock {
    margin-top: 25px;
}

#forumTopicsBlock ul {
    padding-top: 10px;
}

#forumTopicsBlock li {
    margin-bottom: 10px;
    padding-left: 18px;
    background: url("list_forum_topic.gif") no-repeat 0 3px;    
}

#forumTopicsBlock a {
    color: #1277cd;
    text-decoration: none;
}

#forumTopicsBlock a:hover {
    text-decoration: underline;
}

#forumTopicsMore {
    font-size: 12px;
    text-transform: uppercase;
}
#forumTopicsMore img {
    margin: 0 3px 0 12px;
}

.ftw li {
    margin-bottom: 10px;
    padding-left: 18px;
    background: url("list_forum_topic.gif") no-repeat 0 3px;    
}

.ftw li:after {
  content: " [Ad]";
}

.ftw a {
    color: #1277cd;
    text-decoration: none;
}

/* =============================================
  Contact and Security Forms
================================================ */

form.zemContactForm {
    margin-top: 30px;
    padding: 15px;
    background-color: #f0f2f6;
}

form.zemContactForm legend {
    display: none;
    visibility: hidden;
}

form.zemContactForm label {
    display: none;
    visibility: hidden;
}

form.zemContactForm input,
form.zemContactForm textarea {
    width: 98.5%;
    border: 1px solid #E4ECF1;
    padding: 7px 3px 7px 3px;
    margin: 5px 0 0 0;
}

form.zemContactForm p#submitButton {
    text-align: right;
    margin-top: 0;
}

form.zemContactForm p#submitButton button {
    text-indent: -9999px;
    width: 123px;
    height: 35px;
    cursor: pointer;
    background: transparent url("submit.png") no-repeat 0 0;
}

form.zemContactForm p#submitButton button:hover {
    background-position: 0 -40px;
}

form.zemContactForm p#submitButton button:focus,
form.zemContactForm p#submitButton button:active {
    background-position: 0 -79px;
}

form.zemContactForm p#submitButton button::-moz-focus-inner {
    border: 0;
}

form.zemContactForm textarea {
    height: 120px;
}

form.zemContactForm .names {
    width: 98.5%;
}

form.zemContactForm .name {
    width: 48%;
    float: left;
}

form.zemContactForm .lastName {
    width: 48%;
    float: right;
}

form.zemContactForm .name input,
form.zemContactForm .lastName input {
    width: 100%;
}

form.zemContactForm ul.zemError {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

form.zemContactForm ul.zemError li {
    color: #DA5C2B;
    list-style: none;
    border: 0;
}

#content .articleBody form.zemContactForm ul.zemError li strong {
    color: #DA5C2B;
    font-weight: normal;
}

form.zemContactForm input.zemRequirederrorElement,
form.zemContactForm textarea.zemRequirederrorElement {
    border-bottom: 4px solid #DA5C2B;
}


/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar {
    width: 280px;
    float: left;
}

#sidebar p {
    padding: 5px 0 5px 0;
    text-align: left;
}

#sidebar .articleListing {
    margin: 25px 0;
    font-size: 12px;
}

#sidebar .articleListing ul.directory li a,
#sidebar .faqMenu ul.directory li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 9px 0 10px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    background: url("sidebar_external_link_arrow.gif") no-repeat 263px 12px;
}

#sidebar .articleListing ul.directory li.active a,
#sidebar .articleListing ul.directory li a:hover,
#sidebar .faqMenu ul.directory li.active a,
#sidebar .faqMenu ul.directory li a:hover {
    background-position: 263px -16px;
}

#sidebar .articleListing ul.directory li.first a {
    border-top: 1px solid #ccc;
}

#sidebar .articleListing ul.directory li.external a,
#sidebar .articleListing ul.directory li.external a:hover {
    background: url("external_link_arrow.gif") no-repeat 263px 14px;
}

#sidebar .articleListing ul.directory li.active a,
#sidebar .articleListing ul.directory li a:hover {
    background-color: #f0f2f6;
}

#sidebar .faqMenu {
    margin-bottom: 30px;
    font-size: 12px;
    color: #333;
}

#sidebar .faqMenu h2.faqTitle,
#sidebar .faqMenu h2.faqExternalTitle {
    margin-top: 0;
}

#sidebar .faqMenu h2.faqTitle a,
#sidebar .faqMenu h2.faqExternalTitle a {
    display: block;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    line-height: 16px;
    border-bottom: 1px solid #ccc;
    padding: 9px 15px 10px 11px;
}

#sidebar .faqMenu h2.faqExternalTitle a {
    background: url("sidebar_external_link_arrow.gif") no-repeat 263px 12px;
}

#sidebar .faqMenu h2.faqTitle a:hover,
#sidebar .faqMenu h2.faqExternalTitle a:hover {
    background-color: #f0f2f6;
    background-position: 263px -16px;
}

#sidebar .faqMenu h2.active a {
    background-color: #f0f2f6;
}

#sidebar .faqMenu ul li.last {
    border-bottom: 1px solid #ccc;
}

#sidebar .faqMenu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 9px 15px 10px 11px;
    line-height: 16px;
}

#sidebar .faqMenu ul li a:hover,
#sidebar .faqMenu ul li.active a {
    background-color: #f0f2f6;
}

#sidebar .downloadBlock {
    margin-bottom: .5em;
    border-radius: 5px;
    padding: 14px 10px 13px;
    background: #f0f2f6;
}

#sidebar .downloadButton {
    float: left;
    display: block;
    width: 197px;
    height: 42px;
    outline: 0;
    background: url("download_button.png") no-repeat 0 0;
    text-indent: -9999px;
}

#sidebar .downloadButton:hover {
    background-position: 0 -47px;
}

#sidebar .downloadButton:focus,
#sidebar .downloadButton:active {
    background-position: 0 -93px;
}

#sidebar .downloadDetails {
    float: right;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#sidebar .downloadDetails p {
    padding: 3px 0 0 0;
    width: 55px;
    text-align: center;
    text-transform: uppercase;
}

#sidebar .versionNumber {
    font-size: 18px;
    line-height: 1;
    border-top: 1px solid #ccc;
}

#sidebar .downloadMore {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 25px;
    padding: 0;
}

#sidebar .downloadMore a {
    color: #1277cd;
    text-decoration: none;
    font-weight: bold;
}

#sidebar .downloadMore a:hover {
    text-decoration: underline;
}

#sidebar .reasons {
    margin-bottom: 12px;
}

#sidebar .demoBlock {
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 14px 10px;
    background: #f0f2f6;
}

#sidebar .demoBlock .exampleButton,
#sidebar .demoBlock .demoButton {
    display: block;
    width: 122px;
    height: 33px;
    outline: 0;
    text-indent: -9999px;
}

#sidebar .demoBlock .exampleButton {
    float:left;
    background: url("example_button.png") no-repeat 0 0;
}

#sidebar .demoBlock .demoButton {
    float:right;
    background: url("demo_button.png") no-repeat 0 0;
}

#sidebar .demoBlock .exampleButton:hover,
#sidebar .demoBlock .demoButton:hover {
    background-position: 0 -38px;
}

#sidebar .demoBlock .exampleButton:focus,
#sidebar .demoBlock .exampleButton:active,
#sidebar .demoBlock .demoButton:focus,
#sidebar .demoBlock .demoButton:active {
    background-position: 0 -76px;
}

#sidebar .expand {
    margin-bottom: 5px;
}

#sidebar .expand h2 {
    height: 23px;
    padding: 9px 0 0 33px;
    background: url("expand_header_bg.png") no-repeat 0 0;
    cursor: pointer;
    font-weight: normal;
}

#sidebar .expand h2:hover {
    background-position: 0 -41px;
}

#sidebar .expand h2.open {
    background-position: 0 -82px;
}

#sidebar .expand h2.open:hover {
    background-position: 0 -82px;
}

#sidebar .expand ul {
    width: 280px;
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    background-color: #FEF8E6;
    border-radius: 0 0 5px 5px;
}

#sidebar .expand ul li {
    border-bottom: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 12px;
    margin-right: 12px;
    padding: 9px 0;
}

#sidebar .expand ul li.first {
    padding: 14px 0 9px 0;
}

#sidebar .expand ul li.last {
    border: 0;
}

#sidebar .expand ul li a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #F7DE92;
}

#sidebar #validation {
    margin-top: 25px;
}

#sidebarSponsors a {
    float: left;
    display: block;
    width: 125px;
    height: 125px;
    margin: 15px 0 15px 0;
}

#sidebarSponsors a:nth-child(odd) {
    margin-right: 25px;
}


/* =============================================
  Comments
================================================ */

#commentBlock ol {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#commentBlock li {
    margin: 0;
    padding: 0;
}

#commentBlock li .comment {
    border-bottom: 1px solid #ccc;
    background: url("main_comment_bg.gif") repeat-y 0 0;
}

#commentBlock #cpreview li .comment {
    border-top: 1px solid #ccc;
}

#commentBlock li .comment img.commentPointer {
    position: relative;
    top: 40px;
    right: 136px;
    z-index: 1000;
}

#commentBlock ol li .commentBody {
    width: 465px;
    float: left;
    padding: 15px 15px 10px 0;
    color: #666;
}

#commentBlock .commentBody p {
    margin: 0 0 10px 0;
    padding: 0;
}

#commentBlock ol li .commentMeta {
    width: 120px;
    float: left;
    padding: 15px 0 15px 15px;
}

#commentBlock .commentTime {
    font-family: georgia, serif;
    margin-left: 1px;
    margin-bottom: 5px;
}

#commentBlock .commentName,
#commentBlock .commentName a {
    font-family: Arial, Helvetica, sans-serif;
    color: #1277cd;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
}

#commentBlock .commentName a:hover {
    text-decoration: underline;
}

#commentBlock .commentGravatar {
    margin-left: 2px;
}

#commentBlock .previewComment {
    font-family: Arial, Helvetica, sans-serif;;
    font-weight: bold;
    padding-top: 12px;
    margin-bottom: 12px;
}

#commentBlock .commentBody p {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

#commentBlock .commentBody ol {
    list-style: none;
    color: #444444;
}

#commentBlock .commentBody ul li,
#commentBlock .commentBody ol li {
    margin: 0 0 16px 14px;
}

#commentBlock .commentBody ul li ul,
#commentBlock .commentBody ol li ol,
#commentBlock .commentBody ul li ol,
#commentBlock .commentBody ol li ul {
    margin-left:20px;
}

#commentBlock .commentBody ul li {
    padding-left: 15px;
    background: url("list_style_image.gif") no-repeat 0 5px;
}


/* =============================================
  Comment Form
================================================ */

div#commentMessageBlock {
    width: 75%;
}

p#txpCommentInputForm {
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #f0f2f6;
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

form#txpCommentInputForm {
    font-family: "Times New Roman", Times, serif;
    margin-top: 20px;
    margin-bottom: 40px;
}

form#txpCommentInputForm .formBlock {
    margin-top: 20px;
    width: 450px;
    padding: 15px;
    background-color: #f0f2f6;
}

form#txpCommentInputForm input,
form#txpCommentInputForm textarea {
    width: 98.5%;
    border: 1px solid #E4ECF1;
    padding: 7px 3px 7px 3px;
    margin: 5px 0 10px 0;
}

form#txpCommentInputForm textarea {
    height: 120px;
}

form#txpCommentInputForm #checkbox input {
    width: 20px;
}

form#txpCommentInputForm p#help a {
    color: #1277cd;
}

form#txpCommentInputForm p#help {
    margin-bottom: 10px;
}

form#txpCommentInputForm #commentFormButtons {
    text-align: right;
}

form#txpCommentInputForm #commentFormButtons input {
    text-indent: -9999px;
    background-color: transparent;
    border: 0;
    width: 123px;
    height: 35px;
    cursor: pointer;
}

form#txpCommentInputForm input#txpCommentPreview {
    background: url("preview.png") no-repeat 0 0;
}

form#txpCommentInputForm input#txpCommentSubmit {
    background: url("submit.png") no-repeat 0 0;
}

form#txpCommentInputForm input#txpCommentPreview:hover,
form#txpCommentInputForm input#txpCommentSubmit:hover {
    background-position: 0 -40px;
}

form#txpCommentInputForm input#txpCommentPreview:focus,
form#txpCommentInputForm input#txpCommentPreview:active,
form#txpCommentInputForm input#txpCommentSubmit:focus,
form#txpCommentInputForm input#txpCommentSubmit:active {
    background-position: 0 -79px;
}

form#txpCommentInputForm input#txpCommentPreview::-moz-focus-inner,
form#txpCommentInputForm input#txpCommentSubmit::-moz-focus-inner {
    border: 0;
}

form#txpCommentInputForm input#txpCommentSubmit.disabled {
    display: none;
}

form#txpCommentInputForm p.commentErrorMessage {
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 4px solid #DA5C2B;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

form#txpCommentInputForm p.commentErrorMessage b {
    font-size: 18px;
}

form#txpCommentInputForm ul.comments_error {
    font-family: Arial, Helvetica, sans-serif;
    color: #DA5C2B;
    list-style: none;
    margin-bottom: 20px;
}

form#txpCommentInputForm ul.comments_error li {
    border: 0;
}

form#txpCommentInputForm input.comments_error,
form#txpCommentInputForm textarea.comments_error {
    border-bottom: 4px solid #DA5C2B;
}


/* =============================================
  Footer
================================================ */

#footer {
    margin-top: 18px;
    border-top: 1px solid #ccc;
    background-color: #f0f2f6;
}

#footerInner {
    width: 955px;
    margin: 0 auto;
    padding: 18px 0;
}

#footer .footerLeft {
    width: 283px;
    float: left;
    height: 70px;
    padding: 10px 18px 0 0;
    font-size: 18px;
    font-style: italic;
}

#footer .footerMiddle,
#footer .footerRight  {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    padding: 10px 18px 0;
    height: 70px;
    border-left: 1px solid #ccc;
}

#footer .footerMiddle {
    width: 297px;
}

#footer .footerMiddle .joyent {
    margin-right: 31px;
}

#footer .footerMiddle .copyright {
    padding-top: 10px;
}

#footer .footerRight a.donateButton {
    display: block;
    margin-top: 10px;
    width: 107px;
    height: 31px;
    outline: 0;
    background: url("donate_button.png") no-repeat 0 0;
}

#footer .footerRight a.donateButton:hover {
    background-position: 0 -36px;
}

#footer .footerRight a.donateButton:active {
    background-position: 0 -72px;
}

#footerSponsors {
    width: 955px;
    margin: 0 auto 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #f0f2f6;
    padding: 18px 0 18px 0;
    color: #333;
}

#footerSponsors p a, #footer a.ftw {
    color: #333;
    text-decoration: none;
}

#footer a.ftw {
  font: 10px/3em Arial,Helvetica,sans-serif;
}

#footerSponsors p a:hover, #footer a.ftw:hover {
    text-decoration: underline;
}

#sponsorsLeft {
    float: left;
    width: 49%;
    border-right: 1px solid #ccc;
    padding: 18px 0 18px 0;
}

#sponsorsRight {
    float: left;
    width: 49%;
}

#footer .sponsorsBlockLeft {
    width: 90%;
}

#footer .sponsorsBlockRight {
    width: 90%;
    margin-left: 18px;
}

#footer .sponsorsBlockLeft .sponsorsLogo,
#footer .sponsorsBlockRight .sponsorsLogo {
    float: left;
    width: 100px;
}

#footer .sponsorsBlockLeft .sponsorsMessage,
#footer .sponsorsBlockRight .sponsorsMessage {
    float: left;
    width: 320px;
}

a.button125 {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  color: #333333;
  font: bold 12px/14px Verdana,Arial,sans-serif;
  height: 68px !important;
  padding-top: 55px;
  text-align: center;
  text-decoration: none;
}
