/* TYPOGRAPHY
======================================================================= */

body {
	background: #FFF;
	color: #333;
	font: 14px/1.5 Arial,sans-serif;
	margin: 0;
}


/* Headings
--------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #00557F;
}

h1, h2, h3 {
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 214.3%;
	margin: 0 0 0.6em;
}

h2 {
	font-size: 171.4%;
	margin: 1.167em 0 0.5835em;
}

h3 {
	font-size: 128.6%;
	margin: 1.222em 0 0.611em;
}

h4 {
	font-size: 107.1%;
	margin: 1.467em 0 0.733em;
}

h5 {
	font-size: 100%;
	margin: 1.5em 0 0.714em;
}

h6 {
	font-size: 92.9%;
	margin: 1.538em 0 0.769em;
}

h1+h2, h2+h3, h3+h4, h4+h5, h5+h6 {
	margin-top: 0;
}

.teaser {
	color: #888;
	font-size: 128.6%;
	margin: -0.556em 0 1.167em;
}

/* Paragraphs, Lists and Object
--------------------------------------------------- */

p, dd, dl, ol, ul, object {
	margin: 0 0 1.357em;
}
* html ol, * html ul { padding-left: 3em; } /* IE6 fix */
*+html ol, *+html ul { padding-left: 3em; } /* IE7 fix */

dt {
	font-weight: bold;
}

li, li ol, li ul {
	margin: 0.5em 0;
}

object {
	display: block;
}

/* Blockquotes
--------------------------------------------------- */

blockquote {
	border-left: 3px solid #BBB;
	color: #555;
	margin: 2em 1.5em;
	padding: 0 1em;
}

blockquote p {
	font-family: Georgia,serif;
	font-size: 114.3%;
	font-style: italic;
	margin: 0 0 0.5em;
}

blockquote cite {
	display: block;
	font-family: Arial,sans-serif;
	font-size: 87.5%;
	font-style: normal;
}


/* COMMON ELEMENTS
======================================================================= */

/* Abbreviations and Acronyms
--------------------------------------------------- */

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* Subscripts and Superscripts
--------------------------------------------------- */

sub, sup {
	line-height: 0;
}

/* Anchors
--------------------------------------------------- */

