/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 680%;
	line-height: 1.1em;
	letter-spacing: -0.125em;
}

.huge, h1 {
	font-size: 425%;
	line-height: 1.1em;
	letter-spacing: -0.0625em;
}

.large, h2 {
	font-family: cc3;
	font-weight: normal;
	font-size: 178%;
	line-height: 1.6em;
	color: #76323f;
	padding-bottom: 5px;
	border-bottom: 1px solid #dee5e5;
	margin-bottom: 10px;
}

.bigger, h3 {
	font-family: cc3sc;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.6em;
}

.big, h4 {
	font-family: cc3;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.6em;
}

.bitbigger {
	font-weight: normal;
	font-size: 125%;
}

body {
	font-family: ct3, 'Helvetica Neue', 'Corbel', 'Roboto', 'Segoe', 'Arial', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 95%;
	line-height: 1.6em;
}

.small, small {
	font-size: 82%;
	line-height: 1.6em;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: #e9e9e9;}
::-moz-selection 	{background: #e9e9e9;}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: #e9e9e9;}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	background-color: #dee5e5;
	color: #3c3c3c;
	background-image: url("../graphics/page-background.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	text-rendering: optimizeLegibility;
  	font-feature-settings: "kern" 1;
  	font-kerning: normal;
  	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

#logoPrint{
	display: none;
}

#treeCatTitleFixed{
position: fixed;
top: 0;
left: 0;
background-color: #468189;
color: #FFF;
padding: 10px;
width: 100%;
display: none;
z-index: 99;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.selectedSub{
	outline: 3px solid yellow;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

#jumpToTree{
	display: none;
}

/* Additional classes, MA */

ul.intext
{
  margin-left:1em; 
  padding-left:0.2em; 
  margin-bottom:1em;
}

p.inpara
{
  margin-left:1em; 
}

p.inparasmall
{
  margin-left:1em; 
  font-size: 90%;
}

p.withpad
{
  margin-left:0.5em; 
  margin-right:0.5em; 
}

ul.intext li
{
  list-style-type:none;
  padding-left: 0.8em; 
  padding-bottom: 0.3em; 
  list-style: none; 
}

ul.intext2col
{
  margin-left:1em; 
  padding-left:0.2em; 
  list-style: none;
  margin-bottom:1em;
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
  font-size: 13px;
  line-height: 18px;
}

ul.intextsmall
{
  margin-left:1em; 
  padding-left:0.2em; 
  margin-bottom:1em;
  font-size: 90%;
  list-style: none; 
}

ul.intextsmallhi
{
  margin-left:1em; 
  margin-bottom:1em;
  font-size: 90%;
  list-style: none; 
  padding-left: 1.45em;
  text-indent: -1.25em;
}

ul.intextsmalldash
{
  margin-left:1em; 
  margin-bottom:1em;
  font-size: 90%;
  list-style: square; 
  padding-left: 1.45em;
}

p.smallquote
{
  margin-left:1em; 
  padding-left:0.2em; 
  margin-bottom:1em;
  font-size: 90%;
}

tr.vsmall {
	font-size: 75%;
	line-height: 1.6em;
    vertical-align: top;
}


a.gentle:link
{
  border-bottom:1px dashed #468189;
  text-decoration:none;
  color:#468189;
}

a.gentle:visited
{
  text-decoration:none;
  color:#468189;
}

a.gentle:hover
{
  text-decoration:none;
  color:#77aca2;
}

a.gentle:active
{
  text-decoration:none;
  color:#77aca2;
}

a.semigentle:link
{
  text-decoration:none; 
  border-bottom:1px dashed #468189;
  color:#468189;
}

a.semigentle:visited
{
  text-decoration:none;
  color:#468189;
}

a.semigentle:hover
{
  text-decoration:none;
  border-bottom:1px solid #468189;
  color:#468189;
}

a.semigentle:active
{
  text-decoration:none;
  border-bottom:1px solid #77aca2;
  color:#77aca2;
}

.grey
{
  color:#a2c0c4;
}

.hangingind 
{
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.hangingindbig 
{
  padding-left: 2.5em;
  text-indent: -1.25em;
}

.texthead {
	font-family: cc3sc;
	font-weight: normal;
	font-size: 135%;
	line-height: 1.625em;
	color: #76323f;
	padding-top: 1em;
	padding-bottom: 0.375em;
	border-bottom: 1px solid #dee5e5;
	margin-bottom: 0.625em;
}


.texthead2 {
	font-family: cc3sc;
	font-size: 110%;
	line-height: 1.125em;
	font-weight: normal;
	color: #76323f;
	padding-top: 1em;
	padding-bottom: 0.375em;
	border-bottom: 1px dotted #dee5e5;
	margin-bottom: 0.625em;
}

img.onleft
{
  padding:1px;
  border:1px solid #76323f;
  background-color:#468189;
  float: left;
  margin: 0.625em;
}

img.onright
{
  padding:1px;
  border:1px solid #76323f;
  background-color:#468189;
  float: right;
  margin: 0.625em;
}

img.oncentre
{
  padding:1px;
  margin-left:auto;
  margin-right:auto;
  margin: 0.625em;
}

img.viz
{
  margin: 0.625em;
}

img.logo {
  display: block;
  max-width:482px;
  max-height=80px;
  width: auto;
  height: auto;
}

#footnotes{
	border-top: 1px solid #304D31;
	margin-top: 20px;
	padding-top: 10px;
}

.footnote{
    position: relative;
    top: -0.5em;
    font-size: 80%;
    text-decoration: none;
    color: #468189;
}

.sc{
	font-family: cc3sc;
}

.rule {
    display: block;
    width: 90%
    height: 1px;
    border: 0;
    border-top: 1px solid #ac848b;
    margin: 1em 0;
    padding: 0;
}

/* Additional classes end */

table.fulltable
{
	table-layout: fixed;
	width:100%;
	border: 0px;
    vertical-align: top;
}

#wrapper{
	width: 972px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFF;
	margin:20px auto 20px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

#header{
	margin: 0px;
}

#logo{
	margin: 0px;
	background-color: #468189;
	padding-bottom: 10px;
}

