/*Created with Adobe RoboHelp 10.*/
/**
	Color scheme:
	
		
	Blue:				 		`		#6100A5
	Dark grey:		 					#c4c4c4
	Shadow: 							#a3a3a3
	Light grey:							#f6f6f6
	Special text:						#fff
	
**/
/************

	Framework CSS
	
************/
@font-face {
font-family: 'NeutroMYOB-Regular';
src: url(/fonts/NeutroMYOB-Regular.eot);
src: url(/fonts/NeutroMYOB-Regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/NeutroMYOB-Regular.woff2) format("woff2"),
    url(/fonts/NeutroMYOB-Regular.woff) format("woff"),
    url(/fonts/NeutroMYOB-Regular-WebOnly.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'NeutroMYOB-Medium';
src: url(/fonts/NeutroMYOB-Medium.eot);
src: url(/fonts/NeutroMYOB-Medium.eot?#iefix) format("embedded-opentype"),
    url(/fonts/NeutroMYOB-Medium.woff) format("woff2"),
    url(/fonts/NeutroMYOB-Medium.woff) format("woff"),
    url(/fonts/NeutroMYOB-Medium-WebOnly.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}

body {
	background-color: #eeeeee;
	color: #666666;
	font-family: 'NeutroMYOB-Regular', sans-serif;
	height: auto;
	margin: 0px;
	text-align: left;
}
a {
	color: #6100A5;
	background-color: transparent;
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
}
div.topbanner {
	background: #ffffff;
	background-image: url(MYOB_logo.png);
	background-position-x: 2%;
	background-position-y: 6px;
	background-repeat: no-repeat;
	height: 30px;
	font-size: 11pt;
	padding-left: 130px;
	padding-top: 9px;
	padding-bottom: 0px;
}
div.bannerline {
	background: #6100A5;
    background: -webkit-linear-gradient(left, #6100A5 , #EC0677);
    background: -o-linear-gradient(left, #6100A5 , #EC0677);
    background: -moz-linear-gradient(left, #6100A5 , #EC0677);
    background: linear-gradient(to right, #6100A5 , #EC0677);
	height: 3px;
}

div.logo {
	position: relative;
	top: 20px;
	left: 20px;
	border: none;
	width: 400px;
	z-index: 100;
	background-color: #ffffff;
}
div.logo img {
	border: none;
}
div.titleholder {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #6100A5;
}
table.titleholdertable {
	border: none;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	x-border-spacing: 0px;
}
table.titleholdertable td {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
table.titleholdertable td.title {
	vertical-align: middle;
	text-align: left;
	font-weight: 200;
	min-width: ;
	700px: ;
	white-space: no-wrap;
}
table.titleholdertable td.searchfield {
	vertical-align: middle;
	text-align: right;
	min-width: 210px;
}
/* Minimum width required so the looking glass is displayed inside the search field. */
table.titleholdertable td.home {
	text-align: center;
	vertical-align: middle;
}
table.titleholdertable td.home a,
table.titleholdertable td.home img {
	background-color: transparent	 ! important ;
}
/* Do not allow user CSS to overwrite */
table.titleholdertable td.home img {
	border: none;
}
div.poweredby {
	width: 100%;
	text-align: center;
	margin: 0 0 5pt 0;
	padding: 0;
}
div.poweredby a {
	background-color: transparent;
	text-decoration: none;
}
div.poweredby a:hover {
	background-color: transparent;
	text-decoration: underline;
}
@media print{
	div.topbanner {
		display: none;
	}
	}

@media print{
	div.titleholder {
		display: none;
	}
	}

@media print{
	div.contentholdertop {
		display: none;
	}
	}

@media print{
	div.contentoptions {
		display: none;
	}
	}

@media print{
	div.contenttoc {
		display: none;
	}
	}

@media print{
	div.bottomshadowholder {
		display: none;
	}
	}

@media print{
	div.poweredby {
		display: none;
	}
	}

@media print{
	div.contentholder {
		border: none	 ! important ;
		-moz-box-shadow: none	 ! important ;
		-webkit-box-shadow: none	 ! important ;
		box-shadow: none	 ! important ;
	}
	}

@media print{
	div.content {
		width: 100%;
	}
	}

@media print{
	div.contenttopic {
		float: none	 ! important ;
		width: 100%	 ! important ;
		border: none	 ! important ;
	}
	}

/*******

	Home page elements
	
******/
div.welcome {
	width: 300pt;
	min-width: 50%;
	margin-top: 35pt;
	margin-left: 25%;
	background-color: #F6F6F6;
	-moz-box-shadow: 5px 5px 5px #a3a3a3;
	-webkit-box-shadow: 5px 5px 5px #a3a3a3;
	box-shadow: 5px 5px 5px #a3a3a3;
	padding: 0;
	height: 1%;
	overflow: visible;
}
/* First width and then min-width to make it look good in the Robo editor */
div.welcometop {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 15pt;
}
div.welcomebanner {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 41px;
	line-height: 41px;
	background: transparent url(welcome_background.png) repeat-x left top;
	overflow: hidden;
	overflow: visible;
}
/* Overflow so that the right banner doesn't show up below the ribbon in the RH editor. */
div.welcomebannerleft {
	width: 19px;
	height: 41px;
	display: inline;
	float: left;
	background: transparent url(welcome_background_left.png) no-repeat left top;
	position: relative;
	top: 0;
	left: -19px;
}
/* The left ribbon for the welcome banner. Do not change. */
div.welcomebannerright {
	width: 19px;
	height: 41px;
	display: inline;
	background: transparent url(welcome_background_right.png) no-repeat left top;
	float: right;
	position: relative;
	top: 0;
	right: -19px;
}
/* The right ribbon for the welcome banner. Do not change. */
div.welcomebannertext {
	display: inline;
	height: 41px;
	line-height: 35px;
	font-size: 20px;
	font-style: italic;
	color: #ffffff;
	font-family: Georgia, serif;
	text-transform: uppercase;
	float: left;
	width: 80%;
	margin-left: 5%;
}
/* This floating is needed to  make it look good in the RH editor*/
div.welcometextholder {
	width: 100%;
	min-height: 75pt;
}
div.welcometext {
	width: 80%;
	margin-left: 10%;
}
div.highlightholder {
	margin: 25pt 0 0 0;
	width: 100%;
	background: #f6f6f6;
	padding-top: 25pt;
	padding-bottom: 25pt;
	border-top: 4px solid #6100A5;
	border-bottom: 1px dashed #c4c4c4;
	-moz-box-shadow: 0 -5px 5px #a3a3a3;
	-webkit-box-shadow: 0 -5px 5px #a3a3a3;
	box-shadow: 0 -5px 5px #a3a3a3;
	height: auto;
	overflow: visible;
	overflow: hidden;
}
/* RH editor workaround */
table.highlight {
	float: left;
	width: 18.5%;
	margin-left: 5%;
	border-collapse: collapse;
	border: none;
}
table.highlight tr.heading {
	border-bottom: 1px dashed #6100A5;
}
table.highlight tr.heading td {
	text-align: center;
	text-transform: uppercase;
}
table.highlight tr.description td {
	padding-top: 8pt;
}
div.tocholder {
	clear: both;
	margin: 0 0 25pt 0;
	padding: 25pt 0;
	width: 100%;
	-moz-box-shadow: 5px 5px 5px #a3a3a3;
	-webkit-box-shadow: 5px 5px 5px #a3a3a3;
	box-shadow: 5px 5px 5px #a3a3a3;
	background-color: #c0c0c0;
}
/*******

	Topic page elements
	
******/
div.contentholder {
	width: 100%;
	background-color: #ffffff;
	margin-top: 0px;
}
div.contentholdertop {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 15pt;
}
div.contentoptions {
	width: 100%;
	margin: 0;
	padding: 4pt 0;
	height: 25pt;
	background-color: #6100A5;
}
table.contentoptionstable {
	width: 100%;
	border: none;
}
table.contentoptionstable a,
table.contentoptionstable img {
	background-color: transparent	 ! important ;
}
/* Do not let topic CSS overwrite hyperlink style */
table.contentoptionstable td.search {
	width: 24.5%;
	text-align: right;
	vertical-align: middle;
	color: #444444;
	min-width: 205px;
}
table.contentoptionstable td.topic {
	vertical-align: middle;
	padding-left: 5pt;
	width: 75.5%;
}
div.content {
	width: 100%;
	height: auto;
	overflow: visible;
	overflow: hidden;
}
div.contenttoc {
	margin: 20pt 2% 0 2%;
	float: left;
	background-color: #eeeeee;
	width: 260px;
}
div.contenttopic {
	margin: 10pt 2% 0;
	padding: 0 2%;
	min-height: 450pt;
	overflow: hidden;
}
/* No float on this element to make it size automatically when the contenttoc is hidden/shown */
div.bottomshadowholder {
	width: 100%;
	height: 10pt;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	margin-bottom: 25pt;
	-moz-box-shadow: 0 5px 5px #a3a3a3;
	-webkit-box-shadow: 0 5px 5px #a3a3a3;
	box-shadow: 0 5px 5px #a3a3a3;
	overflow: none;
}
div.bottomshadowholder * {
	display: none;
}
div.contentoptionssearch {
	width: 100%;
	margin: 0;
	padding: 4pt 0;
	height: 25pt;
	background-color: #8241AA;
}
table.searchoptionstable {
	width: auto;
	border-collapse: collapse;
	margin-left: 5%;
}
table.searchoptionstable td {
	vertical-align: middle;
	color: #ffffff;
}
* {
	outline-style: none;
	font-family: 'NeutroMYOB-Regular',Arial,sans-serif;
}
body {
	margin: 0	 ! important ;
	padding: 0	 ! important ;
	font-family: 'NeutroMYOB-Regular',Arial,sans-serif;
	font-size: 11pt;
	color: #444444;
}
/****** Topic ******/
div.wTopic {
}
/* No position attributes allowed */
/****** Glossary ******/
div.wGlossary {
	font-size: 10pt;
}
/* Main holder div */
/* No position attributes allowed */
input.wGloFilter {
	float: right;
	max-width: 80%;
}
/* Filter box */
div.wGloTerm {
	cursor: pointer;
	color: #444444;
}
/* Glossary term */
div.wGloTermHover {
	cursor: pointer;
	color: #444444;
	text-decoration: underline;
}
/* Glossary term hover */
div.wGloTermSelected {
	cursor: pointer;
	color: #444444;
}
/* Glossary term selected */
span.wGloTermText {
}
/* Glossary term text */
div.wGloDefinition {
	margin-left: 15pt;
	margin-bottom: 8pt;
	font-size: 10pt;
	color: #444444;
}
/* Glossary definition */
div.wGloDefinitionHover {
	margin-left: 15pt;
	margin-bottom: 8pt;
	font-size: 10pt;
	color: #444444;
}
/* Glossary defintion holder */
span.wGloDefinitionText {
}
/* Definition text */
div.wGloAlphabet {
	clear: both;
	font-size: 13pt;
	border-bottom: 1px dashed #6100A5;
	margin: 8pt 0;
	color: #444444;
}
/* Category (letter or sign) */
span.wGloAlphabetText {
}
/* Alphabet text */
/****** Index ******/
div.wIndex {
	font-size: 10pt;
}
/* Main index holder */
/* No position attributes allowed */
input.wIdxFilter {
	float: right;
	max-width: 80%;
}
/* Index filter input */
div.wIdxKeyword {
	cursor: pointer;
	color: #6100A5;
}
/* Index keyword */
div.wIdxKeywordHover {
	cursor: pointer;
	color: #6100A5;
	text-decoration: underline;
}
span.wIdxKeywordText {
	font-size: 10pt;
}
/* Index keyword text */
div.wIdxChildBlock {
	cursor: pointer;
	margin-left: 15pt;
}
span.wIdxLinkText {
	color: #6100A5;
	font-size: 10pt;
}
/* Index link entry */
span.wIdxLinkText:hover {
	text-decoration: underline;
}
div.wIdxAlphabet {
	clear: both;
	font-size: 13pt;
	border-bottom: 1px dashed #6100A5;
	margin: 8pt 0;
	color: #444444;
}
/* Category (letter or sign) */
span.wIdxAlphabetText {
}
/* Alphabet text */
/****** TOC Tree ******/
div.wTOCTreePage {
}
/* Main tree holder */
/* No position attributes allowed */
div.wTOCTreeCloseBook {
	cursor: pointer;
	color: #444444;
	margin-top: 6px;
	min-height: 15px;
}
/* Closed book */
div.wTOCTreeCloseBookHover {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
	text-decoration: underline;
}
/* Closed book hover */
div.wTOCTreeCloseBookSelected {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
}
span.wTOCTreeCloseBookText {
	margin-left: 5px;
	font-size: 10pt;
}
/* Closed book text */
img.wTOCTreeCloseBookIcon {
	border: none;
	vertical-align: middle;
}
/* Closed book icon */
div.wTOCTreeOpenBook {
	cursor: pointer;
	color: #444444;
	margin-top: 6px;
	min-height: 15px;
}
/* Open book */
div.wTOCTreeOpenBookHover {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
	text-decoration: underline;
}
/* Open book hover */
div.wTOCTreeOpenBookSelected {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
}
/* Open book selected */
div.wTOCTreeOpenBookChildBlock {
	margin-left: 15pt;
	margin-top: 6px;
}
span.wTOCTreeOpenBookText {
	margin-left: 5px;
	font-size: 10pt;
}
/* Open book text */
img.wTOCTreeOpenBookIcon {
	border: none;
	vertical-align: middle;
}
/* Open book image */
div.wTOCTreePage {
	cursor: pointer;
	color: #444444;
	margin-top: 6px;
	min-height: 15px;
}
/* TOC page */
div.wTOCTreePageHover {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
	text-decoration: underline;
}
/* TOC page hover */
div.wTOCTreePageSelected {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
}
span.wTOCTreePageText {
	margin-left: 5px;
	font-size: 10pt;
}
/* TOC page text */
img.wTOCTreePageIcon {
	border: none;
	vertical-align: middle;
}
/* TOC page icon */
div.wTOCTreeLink {
	cursor: pointer;
	color: #444444;
	margin-top: 6px;
	min-height: 15px;
}
/* TOC URL */
div.wTOCTreeLinkHover {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
	text-decoration: underline;
}
/* TOC URL hover */
div.wTOCTreeLinkSelected {
	cursor: pointer;
	color: #6100A5;
	margin-top: 6px;
	min-height: 15px;
}
span.wTOCTreeLinkText {
	margin-left: 5px;
	font-size: 10pt;
}
/* TOC URL text */
img.wTOCTreeLinkIcon {
	border: none;
	vertical-align: middle;
}
/* TOC URL image */
/****** TOC expanding node ******/
div.wTOCNode {
	width: 100%;
	border: none;
	background-color: #ffffff;
	text-align: center;
}
/* Main TOC holder */
/* No position attributes allowed */
div.wTOCNodeCloseBook {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	width: 100%;
}
/* Closed book */
div.wTOCNodeCloseBookHover {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
/* Closed book hover */
div.wTOCNodeCloseBookSelected {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
span.wTOCNodeCloseBookText {
	font-size: 10pt;
	text-decoration: none;
}
/* Closed book text */
img.wTOCNodeCloseBookIcon {
	border: none;
	float: right;
}
/* Closed book icon */
div.wTOCNodeOpenBook {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	width: 100%;
}
/* Open book */
div.wTOCNodeOpenBookHover {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
/* Open book hover */
div.wTOCNodeOpenBookSelected {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
span.wTOCNodeOpenBookText {
	font-size: 10pt;
	text-decoration: none;
}
/* Open book text */
img.wTOCNodeOpenBookIcon {
	border: none;
	float: right;
}
/* Open book icon */
div.wTOCNodePage {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	width: 100%;
}
/* TOC page */
div.wTOCNodePageHover {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
/* TOC page hover */
div.wTOCNodePageSelected {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
span.wTOCNodePageText {
	font-size: 10pt;
	text-decoration: none;
}
/* TOC page text */
img.wTOCNodePageIcon {
	border: none;
	float: right;
}
/* TOC page image */
div.wTOCNodeLink {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	width: 100%;
}
/* TOC URL */
div.wTOCNodeLinkHover {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
/* TOC URL hover */
div.wTOCNodeLinkSelected {
	cursor: pointer;
	border: 1px solid #6100A5;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #6100A5;
	width: 100%;
}
span.wTOCNodeLinkText {
	font-size: 10pt;
	text-decoration: none;
}
/* TOC URL text */
img.wTOCNodeLinkIcon {
	border: none;
	float: right;
}
/* TOC URL image */
div.wTOCNodeUp {
	border: none;
	height: 24px;
	line-height: 24px;
	text-align: left;
	width: 100%;
}
/* TOC up */
div.wTOCNodeUpHover {
	border: none;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	text-align: left;
	width: 100%;
}
span.wTOCNodeUpText {
	font-size: 10pt;
	text-decoration: none;
}
/* TOC up text */
img.wTOCNodeUpIcon {
	border: none;
	float: left;
}
/* TOC up image */
/****** Print link ******/
a.wPrintLink {
	background-color: transparent;
}
/****** Print button ******/
a.wPrintButton {
	background-color: transparent;
}
img.wPrintButton {
	border: none;
}
/****** Browse sequence links ******/
a.wBSBackLink {
	background-color: transparent;
}
a.wBSNextLink {
	background-color: transparent;
}
/****** Browse sequence buttons ******/
a.wBSBackButton {
	margin-left: 15pt;
	background-color: transparent;
}
img.wBSBackButton {
	border: none;
}
a.wBSNextButton {
	margin-left: 15pt;
	background-color: transparent;
}
img.wBSNextButton {
	border: none;
}
/****** Search results area ******/
div.wSearchResults {
	margin-top: 10pt;
	width: 100%;
}
/* No position attributes allowed */
div.wSearchResultSettings {
	height: auto;
	overflow: visible;
	overflow: hidden;
	width: 90%;
	margin-left: 5%;
}
div.wSearchHighlight {
	display: inline;
	float: left;
}
input.wSearchHighlight {
	position: relative;
	top: 0.75pt;
}
span.wSearchHighlight {
	margin-left: 6pt;
}
div.wSearchCount {
	float: right;
}
select.wSearchCount {
	float: right;
}
span.wSearchCount {
	float: right;
	margin-right: 6pt;
}
div.wSearchMessage {
	margin-top: 15pt;
	margin-left: 5%;
	width: 90%;
	border-bottom: 1px dashed #6100A5;
	padding-bottom: 2pt;
}
span.wSearchMessage {
}
div.wSearchResultItemsBlock {
	margin-left: 5%;
	margin-top: 5pt;
	width: 90%;
}
div.wSearchResultItem {
	margin-top: 10pt;
}
div.wSearchResultTitle {
	cursor: pointer;
	text-decoration: underline;
}
div.wSearchResultTitleHover {
	cursor: pointer;
	text-decoration: underline;
}
span.wSearchURL {
	color: #c4c4c4;
}
span.wSearchContext {
}
div.wSearchNavigation {
	margin-top: 10pt;
	border-top: 1px dashed #6100A5;
	padding-top: 5pt;
}
div.wSearchBack {
	float: left;
	margin-right: 5pt;
}
a.wSearchBack {
	margin: 0;
	padding: 0 0 0 14px;
	height: 100%;
	width: 1px;
	color: transparent;
	background: transparent url(searchPrev.png) no-repeat center center;
	text-decoration: none;
}
a.wSearchBack:hover {
	background-image: url(searchPrevHover.png);
}
div.wSearchNext {
	float: left;
	margin-right: 5pt;
}
a.wSearchNext {
	margin: 0;
	padding: 0 0 0 14px;
	height: 100%;
	width: 1px;
	color: transparent;
	background: transparent url(searchNext.png) no-repeat center center;
	text-decoration: none;
}
a.wSearchNext:hover {
	background-image: url(searchNextHover.png);
}
div.wSearchPageNumbers {
	float: left;
	margin-right: 5pt;
	margin-top: 0;
}
li.wSearchPageNumberSelected {
	margin-right: 3pt;
}
li.wSearchPageNumberLink {
	margin-right: 3pt;
	color: #6100A5;
}
li.wSearchPageNumberLink:hover {
	text-decoration: underline;
}
span.wSearchPageNumberSelected {
}
a.wSearchPageNumberLink {
	background-color: transparent;
}
/****** Search results area for small screens ******/
div.wSearchResultsSmallScr {
	margin-top: 10pt;
	width: 100%;
}
/* No position attributes allowed */
div.wSearchResultSettingsSmallScr {
	height: auto;
	overflow: visible;
	overflow: hidden;
	width: 90%;
	margin-left: 5%;
}
div.wSearchHighlightSmallScr {
	display: inline;
	float: left;
}
input.wSearchHighlightSmallScr {
	position: relative;
	top: 0.75pt;
}
span.wSearchHighlightSmallScr {
	margin-left: 6pt;
}
div.wSearchCountSmallScr {
	float: right;
}
div.wSearchCountComboSmallScr {
	float: right;
}
select.wSearchCountSmallScr {
	float: right;
	margin-right: 6pt;
}
div.wSearchCountMsgSmallScr {
}
span.wSearchCountSmallScr {
}
div.wSearchMessageSmallScr {
	margin-top: 15pt;
	margin-left: 5%;
	width: 90%;
	border-bottom: 1px dashed #6100A5;
	padding-bottom: 2pt;
}
span.wSearchMessageSmallScr {
}
div.wSearchResultItemsBlockSmallScr {
	margin-left: 5%;
	margin-top: 5pt;
	width: 90%;
}
div.wSearchResultItemSmallScr {
	margin-top: 10pt;
}
div.wSearchResultTitleSmallScr {
	cursor: pointer;
	text-decoration: underline;
}
div.wSearchResultTitleHoverSmallScr {
	cursor: pointer;
	text-decoration: underline;
}
span.wSearchURLSmallScr {
	color: #c4c4c4;
}
span.wSearchContextSmallScr {
}
div.wSearchBackSmallScr {
	float: left;
	margin-right: 5pt;
}
a.wSearchBackSmallScr {
	margin: 0;
	padding: 0 0 0 14px;
	height: 100%;
	width: px;
	color: transparent;
	background: transparent url(searchPrev.png) no-repeat center center;
	text-decoration: none;
}
a.wSearchBackSmallScr:hover {
	background-image: transparent url(searchPrevHover.png);
}
div.wSearchNextSmallScr {
	float: left;
	margin-right: 5pt;
}
a.wSearchNextSmallScr {
	margin: 0;
	padding: 0 0 0 14px;
	height: 100%;
	width: 1px;
	color: transparent;
	background: transparent url(searchNext.png) no-repeat center center;
	text-decoration: none;
}
a.wSearchNextSmallScr:hover {
	background-image: transparent url(searchNextHover.png);
}
div.wSearchPageNumbersSmallScr {
	float: left;
	margin-right: 5pt;
	margin-top: 0;
}
li.wSearchPageNumberSelectedSmallScr {
	margin-right: 3pt;
}
li.wSearchPageNumberLinkSmallScr {
	margin-right: 3pt;
	color: #6100A5;
}
li.wSearchPageNumberLinkSmallScr:hover {
	text-decoration: underline;
}
span.wSearchPageNumberSelectedSmallScr {
}
a.wSearchPageNumberLinkSmallScr {
	background-color: transparent;
}
a.wShowHide {
	margin-left: 15pt;
	color: #682689;
	display: inline;
	text-decoration: none;
}
a.wShow {
	color: #ffffff	 ! important ;
	margin-left: 15pt;
	background-color: transparent;
	color: #682689;
	display: inline;
	text-decoration: none;
}
a.wHide {
	color: #ffffff	 ! important ;
	margin-left: 15pt;
	background-color: transparent;
	color: #682689;
	display: inline;
	text-decoration: none;
}
/****** Project title ******/
span.wProjTitle {
}
/****** Search options (with AND) ******/
div.wSearchField {
	display: inline;
}
input.wSearchField {
	border: none;
	padding: 3px 35px 3px 5px;
}
a.wSearchLink {
	position: relative;
	top: 0;
	right: 20px;
	background-color: transparent;
}
img.wSearchLink {
	border: none;
}
input.wSearchAND {
	position: relative;
	top: 2pt;
}
span.wSearchAND {
	position: relative;
	top: 0.5pt;
	left: 3pt;
	font-size: 10pt;
}
/****** Search options ******/
div.wSearchOptions {
}
/* No position attributes allowed */
/****** Tabbed Panel - Horizontal (empty and not empty) ******/
div.wTabbedPanel {
	width: 100%;
}
/* No position attributes allowed */
ul.wTabGroup {
	background-color: #8241AA;
	font-size: 11pt;
	padding: 0;
	text-align: center;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	border: 3px solid #8241AA;
}
li.wTab {
	padding: 0 8pt;
	color: #ffffff;
	cursor: pointer;
	margin: 0 5pt;
	white-space: nowrap;
}
li.wTabHover {
	padding: 0 8pt;
	color: #ffffff;
	cursor: pointer;
	margin: 0 5pt;
	white-space: nowrap;
}
li.wTabSelected {
	padding: 0 8pt;
	color: #8241AA;
	background-color: #ffffff;
	margin: 0 5pt;
	white-space: nowrap;
}
span.wTabText {
}
div.wTabContentGroup {
}
div.wTabContent {
	margin: 15pt 5% 0;
	padding: 0 0 15pt 0;
	width: 90%;
	overflow: auto;
}
/****** Tabbed pannel - Vertical (empty and not empty) ******/
div.wVTabbedPanel {
	border: 1px solid #6100A5;
	background: #fff;
	width: 100%;
}
/* No position attributes allowed */
ul.wVTabGroup {
	border-top: 1px solid #6100A5;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
li.wVTab {
	cursor: pointer;
	background: #6100A5;
	text-align: center;
	width: 100%;
	color: #ffffff;
	padding: 4pt 0;
}
li.wVTabHover {
	cursor: pointer;
	background: #6100A5;
	text-align: center;
	width: 100%;
	color: #ffffff;
	padding: 4pt 0;
}
li.wVTabSelected {
	cursor: pointer;
	background: #fff;
	text-align: center;
	width: 100%;
	color: #6100A5;
	padding: 4pt 0;
}
span.wVTabText {
}
div.wVTabContentGroup {
	overflow: auto;
}
div.wVTabContent {
	margin: 10pt 15pt;
}
/****** Loading ******/
div.wLoadingIcon {
	text-align: center;
	width: 100%;
}
div.loadingicon {
}
img.wLoadingIcon {
	border: none;
}
div.wLoadingText {
	text-align: center;
	width: 100%;
}
div.loadingtext {
}
/****** Internal widget styles ******/
.unclickable {
	cursor: default;
}
/*Modifies the cursor on hover to default*/
.handcursor {
	cursor: pointer;
	cursor: hand;
}
/*Modifies the cursor on hover to hand*/
.unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
}
/*Modifies the content unselectable by mouse*/
div.treeitem {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*Used by TOC Tree widget*/
li.hlist {
	display: inline;
}
/*Used to display horizontal list of page numbers in search results */
a.nolink {
	color: #6100A5;
	background-color: transparent;
	text-decoration: none;
}
/*Used to remove default styling of a hyperlink*/
a.nolink:hover {
	background-color: transparent;
}
