.slideshow {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.slide {
	position: relative;
	float: left;
	width: 172px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.slide div.thumb {
	background: #fff;
	width: 170px;
	height: 120px;
	border: 1px solid #000;
	font-size: 5px;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}

.slide .view {
	padding: 2px 2px;
	margin: 2px 0px;
	cursor: text;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	height: 1em;
}
.view:hover {
	background-color: #ffffcc;
}
.view, .inplace, #list5 input {
	font-size: 8pt;
	font-family: verdana;
	color: #fff;
}

.inplace {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
}
.inplace, #list5 input:hover, #list5 input:focus {
	background-color: #666;
	border: 1px
}
#slideEditors input.inplace {
	width: 210px;
	height: 15px;
	max-width: 12em;
	margin-left: 1px;
}
#slideEditors input.inplace, #slideshow .view {
	text-align: left;
}

#paragraphView, #paragraphEdit, #markupView, #markupEdit {
	font-family: "Times New Roman", serif;
	font-size: 14px;
}
#paragraphView, #markupView {
	border: 1px solid #fff;
	padding: 8px;
	width: 400px;
	max-width: 400px;
}
#paragraphView:hover, #markupView:hover {
	background-color: #ffffcc;
	border-color: #ccc;
}
#paragraphEdit, #markupEdit {
	width: 315px;
	background-color: #ffffcc;
}
#paragraphEdit {
	height: 5em;
}
#markupEdit {
	height: 15em;
}

#listExamples td {
	width: 9em;
	margin-right: 20px; 
	padding: 0px 20px;
	vertical-align: top;
}
#listExamples th {
	vertical-align: bottom;
	font-weight: normal;
	font-size: 14px;
	padding-top: 20px;
}
#listExamples td.caption {
	font-size: 12px;
	text-align: center;
}
#listExamples li {
	padding: 0px;
	height: 20px;
	min-height: 1em;
	width: 120px;
}
#listExamples li .view {
	height: 16px;
	vertical-align: middle;
	padding: 2px;
}
#list1 li:hover {
	background-color: #eee;
}
#listExamples input.inplace {
	width: 120px;
	max-width: 120px;
}

/* BugFix: Firefox: avoid bottom margin on draggable elements */
#listExamples #list4, #listExamples #list5 { margin-top: -2px; }
#listExamples #list4 li, #listExamples #list5 li { margin-top: 4px; }

#listExamples #list4 li { cursor: default; }
#listExamples #list4 .handle,
#listExamples #list5 .handle {
	float: right;
	background-color: #ccc;
	background-image: url(common/handle.png);
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}
#listExamples #list4 li .view {
	cursor: text;
}
#listExamples #list4Editors input.inplace, #listExamples #list5 input {
	width: 104px;
	max-width: 104px;
}
#listExamples #list4Editors>input.inplace, #listExamples #list5>li>input {
	width: 111px;
	max-width: 111px;
}
#list5 input {
	background-color: #eee;
}
.inplace, #list5 input {
	margin: 0px;
	padding-left: 1px;
}
.handle {
	cursor: move;
}