.cm_heading_1 {
	font-size: 15pt;
	font-family: Arial;

}

.cm_button_close {
	z-index: 999;
	display: block;
	float: right;
	margin-left: -38px;
	margin-top: 3px;
	width: 24px;
	height: 24px;
	background: url(images/close.png);
	background-repeat: no-repeat;
}

.cm_button_close_ckeditor {
	z-index: 5000;
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 7px;
	width: 24px;
	height: 24px;
	border: 0px;
	background: url(images/close.png);
	background-color: transparent;
	background-repeat: no-repeat;
}


.cm_overlay {
	font-family: Arial;
	letter-spacing: 0;
	font-size: 10pt;
	color: #ffffff;
	z-index: 999;
	padding: 10px;
	background: url(images/semitransparent_90.png);
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 400px;
}


.cm_tinymce_overlay {

	z-index: 999;
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -400px;
	width: 800px;

	background: url(images/semitransparent_90.png);
	padding: 2px;

	border: 0px solid black;

}

.cm_ckeditor_overlay {
	letter-spacing: 0;
	z-index: 500;
	position: fixed;
	left: 0;
	top: 0;
	/*margin-left: -405px;*/
	/*margin-top: -405px;*/
	width: 100%;
	/*height: 600px;*/
	height: 100%;
	border: 0px solid black;
}

.cm_ckeditor_overlay textarea {
	height: 100%;
}

.cm_login_overlay {

	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;

	background: url(images/semitransparent_90.png);

	z-index: 999;
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -150px;
	width: 300px;

	border: 0px solid black;
	padding: 20px 20px 20px 20px;

}


.cm_gallery_overlay {

	font-family: Arial;
	font-size: 10pt;
	color: #000000;

	padding: 10px;
	/*background: url(images/semitransparent_90.png);*/
	background: #c0c0c0;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 520px;
	overflow: auto;

	box-shadow: 0px 5px 15px rgba(10,10,10,0.75);
}

.gPageItem {
	font-size: 12pt;
	font-family: Arial;
	color: #f0f0f0;
	float: left;
	background: url(images/button_bg_28.png);
	border: 1px solid #808080;
	border-radius: 5px;
	margin-left: 5px;
	padding: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-family: Arial;
	text-shadow: 1px 1px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.75);
	text-decoration: none;
}

.gPageItem.active {
	border: 2px solid white;
	margin-top: -2px;
}

.cm_changepassword_overlay {

	color: #ffffff;

	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;

	z-index: 999;
	padding: 10px;
	background: url(images/semitransparent_90.png);
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -175px;
	width: 350px;


}
.cm_changepassword_overlay td {
	height: 30px;
}

.cm_button_small {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.75);
	background: url(images/button_bg_28.png);
	border: 1px solid #808080;
	border-radius: 5px;
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin: 3px;
}
.cm_button_small.red {
	background: url(images/button_bg_red_28.png);
	border: 1px solid #800000;
}

.cm_button_big {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.75);
	background: url(images/button_bg_28.png);
	border: 1px solid #808080;
	border-radius: 5px;
	color: #fff;
	font-family: Arial;
	font-size: 13pt;
	text-shadow: 1px 1px #000;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0;
	white-space: nowrap;
}

.cm_button_big.red {
	background: url(images/button_bg_red_28.png);
	border: 1px solid #800000;
	letter-spacing: 0;
	white-space: nowrap;
}

.cm_button_writetoguestbook {
	background: url(images/button_write_to_guestbook_fin.png);
	border: 0px;
	width: 214px;
	height: 36px;
}

.cm_button_writeentry {
	background: url(images/button_write_entry.png);
	border: 0px;
	width: 126px;
	height: 36px;
}

.cm_gallery td {
	padding: 5px;
}

.galleryButton {
	width: 20px;
	height: 20px;
	border: 0px;
	background-repeat: no-repeat;
	background-color: #c0c0c0;
}
.galleryButton.first {
	background-image: url(images/button_gallery_first.png);
}
.galleryButton.prev {
	background-image: url(images/button_gallery_prev.png);
}
.galleryButton.delete {
	background-image: url(images/button_gallery_delete.png);
}
.galleryButton.next {
	background-image: url(images/button_gallery_next.png);
}
.galleryButton.last {
	background-image: url(images/button_gallery_last.png);
}

.cm_gallery_thumbnail {
	float: left;
	padding: 5px;
}

/* PrettyPhoto */
.pp_description{
color: #000 !important;
}


