/* =============================================
  Clear - Accessibilty
================================================ */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

#accessibility {
	position: absolute;
	top: -10000px;
}


/* =============================================
  Main Blocks
================================================ */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #494949;
	background-color: #FFF;
	min-width: 955px;
}

#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/style/sidebar_border.gif);
	background-repeat: repeat-y;
}

#error-503 #container {
	background-image: none;
}

#wrapper {}

/* =============================================
  Top Bar
================================================ */

#topBar {
	background-color:#F0F2F6;
	border-bottom:1px solid #D4D4D4;
	height:46px;
	padding-top:12px;
}

#topBar #topBarInner {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#topBar #topBarInner a {
	color: #1277CD;
	text-decoration: none;
}

#topBar #topBarInner a:hover {
	text-decoration: underline;
}

#topBar #topBarInner #twitterTitles {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 50px;
	height: 32px;
	padding-top: 2px;
	border-right: 1px solid #d4d4d4;
}

#topBar #topBarInner #twitterTitles .twitter {
	font-weight: bold;
	color: #777777;
}

#topBar #topBarInner #twitterTitles .follow a {
	font-weight: bold;
}

#topBar #topBarInner #twitterOutput {
	float: left;
	margin-left: 8px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	color: #888888;
	height: 31px;
	padding-top: 2px;
	width: 520px;
}

#topBar #topBarInner #searchBlock {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 2px;
	height: 32px;
}

#topBar #topBarInner #searchBlock .rounded {}

#topBar #topBarInner #searchBlock input#searchInput {
	background-color:#FFFFFF;
	border:1px solid #D4D4D4;
	padding:4px 3px 6px;
	width:243px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#topBar #topBarInner #searchBlock input#searchInput:focus {
	background-image: none;
}

#topBar #topBarInner #searchBlock button#btn {
	width: 32px;
	padding: 6px 0 8px 0;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(/style/search_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #F0F2F6;
}

#topBar #topBarInner #searchBlock button#btn:hover {
	background-position: 0 -32px;
}

#topBar #topBarInner #searchBlock button#btn:focus,
#topBar #topBarInner #searchBlock button#btn.onClick {
	background-position: 0 -64px;
}

#topBar #topBarInner #searchBlock button#btn::-moz-focus-inner {
	border: 0;
}


/* =============================================
  Header
================================================ */

#header {
	border-bottom: 1px solid #d4d4d4;
	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 #d4d4d4;
}

#homeLink a .homeLinkText {
	display: none;
}

#homeLink a {
	display: block;
	width: 280px;
	height: 86px;
	background-image: url(/style/banner_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#homeLink a:hover {
	background-position: 0px -112px;
}

#homeLink a:active,
#homeLink.onClick a {
	background-position: 0px -110px;
}

/* =============================================
  Top Navigation
================================================ */

#topNavMajor {
	float: left;
	text-transform: uppercase;
}

#topNavMajor ul {
	height: 86px;
}

#topNavMajor {
	width: 650px;
}

#topNavMajor .smallText {
	display:block;
	font-size:11px;
	letter-spacing:0.03em;
	padding-top:22px;
}

#topNavMajor .largeText {
	display:block;
	font-size:17px;
	letter-spacing:0.04em;
	line-height:25px;
}

#topNavMajor ul#majorNav {}

#topNavMajor ul#majorNav li {
	float: left;
	text-align: center;
	border-right: 1px solid #d4d4d4;
	width: 129px;
}

#topNavMajor ul#majorNav li.last {
	border: none;
}

#topNavMajor ul#majorNav li a {
	display: block;
	height: 86px;
	color: #23292F;
	text-decoration: none;
}

#topNavMajor ul#majorNav li a:hover,
#topNavMajor ul#majorNav li a.active {
	background-color: #F0F2F6;
}

/* =============================================
  Titles
================================================ */

.article h2 {
	color: #23292F;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d4d4d4;
}

