div#CMSWindowLayer, div#CMSWindow {
	position: fixed;
	*position: absolute;
}
div#CMSWindowLayer {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #5ba3cd;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
div#CMSWindow {
	border: 1px solid #999;
	left: 50%; 
	width: 640px; 
	height: 350px; 
	margin-top: -175px; 
	margin-left: -320px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	top: 50%;
	*top: expression(offset = (document.documentElement.offsetHeight)/2 , document.documentElement.scrollTop + offset + 'px'
	);
}
div#CMSWindowContent {
	display: block;
	position: relative;
	text-align: left;
	background-color: #fff;
}
div.CMSWindowLoading {
	display: block;
	width: 100%;
	margin-top: 150px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/ajax-loader.gif); 
	text-align: center;
	color: #333;
}
div.CMSLoadingIcon {
	display: block;
	width: 100%;
	background-image: url(../images/loading.gif); 
	background-repeat: no-repeat;
	color: #333;
	padding-left: 40px;
	height: 27px;
	padding-top: 5px;
}
input.CMSWindowCloseButton {
	border: 1px solid #ccc;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #eee;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	width: 60px;
}
div.CMSWindowScrollTable {
	width: 640px;
	height: 265px;
	overflow-y: scroll;
	display: block;
}
/* custom html form elements */
.checkbox, .radio {
	width: 19px;
	height: 23px;
	margin-top: -2px;
	*margin-top: -5px;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	display: block;
	clear: left;
	float: left;
}
select {
	visibility: hidden;
}
#select {
	display: block;
	*position: relative;
	position: static;
	border: 1px solid #ccc;
	background-image: url(../images/s_bckg.jpg);
	background-repeat: x-repeat;
	height: 22px;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	cursor: pointer;
	padding-right: 5px;
	*padding-right: 0px;
}
html>body #select {
	padding-right: 5px;
}
#select #button {
	width: 100%; 
	display: block;
	background-image: url(../images/s_button.gif);
	background-repeat: no-repeat;
	background-position: 100% 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 4px;
	font-weight: bold;
	height: 18px;
}
#select img {
	margin-right: 10px;
	margin-top: -2px;
	float: left;
	border: none;
}
#select #list {
	display: block;
	position: absolute;
	padding: 0px; margin: 0px;
	margin-left: -1px;
	border: 1px solid #ccc;
	background-color: #ddd;
	margin-top: 4px;
	z-index: 10;
	max-height: 140px;
	overflow-y: auto;
}
html>body * #select #list { 
   height: expression(this.scrollHeight > 139 ? "140px" : "auto");
}
#select #option {
	display: block;
	padding: 5px;
	color: #000;
}
#select #option:hover {
	background-color: #fff;
}
/*objects*/
div#CMSObjects {
	position: relative;
	height: 100%;
	display: block;
}
div#CMSObjectsLoad {
	width: 260px;
	height: 50px;
	background-position: 50%;
	text-align: center;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/ajax-loader.gif); 
	color: #333;
}
div#CMSObjectsInfo, div#CMSObjectsContent, div#CMSObjectsError {
	width: 260px;
	height: 40px;
	position: absolute;
	display: block;
	left: 50%;
	top: 5px; 
	margin-left: -150px;
	padding: 20px;
	font-size: 12px;
	color: #000;
	text-align: center;
	z-index: 1;
}
div#CMSObjectsInfo, div#CMSObjectsError {
	background-repeat: no-repeat;
	background-image: url(../images/info_frame.png);
	*background-image: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/info_frame.png', sizingMethod='scale');
}
table#CMSTable {
	width: 640px;
	z-index: 1;
	font-family: Arial;
	font-size: 11px;
	color: #666;
}
div#CMSTable-separator {
	display: block;
	width: 640px;
	height: 5px;
	background-image: url('../images/movebox_bg.jpg');
	background-repeat: no-repeat;
	*margin-bottom: -10px;
}
html>body div#CMSTable-separator {
	margin-bottom: 0px;
}
tr.CMSTableTop {
	background-image: none !important;
	color: #fff;
	height: 30px !important;
	/*background-color: #8a8888 !important;*/
}
table#CMSTable tr {
	background-image: url(../images/tableRow.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
table#CMSTable td {
	*background-position:expression(-this.offsetLeft); 
}
table#CMSTable td.checkboxCell {
	*background-image: url(../images/tableRow.jpg);
	*background-repeat: x-repeat;
	/*background-image: url(../images/tSeparator.jpg);
	background-repeat: no-repeat;
	background-position: 37px 2px;*/
	padding: 8px 5px 5px 10px;
	width: 30px;
}
td.tools {
	padding-right: 10px;
	width: 160px;
}
a.edit_tool, a.delete_tool, a.visible0_tool, a.visible1_tool {
	width: 32px;
	height: 29px;
	display: block;
	float: right;
}
a.position_top_tool, a.position_bottom_tool, span.position_0top_tool, span.position_0bottom_tool {
	width: 20px;
	height: 29px;
	display: block;
	float: right;
	background-position: 50%;
	background-repeat: no-repeat;
}
a.edit_tool {
	background-image: url(../images/tEdit.jpg);
}
a.delete_tool {
	background-image: url(../images/tDelete.jpg);
}
a.visible1_tool {
	background-image: url(../images/tEye-on.jpg);
}
a.visible0_tool {
	background-image: url(../images/tEye-off.jpg);
}
a.position_top_tool {
	background-image: url(../images/top.gif);
}
a.position_bottom_tool {
	background-image: url(../images/down.gif);
}
span.position_0top_tool {
	background-image: url(../images/top-none.gif);
}
span.position_0bottom_tool {
	background-image: url(../images/down-none.gif);
}
div.request {
	margin-top: -8px;
}
div.request, div.request_buttons {
	display: block;
}
div.request_buttons {
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 292px;
	margin-left: -147px;
	background-color: #999;
}
a.confirm_button, a.cancel_button {
	display: block;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 30px;
	color: #fff;
}
a.confirm_button {
	float: left;
	background-image: url(../images/action_check.gif);
}
a.cancel_button {
	float: right;
	background-image: url(../images/delete.gif);
	margin-right: 10px;
}
div.editing_content {
	display: block;
	background-image: url(../images/edit_middle.jpg);
	background-repeat: y-repeat;
	width: 620px;
	padding: 10px;
}
div.editing_bottom {
	display: block;
	background-image: url(../images/edit_bottom.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 10px;
}
ul#editing_header  {
	display: block;
	background-image: url(../images/edit_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 630px;
	height: 34px;
	padding-left: 5px;
	margin-bottom: 0px;
}
ul#editing_header li {
	background-image: url(../images/button_right.jpg);
	background-position: 100% 100%;
	height: 28px;
	float: left;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
}
ul#editing_header li a {
	background-image: url(../images/button_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	display: block;
	color: #777777;
	font-weight: bold;
	float: left;
}
ul#editing_header li.active {
	background-position: 100% 0;
}
ul#editing_header li.active a {
	background-position: 0 0;
	color: #fff;
}
ul#editing_header li input.deleteButton {
	font-family: Arial;
	font-size: 11px;
	height: 13px;
	width: 13px;
	color: #333;
	background-image: url('../images/movebox_delete.jpg');
	background-repeat: no-repeat;
	border: 0;
	margin-top: 9px;
	margin-right: 10px;
	cursor: pointer;
}
ul#editing_header li.active input.deleteButton {
	background-position: 0 100%;
}
div.editing_content  input, div.editing_content  textarea {
	border: 1px solid #ccc;
	width: 100%;
}
div#create_thumb {
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	position: relative;
	margin: 0px auto;
}
div#resize_thumb {
	display: block;
	position: absolute;
	border: 1px solid #666;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #fff;
	cursor: move;
}
div#drag_resize {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 1px;
	bottom: 1px;
	cursor: nw-resize;
	background-image: url(../images/feature_resize.png);
}
div.zoom_toolbar {
	width: 199px;
	height: 29px;
	display: block;
	position: relative;
	margin: 0px auto;
	margin-bottom: 30px;
	background-image: url(../images/zoom_toolbar.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	position: relative;
	cursor: default;
}
div.zoom_toolbar span#percent_status {
	display: block;
	width: 60px;
	height: 20px;
	padding-top: 7px;
	float: left;
	margin-left: 20px;
	padding-left: 10px;
	background-image: url(../images/zoom_status.jpg);
}
div.zoom_toolbar div#percent_thumb {
	width: 100px;
	height: 19px;
	display: block;
	position: relative;
	margin-left: 5px;
	float: left;
}
div.zoom_toolbar div#percent_tool {
	display: block;
	position: absolute;
	width: 9px;
	height: 19px;
	left: 100px;
	margin-top: 5px;
	background-image: url(../images/zoom_handle.jpg);
}
input.submit {
	color: #333;
	font-family: Arial;
	font-size: 11px;
	height: 25px;
	background-image: url('../images/submit.jpg');
	border: 1px solid #ccc;
	cursor: pointer;
}
a.addButton, a.deleteButton {
	float: right;
	display: block;
	font-family: Arial;
	font-size: 11px;
	height: 18px;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
}
a.addButton {
	background-image: url('../images/add.jpg');
}
a.deleteButton {
	background-image: url('../images/delete.jpg');
}
div#MoveBox {
	display: block;
	height: 40px; 
	width: 594px;
	overflow: hidden;
	visibility: hidden;
	margin-left: 2px;
}
div#MoveBox input, input.mb-add {
	display: block;
	width: 45px;
	height: 28px;
	float: left;
	border: 0;
	margin-top: 11px;
	background: transparent;
	*margin-right: -3px;
}
div#MoveBox input.right {
	background-image: url('../images/movebox_right.jpg');
}
div#MoveBox input.left {
	background-image: url('../images/movebox_left.jpg');
}
html>body div#MoveBox input.left {
	*margin-right: 0px;
}
input.mb-add {
	background-image: url('../images/movebox_add.jpg');
	margin-left: 2px;
}
input#addCategory {
	width: 179px;
	height: 16px;
	background-image: url('../images/textBox.jpg');
	background-repeat: no-repeat;
	border: 0;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
div#MoveBox div#frame {
	display: block;
	float: left;
	width: 500px;
	height: 40px; 
	overflow: hidden;
	position: relative;
	*height: 30px;
	*padding-top: 11px;
}