.window_wrapper {
	letter-spacing: 0;
	font-family: Arial;
	font-size: 10pt;
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: 500;
	box-shadow: 0px 5px 15px rgba(10,10,10,0.75);
	background: #c0c0c0;
}

.window_header {
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	background: url(images/bg_window_header.png);
	color: #d0d0d0;
}

.window_content {
	padding: 5px;
	color: #000000;
}


.window_close_button {
	float: right;
	margin-top: 5px;
	margin-right: 7px;
	background-image: url(images/button_close.png);
	width: 25px;
	height: 25px;
}



.cm_multidoc_tools_button {
	background-color: #e0e0e0;
	float: right;
	border: 1px solid black;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;
	margin-right: 0;
	margin-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 8pt;
	font-family: Arial;
	cursor: pointer;

	position: relative;

	box-shadow: 0px 2px 5px rgba(10,10,10,0.75);
	color: #000000;
}

.cm_multidoc_tools_anchor {
	float: right;
	margin-right: 5px;
	margin-top: -1px;
	position: relative;
	height: 20px;
	padding: 0;

	letter-spacing: 0;
	color: #000000;
}


.cm_multidoc_list {
	background-color: #e0e0e0;
	position: absolute;
	top: 30px;
	right: -1px;
	border: 1px solid black;
	box-shadow: 0px 2px 5px rgba(10,10,10,0.75);
	border-radius: 5px;

	padding: 5px;
	min-width: 200px;
	z-index: 500;

	display: none;
	color: #000000;
}

.cm_multidoc_window {
	letter-spacing: 0;
	background-color: #e0e0e0;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid black;
	box-shadow: 0px 2px 5px rgba(10,10,10,0.75);
	border-radius: 5px;

	padding: 5px;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	z-index: 500;
	/*display: none;*/
	color: #000000;
}

.cm_multidoc_window .tab {
	cursor: pointer;
	position: relative;
	float: left;
	background-color: #c0c0c0;
	top: -29px;
	/*margin-top: -29px;*/
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	z-index: 490;
}

.cm_multidoc_window .tab.active {
	z-index: 510;
	background-color: #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
	top: -30px;
}

.cm_multidoc_window .windowContent {
	/*margin-top: -20px;*/
}

.cm_multidoc_window .windowContent .toolWrapper select {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.cm_multidoc_window .windowContent .imagePreview {
	border: 1px solid #808080;
	background-color: #c0c0c0;
	background-image: url(images/bg_dg_lines.png);
	float: left;
	white-space: nowrap;
}

.cm_multidoc_window .windowContent .toolWrapper {
	/*font-size: 8pt;*/
	font-family: Arial;
	border: 1px solid #808080;
	position: relative;
	min-height: 50px;
	min-width: 150px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 10px;
	float: left;
}
.cm_multidoc_window .windowContent .toolWrapper .title {
	position: absolute;
	left: 20px;
	top: -4px;
	background: #e0e0e0;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial;
	/*font-size: 8pt;*/
	line-height: 8px;
	height: 8px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	white-space: nowrap;
}



.cm_multidoc_button {
	border: 1px solid #c0c0c0;
	font-size: 8pt;
}

.cm_multidoc_button.paste {
	background-image: url(images/icon_paste_25px.png);
	width: 28px;
	height: 28px;
	background-color: #c0c0c0;
	background-position: center middle;
	background-repeat: no-repeat;
	border: 1px solid #808080;
	border-radius: 2px;
	margin-right: 3px;
}

.cm_multidoc_button.delete {
	background-image: url(images/button_delete.png);
	width: 28px;
	height: 28px;
	background-color: #c0c0c0;
	background-position: center middle;
	background-repeat: no-repeat;
	border: 1px solid #808080;
	border-radius: 2px;
	margin-right: 3px;
}

.filemanager_filename {
	font-family: Arial;
	font-size: 8pt;
	width: 140px;
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	margin-top: 2px;
	color: #000000;
}


.cm_notification {
	color: #000;
	letter-spacing: 0;
	font-family: Arial;
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	width: 300px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	background: #ffffff;
}

.cm_notification .title {
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	padding: 3px;
	background: #e0e0e0;
}

.cm_notification .message {
	padding: 3px;
	font-size: 10pt;
	margin-bottom: 20px;
}

.cm_notification .notificationbutton {
	display: block;
	width: 50px;
	background: #d0d0d0;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	padding: 5px;
	border-radius: 3px;

	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}