#navbar{
	margin: 0;
	padding: 0;
	background-color: #234145;
	color: #FFF;
}

#subNavbar{
	margin: 0;
	padding: 0;
	height: 5px;
	background-color: #FFF;
	border-bottom: 1px solid #dee5e5;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

#logoInner{
	padding-top: 10px;
	padding-left: 0;
}

#navbarInner, #subNavbarInner, #logoInner, #footerInner{
	margin: 0 auto;
	width: 972px;
	padding-left: 10px;
	padding-right: 10px;
}

#navbarInner{
	padding-right: 0px;
	width: 982px;
}

#mainWithLeftNav{
	float:right;
	width: 752px;
}

#leftNav{
	padding: 0;
	margin:0;
	float:left;
	width: 200px;
}

#main{
	width: 952px;
	margin-left: 10px;
	margin-right: 10px;
}

#mainInner{
	padding: 0 10px;
}

#main p a{
	color: #468189;
	text-decoration: none;
}

#main p a:hover, #main p a:active{
	border-bottom: 1px dashed;
}

div.clear, span.clear{
	clear:both;
}

/* Navbars */

ul.navList{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navList li{
	display: inline-block;
	*zoom: 1;
    *display: inline;
	text-decoration: none;
	padding: 5px 5px 5px 0;
	margin: 0px 10px 0 0;
}

ul.navList li a{
	color: #FFF;
	text-decoration: none;
}

ul.navList li a:hover, ul.navList li a:active{
	color: #468189;
}

.menuSelected{
	position: relative;
	left: 50%;
	top: 17px;
	font-size: 20px !important;
}

ul.l1{
	list-style: none;
}

ul.l1, ul.l2{
	margin: 0;
	padding: 0;
}

ul.l1 li a{
	display: block;
	text-decoration: none;
	color: #76323f;
	padding: 5px 5px;
	margin: 2px;
    background: url("../graphics/navDot.png") repeat-x scroll left bottom transparent;

}

ul.l1 li a:hover, ul.l1 li a:active{
	color: #c6a88c;
}

ul.l2{
	padding: 0;
	padding-left: 30px;
	list-style-type: square;
	color: #76323f;
}

ul.l2 li a{
	display: block;
	text-decoration: none;
	color: #76323f;
	padding: 2px;
	margin: 2px;
	text-shadow: none;
}

ul.l2 li a:hover, ul.l2 li a:active{
	color: #c09f80;
}

a.leftNavMenuSelected{
	color: #c09f80 !important;
	font-weight: bold;
/*	text-decoration: underline !important; */.
}

#qsli{
	float:right;
}

