/*
	This file contains all the css definitions for the content which is created using the WBM editor.
   	In other words, if you make a <h1> red in this file, it'll also be read in the editor.
   	Note that all definitions should be prefixed with .workspaceItem
*/

.workspaceItem {
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	color: #333;
	background-color: #fff;
	line-height: 15pt;
}
.workspaceItem * {
	margin: 0;
	padding: 0;
}
.workspaceItem h1 {
	font-size:28px;
	color: #3F0B7A;
	font-weight:bold;
	margin-bottom:8px;
}
.workspaceItem h2 {
	margin-bottom: 8px;
	color: #3F0B7A;
	font-size: 18px;
	line-height: 24px !important;
}
.workspaceItem td {
	border-collapse: collapse;
	padding-bottom: 10px !important;
	vertical-align: top;
}
.workspaceItem a {
	color: #333;
	text-decoration: none;
}
.workspaceItem ul {
	margin-left: 14px;
}
.workspaceItem li {
	list-style: square;
}

/*
	Global definitions
*/
.wrapper {
	position: absolute;
	visibillity:hidden; /* made visible by setWrapperHeights in Core.js */
}

.random * {
	display: none;
}


/*
	Uncomment for guidelines debugging
*/

/*
.verticalGuideLine {
	height:1px;
	background-color:gray;
}
.horizontalGuideLine {
	width:1px;
	background-color:gray;
}
*/