a {
	color: #08C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Images
--------------------------------------------------- */

img {
	border: none;
}

/* Horizontal Rules
--------------------------------------------------- */

hr {
	background: #DDD;
	border: none;
	color: #DDD; /* IE6, IE7 fix */
	height: 1px;
	margin: 2em auto;
	*margin: 0 auto 2em; /* IE7 fix */
}

/* Tables
--------------------------------------------------- */

table {
	border-collapse: collapse;
}


/* FORMS
======================================================================= */

form {
	margin: 0 0 1.5em;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

/* Labels
--------------------------------------------------- */

label {
	display: block;
	font-size: 85.7%;
	font-weight: bold;
	padding-bottom: 2px;
}

label.invalid {
	color: #DF0000;
	display: inline;
	font-weight: normal;
}

.choices label {
	display: inline;
	font-weight: normal;
}

/* Inputs and Textareas
--------------------------------------------------- */

input[type=password],
input[type=text],
input.text,
textarea {
	border: 1px solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 2px 0;
	width: 300px;
}
* html input.text,
* html textarea {
	border: 1px solid;
	border-color: #7C7C7C #C3C3C3 #DDD;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 2px 0;
	width: 300px;
}

input[type=password]:focus,
input[type=text]:focus,
input.text:focus,
textarea:focus {
	border-color: #666;
}
* html input.text:focus,
* html textarea:focus { border-color: #666; }

input[type=checkbox],
input[type=radio] {
	position: relative;
	top: 0.2em;
}

div.buttons input {
	background: #FFF9E5;
	background-image: -moz-linear-gradient(#FFF9E5, #FED045);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF9E5), to(#FED045));
	border: 1px solid #DFBD55;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #935415;
	cursor: pointer;
	font-weight: bold;
	margin-right: 10px;
	padding: 0.3em 1em;
	*padding: 0.3em 0; /* IE6, IE7 fix */
}

/* Layout
--------------------------------------------------- */

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form li {
	margin: 1em 0;
}

/* Layout: Form3col
--------------------------------------------------- */

.form3col ul {
	overflow: hidden;
	width: 100%; /* IE6 fix */
}

.form3col li {
	float: left;
	height: 4em;
	margin: 0;
	padding: 0 10px 0 0;
	width: 31%;
}

.form3col input.text,
.form3col select {
	width: 98%;
}

.form3col div.buttons {
	margin-top: 0.5em;
}

/* Messages
--------------------------------------------------- */

.error,
.notice,
.success {
	border-style: solid;
	border-width: 1px 0;
	margin-bottom: 1.5em;
	padding: 10px 10px 10px 55px;
}

.error {
	background: #FBE3E4 url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{733fa614-9b73-4300-b915-9312e0b7e8c8}_msdn_error.png') 12px 50% no-repeat;
	border-color: #FBC2C4;
	color: #8A1F11;
}

.notice {
	background: #FFF6BF url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{a825f976-5367-4ba8-a285-8b9e81ddc5b8}_msdn_information.png') 12px 50% no-repeat;
	border-color: #FFD324;
	color: #514721;
}

.success {
	background: #E6EFC2 url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{12a8c934-3784-4825-bfc1-c8398cf261be}_msdn_success.png') 12px 50% no-repeat;
	border-color: #C6D880;
	color: #264409;
}


/* GRIDS
======================================================================= */

#main:after, .group:after,
.grid2col:after, .grid3col:after, .grid4col:after,
.grid2col-boxed:after, .grid3col-boxed:after,
.grid4col-boxed:after, .grid4col-boxed2:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#main, .group,
.grid2col, .grid3col, .grid4col,
.grid2col-boxed, .grid3col-boxed,
.grid4col-boxed, .grid4col-boxed2 {
	zoom: 1; /* IE6, IE7 fix */
}

.col {
	float: left;
	_overflow-x: hidden; /* IE6 fix */
}

.col-first {
	clear: both;
}

.col h2, .col h3, .col h4 {
	margin-top: 0;
}

/* Open
--------------------------------------------------- */

.grid2col .col { margin-right: 30px; width: 460px; }
.grid3col .col { margin-right: 25px; width: 300px; }
.grid4col .col { margin-right: 14px; width: 227px; }

.grid2col .col-last,
.grid3col .col-last,
.grid4col .col-last { margin-right: 0; }

.grid3col .span-2 { width: 625px; }
.grid4col .span-2 { width: 468px; }
.grid4col .span-3 { width: 709px; }

.grid18wide .grid2col .col { width: 340px; }
.grid18wide .grid3col .col { width: 220px; }
.grid18wide .grid3col .span-2 { width: 465px; }

/* Boxed
--------------------------------------------------- */

.grid2col-boxed { background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{1d4ccbf2-b343-4129-8a63-ccca84a81cf8}_grid2col-boxed.gif'); }
.grid3col-boxed { background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{f3dd6254-eac1-46ad-8c23-16b0cec387d0}_grid3col-boxed.gif'); }
.grid4col-boxed { background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{4b0f2370-92d3-42cc-9488-e3d7d5eefcf2}_grid4col-boxed.gif'); }

.grid2col-boxed,
.grid3col-boxed,
.grid4col-boxed {
	border: 1px solid #DDD;
	line-height: 1.357;
	margin: 1.5em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #EEE;
	-webkit-box-shadow: 0 1px 1px #EEE;
	box-shadow: 0 1px 1px #EEE;
}

.grid2col-boxed .col { width: 474px; }
.grid3col-boxed .col { width: 320px; }
.grid4col-boxed .col { width: 240px; }

.grid3col-boxed .col-first,
.grid3col-boxed .col-last { width: 314px; }
.grid4col-boxed .col-first,
.grid4col-boxed .col-last { width: 234px; }

.grid2col-boxed .col-inner,
.grid3col-boxed .col-inner,
.grid4col-boxed .col-inner { padding: 20px; }

.grid2col-boxed .col-first .col-inner,
.grid3col-boxed .col-first .col-inner,
.grid4col-boxed .col-first .col-inner { padding-left: 19px; }
.grid2col-boxed .col-last .col-inner,
.grid3col-boxed .col-last .col-inner,
.grid4col-boxed .col-last .col-inner { padding-right: 19px; }

.grid2col-boxed .col p:last-child,
.grid3col-boxed .col p:last-child,
.grid4col-boxed .col p:last-child,
.grid2col-boxed .col ul:last-child,
.grid3col-boxed .col ul:last-child,
.grid4col-boxed .col ul:last-child {
	margin: 0;
}

.grid2col-boxed .col h3,
.grid3col-boxed .col h3,
.grid4col-boxed .col h3,
.grid4col-boxed2 .col h3 {
	margin: 0 0 0.278em;
}

/* grid4col-boxed2
--------------------------------------------------- */

.grid4col-boxed2 {
	margin: 1.5em 0;
}

.grid4col-boxed2 .col {
	background-image: -moz-linear-gradient(#FFF, #FCFCFC);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F9F9F9));
	border: 1px solid #EEE;
	line-height: 1.357;
	margin-right: 10px;
	padding: 19px;
	width: 190px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0px #FFF;
	-webkit-box-shadow: inset 0 1px 0px #FFF;
	box-shadow: inset 0 1px 0px #FFF;
}

.grid4col-boxed2 .col-last {
	margin: 0;
}


/* COMMON CLASSES
======================================================================= */

.centered {
	text-align: center;
}

.hidden {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 fix */
	clip: rect(1px, 1px, 1px, 1px);
	margin: 0; /* IE6, IE7 fix */
	position: absolute !important;
}

.hrule {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

.meta {
	color: #666;
	font-size: 85.7%;
}

.nobullets {
	list-style-type: none;
	padding: 0;
}

.nowrap {
	white-space: nowrap;
}

.rightalign {
	text-align: right;
}

/* Icons
--------------------------------------------------- */

.external { background: url(lv4_external.gif) no-repeat 100% 50%; padding-right: 14px; }
.pdf      { background: url(lv4_pdf.png) no-repeat; padding-left: 22px; }


/* PAGE LAYOUT
======================================================================= */

/* Header
--------------------------------------------------- */

#header {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{843718b8-002c-458d-978e-1e0d7f8a4986}_lv4_header.png') repeat-x 0 -145px;
}

#header-inner {
	margin: 0 auto;
	padding-top: 75px;
	position: relative;
	width: 980px;
}

/* Main
--------------------------------------------------- */

#main {
	margin: 0 auto;
	padding: 0 15px;
	width: 950px;
}

#content {
	float: left;
	width: 100%;
}

.has-sidenav #content-inner { margin: 0 0 0 220px; }
.has-sidebar #content-inner { margin: 0 220px 0 0; }
.has-sidenav-sidebar #content-inner { margin: 0 220px; }

/* Footer
--------------------------------------------------- */

#footer {
	background: -moz-linear-gradient(top, #F9F9F9, #FFF 50%);
	background: -webkit-gradient(linear, 0 0, 0 50%, from(#F9F9F9), to(#FFF));
	border-top: 1px solid #DDD;
	-moz-box-shadow: inset 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
	font-size: 85.7%;
	margin-top: 2em;
}

#footer-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 1.5em 15px;
	width: 950px;
}


/* COMPONENTS
======================================================================= */

/* Breadcrumbs
--------------------------------------------------- */

#breadcrumbs {
	color: #888;
	font-size: 85.7%;
	margin: 0 0 0.25em;
}

/* Buttonlist
--------------------------------------------------- */

.buttonlist {
	list-style-type: none;
	margin: 2em 0;
	overflow: hidden;
	padding: 0;
	_height: 1%; /* IE6 fix */
}

.buttonlist li {
	background: #FFF9E5;
	background-image: -moz-linear-gradient(#FFF9E5, #FED045);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF9E5), to(#FED045));
	border: 1px solid #DFBD55;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0 10px 10px 0;
}

.buttonlist a {
	color: #935415;
	display: block;
	font-weight: bold;
	padding: 0.3em 1em;
}

.buttonlist .pdf      { background-position: 9px 50%; padding-left: 30px; }
.buttonlist .external { background-position: 12px 50%; padding-left: 30px; }

/* Callout
--------------------------------------------------- */

.callout {
	background: #F8FDFF;
	border: 1px solid #AFE6FF;
	border-width: 1px 0;
	margin: 2.25em 0;
	padding: 1.5em 15px 0;
}

.callout h2:first-child,
.callout h3:first-child {
	margin-top: 0;
}

/* Communitylist
--------------------------------------------------- */

.communitylist {
	list-style-type: none;
	padding-left: 0;
}

.communitylist li {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{6169d3a8-89f4-41da-90b8-e742887ff6fd}_lv4_community.png') no-repeat;
	padding-left: 20px;
}

/* Contact Region
--------------------------------------------------- */

.jsenabled #contact-region-list dt,
.jsenabled #contact-region-list dd {
	display: none;
}

#contact-region-list dt {
	border-top: 1px dotted #DDD;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.222;
	margin: 1.222em 0 0.611em;
	padding-top: 1em;
}

#contact-region-list ul {
	list-style-type: none;
	padding: 0;
}

/* Copyright
--------------------------------------------------- */

#copyright {
	color: #888;
	float: right;
	margin: 0;
}

/* Footernav
--------------------------------------------------- */

#footernav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footernav li {
	display: inline;
	padding-right: 1em;
}

/* Globalsearch
--------------------------------------------------- */

#globalsearch {
	position: absolute;
	right: 15px;
	top: 86px;
}