/* Footer */

#footer{
	margin: 0;
	padding: 10px;
	padding-bottom: 50px;
	background-color:#000;	
	color: #FFF;
	opacity:0.7;
	
}

#footer ul{
	margin: 0px 0px 0px 20px;
	list-style-type: square;
}

div.footerLeft{
	float:left;
	margin-bottom: 10px;
}

div.footerLeft a{
	color: #FFF;
	text-decoration: none;
}

div.footerLeft a:hover, div.footerLeft a:active{
	text-decoration: underline;
}

#footerRight{
	float:right;
}

#footerRight img{
	float:right;
}

/* Breadcrumbs */

#breadcrumbs{
	margin-top: 7px;
	margin-bottom: 5px;
	color: #468189;
}

#breadcrumbs a{
	color: #468189;
	text-decoration: underline;
}

/* Welcome Page */
#welcome{
	width: 470px;
	float:left;
	padding: 10px;
	margin: 10px 5px 10px 0;
	background-color: #76323F;
	color: #FFF;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);	
}

#welcomeRight{
	float:left;
	padding: 0px;
	margin: 10px 5px 10px 0;	
}

#welcomeQsearch{
	width: 400px;
	background-color: #c09f80;
	margin: 0 0 20px 10px;
	padding: 10px 10px 40px 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);	
}

#welcomeQsearch h4, #welcomeCotd h4{
	color: #FFF;
	font-weight: normal;
	margin-bottom: 20px;
}

#welcomeQsearch ul{
	list-style-type: none;
	color: #FFF;
	font-weight: normal;
}

.welcomeQsearch2{
    padding-top: 0.5em;
	list-style-type: none;
	color: #FFF;
	font-weight: normal;
    font-size: 90%;
}


#welcomeCotd{
	width: 400px;
	background-color: #77ACA2;
	color: #FFF;
	margin: 10px 0 20px 10px;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);	
}

#extraText{
	width: 400px;
	height: 145px;
	margin: 0 0 20px 10px;
	padding: 10px ;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);	
}

p.hierarchy a, p.cotdTitle a, #welcomeQsearch a{
	color: #FFF !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

p.hierarchy a:hover, p.hierarchy a:active,p.cotdTitle a:hover, p.cotdTitle a:active, #welcomeQsearch a:hover, #welcomeQsearch a:active {
	text-decoration: underline !important;
}

p.cotdTitle{
	font-size: 18px;
	font-weight: bold;
}

a.linkButton, a.refineButton, .searchButton, .citeButton, .timelineButton, #catOptionsToggle{
	cursor: pointer;
	padding: 5px;
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: bold;
	background-color: #234145;
	border: 1px solid #234145 !important;
	box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.15);
}

.searchButtonSmall{
	cursor: pointer;
	padding: 0 2px;
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: normal;
	background-color: #234145;
	border: 1px solid #234145 !important;
	box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.15);
}

.searchButton, .searchButtonSmall {
	font-family: ct3, 'Helvetica Neue', 'Corbel', 'Roboto', 'Segoe', 'Arial', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 100%;
}

a.linkButton:hover, a.linkButton:active{
	background-color: #468189;
	border: 1px solid #234145;
}

.searchButton:hover, .searchButton:active, .searchButtonSmall:hover, .searchButtonSmall:active, .citeButton:hover, .citeButton:active, .timelineButton:hover, .timelineButton:active, #catOptionsToggle:hover, #catOptionsToggle:active{
	background-color: #915a65;
	border: 1px solid #234145;
}

#qsearchForm .searchButton{
	font-size: 0.7em;
	background-color: #234145;
}

#qsearchForm .searchButton:hover, #qsearchForm .searchButton:active{
	background-color: #468189;
}

/*  Main page */

p{
	text-align: justify;
	margin-bottom: 10px;
}

