/* Webfonts */
@font-face {
	font-family: 'OpenSans';
	font-weight: normal;
	font-style: normal;
	src: url(/shademonicae/inc/font/OpenSansRegular.woff);
}
@font-face {
	font-family: 'OpenSans';
	font-weight: bold;
	font-style: normal;
	src: url(/shademonicae/inc/font/OpenSansBold.woff);
}
@font-face {
	font-family: 'OpenSans';
	font-weight: normal;
	font-style: italic;
	src: url(/shademonicae/inc/font/OpenSansItalic.woff);
}
@font-face {
	font-family: 'OpenSans';
	font-weight: bold;
	font-style: italic;
	src: url(/shademonicae/inc/font/OpenSansBoldItalic.woff);
}
@font-face {
	font-family: 'FELLEnglish';
	font-weight: normal;
	font-style: normal;
	src: url(/shademonicae/inc/font/FeENrm28C.woff);
}
@font-face {
	font-family: 'FELLEnglish';
	font-weight: normal;
	font-style: italic;
	src: url(/shademonicae/inc/font/FeENit27C.woff);
}
@font-face {
	font-family: 'Titillium';
	font-weight: normal;
	font-style: normal;
	src: url(/shademonicae/inc/font/titilliumregular.woff);
}
@font-face {
	font-family: 'Titillium';
	font-weight: bold;
	font-style: normal;
	src: url(/shademonicae/inc/font/titillium600.woff);
}
@font-face {
	font-family: 'Titillium';
	font-weight: normal;
	font-style: italic;
	src: url(/shademonicae/inc/font/titilliumitalic.woff);
}
@font-face {
	font-family: 'Titillium';
	font-weight: bold;
	font-style: italic;
	src: url(/shademonicae/inc/font/titillium600italic.woff);
}
/* Styles */
body {
	margin: 0 auto;
	background-color: #E0E0E0;
	font-family: 'OpenSans',sans-serif;
}
#container {
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	position: relative;
}
#overlay {
	display: none;
}
.overimage {
	width: 960px;
	height: 620px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -300px;
	background: #c0c0c0;
	border: 1px solid #000000;
	border-radius: 16px;
	font-family: 'OpenSans',sans-serif;
}
.overlogin {
	width: 420px;
	height: 420px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -210px;
	font-family: 'OpenSans',sans-serif;
}
.overlaid {
	margin: 9px;
	width: 600px;
	height: 600px;
	border: 1px solid #808080;
	border-radius: 16px;
}
.thumb {
	width: 200px;
	height: 200px;
	border: 1px solid #808080;
}
#shader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: #000000;
	display: none;
	opacity: 0.5;
}
#navmenu {
	display: block;
	margin: 8px auto 8px auto;
	padding: 0 8px 0 8px;
	text-align: right;
	position: relative;
}
#navgadgets {
	display: block;
	width: 956px;
	margin: 8px auto 8px auto;
	padding: 0;
	text-align: left;
	position: relative;
}
.menurow {
	display: block;
	width: 100%;
	text-align: right;
}
.navrow {
	display: block;
	width: 100%;
	text-align: left;
	background-color: #dfdfdf;
}
.seprow {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 2px;
	font-size: 2px;
}
input {
	font-family: 'OpenSans',sans-serif;
}
select {
	font-family: 'OpenSans',sans-serif;
}
#pagefooter {
	display: block;
	width: 940px;
	margin: 8px auto 8px auto;
	padding: 8px;
	text-align: center;
	color: #404040;
	background-color: #D0D0D0;
	font-size: 80%;
	position: relative;
}
.msgContainer {
	display: block;
	margin: 0;
}
.galleryFront {
	display: block;
	text-align: left;
	padding: 0px 32px;
	margin-bottom: 24px;
}
.galleryEntry {
	display: inline-block;
	width: 240px;
	height: 254px;
	margin: 12px 20px;
	padding: 8px;
	background-color: #e8e8e8;
	border: 1px solid #808080;
	border-radius: 16px;
}
.galleryTitle {
	font-family: 'Titillium',sans-serif;
	font-weight: bold;
	text-align: center;
}
.galleryPic {
	display: block;
	width: 220px;
	height: 220px;
	text-align: center;
	margin: auto;
}
.galleryImg {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.supracontainer {
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.header {
	font-family: 'Titillium',sans-serif;
	font-size: 240%;
}
.item {
	display: inline-block;
	width: 236px;
	height: 320px;
	margin: 0px 2px 4px 2px;
	text-align: center;
	background: #ffeeaa;
	vertical-align: bottom;
}
.namecard {
	display: inline-block;
	width: 236px;
	height: 270px;
	margin: 0px 2px 4px 2px;
	text-align: center;
	vertical-align: bottom;
}
.photo {
	display: inline-block;
	width: 236px;
	height: 220px;
	margin: 0px 2px 4px 2px;
	text-align: center;
	vertical-align: bottom;
}
#datacard {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#mainimage {
	display: inline-block;
	width: 620px;
	height: 620px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#cardcol {
	display: inline-block;
	width: 340px;
	height: 620px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#cardpane {
	display: inline-block;
	width: 320px;
	height: 470px;
	margin: 9px 8px 8px 0px;
	padding: 4px;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid #808080;
	border-radius: 12px;
	overflow-y: auto;
}
#thumbgadget {
	display: inline-block;
	width: 320px;
	height: 54px;
	margin: 0px 8px 8px 0px;
	padding: 3px 4px;
	font-size: 30px;
	vertical-align: middle;
	background-color: #ffffcc;
	border: 1px solid #808080;
	border-radius: 12px;
}
div.thumbnail {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 3px 4px;
	padding: 0;
}
img.thumbnail {
	width: 48px;
	height: 48px;
	border-radius: 6px;
}
#cardgadget {
	display: inline-block;
	width: 270px;
	height: 36px;
	margin: 0px 8px 9px 0px;
	padding: 3px;
	font-size: 30px;
	vertical-align: middle;
	background-color: #66ccff;
	border: 1px solid #808080;
	border-radius: 12px;
}
.buttongadget {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0px 8px 9px 0px;
	padding: 3px;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	background-color: #66ccff;
	border: 1px solid #808080;
	border-radius: 12px;
}
#gadgetpad {
	display: inline-block;
	height: 38px;
	margin: 0px 8px 9px 0px;
	padding: 3px;
	font-size: 28px;
	vertical-align: middle;
	border-radius: 12px;
}
#closegadget {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0px 10px 9px 0px;
	padding: 3px;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	background-color: #ff6666;
	border: 1px solid #808080;
	border-radius: 12px;
	float: right;
}
.cardbutton {
	display: inline-block;
	padding: 3px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.buttonalways {
	color: #000000;
}
.buttonavail {
	color: #3377bb;
}
.buttonchose {
	color: #99eeff;
}
.secthead {
	display: block;
	width: 100%;
	text-align: center;
	font-size: small;
	font-weight: bold;
	margin: 24px 0px 8px 0px;
}
.dataname {
	display: block;
	width: 100%;
	text-align: center;
	font-size: larger;
	margin: 16px 0px 16px 0px;
}
.datablock {
	display: block;
	width: 100%;
	text-align: center;
	font-size: small;
}
.menuitem {
	font-size: 80%;
	padding-left: 12px;
	color: #3f6f7f;
}
.menusep {
	padding: 0 8px;
}
.gadget {
	display: inline-block;
	padding: 4px;
	margin: 0 2px 0 2px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}
.group0 {
	background-color: #dfdfdf;
}
.group1 {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #dfe8ef;
}
.groupsep {
	background-color: #ffffff;
	margin: 0;
	padding: 6px 0;
	width: 2px;
}
.navlabel {
	font-weight: bold;
	padding: 0 4px 0 0;
}
.selabel {
	padding: 0 4px 0 0;
}
.sublabel {
	padding: 0 0 0 4px;
	font-size: 80%;
}
.filterTitle {
	display: block;
	width: 96%;
	margin: 16px auto;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}
.filterTerm {
	font-weight: bold;
}
.filterCount {
	font-style: italic;
}
.native {
	background: #aaffcc;
}
.naturalised {
	background: #66cc99;
}
.introduced {
	background: #bbbbff;
}
.invasive {
	background: #ffbbbb;
}
.escape {
	background: #eeccee;
}
.lbl_native {
	color: #54a976;
}
.lbl_naturalised {
	color: #107643;
}
.lbl_introduced {
	color: #6565a9;
}
.lbl_invasive {
	color: #a96565;
}
.lbl_escape {
	color: #987698;
}
.pic {
	display: block;
	width: 202px;
	height: 202px;
	margin: 0;
	background: #ff8844;
	position:relative;
}
.picoverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
ul.gallery {
	list-style: none;
	width: 220px;
	margin: 8px;
	padding: 0;
	text-indent: 0;
}
ul.gallery li {
	position: relative;
	display: inline-block;
	width: 202px;
	height: 202px;
}
li:hover .picoverlay {
	display: block;
	background-color: white;
	opacity: 0.5;
}
.icon {
	border: 1px solid black;
}
.family {
	display: inline-block;
	width: 90px;
	font-size: x-small;
	color: #404040;
	margin: 0 auto 4px auto;
	padding: 0 8px 0 0;
	text-align: left;
}
.familycommon {
	display: inline-block;
	width: 90px;
	font-size: x-small;
	color: #606060;
	margin: 0 auto 4px auto;
	padding: 0 0 0 8px;
	text-align: right;
}
.namemajor {
	display: block;
	font-size: medium;
	margin-top: 4px;
	margin-bottom: 4px;
/*	height: 22px; */
}
.nameminor {
	display: block;
	font-size: small;
	font-style: italic;
	margin-bottom: 4px;
/*	height: 18px; */
}
.howto {
	display: block;
	font-size: 80%;
	text-align: justify;
	padding: 0 3em 1em 3em;
}
.tool {
	font-size: 100%;
	font-weight: bold;
}
.warn {
	display: block;
	font-size: 80%;
	text-align: justify;
	margin: 0 3em 1em 3em;
	padding: 1em 2em;
	border: 1px solid #804040;
	background-color: #ffb0a0;
}
.hdr {
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
}
.masterlist {
	vertical-align: top;
	column-count: 3;
	column-rule-style: solid;
	column-rule-width: 1px;
	column-rule-color: #c0c0c0;
}
ul.index {
	list-style-type: none;
}
ul.index li {
	break-inside: avoid-column;
	page-break-inside: avoid;
}
.alphahead {
	margin: 1.5em 0 0.5em 0;
}
.alphaheadf {
	margin: -1em 0 0.5em 0;
}
.namesci {
	font-size: 80%;
	font-style: italic;
}
.namemain {
	font-size: 80%;
}
.namealt {
	font-size: 80%;
	color: #a0a0a0;
}
.prilink {
	font-size: 80%;
	font-style: italic;
	padding-left: 1.5em;
}
#loginpanel {
	margin: 8px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#loginuser {
	background-color: #cccccc;
	border: 1px solid #e0e0e0;
	margin: 0 auto 4px auto;
	padding: 8px;
	overflow: hidden;
}
#createuser {
	background-color: #cccccc;
	border: 1px solid #e0e0e0;
	margin: 0 auto 4px auto;
	padding: 8px;
	overflow: hidden;
}
#forgotbuttons {
	background-color: #cccccc;
	border: 1px solid #e0e0e0;
	margin: 0 auto;
	padding: 8px;
	overflow: hidden;
}
.errorMsg {
	background-color: #ddaaaa;
	font-size: 90%;
	padding: 0;
}
.successMsg {
	background-color: #aaddaa;
	font-size: 90%;
	padding: 0;
}
.errorMsg div {
	margin: 0 0 0.5em 0;
	padding: 0.5em 1em 0.5em 2em;
	text-align: left;
}
.successMsg div {
	margin: 0 0 0.5em 0;
	padding: 0.5em 1em 0.5em 2em;
	text-align: left;
}
.formrow {
	clear: both;
	width: 100%;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1px;
	padding: 4px;
}
.formlabel {
	clear: both;
	width: 45%;
	float: left;
	text-align: right;
	vertical-align: middle;
	background-color: #33ccee;
	margin-bottom: 1px;
	padding: 4px;
}
.formgadget {
	width: 45%;
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1px;
	padding: 4px;
}
.formblankl {
	clear: both;
	width: 45%;
	float: left;
	text-align: right;
	vertical-align: middle;
	margin-bottom: 1px;
	padding: 4px;
}
a[href] {
	text-decoration: none;
}
a:link {
	color: #3f6f7f;
}
a:visited {
	color: #3f6f7f;
}
a:hover {
	color: #3f6f7f;
}
a:active {
	color: #3f6f7f;
}
h1 {
	font-family: 'FELLEnglish';
	font-size: 200%;
	color: #903038;
	text-transform: uppercase;
}
h3 {
	font-family: 'Titillium';
	font-size: 150%;
	text-align: center;
	margin: 16px auto;
}
.annotateh3 {
	display: block;
	text-align: center;
	margin: -16px 16px 16px 16px;
	font-size: 70%;
}
.sysmsg {
	font-weight: bold;
	color: #800000;
}
.demontools {
	display: block;
	text-align: center;
	margin: 16px auto;
}
.demontable {
	display: block;
	width: 400px;
	min-height: 400px;
	margin: 0 auto;
	padding: 8px 16px;
	border: 1px solid #808080;
	border-radius: 16px;
	background-image: url("/shademonicae/inc/img/pentagram.png");
	background-position: center;
	background-repeat: none;
}
h3.demoname {
	font-family: 'FELLEnglish';
	font-size: 160%;
}
.demontyp {
	font-family: 'FELLEnglish';
	font-size: 130%;
}
.demondesc {
	text-align: left;
	font-size: 90%;
}
.demonpowers {
	text-align: left;
	font-size: 90%;
}
.subpower {
	display: block;
	margin-left: 2em;
}
.summonbutton {
	font-size: 90%;
	text-align: center;
	padding: 2px;
}
#inscription {
	font-size: 80%;
	font-style: italic;
	color: #90c090;
}
.nodemonmsg {
	font-size: 90%;
	text-align: center;
	color: #8080a0;
}