
/* ----- richdocument.css ----- */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */

/* Preview box */

.imagesPreviewBox {
	border: none;
	margin: 0 0 1em 1em;
	padding: 0;
	overflow: none;
	float: right;
}

	
.imagesPreviewBoxHeader  {	
	background: #dee7ec;
	color: #436976;
	border: 1px solid #8C8C8C;
	border-bottom: none;
	padding: 0 1em;
	margin: 0;
	text-transform: normal;
	font-size: 90%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
}

.imagesPreviewBoxBody {
	padding: 2px 1px 1px 2px;
	margin: 0;
	border: 1px solid #8C8C8C;
	border-collapse: collapse;
	font-size: 90%;
	color: Black;
	text-align: center;
	overflow: none;
	position: relative;
}

.imagesPreviewBoxImage {
	margin-bottom: 1px;
	text-align: center;
}

.bottomDivider {
	border-bottom: 1px solid #8C8C8C;
	position: relative;
	margin-bottom: 1em;
}

.topDivider {
	border-top: 1px solid #8C8C8C;
	position: relative;
}

/* Floating preview */

.imageFloat {
    text-align: center;
    float: left;
	margin: 0 5px 5px 5px;
}

.imageFloat .caption {
    color: #76797c;
    text-align: left;
    font-size: 80%;
    font-weight: normal;
    margin-top: 5px;
}


/*  */







}