.article h2.weblogFrontpage {
	color: #23292F;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 0;
	border: 0;
}

h2 {
	color: #23292F;
	font-size: 38px;
	font-style: italic;
	font-weight: normal;
	margin-top: 6px;
	line-height: 40px;
}

h2 a {
	color: #23292F;
	text-decoration: none;
}

h2 a:hover {}

h2.error-status {
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	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-style: normal;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 0;
	border: 0;
}

#sidebar h2,
h3.testimonials {
	font-family: "Arial Bold", "Helvetica Bold", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 0;
	border: 0;
}

#sidebar h2.articleBlockTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 0 8px 12px;
}

#sidebar h2.articleBlockTitle.feeds {
	border-bottom: 1px solid #d4d4d4;
}

.articleBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 15px;
	border: 0;
}

.faq .articleBody h2 {
	line-height: 18px;
	padding-top: 0;
	margin-top: 0;
}

#content .articleBody h3.listingTitle {
	font-weight: normal;
	padding-bottom: 0px;
}

#content .articleBody h3.listingTitle a,
#content .articleBody h3.searchResultTitle a {
	color: #23292F;
	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-image: url(/style/plus_minus.jpg);
	background-repeat: no-repeat;
	background-position: 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
================================================ */

.articleWeblogFrontpageOuter {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.articleWeblogFrontpage,
.articleWeblogFrontpageLast {
	float: left;
	width: 177px;
	border-right: 1px solid #d4d4d4;
	margin-right: 20px;
	padding-right: 20px;
}

.articleWeblogFrontpageLast {
	border: 0;
	margin: 0;
}

.weblogArticleBodyOuter {
	height: 190px;
	overflow: hidden;
}

p.weblogFrontpageMeta,
p.weblogFrontpageListingMeta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	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;
}

.weblogArticleBodyFrontpage p {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
	margin-bottom: 10px;
}

.weblogFrontpageList {
	float: left;
	width: 395px;
	border-right: 1px solid #d4d4d4;
	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 #d4d4d4;
}

#innerBlockLeftTop {
	width: 397px;
	margin-right: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

#innerBlockLeftTop p {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
	margin-top: 10px;
}

#detailBlockLeft {
	float: left;
	width: 180px;
	padding-right: 18px;
	padding-bottom: 10px;
	border-right: 1px solid #d4d4d4;
}

#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;
	height: 72px;
}

#innerBlockLeftBottom .interestLeft {
	margin-right: 37px;
}

#innerBlockLeftBottom .interestRight {}

#innerBlockLeftBottom div p {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
}

#outerBlockRight {
	float: left;
	width: 219px;
}

#imageBlock {
	height: 82px;
	border-bottom: 1px solid #d4d4d4;
}

#imageBlock img {
	margin-top: -45px;
	margin-left: 5px;
}

#detailBlock {
	margin-left: 18px;
}

#detailBlock p {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
	margin-top: 10px;
}

/* =============================================
  Articles
================================================ */

#content p.error-msg {
	text-align: center;
	margin-top: 30px;
}

#content .article {
	margin-bottom: 40px;
}

#content .narrow {
	width: 75%;
}

#content .articleImage {
	margin: 30px 0 10px 0px;
	padding: 2px;
	background-color: #F0F2F6;
	max-width: 635px;
}

#content .articleBody {
	padding-top: 15px;
	color: #23292F;
}

/*#content .articleBody .weblogFrontpageListingMeta {
	font-size: 14px;
}*/

#content .articleBody .authorMeta {
	text-transform: capitalize;
}

#content .faq .articleBody {
	width: 490px;
	padding: 10px 21px 0 21px;
	margin-bottom: 15px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background-color: #f2f2f2;	
}

#content .faq .articleBody p.hideLink {
	display: none;
	visibility: hidden;
}

#content .articleBody .qaText {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	color: #3D4B58;
	margin-right: 4px;
}

#content .articleBody a, #content .commentBody a {
	color: #4A80BE;
	text-decoration: none;
}

