/*The following classes are currently defined:		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 black on an #FFECD3 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*/.documentationTable {	overflow: scroll;	width: 100%;}.documentationTable .tableOfContentsCell {	width: 250px;}.documentationTable .documentationContentCell {	font-family: Futura, sans-serif;}.documentationContentCell h1 {	font-size: 36pt;	text-align: center;}.SeaBreezeDocClass {	padding: 5px;}.documentationTable h2 img {	padding: 2px;	margin-right: 5px;	margin-bottom: -2px;	background: #CDCDCD;	border: 1px outset black;}.documentationTable a:link {	color: #333333;	text-decoration: none;}.documentationTable a:visited {	color: #333333;	text-decoration: none;}.SeaBreezeDocClass h1 {	font-size: 20pt;	padding: 5px;	color: black;	background-color: #F5F7F9;}.SeaBreezeDocClass h1 p {	padding: 0px;	margin: 0px;}.SeaBreezeFooterClass {	text-align: center;	color: black;	background-color: #F5F7F9;	padding: 1em;	margin-top: 20px;	margin-bottom: -10px;}.SeaBreezeTOCClass {	font-family: sans-serif;	line-height: 1em;	font-weight: bold;	padding: 2px;}a.SeaBreezeTOCClass:link {	color: #333333;	text-decoration: none;}a.SeaBreezeTOCClass:visited {	color: #333333;	text-decoration: none;}a.SeaBreezeTOCClass:hover {	color: #333333;	text-decoration: underline;}a.SeaBreezeTOCClass:active {	color: black;	background-color: #333333;	text-decoration: none;}.SBTableOfContents {	position: fixed;	width: 210px;	/*250px - 2*32px for padding. Must be the #fixed positioning, that the width is calculated wrong now*/	background-color: #F5F7F9;	margin-top: -4px;	margin-left: -4px;	padding: 20px;	height: 100%;	overflow: auto;}.SBTableOfContents .selected p {	border-top: 2px solid black;	border-bottom: 2px solid black;}.SBTableOfContents a:link {	color: black;	font-family: sans-serif;	text-decoration: none;}.SBTableOfContents a:visited {	color: black;	font-family: sans-serif;	text-decoration: none;}.TableOfContentsDiv {	width: 80%;	background-color: #F5F7F9;	margin: auto auto;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border: 1px solid white;	padding: 10px;}body {	font-family: Futura, Avant Garde, Verdana, Sans-serif;	background-attachment: fixed;	background-image: url(wall.jpg);	background-repeat: repeat-x;}h3, h2, h1 {	color: orange;	font-family: Futura, Avant Garde, Verdana, Sans-serif;}.roundCorner {	-moz-border-radius: 10px;	-webkit-border-radius: 10px;}