#globalsearch-text {
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 3px 24px 4px 3px;
	width: 161px;
}

#globalsearch-button {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{1a2e5fbf-048d-438f-8ec9-ea7bfea549e1}_lv4_icons.png') no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 15px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 1px;
	text-indent: -999em;
	top: 5px;
	width: 20px;
}

/* Jumplist
--------------------------------------------------- */

.jumplist,
.jumplist ul {
	line-height: 1.286;
	list-style-type: none;
	padding-left: 0;
}

.jumplist li {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{da719f20-ba37-484d-958a-bce1cf3917b0}_lv4_jumpbullet.gif') no-repeat 9px 0;
	padding-left: 20px;
}

/*temp*/
.jumplist-3col li {
	float: left;
	margin-top: 0;
	width: 30%;
}
.jumplist-4col li {
	float: left;
	margin-top: 0;
	width: 25%;
}

/* Logo
--------------------------------------------------- */

#logo {
	left: 15px;
	position: absolute;
	top: 20px;
}

#logo a {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{4e4cebdb-c9b2-492f-b9ca-30b9a3b9e9a2}_lv4_header.png');
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
	width: 190px;
}

/* Logolist
--------------------------------------------------- */

.logolist {
	list-style-type: none;
	padding: 0;
}

.logolist li {
	border-bottom: 1px dotted #DDD;
	margin: 0 0 1em;
	overflow: hidden;
	padding: 0 0 1em 170px;
	zoom: 1; /* IE fix */
}