#content .articleBody a:hover, #content .commentBody a:hover {
	text-decoration: underline;
}

#content .articleBody p {
	color: #444444;
	line-height: 18px;
	margin-bottom: 16px;
}

#content .articleBody p strong,
#content .articleBody ul li strong,
#content .articleBody ol li strong,
#content .articleBody dl strong {
	font-weight: bold;
	color: #333333;
}

#content .articleBody blockquote {
	border-left: 2px solid #D4D4D4;
	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 #d4d4d4;
	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: #333333;
	text-transform: uppercase;
}

#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: #444444;
}

#content .articleBody ol {
	list-style: none;
	color: #444444;
}

#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-image: url(/style/list_style_image.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

#content .articleBody dl {
	line-height: 18px;
	color: #444444;
}

#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 #d4d4d4;
}

#content .article a.commentLink {
	color: #4A80BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 10px 0 10px 36px;
	background-image: url(/style/leave_comment.jpg);
	background-repeat: no-repeat;
	background-position: 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: 11px;
	text-transform: uppercase;
	color: #333333;
	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 #d4d4d4;
}

#content .articleNav2 ul.contents {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d4d4d4;
}

#contributors #content .articleNav2 ul.contents {
	border-left: 1px solid #d4d4d4;
}

#content .articleNav1 ul.contents li {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	line-height: normal;
	background-image: none;
}

#content .articleNav2 ul.contents li {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	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 10px 15px 10px;
}

/* =============================================
  Articles - Tables
================================================ */

#content .articleBody table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #d4d4d4;
	background-color: transparent;
	margin-bottom: 16px;
}

#content .articleBody table th,
#content .articleBody table td {
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 12px 15px 12px;
	vertical-align: middle;
}

#content .articleBody table th {
	background-color: #F0F2F6;
	font-weight: bold;
}

/* =============================================
  Slider Java
================================================ */

#content #slideShow {
	position: relative;
	width: 630px;
	margin-top: 22px;
	margin-left: 2px;
	margin-bottom: 17px;
}

#content #slides {
	height: 302px;
	width: 630px;
	list-style: none;
	overflow: auto;
}

#content #shadow {
	position: absolute;
	top: 297px;
	height: 7px;
	background-image: url(/style/slider_dropshadow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 

#content #nav {
	text-align: right;
}

#content #nav .controls a {
	position: relative;
	display: inline-block;
	height: 26px;
}

#content #nav .controls a span.buttonLabel {
	display: none;
}

#content #nav .controls a#previous {
	width: 84px;
	margin-top: 9px;
	margin-right: 5px;
	background-image: url(/style/slider_previous_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content #nav .controls a#next {
	width: 61px;
	margin-top: 9px;
	margin-right: 1px;
	background-image: url(/style/slider_next_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content #speedDial {
	position: absolute;
	height: 230px;
	width: 600px;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(/style/accolades_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	top: 1px;
	left: 0;
	z-index: 10;
	display: none;
}

#content #speedDial h2 {
	display: none;
	margin-top: 15px;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	text-decoration: underline;
	line-height: 22px;
	border: 0;
}

#content #speedDial a {
	float: left;
	display: block;
	width: 190px;
	height: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	background-color: #FABF2B;
	text-decoration: none;
}

#content #speedDial a:hover,
#content #speedDial .activeSlide {
	background-color: #AC7007;
	color: #EEEEEE;
}

#content #pager {
	position: absolute;
	top: 302px;
	left: 384px;
	width: 63px;
	height: 18px;
	line-height: 18px;
	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;
}

#content #pager .slide {
	float: left;
	width: 18px;
	height: 5px;
	background-color: #FABF2B;
	margin-right: 1px;
	margin-bottom: 1px;
}

#content #pager .activeSlide {
	background-color: #AC7007;
}

/* =============================================
  Accolades Block
================================================ */

#accoladesBlock {
	margin-bottom: 25px;
}