p.right{
	text-align:right;
}
/*
#main p a{
	color: #76323f;
	text-decoration: none;
}

#main p a:hover, #main p a:active{
	border-bottom: 1px dashed #468189;
}
*/
label{
	cursor: pointer;
	font-weight: bold;
}

div.pos, span.dates{
	border: 1px solid #ccc;
	background-color: #dee5e5;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

div.pos{
	float: left;
}

span.dates{
	padding: 10px;
}

.hFloat{
	float:left;
	margin-right: 10px;
}

ul.subCatBrowse{
	margin-left: 0px;
	list-style-type: none;
}

ul.subCatBrowse li{
	border: 1px solid #77aca2;
	margin-bottom: 2px;
}

ul.subCatBrowse a{
	color: #76323f;
	text-decoration: none;
	display:block;
	padding-left: 10px;
}

ul.subCatBrowse a:hover, ul.subCatBrowse a:active{
	text-decoration: none;
	background-color: #77aca2;
	color: #FFF;
}

#subCatToggle{
	margin-bottom: 0px;
	border: 1px solid #77aca2;
	background-color: #dee5e5;
}

#subCatToggle a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #dee5e5;
	padding: 3px 10px;
	display: block;
}

#subCatToggle a img {
	vertical-align: text-top;
	padding-top: 2px;
}

#subCatToggle a:hover, #subCatToggle a:active{
  text-decoration: none;
}

#subCatBrowseDiv{
	background-color: #76323f;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

#browseUp{
	margin-bottom: 0px;
	color: #FFF;
	background-color: #76323f;
	padding: 10px;
	padding-bottom: 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

#browseUp h4{
	font-size: 112.5%;
	font-weight: normal;
}

#browseDown{
	margin-top: 20px;
	color: #FFF;
	background-color: #77aca2;
	padding: 10px;
	padding-bottom: 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

#browseDown h4{
	font-size: 112.5%;
	font-weight: normal;
}

div.downHierarchy, div.upHierarchy, div.posHierarchy{
	float: left;
	background-color: #ac848b;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.downHierarchy a, div.upHierarchy a, .changePOS{
	display: block;
	text-decoration: none;
	padding: 0px 5px;
	color: #3a3a3a !important;
}

 div.posHierarchy a:hover,  div.posHierarchy a:active, div.downHierarchy a:hover, div.downHierarchy a:active, div.upHierarchy a:hover, div.upHierarchy a:active, .changePosSelected{
	background-color: #d5c1c5;
	color: #FFF !important;
	text-decoration: none !important;
}

div.joinHierarchy{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px 6px;
	font-weight: bold;
}

#browsePOS{
	background-color: #76323f;
	color: #FFF;	
	padding: 10px;
	padding-bottom: 0;
	margin-top: 0;
}

#browsePOS h4{
	font-size: 87.5%;
	font-weight: normal;
}

#categoryMain{
	margin: 0;
	margin-bottom: 20px;
	padding: 5px;
}

#specCharToggle{
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #468189;
	background-color: #dee5e5;
}

#specCharToggle a {
	color: #000 !important;
	text-decoration: none !important;
	border-bottom: none !important;
	font-weight: normal;
	background-color: #dee5e5;
	padding: 3px 10px;
}

#specCharToggle a img, label img {
	vertical-align: text-top;
	padding-top: 2px;
}

#specCharToggle a:hover, #specCharToggle a:active{
  text-decoration: none;
}

#specChar a{
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #77aca2;
	background-color: #dee5e5;
	font-weight: bold;
	color: #000 !important;
	text-decoration: none !important;
}

#specChar a:hover, #specChar a:active{
	color: #FFF !important;
	background-color: #76323f;
	border: 1px solid #76323f;	
}

#mySearch{
	background-color: #c09f80;
	color: #FFF; 
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

a.refineButton{
	cursor: pointer;
	padding: 5px;
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: bold;
	background-color: #915a65;
	border: 1px solid #3c3c3c;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
a.refineButton:hover, a.refineButton:active{
	background-color: #76323f;
	border: 1px solid #3c3c3c;
}

#recommended{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #77aca2;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

#recommendedHeader{
	margin-top: 20px;
	background-color: #77aca2;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	padding: 10px;
}