.logolist h3 {
	margin: 0 0 0.222em;
}

.logolist p {
	margin-bottom: 0.5em;
}

.logolist img {
	float: left;
	margin-left: -170px;
	_display: inline; /* IE6 fix */
}

.logolist .last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Paging
--------------------------------------------------- */

.paging {
	border-top: 1px solid #DDD;
	font-size: 85.7%;
	margin: 0 0 1.5em;
	padding: 1em 0;
	text-align: right;
}

.paging-showing {
	float: left;
}

.paging-list a {
	border: 1px solid #9FE1FF;
	padding: 0.25em 0.5em;
	text-decoration: none;
}

.paging-list a:hover {
	border-color: #08C;
	text-decoration: none; /* IE6 fix */
}

.paging-list .here {
	background: #08C;
	border: 1px solid #08C;
	color: #FFF;
	padding: 0.25em 0.5em;
}

.paging .next,
.paging .previous {
	border: none;
}

.paging .next:hover,
.paging .previous:hover {
	text-decoration: underline;
}

/* PDFlist
--------------------------------------------------- */

.pdflist {
	list-style-type: none;
	padding-left: 0;
}

.pdflist li {
	background: url(lv4_pdf.png) no-repeat;
	padding-left: 20px;
}

/* Primarynav
--------------------------------------------------- */

