﻿/**
	Color scheme:
		
	Dark blue:						#406b7e
	Green:							#9ab3b0
	Special text:					#fff
	
	Fonts:
		Palatine, bold
		Verdana, regular
	
**/

/************

	Framework CSS
	
************/
a {
	color: #406b7e;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
}

div.header {
	width: 90%;
	margin: 0 5%;
	height: 116px;
	background: transparent url(banner_repeater.png) repeat-x left top;
	text-align: center;
	min-width: 745px;
	-moz-box-shadow: 5px 20px #a3a3a3;
	-webkit-box-shadow:0 5px 20px #a3a3a3;
	box-shadow:0 5px 20px #a3a3a3;
}
div.agora {
	width: 188px;
	height: 116px;
	margin: 0 auto;
	background: transparent url(banner.png) no-repeat left top;
}
div.agora p {
	display: none;/* Hide empty paragraphs inserted by RoboHelp editor */
}
div.projecttitle {
	font-family: Palatino, sans-serif;
	text-transform: uppercase;
	color: #ed1c24;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	position: relative;
	top: -27px;
}
div.contentholder {
	width: 90%;
	margin-left: 5%;
	background-color: #fff;
	/* Overflow twice for RH editor compatiblity */
	height: auto;
	overflow: visible;
	overflow: hideen;
	min-width: 745px;
	padding-bottom: 10pt;
	-moz-box-shadow: 5px 5px #a3a3a3;
	-webkit-box-shadow:0 5px 20px #a3a3a3;
	box-shadow:0 5px 20px #a3a3a3;
}
div.contenttop {
	height: 30pt;
	overflow: visible;
}
div.logo {
	height: suto;
	width: 58px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	border: 3px double #9ab3b0;
	padding: 5px;
	
	position: relative;
	top: 65%;
	left: 10%;
}
div.logo img {
	border: none;
}
div.contentbanner {
	width: 100%;
	height: 35pt;
	background-color: #9ab3b0;
	overflow: visible;
}
table.contentbannertable a,
table.contetnbannertablesearch a {
	background-color: transparent !important;/* Do not let topic style overwrite transparency in the content bar. */
}

table.contentbannertable {
	width: 100%;
	height: 35pt;
	overflow: visible;
}
table.contentbannertablesearch {
	width: 100%;
	height: 35pt;
	overflow: visible;
}
table.contentbannertable td.logo {
	width: 30%;
	vertical-align: middle;
	height: 35pt;
	text-align: right;
	overflow: visible;
}
table.contentbannertablesearch td.logo {
	width: 20%;
	vertical-align: middle;
	height: 35pt;
	text-align: right;
	overflow: visible;
}
table.contentbannertable td.search {
	width: 30%;
	vertical-align: middle;
	height: 35pt;
	text-align: right;
}
table.contentbannertablesearch td.search {
	height: 35pt;
    text-align: left;
    vertical-align: middle;
	text-align: center;
}
table.contentbannertable td.options {
	vertical-align: middle;
	height: 35pt;
	text-align: left;
}
table.contentbannertable td.home {
	width: 20px;
	padding-right: 20px;
	vertical-align: middle;
}
table.contentbannertable td.home img {
	border: none;
}
table.contentbannertablesearch td.home {
	width: 20px;
	padding-right: 20px;
	vertical-align: middle;
}
table.contentbannertablesearch td.home img {
	border: none;
}
div.content {
	clear: none;
	width: 100%;
	/* Overflow twice for RH editor compatiblity */
	height: auto;
	overflow: visible;
	overflow: hidden;
}
div.poweredby {
	clear: both;
	width: 90%;
	text-align: center;
	margin: 0 5%;
	background: #fff;
	min-width: 745px;
	border-top: 4px double #9ab3b0;
	padding-top: 15pt;
	padding-bottom: 10pt;
	-moz-box-shadow: 5px 5px #a3a3a3;
	-webkit-box-shadow:0 5px 20px #a3a3a3;
	box-shadow:0 5px 20px #a3a3a3;
}
div.poweredby a {
	text-decoration: none;
	background-color: transparent;
}
div.poweredby a:hover {
	text-decoration: underline;
	background-color: transparent;
}

/******

	Framework print

******/