div.navigation{
	text-align: center;
	background-color: #77aca2;
	color: #FFF;
	font-weight: normal;
	margin: 10px 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	padding: 5px;
}

div.navigation a{
	text-decoration: none;
	color: #FFF;
}

h4.catList{
	font-weight: normal;
	margin-bottom: 10px;
}

p.catOdd{
	margin-bottom: 0;
	padding: 5px;
}

p.catEven{
	background-color: #f1eaeb;
	margin-bottom: 0;
	padding: 5px;
}

span.subCatNum{
	float: right;
}

.wordOptions{
	float:right;
	text-decoration: none !important;
	color: #3a3a3a  !important;
	padding: 0 2px;
}

.wordOptions:hover, .wordOptions:active{
	background-color: #77aca2;
	color: #FFF !important;
}

#citeLink{
	float:right;
	padding-right: 10px;
}

h4.citeHeader{
	font-size: 112.5%;
}

.ui-dialog-title{
	color: #FFF;
}

p.citeP{
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dashed #c09f80;
}

.toTop{
	text-decoration: none !important;
}

.toTop img{
	vertical-align: text-top;
}

#v1Cat{
	font-size: 0.4em;
	color: #a5a5a5;
	float: right;
	clear: right;
}

#search p{
	margin: 10px 0;
}

#jump{
	background-color: #77aca2;
	color: #FFF;
	margin-top: 20px;
	padding: 10px;
}

/* Sparkline Styles */

.sparkline {
  fill: none;
  stroke: #000;
  stroke-width: 0.5px;
}
.sparkcircle {
  fill: #f00;
  stroke: none;
}
.gloss{
	margin-right: 10px;
}

#sparks{
	margin: 20px 0;
}

#sparks p{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.sparkSearchSection{
	border: 1px solid #d9d9d9;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
padding: 10px 10px 0px 10px;
margin: 10px 0;
cursor: pointer;
}

.sparkSearchSectionSelected{
	color: #000;
	background-color: #adcdc7;
}

	.sparkSearchSectionDisabled{
	color: #CCC;
}

.tip{
	color: #234145;
}

.sparkSlider{
	margin: 10px;
}

/******************
* Timeline Styles *
******************/

#htTimeline{
	pointer-events: none;
}

.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}

.axis text {
font-family: ct3, 'Helvetica Neue', 'Corbel', 'Roboto', 'Segoe', 'Arial', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 10px;
}

.tick text, .timeline-label-clickable{
	pointer-events: all;
	cursor: pointer;
}

.timeline-label {
font-family: ct3, 'Helvetica Neue', 'Corbel', 'Roboto', 'Segoe', 'Arial', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 14px;
}

#timeline2 .axis {
  transform: translate(0px,40px);
  -ms-transform: translate(0px,40px); /* IE 9 */
  -webkit-transform: translate(0px,40px); /* Safari and Chrome */
  -o-transform: translate(0px,40px); /* Opera */
  -moz-transform: translate(0px,40px); /* Firefox */
}

.coloredDiv {
  height:20px; width:20px; float:left; margin-right: 5px;
}

.timelineSeries_tip{
	cursor: pointer;
	pointer-events: all;
}

/**************
* Tree Styles *
**************/

#tree{
	margin: 10px 5px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	float:left;
	width: 470px;
}

.treeCatnum{
	color: #606060;
	font-size: 0.7em;
}

.fancytree-expander{
	padding-top: 4px;
}

.fancytree-node{
	padding: 3px 0px 3px 3px;
}

.tree:focus, .ui-fancytree:focus, .fancytree-container:focus {
    outline: none;
}

.fancytree-node:hover, .fancytree-active{
	background-color: #c09f80;
	color: #FFF;
}

.treeSub{
	font-style: italic;
	font-size: 0.9em;
}

#words, #radarSelected{
/*	border: 1px solid #ccc;	*/
	margin: 10px 5px 10px 0;
	float: right;
	width: 438px;
}

#treeCatTitle{
	background-color: #c6a88c;
	color: #FFF;
	padding: 10px;
	margin-bottom: 0px;
	border: 0;
	text-shadow: 2px 2px 3px #8a7562;
}

