#pageWrapper {	
	font-family: "Trebuchet MS", "Arial Unicode MS", "Lucida Grande", "Britannica Unicode Sans Roman", Trebuchet, Arial, Geneva, sans-serif;
	background-color: transparent !important;
	font-size: 10px;
	width: auto;
	overflow: visible;
}

html, body {
    width: auto;
    height: auto;
    overflow: visible;
	background-color: #FFFFFF !important;
}

#headerPane {
	background-color: transparent !important;
	position: relative;
	float: left;
	clear: both;
	width: auto;
}

a, a:visited {
    color: #000000;
    text-decoration: none;
    cursor: default;
}

.subheading {
	color: #000000;
}

#articleTop {
    display: none;
}

#relatedContentButton {
    display: none;
}

#relatedContentMenu {
    display: none;
}

#sideBarControlsContainer {
    display: none;
}

#articlePane {
	overflow:visible;
	position: relative !important;
	padding: 0px;
	float : left;
	clear : both;
	top: 0px !important;
	margin: 0px;
	height: auto !important;
	width: 80%;

}

*html #articlePane {
	float: left;
	clear: both;
	width: 95%;
}

#sidebarTitleBar, #sidebarContent, #articleToc, #articleNotes  {
    display: none !important;
}

#toolbarPane {
	display: none;
}

.noteContainer {
    position: relative;
}

.noteContainerHidden {
    display: none;
}

.notePane, .notePaneHidden, .notePaneInactive {
    display: none;
}

.noteButton {
	margin: 5px;
	/*display: inline;*/
	float: left;
	clear: none;
}

.notesTextPrint {
    /*display: inline;*/
    font-style: italic;
	
	display: block;
    font-style: italic;
	margin-left: 30px;
	clear: none;
	margin-top: 5px;
	position: relative;
	word-wrap: break-word; 
	white-space: pre-wrap;
}

#contentUpdate {
    display: none;
}

.tableThumb {
    display: none;
}

/* hacks so that printed/exported articles work in IE */

* html ul.captions li {
	width: 100%;
}

* html #cite li {
	width: 90%;
}

* html #pageWrapper {
	display: inline;
	width: 95% !important;
	height: auto !important;
	position: relative !important;
}

*html, *html body {
	position: relative !important;
	display: inline;
	width: auto !important;
	height: auto !important;
	position: relative !important;
}

*html body {
	overflow: auto;
}

/* end IE hacks */

#toolTip {
	display: none;
}