#accoladesBlock h4 {
	font-family: "Arial Bold", "Helvetica Bold", sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	color: #23292F;
	padding-left: 15px;
}

#accoladesBlock h4 a {
	color: #4A80BE;
	text-decoration: none;
}

#accoladesBlock h4 a:hover {
	text-decoration: underline;
}

#accoladesBlock h4 span {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}

#accoladesBlock .accoladesText {
	margin-top: 7px;
	padding-top: 14px;
	border-top: 1px solid #d4d4d4;
	background-image: url(/style/accolades_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#accoladesBlock .accoladesText .accolade {
	float:left;
	width: 50%;
}

#accoladesBlock .accoladeDetail {
	font-style: italic;
	line-height: 18px;
	color: #23292F;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 20px;
	height: 180px;
	overflow: hidden;
}

#accoladesBlock .accoladeDetail .accoladeImage {
	width: 51px;
	float: left;
	padding-top: 4px;
}

#accoladesBlock .accoladeDetail .text {
	font-size:14px;
	letter-spacing:0.01em;
	margin-left:64px;
}

/* =============================================
  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-color: transparent;
	background-image: url(/style/submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form.zemContactForm p#submitButton button:hover {
	background-position: 0 -40px;
}

form.zemContactForm p#submitButton button:focus,
form.zemContactForm p#submitButton.onClick button {
	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;
	font-size: 13px;
	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-bottom: 30px;
	font-size: 12px;
}

#sidebar .articleListing ul.directory li a,
#sidebar .faqMenu ul.directory li a {
	display: block;
	border-bottom: 1px solid #d4d4d4;
	padding: 9px 15px 10px 11px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(/style/sidebar_external_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 263px 9px;
}

#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 -19px;
}

#sidebar .articleListing ul.directory li.external.first a {
	border-top: 1px solid #d4d4d4;
}

#sidebar .articleListing ul.directory li.external a,
#sidebar .articleListing ul.directory li.external a:hover {
	background-image: url(/style/external_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 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: #333333;
}

#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: 12px;
	border-bottom: 1px solid #d4d4d4;
	padding: 9px 15px 10px 11px;
}

#sidebar .faqMenu h2.faqExternalTitle a {
	background-image: url(/style/sidebar_external_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 263px 9px;
}

#sidebar .faqMenu h2.faqTitle a:hover,
#sidebar .faqMenu h2.faqExternalTitle a:hover {
	background-color: #F0F2F6;
	background-position: 263px -19px;
}

#sidebar .faqMenu h2.active a {
	background-color: #F0F2F6;
}

#sidebar .faqMenu ul {}

#sidebar .faqMenu ul li {}

#sidebar .faqMenu ul li.first {}

#sidebar .faqMenu ul li.last {
	border-bottom: 1px solid #d4d4d4;
}

#sidebar .faqMenu ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 9px 15px 10px 11px;
	line-height: 12px;
}

#sidebar .faqMenu ul li a:hover,
#sidebar .faqMenu ul li.active a {
	background-color: #F0F2F6;
}

#sidebar .articles ul.articleList {
	border-top: 1px solid #d4d4d4;
	margin-bottom: 30px;
	background-image: url(/style/accolades_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#sidebar .articles ul.articleList li {
	margin: 0 14px 0 14px;
	border-bottom: 1px solid #d4d4d4;
}

#sidebar .articles ul.articleList li.last {
	border: 0;
	font-style: italic;
}

#sidebar .articles ul.articleList li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #1277CD;
	padding: 11px 0 9px 0;
}

#sidebar .articles ul.articleList li.last a {
	padding-top: 7px;
}

#sidebar .articles ul.articleList li.last a .dark {
	color: #333333;
	font-weight: bold;
}

#sidebar .articles ul.articleList li.last a .light {
	color: #777777;
}

#sidebar .articles ul.articleList li.last a .underline {
	border-bottom: 1px solid #FFE599;
}

#sidebar .articles ul.articleList li.active a span.entryTitle {
	border-bottom: 2px solid #CBDFF0;
}

#sidebar .articles ul.articleList li a:hover {
	text-decoration: underline;
}

#sidebar .articles ul.articleList li.active a:hover,
#sidebar .articles ul.articleList li.last a:hover {
	text-decoration: none;
}

#sidebar .downloadBlock {
	height: 69px;
	margin-bottom: 35px;
	background-image: url(/style/download_background.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .downloadBlock .downloadButton {
	float: left;
	width: 197px;
	margin-top: 15px;
	margin-left: 10px;
}

#sidebar .downloadBlock .downloadButton a span {
	display: none;
}

#sidebar .downloadBlock .downloadButton a {
	display: block;
	width: 197px;
	height: 42px;
	background-image: url(/style/download_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .downloadBlock .downloadButton a:hover {
	background-position: 0 -47px;
}

#sidebar .downloadBlock .downloadButton a:focus,
#sidebar .downloadBlock .downloadButton a.onClick {
	background-position: 0 -93px;
}

#sidebar .downloadBlock .downloadDetails {
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .downloadBlock .downloadDetails .version {
	width: 100%;
	font-size: 9px;
	font-weight: bold;
	color: #818181;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

#sidebar .downloadBlock .downloadDetails .versionNumber {
	font-size: 18px;
	font-weight: bold;
	width: 55px;
	text-align: center;
	padding: 4px 0 0 0;
	border-top: 1px solid #d4d4d4;
}

#sidebar .reasons {
	margin-bottom: 12px;
	line-height: 20px;
}

#sidebar .demoBlock {
	height: 53px;
	margin-bottom: 25px;
	background-image: url(/style/try_demo_background.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .demoBlock .exampleButton {
	float:left;
	margin-left:11px;
	margin-top:10px;
	width:45%;
}

#sidebar .demoBlock .demoButton {
	float:right;
	margin-right:10px;
	margin-top:10px;
	width:45%;
}

#sidebar .demoBlock .exampleButton a span,
#sidebar .demoBlock .demoButton a span {
	display: none;
}

#sidebar .demoBlock .exampleButton a,
#sidebar .demoBlock .demoButton a {
	display: block;
	width: 122px;
	height: 33px;
}

#sidebar .demoBlock .exampleButton a {
	background-image: url(/style/example_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .demoBlock .demoButton a {
	background-image: url(/style/demo_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .demoBlock .exampleButton a:hover,
#sidebar .demoBlock .demoButton a:hover {
	background-position: 0 -38px;
}

#sidebar .demoBlock .exampleButton a:focus,
#sidebar .demoBlock .exampleButton a.onClick,
#sidebar .demoBlock .demoButton a:focus,
#sidebar .demoBlock .demoButton a.onClick {
	background-position: 0 -76px;
}

#sidebar .expand {
	margin-bottom: 5px;
}

#sidebar .expand h2 {
	height: 23px;
	padding: 9px 0 0 33px;
	background-image: url(/style/expand_header_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

#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 h2 .lighter {
	color: #333333;
}

#sidebar .expand ul {
	width: 280px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/style/accolades_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#sidebar .expand ul li {
	border-bottom:1px solid #D4D4D4;
	font-size:12px;
	line-height:14px;
	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 {
	font-style: italic;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #F7DE92;
}

#sidebar .expand ul li a .strong {
	font-family: "Arial Bold", "Helvetica Bold", sans-serif;
	font-weight: bold;
}

#sidebar #validation {
	margin-top: 30px;
}

#sidebar #sidebarSponsors {
	margin-top: 40px;
	min-height: 140px;
}

#sidebar #sidebarSponsors div a:first-child {
	margin-right: 25px;
}

/* =============================================
  Comments
================================================ */