#posTabs{
	margin-bottom: 3px;
	margin-top: 10px;
}

.posTab{
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
	border-bottom: 0;
	margin-bottom: 2px;
	text-decoration: none;
	color: #FFF;
	background-color: #234145;
}

#subcatHeader{
	font-size: 1.5em;
	padding-left: 5px;
	color: #FFF;
	background-color: #c6a88c;
	text-shadow: 2px 2px 3px #8a7562;
}

#treeSubCatBrowseDiv{
	padding: 5px;
}

.posTab:active, .posTab:hover, .posTabSelected{
	background-color: #adcdc7;
}

.treeSubcatSection{
	margin-bottom: 10px;
}

.treeSubcatHeading{
	font-weight: normal;
	color: #FFF;
	background-color: #76323f;
	padding: 5px;
}

.treeSubcatHeadingInner{
	width: 70%;
	display: inline-block;
}

.treeSubcatHeading .treeCatnum{
	color: #FFF;
	margin-left: 5px;
}

.posTip, .posTimelineTip{
	font-family: ct3;
	cursor: pointer;
}

.loadActive{
	background-color: #c09f80;
	color: #FFF;
}

#searchWord{
	display: none;
}

/* new quick search style */

input, select{
	border: 1px solid #ccc;
	padding: 5px;
	color: #3c3c3c;
	font-family: ct3, 'Helvetica Neue', 'Corbel', 'Roboto', 'Segoe', 'Arial', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#qsearchForm input{
	font-size: 0.7em;
	font-family: ct3, 'Helvetica Neue', 'Corbel', 'Roboto', 'Segoe', 'Arial', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#qsearch{
	border: 0;

}

.ui-autocomplete {
max-height: 200px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}

.citeButton, .timelineButton, #catOptionsToggle, .changelogMaincat, .changelogSubcat{
	font-family: ct3;
	float:right;
	font-size: 0.5em;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	padding: 2px;
	margin-left: 5px;
}
.changelogMaincat, .changelogSubcat{
	margin-right: 5px;
	display: inline-block;
	border: 2.5px solid #faf7f5;
	color: #faf7f5;
	font-weight: bold;
	border-radius: 20px;
	padding: 0px 5.5px 2px 5.5px;
    text-shadow: none;
	cursor: pointer;
}

.changelogSubcat{
	line-height: 1.2em;
	font-size: 0.5em;
	margin-top: 2px;
	padding: 0px 4.5px 2px 4.5px;
    border: 2px solid #f7ebed;
	color: #f7ebed;
}

#catOptions{
	font-family: ct3;
	text-shadow: none;
	background-color: #77ACA2;
	color: #FFF;
	padding: 10px;
}

#catOptions .citeButton, #catOptions .timelineButton{
	float: none;
	font-size: 1em;
	background-color: #adcdc7;
	color: #3A3A3A !important;
	border: 0 !important;
}

#catOptions .ui-button, #resultsSortOptions .ui-button{
	padding: 2px;
}

.treeSubcatHeading .citeButton, .treeSubcatHeading .timelineButton{
	background-color: #76323f;
}

.treeSubcatHeading .citeButton:active, .treeSubcatHeading .citeButton:hover, .treeSubcatHeading .timelineButton:hover, .treeSubcatHeading .timelineButton:active, .treeSubcatHeading #catOptionsToggle:hover, .treeSubcatHeading #catOptionsToggle:active{
	background-color: #915a65;
	border: 1px solid #76323f;
}

#catOptions .citeButton:active, #catOptions .citeButton:hover, #catOptions .timelineButton:active, #catOptions .timelineButton:hover{
	background-color: #d6e6e3;
	border: 0 !important;
}

#resultsSortOptions{
	background-color: #76323f;
	color: #FFF;	
	padding: 10px;
	margin-top: 0;
}

#resultsSortOptions .timelineButton{
	float:none;
	background-color: #915a65;

	font-size: 1em;
	margin-left: 0;
}

#resultsSortOptions .timelineButton:active, #resultsSortOptions .timelineButton:hover{
	background-color: #d5c1c5;

}

.oesc{
	font-family: cc3sc;
}

#toTopButton{
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #468189;
	color: #FFF;
	padding: 5px;
	cursor: pointer;
	opacity: 0.8;	
}

