/* internal CMS styles */
.cms-editForm {
	border: 1px solid lime;
	position: relative;
}
.cms-editForm input[type=submit] {
	float: right;
}
.cms-editForm input[type=submit], .cms-editForm input[type=text] {
	border: 1px solid lime;
	margin: 3px;
}
.cms-datePicker {
	background: #eee;
}
button:active {
	border-style: inset;
}
input[type=submit].cms-deleteButton {
	background-color: red;
	color: white;
	font-weight: bold;
	float: left;
	border-color: black;
}
.cms-clear {
	display: block;
	clear: both;
}
.cms-editFormFloating {
	position: absolute;
	display: none;
	border: 1px solid gray;
	background: #ccc;
	padding: 5px;
	text-align: left;
	z-index: 100;
}
.cms-editFormFloating * {
	margin: 5px;
}
.cms-editFormFloating input[type=text] {
	width: 75%;
}
.cms-closeButton {
	border: 1px solid black;
	color: red;
	cursor: pointer;
	display: inline;
	padding: 3px;
}
.cms-multiRecordNew {
	cursor: pointer;
	text-decoration: underline;
	margin: 1em;
}
.cms-multiRecordAnchor {
	display: none;
}
.cms-navPanel {
	text-align: left;
}
.cms-readOnly {
	color: #888;
}

/* user-defined styles */
#cms-about-misc_text {
	line-height: 18px;
	text-align: left;
	text-indent: 1em;
}

.dialog {
	position: absolute;
	z-index: 300;
	background: #ccc;
	border: 1px outset #ccc;
	font-family: sans-serif;
	font-size: small;
}
.hidden {
	display: none;
}
.ontop {
	z-index: 400;
}
.dialog .titlebar {
	position: relative;
	background: #088 url(img/dlgtitle.gif) top left repeat;
	border: 1px inset #088;
	color: white;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	margin: 1px;
	padding: 3px;
	line-height: 16px;
	cursor: default;
}
.dialog .titlebar span {
	background-color: #088;
	padding: 0 5px;
}
.dialog .toolbar {
	text-align: left;
	border: 1px outset #ccc;
}
.dialog .toolbar button {
	width: 40px; height: 40px;
}
.dialog .toolbar button.help {
	float: right;
}
.dialog .dlgContent {
	text-align: left;
	padding: 5px;
}
.dialog button {
	margin: 3px;
	width: 70px; height: 30px;
	border: 1px outset #ccc;
}
.dialog input {
	border: 1px inset #ccc;
}
.dialog p {
	margin: 0.5em 0;
}
.dialog .closeButton {
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
	width: 16px; height: 16px;
	background: #ccc url(img/close.gif) center no-repeat;
}
.dialog .msgBoxIcon {
	display: inline;
	float: left;
	margin: 10px;
}
.dialog .msgBoxMessage {
	margin: 1em;
	display: inline;
	float: left;
}
.dialog .buttons {
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}
.dialog .msgBoxMessage li {
	margin-left: 2em;
}
.cms-menu {
	list-style: none;
}
.cms-menu li, .cms-menu li a {
	display: list-item;
}
.cms-menu a {
	color: navy;
	text-decoration: none;
	border: 1px solid #aaa;
	margin: 1px;
	padding: 2px;
}
.cms-menu a:hover {
	background: #ddd;
}
.cms-menu a.disabled {
	cursor: default;
	color: gray;
}
#dlg-cmsMenu {
}
#dlg-gallery {
	width: 640px;
}
#dlg-gallery .dlgContent {
	overflow: auto;
	margin: 0 5px;
	_width: 100%; /* IE fix */
	_height: 135px; /* IE fix */
}
#dlg-gallery .dlgContent .strip {
	white-space: nowrap;
}
#dlg-gallery .dlgContent img {
	border: 2px solid #ccc;
	display: inline;
	clear: none;
	height: 100px;
}
#dlg-gallery .dlgContent img.selected {
	border: 2px dotted #c00;
}
#gallery-undo {
	display: none;
}
#lb-backdrop {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url(img/backdrop.png) repeat;
	z-index: 500;
}
#lb-loading, #lb-lightbox {
	position: fixed;
	z-index: 501;
	display: none;
}
#lb-lightbox {
	border: 5px solid white;
}

