/*The following classes are currently defined:		SeaBreezeBGClass	-	just an orange background and a white foreground		SeaBreezeChapterHeadClass							-	in addition to the SeaBreezeBGClass a padding of 1em							-	this class is mainly used to identify the anchor style for the back link in the chapters 		SeaBreezeFooterClass -	in addition to the SeaBreezeChapterHeadClass a text-align center		SeaBreezeDocClass	-	defines basic color and sans-serif font-family for all texts							-	additionaly, all h1 elements with this class will be white on an orange background with 1em padding		SeaBreezeTOCClass	-	defines line height, font weight and padding room for anchors in a table-of-contents area							-	in addition, all anchors with this class will have special colors and styles for all relevant pseudo classes		SeaBreezeEditorTab	-	defines the anchor style used in the ElementEditorChapter to immitate the tab behaviour*/.SeaBreezeBGClass {	color: white;	background-color: orange;}.SeaBreezeChapterHeadClass {	padding: 1em;	color: white;	background-color: orange;}.SeaBreezeDocClass {	color: #6D2542;	background-color: white;	font-family: sans-serif;	padding: 2em;}h1.SeaBreezeDocClass {	padding: 1em;	color: white;	background-color: orange;}.SBDocumentationContent {	left: 300px;}.SBDocumentationContent a:link {	text-decoration: none;	color: #88AADD;}.SBDocumentationContent a:visited {	text-decoration: none;	color: #88AADD;}.SeaBreezeEditorTab {	border: solid black 1px;	padding: 2px;	margin-right: 10px;	font-family: sans-serif;}.SeaBreezeFooterClass {	text-align: center;	color: white;	background-color: orange;	padding: 1em;}.SeaBreezeTOCClass {	font-family: sans-serif;	line-height: 1em;	font-weight: bold;	padding: 2px;}a.SeaBreezeChapterHeadClass:link {	color: white;	/* #FDF286; */	padding: 1ex;	text-decoration: overline underline;}a.SeaBreezeChapterHeadClass:visited {	color: yellow;	text-decoration: none;}a.SeaBreezeChapterHeadClass:hover {	color: orange;	background-color: yellow;	text-decoration: overline underline;}a.SeaBreezeChapterHeadClass:active {	color: white;	background-color: yellow;	text-decoration: overline underline;}a.SeaBreezeTOCClass:link {	color: #6D2542;	text-decoration: none;}a.SeaBreezeTOCClass:visited {	color: #6D2542;	text-decoration: none;}a.SeaBreezeTOCClass:hover {	color: white;	background-color: orange;	text-decoration: none;}a.SeaBreezeTOCClass:active {	color: black;	background-color: orange;	text-decoration: none;}a.SeaBreezeEditorTab:link {	color: white;	background-color: blue;	text-decoration: none;}a.SeaBreezeEditorTab:visited {	color: white;	background-color: blue;	text-decoration: none;}a.SeaBreezeEditorTab:hover {	color: black;	background-color: white;	text-decoration: none;}a.SeaBreezeEditorTab:active {	color: black;	background-color: white;	text-decoration: none;}.SBTableOfContents {	float: left;	background-color: orange;	margin-top: 21px;	padding: 32px;}.SBTableOfContents a:link {	color: white;	font-family: sans-serif;	text-decoration: none;}.SBTableOfContents a:visited {	color: white;	font-family: sans-serif;	text-decoration: none;}.SBDocumentationContentWrapper .SBDocumentationContent {	height: 500px;	overflow: auto;}.SeaBreezeElemEditorTabBackground {	background-color: #6377BE;	height: 20px;	padding: 2px;	padding-top: 8px;	width: 280px;}