#toTopButton:hover, #toTopButton:active{
	background-color: #234145;
}

.tData{
	display: none;
}

.miniTimeline{
	float: right;
	margin-right: 10px;
	cursor: pointer;
	padding-top: 5px;
}

#catOptions #categorySortControl .ui-button, #catOptions #categoryMinisControl .ui-button{
	background-color: #adcdc7;
	border: 1px solid #adcdc7;
	color: #3A3A3A;
}

#catOptions #categorySortControl .ui-state-active,#catOptions #categorySortControl .ui-button:hover,#catOptions #categorySortControl .ui-button:active,#catOptions #categorySortControl .ui-button:focus,#catOptions #categoryMinisControl .ui-state-active,#catOptions #categoryMinisControl .ui-button:hover,#catOptions #categoryMinisControl .ui-button:active,#catOptions #categoryMinisControl .ui-button:focus{
	background: #d6e6e3;
	border: 1px solid #d6e6e3;
}

#resultsSortOptions #categorySortControl .ui-button, #resultsSortOptions #categoryMinisControl .ui-button{
	background-color: #915a65;
	border: 1px solid #915a65;
	color: #FFF;
}

#resultsSortOptions #categorySortControl .ui-state-active,#resultsSortOptions #categorySortControl .ui-button:hover,#resultsSortOptions #categorySortControl .ui-button:active,#resultsSortOptions #categorySortControl .ui-button:focus,#resultsSortOptions #categoryMinisControl .ui-state-active,#resultsSortOptions #categoryMinisControl .ui-button:hover,#resultsSortOptions #categoryMinisControl .ui-button:active,#resultsSortOptions #categoryMinisControl .ui-button:focus{
	background: #d5c1c5;
	border: 1px solid #d5c1c5;
}

#resultsSortOptions #categoryMinisControl{
	display: inline-block;
}

#resultsTimelineData{
	display: none;
}

.changelog{
	margin-right: 5px;
	display: inline-block;
	border: 2px solid #9a9a9a;
	color: #9a9a9a;
	font-weight: bold;
	border-radius: 20px;
	padding: 0px 4.5px 2px 4.5px;
	font-size: 0.7em;
	line-height: 1.2em;
	cursor: pointer;
	float: right;
	margin-top: 2px;
}

#selectedThematicCategories{
	list-style: none;
	margin-bottom: 20px;
}

#selectedThematicCategories li{
	padding: 10px;
	font-size: 1.2em;
	margin-bottom: 5px;
	background-color: #c09f80;
	color: #FFF;
	
}

#selectedThematicCategories li.stcInline{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

.stcInlineSelected{
	border: 1px solid #234145 !important;
}

#selectedThematicCategories li a{
	float:right;
	font-size: 0.8em;
	text-decoration: none;
	
	
}

#selectedThematicCategories li a:hover, #selectedThematicCategories li a:active{
	color: #FFF;
}

#radarNav a, #radarOpts a{
	display: inline-block;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #234145;
	border: 1px solid #234145;
	box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.15);
}

#radarNav a:hover, #radarNav a:active, .radarPeriodActive, #radarOpts a:hover, #radarOpts a:active, .radarOptsActive{
	background-color: #468189 !important;
	border: 1px solid #234145 !important;
}


.radarChart{
	text-align:center;
	background-color: #FFF;
}

.radar{
	background-color: #FFF;
}