#commentBlock {}

#commentBlock h2#comment {
	font-style: normal;
}

#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 #d4d4d4;
	background-image: url(/style/main_comment_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#commentBlock #cpreview li .comment {
	border-top: 1px solid #d4d4d4;
}

#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: #666666;
	line-height: 18px;
}

#commentBlock .commentBody p {
	margin: 0 0 10px 0;
	padding: 0;
}

#commentBlock ol li .commentMeta {
	width: 120px;
	float: left;
	line-height: 18px;
	padding: 15px 0 15px 15px;
}

#commentBlock .commentTime {
	font-family: georgia, serif;
	font-size: 15px;
	margin-left: 1px;
	margin-bottom: 5px;
}

#commentBlock .commentName,
#commentBlock .commentName a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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-size: 13px;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 12px;
}

/* =============================================
  Comment Form
================================================ */

div#commentMessageBlock {
	width: 75%;
}

p#txpCommentInputForm {
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
        line-height: 18px;
	text-align: center;
	background-color: #F0F2F6;
	border: 1px solid #d4d4d4;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

form#txpCommentInputForm {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	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: #4A80BE;
}

form#txpCommentInputForm p#help {
	margin-bottom: 10px;
}

form#txpCommentInputForm label {}

form#txpCommentInputForm span.labelNotice {
	font-style: italic;
	color: #777777;
}

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-image: url(/style/preview.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form#txpCommentInputForm input#txpCommentSubmit {
	background-image: url(/style/submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form#txpCommentInputForm input#txpCommentPreview:hover,
form#txpCommentInputForm input#txpCommentSubmit:hover {
	background-position: 0 -40px;
}

form#txpCommentInputForm input#txpCommentPreview:focus,
form#txpCommentInputForm .onClick input#txpCommentPreview,
form#txpCommentInputForm input#txpCommentSubmit:focus,
form#txpCommentInputForm .onClick input#txpCommentSubmit {
	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;
	font-size: 13px;
	color: #777777;
	border-bottom: 4px solid #DA5C2B;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

form#txpCommentInputForm p.commentErrorMessage span {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

form#txpCommentInputForm ul.comments_error {
	font-family: Arial, Helvetica, sans-serif;
	color: #DA5C2B;
	list-style: none;
	font-size: 13px;
	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: 18px 0 0 0;
	border-top: 1px solid #d4d4d4;
	background-color: #F0F2F6;
	padding-bottom: 20px;
}