#primarynav {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{4e4cebdb-c9b2-492f-b9ca-30b9a3b9e9a2}_lv4_header.png') 0 -60px;
	min-height: 65px;
	_height: 65px; /* IE6 fix */
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 15px;
	width: 950px;
}

#primarynav li {
	display: inline;
}

#primarynav a {
	color: #666;
	float: left;
	font-size: 107.1%;
	line-height: 23px;
	margin-right: 15px;
	padding: 12px 5px 8px;
	text-shadow: 0 1px 0 #FFF;
}

#primarynav a:hover {
	color: #08C;
	text-decoration: none;
}

#primarynav a:active {
	position: relative;
	top: 1px;
}

#primarynav .here a,
#primarynav .here a:hover {
	border-bottom: 3px solid #0D99DF;
	color: #000;
}

#primarynav .here a:active {
	padding-bottom: 7px;
}

/* Region Trigger
--------------------------------------------------- */

#region-trigger {
	padding: 0 0 1px 22px;
}

#region-trigger:active {
	position: relative;
	top: 1px;
}

#region-trigger.active {
	color: #FFBF00;
}

.region-global { background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{1a2e5fbf-048d-438f-8ec9-ea7bfea549e1}_lv4_icons.png') no-repeat 0 -26px; }

.region-toggle {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{1a2e5fbf-048d-438f-8ec9-ea7bfea549e1}_lv4_icons.png') no-repeat 100% 0;
	padding-right: 18px;
}

#region-trigger.active .region-toggle {
	background-position: 100% -17px;
}

/* Region Options
--------------------------------------------------- */

.jsenabled #region-options {
	display: none;
	position: absolute;
	z-index: 200;
}

.jsenabled #region-options ul {
	background: #FAFAFA;
	background-image: -moz-linear-gradient(#FFF, #F3F3F3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#FCFCFC));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
	font-size: 85.7%;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	width: 135px;
	z-index: 200;
}

.jsenabled #region-options li {
	margin: 0.25em 0;
}

.jsenabled #region-options a {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{29368c25-6fbb-482c-b6fb-836fe794f738}_lv4_icons.png') no-repeat;
	color: #000;
	display: block;
	padding: 3px 10px 3px 27px;
	text-shadow: 0 1px 0 #FFF;
	_zoom: 1; /* IE6 fix */
}

.jsenabled #region-options .global  { background-position: 5px -22px; }
.jsenabled #region-options .france  { background-position: 5px -47px; }
.jsenabled #region-options .germany { background-position: 5px -70px; }
.jsenabled #region-options .japan   { background-position: 5px -93px; }
.jsenabled #region-options .china   { background-position: 5px -115px; }
.jsenabled #region-options .uk      { background-position: 5px -138px; }

.jsenabled #region-options a:hover {
	color: #08C;
	text-decoration: none;
}

.jsenabled #region-options .here a,
.jsenabled #region-options .here a:hover {
	background-color: #DDD;
	color: #000;
	cursor: text;
	text-shadow: 0 1px 0 #EEE;
}

/* Shadowbox
--------------------------------------------------- */

.shadowbox {
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 5px #DDD;
	-webkit-box-shadow: inset 0 0 5px #DDD;
	box-shadow: inset 0 0 5px #DDD;
	margin: 0 0 1.5em;
	padding: 15px 15px 0;
}

.shadowbox-tabbed {
	padding: 0;
}

.shadowbox-inner {
	padding: 0 15px;
}

/* Sharebar
--------------------------------------------------- */

#sharebar {
	border-top: 1px solid #DDD;
	clear: both;
	font-size: 85.7%;
	margin: 2.25em 0;
	overflow: hidden;
	padding: 1em 0 0;
	width: 100%; /* IE6 fix */
}