#radarColors, #radarData, #radarDataPercent{
	display:none;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#wrapper{
		width: 768px;
	}
	
	#main{
		width: 748px;
	}
	
	#mainWithLeftNav{
		float:right;
		width: 548px;
	}
	
	#navbarInner, #subNavbarInner,  #logoInner, #footerInner{
		width: 768px;
	}
	
	#welcome{
		width: 310px;
	}
	#welcomeQsearch, #welcomeCotd, #extraText{
		width: 350px;
	}
	
	#tree{
			width: 715px;
			float: none;
	}
	#words{
				width: 725px;
				float: none;
	}
	
	#jumpToTree{
		display: block;
		text-align:right;
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

	
	#wrapper{
		width: 320px;
		margin-top: 50px;
	}
	
	#logo img, #footerRight img{
		width: 300px;
	}
	
	#footerRight{
		float:left;
	}

	#footerRight img{
		float:left;
	}
	
	#main, #mainWithLeftNav, #leftNav{
		width: 310px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#mainWithLeftNav, #leftNav{
		float:none;
	}
	
	#navbarInner, #subNavbarInner,  #logoInner, #footerInner{
		width: 100%;
	}
	
	#welcome{
	width: 95%;
	}
	#welcomeQsearch, #welcomeCotd, #extraText{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#welcomeRight{
		margin-right: 0;
		width: 95%;
	}
	
	#tree{
			width: 290px;
			float: none;
	}

	#words{
				width: 300px;
				float: none;
		}
		
	#qsli{
		float: right;
		background-color: #234145;
		margin-top: 10px;
		margin-right: 50px;	
		padding: 5px;
	}
	
	#jumpToTree{
		display: block;
		text-align:right;
	}
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#wrapper{
		width: 480px;
		margin-top: 50px;
	}
	
	#logo img, #footerRight img{
		width: 344px;
	}
	
	#navbarInner, #subNavbarInner,  #logoInner, #footerInner{
		width: 480px;
	}

	#main, #mainWithLeftNav, #leftNav{
		width: 470px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#mainWithLeftNav, #leftNav{
		float:none;
	}
	
	#welcome{
	width: 95%;
	}
	
	#tree{
			width: 440px;
			float: none;
	}
	
	#words{
			width: 450px;
			float: none;
	}
	
	#qsli{
		float: right;
		background-color: #234145;
		margin-top: 10px;
		margin-right: 5px;	
		padding: 5px;
	}
	
	#jumpToTree{
		display: block;
		text-align:right;
	}
}


/*	Fonts
	------------------	*/

/* Concourse C2 (small caps) */
@font-face {
    font-family: 'cc2';
    src: url('fonts/woff2/cc2.woff2') format('woff2'), 
    	 url('fonts/woff/cc2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc2';
    src: url('fonts/woff2/cc6.woff2') format('woff2'), 
    	 url('fonts/woff/cc6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse C3 (small caps) */
@font-face {
    font-family: 'cc3';
    src: url('fonts/woff2/cc3.woff2') format('woff2'), 
    	 url('fonts/woff/cc3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc3';
    src: url('fonts/woff2/cc6.woff2') format('woff2'), 
    	 url('fonts/woff/cc6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse C2SC (onlysmall caps) */
@font-face {
    font-family: 'cc2sc';
    src: url('fonts/woff2/cc2sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc2sc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc2sc';
    src: url('fonts/woff2/cc6sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc6sc.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse C3SC (only small caps) */
@font-face {
    font-family: 'cc3sc';
    src: url('fonts/woff2/cc3sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc3sc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cc3sc';
    src: url('fonts/woff2/cc6sc.woff2') format('woff2'), 
    	 url('fonts/woff/cc6sc.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Concourse T2 (text) */
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct2.woff2') format('woff2'), 
    	 url('fonts/woff/ct2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct6.woff2') format('woff2'), 
    	 url('fonts/woff/ct6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct2i.woff2') format('woff2'), 
    	 url('fonts/woff/ct2i.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ct2';
    src: url('fonts/woff2/ct6i.woff2') format('woff2'), 
    	 url('fonts/woff/ct6i.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* Concourse T3 (text) */
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct3.woff2') format('woff2'), 
    	 url('fonts/woff/ct3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct6.woff2') format('woff2'), 
    	 url('fonts/woff/ct6.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct3i.woff2') format('woff2'), 
    	 url('fonts/woff/ct3i.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ct3';
    src: url('fonts/woff2/ct6i.woff2') format('woff2'), 
    	 url('fonts/woff/ct6i.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* Concourse T4 (text) */
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct4.woff2') format('woff2'), 
    	 url('fonts/woff/ct4.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct7.woff2') format('woff2'), 
    	 url('fonts/woff/ct7.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct4i.woff2') format('woff2'), 
    	 url('fonts/woff/ct4i.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ct4';
    src: url('fonts/woff2/ct7i.woff2') format('woff2'), 
    	 url('fonts/woff/ct7i.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