#footerInner {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #d4d4d4;
}

#footer .footerLeft {
	width: 301px;
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;	
	padding-top: 45px;
	height: 60px;
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.025em;
	color: #23292F;
	border-right: 1px solid #d4d4d4;
}

#footer .footerMiddle {
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 19px;
	width: 291px;
	padding-top: 35px;
	height: 70px;
	border-right: 1px solid #d4d4d4;
}

#footer .footerMiddle .joyent {
	margin-right: 31px;
}

#footer .footerMiddle .footerLogo {}

#footer .footerMiddle .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
}

#footer .footerRight {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -0.025em;
	margin-top: 54px;
	margin-left: 19px;
}

#footer .footerRight a .donateText {
	display: none;
}

#footer .footerRight a.donateButton {
	display: block;
	width: 107px;
	height: 31px;
	margin-top: 15px;
	margin-left: 4px;
	background-image: url(/style/donate_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer .footerRight a.donateButton:hover {
	background-position: 0 -36px;
}

#footer .footerRight a.donateButton:active,
#footer .footerRight .onClick a.donateButton {
	background-position: 0 -72px;
}

#footer #footerSponsors {
	width: 955px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F2F6;
	padding: 18px 0 18px 0;
	color: #23292F;
}

#footer #footerSponsors p a {
	color: #23292F;
	text-decoration: none;
}

#footer #footerSponsors p a:hover {
	text-decoration: underline;
}

#footer #sponsorsLeft {
	float: left;
	width: 49%;
	border-right: 1px solid #d4d4d4;
	padding: 18px 0 18px 0;
}

#footer #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;
}