@media print {
	div.header {
		display: none;
	}
	div.poweredby {
		display: none;
	}
	div.contenttop {
		display: none;
	}
	div.contentbanner {
		display: none;
	}
	div.contenttoc {
		display: none;
	}
	div.contentholder {
		width: 100%;
		padding: 0;
		margin: 0;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	div.content {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	div.contenttopic {
		float: none;
		width: 90% !important;
		margin: 0 5% !important;
		padding: 0;
		border: none !important;
	}
	div.wTopic {
		margin: 0;
		width: 100%;
		padding: 0;
	}
}

/****
	
	Topic contents
	
****/
div.contenttoc {
	max-width: 28%;
	margin: 20pt 2% 0 2%;
	float: left;
}
div.contenttopic {
	margin: 20pt 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 */	
}
@media \0screen {/* This CSS hack targets the RH editor to make it look ok in RoboHelp too */
	div.contenttoc {
		
	}
	div.contenttopic {
		
	}
}

/****
	
	Home page
	
****/
div.contenttopsearch {
	padding-top: 5pt;
	float: right;
	margin-right: 5%;
}
div.contenttopwelcome {
	clear: none;
	padding-top: 5pt;
	
	width: 80%;
	margin: 0 10%;
	
	height: auto;
	overflow: visible;
	overflow: hidden;
}
div.welcomelogo {
	width: 30%;
	float: left;
	border: 3px double #9ab3b0;
	text-align: center;
	padding: 10pt 0;
}
div.welcometextholder {
	width: 60%;
	float: right;
}
div.welcomeheader {
	font-family: Palatino, sans-serif;
	color: #9ab3b0;
	font-weight: bold;
	font-size: 15pt;
	margin: 0 0 5pt 0;
}
div.welcometext {
	
}
div.featured {
	margin: 15pt 0 10pt;
	border-bottom: 3px double #9ab3b0;
}
table.featuredtable {
	width: 80%;
	margin: 15pt 10% 30pt;
	border-collapse: collapse;
}
table.featuredtable tr.featured {
	background-color: #9ab3b0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
table.featuredtable tr.description {

}
table.featuredtable tr.featured  td{
	padding: 3pt 0;
}
table.featuredtable tr.description td {

}
div.welcometocholder {
	margin-top: 25pt;
}
/*************
	
	CSS for widgets

************/
* {
	outline-style: none;
}
body {
	font-size: 14px;
	background: #ffffff url(background_grid.jpg) repeat left top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

/****** Topic ******/
div.wTopic {
	/* No position attributes allowed */
	
}

/****** Glossary ******/
div.wGlossary {/* Main holder div */
	/* No position attributes allowed */
	font-size: 11pt;
}
input.wGloFilter {/* Filter box */
	float: right;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #9ab3b0;
	padding: 3px 10px;
	max-width: 80%;
}
div.wGloTerm {/* Glossary term */
	cursor: pointer;
	color:#000;
}
div.wGloTermHover {/* Glossary term hover */
	cursor: pointer;
	text-decoration: underline;
	color:#000;
}
div.wGloTermSelected {/* Glossary term selected */
	cursor: pointer;
}
span.wGloTermText {/* Glossary term text */
	
}
div.wGloDefinition {/* Glossary definition */
	margin-left: 15pt;
	margin-bottom: 8pt;
	font-size: 10pt;
	color:#000;
}
div.wGloDefinitionHover {/* Glossary defintion holder */
	margin-left: 15pt;
	margin-bottom: 8pt;
	font-size: 10pt;
	color:#000;
}
span.wGloDefinitionText {/* Definition text */
	
}
div.wGloAlphabet {/* Category (letter or sign) */
	clear: both;
	font-size: 13pt;
	border-bottom: 1px dashed #9ab3b0;
	margin: 8pt 0;
	color:#000;
}
span.wGloAlphabetText {/* Alphabet text */
	
}

/****** Index ******/
div.wIndex {/* Main index holder */
	/* No position attributes allowed */
	font-size: 11pt;
}
input.wIdxFilter {/* Index filter input */
	float: right;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #9ab3b0;
	padding: 3px 10px;
	max-width: 80%;
}
div.wIdxKeyword {/* Index keyword */
	cursor: pointer;
	color: #406b7e;
}
div.wIdxKeywordHover {/* Index keyword hover */
	cursor: pointer;
	text-decoration: underline;
	color: #406b7e;
}
span.wIdxKeywordText {/* Index keyword text */
	
}
div.wIdxChildBlock {/* Index child block */
	cursor: pointer;
	margin-left: 15pt;
}
span.wIdxLinkText {/* Index link entry */
	
}
span.wIdxLinkText:hover {
	text-decoration: underline;
}
div.wIdxAlphabet {/* Category (letter or sign) */
	clear: both;
	font-size: 13pt;
	border-bottom: 1px dashed #9ab3b0;
	margin: 8pt 0;
	color:#000;
}
span.wIdxAlphabetText {/* Alphabet text */
	
}


/****** TOC Tree ******/
div.wTOCTreePage {/* Main tree holder */
	/* No position attributes allowed */
}
div.wTOCTreeCloseBook {/* Closed book */
	cursor: pointer;
	color: #000;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreeCloseBookHover {/* Closed book hover */
	text-decoration: underline;
	cursor: pointer;
	color: #9ab3b0;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreeCloseBookSelected {/* Closed book selected */
	cursor: pointer;
	color: #406b7e;
	min-height: 20px;
	margin-top: 6px;
}
span.wTOCTreeCloseBookText {/* Closed book text */
	margin-left: 5px;
}
img.wTOCTreeCloseBookIcon {/* Closed book icon */
	border: none;
	vertical-align: middle;
}
div.wTOCTreeOpenBook {/* Open book */
	cursor: pointer;
	color: #000;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreeOpenBookHover {/* Open book hover */
	text-decoration: underline;
	cursor: pointer;
	color: #9ab3b0;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreeOpenBookSelected {/* Open book selected */
	cursor: pointer;
	color: #406b7e;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreeOpenBookChildBlock {/* Open book child block */
	margin-left: 15pt;
	cursor: pointer;
}
span.wTOCTreeOpenBookText {/* Open book text */
	margin-left: 5px;
}
img.wTOCTreeOpenBookIcon {/* Open book image */
	border: none;
	vertical-align: middle;
}
div.wTOCTreePage {/* TOC page */
	cursor: pointer;
	color: #000;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreePageHover {/* TOC page hover */
	text-decoration: underline;
	cursor: pointer;
	color: #9ab3b0;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreePageSelected {/* TOC page selected */
	cursor: pointer;
	color: #406b7e;
	min-height: 20px;
	margin-top: 6px;
}
span.wTOCTreePageText {/* TOC page text */
	margin-left: 5px;
}
img.wTOCTreePageIcon {/* TOC page icon */
	border: none;
	vertical-align: middle;
}
div.wTOCTreeLink {/* TOC URL */
	cursor: pointer;
	color: #000;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreeLinkHover {/* TOC URL hover */
	text-decoration: underline;
	cursor: pointer;
	color: #9ab3b0;
	min-height: 20px;
	margin-top: 6px;
}
div.wTOCTreeLinkSelected {/* TOC URL selected */
	cursor: pointer;
	color: #406b7e;
	min-height: 20px;
	margin-top: 6px;
}
span.wTOCTreeLinkText {/* TOC URL text */
	margin-left: 5px;
}
img.wTOCTreeLinkIcon {/* TOC URL image */
	border: none;
	vertical-align: middle;
}

/****** TOC expanding node ******/
div.wTOCNode {/* Main TOC holder */
	/* No position attributes allowed */
	width: 100%;
	border: none;
	background-color: #f5f3f3;
	text-align: center;
}
div.wTOCNodeCloseBook {/* Closed book */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	width: 100%;
}
div.wTOCNodeCloseBookHover {/* Closed book hover */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
div.wTOCNodeCloseBookSelected {/* Closed book selected */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
span.wTOCNodeCloseBookText {/* Closed book text */
	text-decoration: none;
}
img.wTOCNodeCloseBookIcon {/* Closed book icon */
	border: none;
	float: right;
}
div.wTOCNodeOpenBook {/* Open book */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	width: 100%;
}
div.wTOCNodeOpenBookHover {/* Open book hover */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
div.wTOCNodeOpenBookSelected {/* Open book selected */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
span.wTOCNodeOpenBookText {/* Open book text */
	text-decoration: none;
}
img.wTOCNodeOpenBookIcon { /* Open book icon */
	border: none;
	float: right;
}
div.wTOCNodePage {/* TOC page */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	width: 100%;
}
div.wTOCNodePageHover {/* TOC page hover */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
div.wTOCNodePageSelected {/* TOC page selected */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
span.wTOCNodePageText {/* TOC page text */
	text-decoration: none;
}
img.wTOCNodePageIcon {/* TOC page image */
	border: none;
	float: right;
}
div.wTOCNodeLink {/* TOC URL */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	width: 100%;
}
div.wTOCNodeLinkHover {/* TOC URL hover */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
div.wTOCNodeLinkSelected {/* TOC URL selected */
	cursor: pointer;
	border: 1px solid #406b7e;
	height:24px;
    line-height:24px;
	color: #fff;
	background-color: #406b7e;
	width: 100%;
}
span.wTOCNodeLinkText {/* TOC URL text */
	text-decoration: none;
}
img.wTOCNodeLinkIcon {/* TOC URL image */
	border: none;
	float: right;
}
div.wTOCNodeUp {/* TOC up */
	border: none;
	height:24px;
    line-height:24px;
	text-align: left;
	width: 100%;
}
div.wTOCNodeUpHover {/* TOC up hover */
	border: none;
	cursor: pointer;
	height:24px;
    line-height:24px;
	text-align: left;
	width: 100%;
}
span.wTOCNodeUpText {/* TOC up text */
	text-decoration: none;
}
img.wTOCNodeUpIcon {/* TOC up image */
	border: none;
	float: left;
}


/****** Print link ******/
a.wPrintLink {
	background-color: transparent;
}

/****** Print button ******/
a.wPrintButton {
	margin-right: 8pt;
	background-color: transparent;
}
img.wPrintButton {
	border: none;
}

/****** Browse sequence links ******/
a.wBSBackLink {
	margin-right: 8pt;
	background-color: transparent;
}
a.wBSNextLink {
	margin-right: 8pt;
	background-color: transparent;
}

/****** Browse sequence buttons ******/
a.wBSBackButton {
	margin-right: 8pt;
	background-color: transparent;
}
img.wBSBackButton {
	border: none;
}
a.wBSNextButton {
	margin-right: 8pt;
	background-color: transparent;
}
img.wBSNextButton {
	border: none;
}

/****** Search results area ******/
div.wSearchResults {
	/* No position attributes allowed */
	margin-top: 20pt;
	width: 100%;
}
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;
	width: 95%;
	border-bottom: 1px solid #406b7e;
	padding-bottom: 2pt;
	padding-left: 5%;
}
span.wSearchMessage {
	
}
div.wSearchResultItemsBlock {
	margin-top: 5pt;
	width: 100%;
}
div.wSearchResultItem {
	margin-top: 10pt;
	width: 90%;
	margin-left: 5%;
}
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 solid #406b7e;
	padding-top: 5pt;
	padding-left: 5%;
	width: 95%;
}
div.wSearchBack {
	float:left;
    margin-right:5pt;
}
a.wSearchBack {
	text-decoration:none;
	margin:0;
	padding: 0 0 0 20px;
	height: 100%;
	width: 1px;
	color: transparent;
	background: transparent url(searchPrev.png) no-repeat center center;
}
div.wSearchNext {
	float:left;
    margin-right:5pt;
}
a.wSearchNext {
	text-decoration:none;
	margin:0;
	padding: 0 0 0 20px;
	height: 100%;
	width: 1px;
	color: transparent;
	background: transparent url(searchNext.png) no-repeat center center;
}
div.wSearchPageNumbers {
	float:left;
	margin-right:5pt;
	margin-top:0;
}
li.wSearchPageNumberSelected {
	margin-right:3pt;
}
li.wSearchPageNumberLink {
    margin-right:3pt;
    color:#406b7e;
}
span.wSearchPageNumberSelected {

}
a.wSearchPageNumberLink {
	background-color: transparent;
}

/****** Search results area for small screens ******/

div.wSearchResultsSmallScr {
	/* No position attributes allowed */
	margin-top: 10pt;
	width: 100%;
}
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 solid #406b7e;
	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 {
	text-decoration:none;
	margin:0;
	padding: 0 0 0 28px;
	height: 100%;
	width: px;
	color: transparent;
	background: transparent url(searchPrev.png) no-repeat center center;
}
a.wSearchBackSmallScr:hover {
	background-image: transparent url(searchPrevHover.png);
}
div.wSearchNextSmallScr {
	float:left;
    margin-right:5pt;
}
a.wSearchNextSmallScr {
	text-decoration:none;
	margin:0;
	padding: 0 0 0 28px;
	height: 100%;
	width: 1px;
	color: transparent;
	background: transparent url(searchNext.png) no-repeat center center;
}
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:#406b7e;
}
li.wSearchPageNumberLinkSmallScr:hover {
	text-decoration:underline;
}
span.wSearchPageNumberSelectedSmallScr {

}
a.wSearchPageNumberLinkSmallScr {
	background-color: transparent;
}


/****** Show/Hide ******/
a.wShowHide {
	color: #fff !important;
	margin: 0 0 0 8pt;
	padding: 0;
	position: relative;
	top: -5px;
	text-decoration: none !important;
	background-color: transparent;
}

/****** Show/Hide toggle ******/
a.wShow {
	color: #fff !important;
	margin: 0 0 0 8pt;
	padding: 0;
	position: relative;
	top: -5px;
	text-decoration: none !important;
	background-color: transparent;
}
a.wHide {
	color: #fff !important;
	margin: 0 0 0 8pt;
	padding: 0;
	position: relative;
	top: -5px;
	text-decoration: none !important;
	background-color: transparent;
}

/****** Project title ******/
span.wProjTitle {

}

/****** Search options (with AND) ******/
div.wSearchField {
	display: inline;
}
input.wSearchField {
	border: 1px solid #406b7e;
	padding: 3px 35px 3px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-appearance: none;
}
a.wSearchLink {
	position: relative;
	top: 0;
	right: 20px;
}
img.wSearchLink {
	border: none;
}
input.wSearchAND {
	position: relative;
	top: 2pt;
}
span.wSearchAND {
	position: relative;
	top: 0.5pt;
	left: 3pt;
	color: #fff;
}

/****** Search options ******/
div.wSearchOptions {
	/* No position attributes allowed */
	
}
/****** Tabbed Panel - Horizontal (empty and not empty) ******/
div.wTabbedPanel {
	/* No position attributes allowed */
	width: 100%;
}
ul.wTabGroup {
	background-color: #9ab3b0;
	font-size: 12pt;
	padding:0;
	text-align: center;
	height: auto;
	padding: 0 0 5px 0;
	border: none;
	border: 3px solid #9ab3b0;
}
li.wTab {
	padding: 0 8pt;
	color: #fff;
	cursor: pointer;
	margin: 0 5pt;
	border-bottom: 3px solid #9ab3b0;
	white-space: nowrap;
}
li.wTabHover {
	padding: 0 8pt;
	color: #fff;
	cursor: pointer;
	margin: 0 5pt;
	border-bottom: 3px solid #9ab3b0;
	white-space: nowrap;
}
li.wTabSelected {
	padding: 0 8pt;
	color: #fff;
	margin: 0 5pt;
	border-bottom: 3px double #fff;
	white-space: nowrap;
}
span.wTabText {
	
}
div.wTabContentGroup {
	
}
div.wTabContent {
	margin: 15pt 5% 0;
	padding: 0 0 15pt 0;
	width: 90%;
	overflow-y: visible;
	overflow-x: auto;
}

/****** Tabbed pannel - Vertical (empty and not empty) ******/
div.wVTabbedPanel {
	/* No position attributes allowed */
	border: 1px solid #406b7e;
	background: #fff;
	width: 100%;
}
ul.wVTabGroup {
	border-top: 1px solid #406b7e;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}
li.wVTab {
	cursor: pointer;
	background: #406b7e;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 4pt 0;
}
li.wVTabHover {
	cursor: pointer;
	background: #406b7e;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 4pt 0;
}
li.wVTabSelected {
	cursor: pointer;
	background: #fff;
	text-align: center;
	width: 100%;
	color: #406b7e;
	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 {/*Modifies the cursor on hover to default*/
	cursor: default;
}
.handcursor {/*Modifies the cursor on hover to hand*/
	cursor: pointer;
	cursor: hand;
}
.unselectable {/*Modifies the content unselectable by mouse*/
	-webkit-user-select: none;
	-moz-user-select: none;
}
div.treeitem {/*Used by TOC Tree widget*/
	clear: both;
	margin: 0px;
	padding: 0px;
}
li.hlist {/*Used to display horizontal list of page numbers in search results */
	display: inline;
}
a.nolink {/*Used to remove default styling of a hyperlink*/
	text-decoration: none;
	color: #406b7e;
	background-color: transparent;
}
a.nolink:hover {
	background-color: transparent;
}