#sharebar h3 {
	color: #555;
	float: left;
	font-size: 100%;
	line-height: 24px;
	margin: 0 1em 0 0;
}

#sharebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sharebar li {
	display: inline;
}

#sharebar a {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{ecd62bcf-6b79-4f62-ac2d-65628006ad5c}_lv4_trailerbar.png') no-repeat;
	float: left;
	height: 24px;
	margin: 0 1em 0 0;
	overflow: hidden;
	padding-left: 24px;
	width: 0;
}

#sharebar .share-email       { background-position: 0 -24px; }
#sharebar .share-facebook    { background-position: 0 -72px; }
#sharebar .share-twitter     { background-position: 0 -120px; }
#sharebar .share-stumbleupon { background-position: 0 -168px; }
#sharebar .share-delicious   { background-position: 0 -216px; }

#sharebar .share-email:hover       { background-position: 0 0; }
#sharebar .share-facebook:hover    { background-position: 0 -48px; }
#sharebar .share-twitter:hover     { background-position: 0 -96px; }
#sharebar .share-stumbleupon:hover { background-position: 0 -144px; }
#sharebar .share-delicious:hover   { background-position: 0 -192px; }

/* Sidebar
--------------------------------------------------- */

#sidebar {
	float: left;
	margin-left: -190px;
	width: 190px;
}

/* Sidebox
--------------------------------------------------- */

.sidebox {
	background-image: -moz-linear-gradient(top, #F9F9F9, #FFF 50%);
	background-image: -webkit-gradient(linear, 0 0, 0 50%, from(#F9F9F9), to(#FFF));
	border: 1px solid #DDD;
	border-color: #DDD #DDD #CCC #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 #FFF, 0 1px 1px #EEE;
	-webkit-box-shadow: inset 0 1px 0 #FFF, 0 1px 1px #EEE;
	box-shadow: inset 0 1px 0 #FFF, 0 1px 1px #EEE;
	font-size: 85.7%;
	margin-bottom: 14px;
}

#content .sidebox {
	float: right;
	margin-left: 20px;
	width: 188px;
}

#content .col .sidebox {
	float: none;
	margin-left: 0;
	width: auto;
}

.sidebox h3 {
	border-bottom: 1px solid #DDD;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 1px 0 #FFF;
	-webkit-box-shadow: 0 1px 0 #FFF;
	box-shadow: 0 1px 0 #FFF;
	color: #555;
	font-size: 150%;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0.444em 10px;
	text-shadow: #FFF 0 1px 0;
}

.sidebox p, .sidebox blockquote,
.sidebox dd, .sidebox dl,
.sidebox ol, .sidebox ul {
	margin: 1.333em 12px;
	overflow: hidden; /* temp */
}

.sidebox blockquote p {
	font-size: 116.7%;
	margin: 0 0 0.5em;
	_width: 98%; /* IE6 fix */
}

.sidebox blockquote cite {
	font-size: 85.7%;
}

.sidebox ol,
.sidebox ul {
	padding-left: 20px;
}

.sidebox .nobullets,
.sidebox .buttonlist,
.sidebox .communitylist,
.sidebox .jumplist,
.sidebox .pdflist {
	padding-left: 0;
}

.sidebox .jumplist li {
	background-position: 9px -1px;
	line-height: 1.333;
}

/* Sidenav
--------------------------------------------------- */

#sidenav {
	float: left;
	font-size: 85.7%;
	margin-left: -950px;
	width: 190px;
}

#sidenav h3 {
	border-bottom: 3px solid #BBB;
	color: #555;
	font-size: 150%;
	margin: 0 0 0.5em;
	padding: 0.5em 5px;
}

#sidenav h3 a {
	color: #555;
}

#sidenav h3 a:hover {
	text-decoration: none;
}

#sidenav ul {
	list-style-type: none;
	margin: 0 0 0.75em;
	padding: 0;
}

#sidenav li {
	margin: 0;
}

#sidenav li a {
	border-bottom: 1px dotted #DDD;
	color: #666;
	display: block;
	_height: 1%; /* IE6 fix */
	padding: 0.5em 5px;
	
}

#sidenav li a:hover {
	color: #08C;
	text-decoration: none;
}

#sidenav .here a,
#sidenav .here a:hover {
	background: #F7F7F7;
	color: #000;
}

#sidenav .jumplink a {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{29368c25-6fbb-482c-b6fb-836fe794f738}_lv4_icons.png') no-repeat -13px 50%;
	padding-right: 20px;
}

#sidenav .jumplink a:hover {
	background-position: -413px 50%;
}

#sidenav .subheading {
	border-bottom: 1px solid #EEE;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 0.75em 5px;
}

/* Signin
--------------------------------------------------- */

#signin {
	color: #FFF;
	font-size: 85.7%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 40px;
}

#signin li {
	float: left;
}

#signin .first {
	border-right: 1px solid #82C2E0;
	margin-right: 12px;
	padding-right: 12px;
}

#signin a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 0 #248FC3;
}

#signin .username {
	font-weight: bold;
}

/* Sortby
--------------------------------------------------- */

.sortby {
	background: #F9F9F9;
	border-top: 1px solid #DDD;
	margin-bottom: 1.5em;
	padding: 0.5em;
	text-align: right;
}

.sortby label {
	display: inline;
	font-weight: normal;
}

/* Tabbednav
--------------------------------------------------- */

.tabbednav {
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{24ca992e-a646-4888-bc75-2a4acbbd6875}_lv4_tabbednav.gif');
	font-size: 85.7%;
	list-style-type: none;
	margin: 0 0 1.5em;
	overflow: hidden;
	padding: 0;
	_height: 1%; /* IE6 fix */
}

.tabbednav li {
	float: left;
	margin: 3px 0 0;
}

.tabbednav .here {
	background: #FFF;
	background-image: -moz-linear-gradient(top, #F9F9F9, #FFF 50%);
	background-image: -webkit-gradient(linear, 0 0, 0 50%, from(#F9F9F9), to(#FFF));
	border: 1px solid #DDD;
	border-bottom: none;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.tabbednav a {
	display: block;
	margin: 0 10px;
	padding: 7px 5px 10px;
}

.tabbednav .here a,
.tabbednav .here a:hover {
	border-bottom: 3px solid #FFBF00;
	color: #000;
	padding: 6px 4px 6px;
	text-shadow: 0 1px 0 #EEE, 0 -1px 0 #FFF;
	text-decoration: none;
}

/* Tabbednav within Shadowbox
--------------------------------------------------- */

.shadowbox .tabbednav {
	background: #47B1DD;
	background-image: -moz-linear-gradient(top, #62BDE2, #62BDE2 50%, #47B1DD 50%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62BDE2), color-stop(50%, #62BDE2), color-stop(50%, #47B1DD));
	font-size: 100%;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.shadowbox .tabbednav li {
	margin: 0;
}

.shadowbox .tabbednav .here {
	background: #FFF;
	background-image: -moz-linear-gradient(top, #FFF, #FFF 50%, #F7F7F7 50%, #FFF 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #F7F7F7), color-stop(100%, #FFF));
	border: none;
}

.shadowbox .tabbednav a {
	color: #FFF;
	margin: 0 10px;
	padding: 8px 5px;
	text-shadow: 0 1px 0 #47B1DD;
}

.shadowbox .tabbednav .here a {
	border-bottom: 3px solid #FFBF00;
	color: #000;
	padding: 8px 5px 5px;
	text-shadow: 0 1px 0 #FFF;
}

/* Tabular
--------------------------------------------------- */

.tabular {
	font-size: 85.7%;
	margin: 0 0 1.5em;
	width: 100%;
}

.tabular tbody tr:hover {
	background: #F9F9F9;
}

.tabular th,
.tabular td {
	padding: 1em;
}

.tabular th {
	background: #F8FDFF;
	border: 1px solid #AFE6FF;
	border-width: 1px 0;
	text-align: left;
}

.tabular td {
	border: 1px solid #DDD;
	border-width: 1px 0;
}

.tabular tfoot td {
	border-bottom: none;
}

.tabular h3 {
	font-size: 125%;
}

/* Tabular: Events Table
--------------------------------------------------- */

.tabular-events .last td {
	border: none;
}

.tabular-events h3 {
	margin: 0 0 0.333em;
}

.tabular-events p {
	margin: 0;
}

/* Trailer
--------------------------------------------------- */

#trailer {
	border: 1px solid #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 85.7%;
	margin: 0 auto 0.5em;
	overflow: hidden;
	padding: 15px;
	width: 918px;
}

#trailer .col {
	width: 210px;
}

#trailer .col-last {
	width: 190px;
}

#trailer .col a {
	color: #666;
}

#trailer .col a:hover {
	color: #08C;
	text-decoration: none;
}

#trailer h3 {
	color: #666;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0;
}

#trailer ul {
	line-height: 1.333;
	list-style-type: none;
	padding: 0 40px 0 0;
}

#trailer .backtotop {
	float: right;
}

#trailer .backtotop a {
	color: #AAA;
}

#trailer .backtotop a:hover {
	color: #08C;
	text-decoration: none;
}

#trailer .forsales {
	clear: both;
	margin: 0;
}


/* MEDIA QUERIES
======================================================================= */

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 480px) {
	.form3col li { width:47%; }
	#header-inner { width: auto; }
	#main { padding: 0 15px 1em; width: auto; }
	#content { float: none; }
	.has-sidenav #content-inner,
	.has-sidebar #content-inner,
	.has-sidenav-sidebar #content-inner { margin: 0; }
	#footer-inner { width: auto; }
	
	#copyright { float: none; margin: 0; }
	#footernav { float: none; margin: 0 0 0.75em; }
	#globalsearch { top: 15px; }
	#primarynav { background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{24ca992e-a646-4888-bc75-2a4acbbd6875}_lv4_tabbednav.gif'); margin: 0 0 1.5em; padding: 0 5px; width: auto; }
	#primarynav li { float: left; margin: 3px 0 0; }
	#primarynav a { font-size: 85.7%; line-height: 1.5; margin: 0 10px; padding: 8px 5px 9px; }
	#primarynav .here a { padding: 7px 4px; }
	#sidebar { float: none; margin-left: 0; width: auto; }
	#sidenav { border: 1px solid #EEE; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; float: none; margin-left: 0; padding: 0 15px; width: auto; }
	#sidenav .jumplink a { background-position: 190px 50%; }
	#sidenav .jumplink a:hover { background-position: -210px 50%; }
	#trailer { margin: 0 15px; width: auto; }
	#trailer .col { float: none; width: auto; }
	#trailer .col-last { width: auto; }
	#trailer .backtotop { display: none; }
}

@media print {
	h1, h2, h3, h4, h5, h6 { color: #333; page-break-after: avoid; }
	a { color: #333; text-decoration: underline; }
	#main a:after { content: " (" attr(href) ")"; }
	abbr:after { content: " (" attr(title) ")"; }
	blockquote, pre { page-break-inside: avoid; }
	
	#header { background: none; }
	#header-inner { height: auto; width: auto; }
	#main { width: auto; }
	#content { float: none; }
	.has-sidenav #content-inner,
	.has-sidebar #content-inner,
	.has-sidenav-sidebar #content-inner { margin: 0; }
	#footer { background: none; border-top: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; margin-top: 0; }
	#footer-inner { overflow: normal; padding: 0; width: auto; }
	
	.callout { background: none; border: none; margin: 0; padding: 0; }
	.callout h2:first-child, .callout h3:first-child { margin-top: 1.167em; }
	#copyright { color: #666; float: none; margin: 1.5em 0 0; }
	#logo { left: 0; margin-bottom: 1.5em; position: relative; top: 0; }
	#logo a { background: none; display: inline; height: auto; text-indent: 0; width: auto; }
	
	#primarynav, #signin, #globalsearch, #region-options,
	#breadcrumbs, #sidenav, #sidebar, #sharebar,
	#trailer, #footernav { display: none; }
}
