*:focus {
	outline: none;
	}

html,body {
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top:0;
	left:0;
	}

body {
	background-color: #fff;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #000;
	}
	a:hover {
		text-decoration: none;
		}
	a.delete {
		padding-left: 24px;
		margin-right: 8px;
		background: url(../images/delete.png) 4px 4px no-repeat;
		line-height: 24px;
		display: block;
		}
	a.add {
		background: url(../images/add.png) 4px 4px no-repeat;
		line-height: 24px;
		display: block;
		padding-left: 24px;
		margin-right: 8px;
		}
	a.up {
		background: url(../images/folder_up.png) 4px 4px no-repeat;
		line-height: 24px;
		display: block;
		padding-left: 24px;
		margin-right: 8px;
		}
	

form {
	margin: 0;
	padding: 0;
	}
	form ol {
		list-style: none;
		}

tr {
	background-color: #eee;
	
}
tr.buttons td{
	background: #fff;
}
td, th {
border: 2px solid #fff;
}

table.list {
	width: 760px;
	font-size: 12px;
	}
	table.list th,
	table.list td {
		padding: 3px 4px;
		border-left: none;
		border-right: none;
		text-align: left;
		}	
	table.list thead th {
		background: #aaa;
		color: #fff;
		text-align: left;
		height: 26px;
		}
		table.list thead th a {
			color: #fff;
			}
	table.list thead th.options,
	table.list thead th.sorting {
		text-align: right;
		}
	table.list tbody th {
		font-weight: bold;
		color: #333;
		}
	table.list tbody tr:hover {
		background-color: #99CC00;
	}
	table.list td {
		color: #777;
		}
	table.list tr.noitems td {
		line-height: 16px;
		}
	table.list td.options,
	table.list td.sorting, {
		
		}
		table.list td.options a,
		table.list td.sorting a {
			float: right;
			display: block;
			width: 16px;
			height: 16px;
			text-indent: -9999px;
			}
	table.list a.entry-edit {
		background: url(../images/edit.png) 0 0 no-repeat;
		}
	table.list a.entry-delete {
		background: url(../images/delete.png) 0 0 no-repeat;
		}
	table.list a.entry-view {
		background: url(../images/view.png) 0 0 no-repeat;
		}
	table.list a.sort-up {
		background: url(../images/sort-up.png) 0 0 no-repeat;
		}
	table.list a.sort-down {
		background: url(../images/sort-down.png) 0 0 no-repeat;
		}
	table.list a.rowClick {
		display:none!important;
		}
	table.list a.blank {
		text-decoration: none;
	}
	table.list tr {
		
		
		}
	table.list tr.deleteRow {			
		}
		table.list tr.deleteRow td {
			background: #faa url(../images/deleteRowCheck.png) right 50% no-repeat;
			color: #000;
			padding: 1px 24px 1px 4px;
			text-align: right;
			}
		.deleteRow span.name {
			font-weight: bold;
			}
		.deleteRow form {
			display: inline;
			}
		.deleteRow button {
			padding: 0;
			font: 11px Arial, Helvetica, sans-serif;
			font-weight: bold;
			cursor: pointer;
			}
	
	


div.sideMenu + div.listwrapper,
div.sideMenu + div.form {
	position: absolute;
	left: 330px;
	top:0;
	margin-left: 0;
	}

div.list {
	
	}

div.toolbar {

	}
	div.toolbar h4 {
		display: none;
		}
	div.toolbar ul {
		padding: 0;
		margin: 0;
		}
	div.toolbar li {
		list-style: none;
		display: block;
		float: left;
		}
	div.toolbar .no-bg {
		line-height: 24px;
		display: block;
		padding-left: 20px;
		}
	div.toolbar .last {
		}
		
div.pager {
	float: left;
	}
	div.pager h4 {
		display: none;
		}
	div.pager ul {
		padding: 0;
		margin: 4px;
		}
	div.pager li {
		list-style: none;
		display: block;
		float: left;
		font-weight: bold;
		}
		div.pager li span {
			color: #ddd;
			padding: 4px;
			}
		div.pager li a {
			text-decoration: none;
			color: #666;
			padding: 2px 4px;
			}
			div.pager li a:hover {
				text-decoration: underline;
				}
			div.pager li a.active {
				color: #000;
				background: #ddd;
				}


div.form {
	min-width: 600px;
	margin: 0;
	padding: 0;
	}
	div.form h3 {
		background: #99CC00;
		color: #fff;
		margin: 0 0 4px 0;
		padding: 8px 4px;
		}
	div.form ol {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	div.form li {
		position: relative;
		list-style: none;
		background: #c6e36a;
		margin: 4px 0 0 0;
		padding: 6px;		
		}
		div.form li label.title {
			display: block;
			width: 170px;
			margin-top: 2px;
			position: absolute;
			font-weight:bold;
			}
		div.form li span.field {
			display: block;
			margin-left: 170px;
			}	
			div.form li label.setInvisible,
			div.form li label.setVisible {
				}
				div.form li label.setInvisible,
				div.form li label.setVisible {
					padding-left: 20px;
					}
			div.form li label.setInvisible {
				background: url(../images/invisible.png) left center no-repeat;
				
				}
			div.form li label.setVisible {
				background: url(../images/visible.png) left center no-repeat;
				}
	div.form li.subfield {
		margin-top: 0;
		background: #E2F1B4;
		border: 4px solid #c6e36a;
		border-top: none;
		}
		div.form li.subfield label.title {
			width: 166px;
			}
		div.form li.subfield span.field {
			margin-left: 166px;
			}
	div.form li.red {
		background: #E9625A !important;
	}
	div.form span.error {
		display: inline-block;
		color: red;
	}
	div.form span.field input[type=text],
	div.form span.field input[type=password],
	div.form span.field textarea {
		width:100%;
		}
	div.form li.buttons {
		background: #fff;
		text-align: right;
		padding: 0;
		margin-left: 0;
		line-height: 24px;
		}
		div.form li.buttons a {
			color: #000;
			line-height: 24px;
			}
		div.form li.buttons a#delete {
			float: left;
			}
	div.form span.mceEditor {
		
		}

	div.form li.deleteMessage {
		background: #fff url(../images/checkDelete.png) 4px 50% no-repeat;
		padding: 0 0 0 24px;
		margin: -25px 0 0 0;
		text-align: left;
		}
		div.form li.deleteMessage button {
			
			padding: 0;
			cursor: pointer;
			}
	
			
			
div.message {
	background: #c6e36a;
	padding: 6px;
	min-width: 250px;
	position: relative;
	}
	
div#breadcrumbs {
	background: #eee;
	}
	div#breadcrumbs h3 {
		display:none;
		}
	div#breadcrumbs ul {
		padding: 0 4px;
		margin: 0;
		}
		div#breadcrumbs ul li {
			display:inline;
			list-style:none;
			line-height: 24px;
			}
			div#breadcrumbs ul li a, 
			div#breadcrumbs ul li a:visited {
				color: #666;
				text-decoration:underline;
				}
			div#breadcrumbs li a:hover {
				text-decoration:none !important;
				}
		div#breadcrumbs ul li.title {
			font-weight: bold;
			}
	
div.sideMenu {
	padding: 6px 12px 12px 6px;
	background: #fff;
	border-right: 2px solid #99cc00;
	width:300px;
	float:left;
	height: 100%;
	z-index: 100;
	position: relative;
	font: 11px/20px Arial, Helvetica, sans-serif;
	}
	div.sideMenu h3 {
		font: 12px/12px;
		margin: 6px 4px;
		}
	div.sideMenu ol,
	div.sideMenu ul {
		margin: 0;
		padding: 0;
		line-height: 14px;
		}
		div.sideMenu ul ul li {
			border-left: 16px solid #fff;
			}	
	div.sideMenu li {
		margin: 0;
		list-style: none;
		display: block;
		background: #eee;
		font-size: 11px;
		color: #999;
		padding: 2px 4px 0 4px;
		border-bottom: 2px solid #fff;
		position: relative;
		}
		div.sideMenu li:hover {
			background: #f6f6f6;
			}
		div.sideMenu li:first-child {
			border-top: 2px solid #fff;
			}
		div.sideMenu li.icms_invisible {
			background-image: url(../images/invisible.png);
			background-position: right 1px;
			background-repeat: no-repeat!important;
			color: red;
			}
			div.sideMenu li.icms_invisible a.title {
				color:red;
				}
				div.sideMenu li.icms_invisible li,
				div.sideMenu li.icms_invisible li a.title {
					color:#999;
					}
					div.sideMenu li li.icms_invisible a.title {
						color:red!important;
						}
		div.sideMenu li a.title {
			color: #999;
			text-decoration: none;
			font-weight: bold;
			display: block;				
			width: 100%;
			padding-bottom: 2px;
			}
			div.sideMenu li a.title:hover {
				text-decoration: underline;
				color: #666;
				}
		div.sideMenu li.active,
		div.sideMenu li.selected {
			color: #fff!important;
			background-color: #000!important;
			}
			div.sideMenu li.active a.title,
			div.sideMenu li.selected a.title {
				color:#fff;
				}
				div.sideMenu li.active li,
				div.sideMenu li.active li a,
				div.sideMenu li.selected li,
				div.sideMenu li.selected li a {
					color:#999!important;
					}
		div.sideMenu li ul {
			margin: 0 -4px 0 -4px;
			}
			
		div.sideMenu .draglist li a {
			padding-left: 18px;
			}
		
			div.sideMenu div.move_buttons {
				width: 8px;
				height: 8px;
				overflow: hidden;
				position: absolute;
				top: 6px;
				left: 6px;
				z-index: 99;
				background: url(../images/bullet.png) center center no-repeat;
				}
				div.sideMenu div.move_buttons * {
					display: none;
					}
				div.sideMenu div.move_buttons:hover {
					width: 35px;
					height: 35px;
					margin-top: -14px;
					margin-left: -14px;
					background: #000;
					border: 2px solid #fff;
					z-index: 101;
					}
					div.sideMenu div.move_buttons:hover * {
						display: block;
						}
			div.sideMenu li span.move {
				position: absolute;
				cursor: pointer;
				padding: 0;
				margin: 0;
				text-indent: -9999px;
				}
			div.sideMenu li span.move:hover {
				background-position: right bottom;
				}
			div.sideMenu li span.down {
				top: 25px;
				left: 10px;
				width:15px;
				height: 9px;
				background: url(../images/arrow_down.png) 0 top no-repeat;
				}
				
			div.sideMenu li span.up {
				background: url(../images/arrow_up.png) 0 top no-repeat;
				left: 10px;
				top: 1px;
				width:15px;
				height: 9px;
				}
			div.sideMenu li span.left {
				background: url(../images/arrow_left.png) left 0 no-repeat;
				left: 1px;
				top: 10px;
				width:9px;
				height:15px;
				}
			div.sideMenu li span.right {
				background: url(../images/arrow_right.png) left 0 no-repeat;
				left: 25px;
				top: 10px;
				width:9px;
				height:15px;
				}
		div.sideMenu li.all {
			background: none;
			}
		div.sideMenu li.droppable {
			background-color: #c6e36a !important;
			}
		div.sideMenu li.deleteRow {
			text-decoration: none;
			color: #999;
			background: #eee;
			border: 2px solid #fff;
			margin: -2px 8px -2px 0;
			padding: 4px 20px 4px 2px;
			font-size: 12px;
			line-height:16px;
			display: block;
			width: 234px;
			background: #faa url(../images/deleteRowCheck.png) right 6px no-repeat;
			color: #000;
			}
			div.sideMenu .deleteRow form {
				display: block;
				}
		div.sideMenu li.editRow {
			height: 18px;
			padding: 0 2px;
			}
			div.sideMenu li.editRow input {
				font-size: 11px;
				font-weight: bold;
				}
			
	div.sideMenu div.options {
		position: absolute;
		left: 300px;
		top: -2px;
		background: #f6f6f6;
		padding: 0;
		border: 2px solid #fff;
		border-left: none;
		width: 40px;
		display: none;
		}
		div.sideMenu div.options a {
			display: block;
			width: 16px;
			height: 18px;
			text-indent: -9999px;
			color: #fff;
			float: left;
			border: none;
			margin: 0 0 0 4px;
			padding: 0;
			
			}
		div.sideMenu div.options a.edit {
			background: url(../images/edit.png) 0 0 no-repeat;
			}
		div.sideMenu div.options a.save {
			background: url(../images/save.png) 0 0 no-repeat;
			}
		div.sideMenu div.options a.cancel {
			background: url(../images/cancel.png) 0 0 no-repeat;
			}
		div.sideMenu div.options a.delete {
			background: url(../images/delete.png) 0 0 no-repeat;
			}
		div.sideMenu a.createItem {
			padding: 4px 4px 4px 24px;
			margin-left: 12px;
			display: block;
			line-height: 24px;
			background: url(../images/add.png) 4px 8px no-repeat;
			}
		
		
div.placeholderTemplate {
	}			
div.placeholders {
	}
	div.placeholders h3 {
		display: inline;
		background: none;
		color: #000;
		padding: 0;
		margin: 0;
		line-height: 24px;
		font-size: 13px;
		float: left;
		}
	div.placeholders ul {
		margin: 0;
		padding: 0;
		float: left;
		display: block;
		}
	div.placeholders li {
		padding: 0 4px;
		margin: 0;
		display: inline;
		line-height: 24px;
		}
		div.placeholders li label.title {
			position: static;
			margin: 0 4px 0 0;
			display: none;
			}
		div.placeholders li span.field {
			margin-left: 0;
			display: inline;
			}
			div.placeholders li span.field input {
				width: 80px!important;
				display: inline;
				}
		div.placeholders li button#addplaceholderButton {
			border: none;
			background: url(../images/add.png) 0 0 no-repeat;
			text-indent: -9999px;
			width: 16px;
			height: 16px;
			margin: 4px;
			}
.icms_invisible,
.icms_invisible a {
	text-decoration:line-through!important;
	}
div.tinymceStructure {	
	padding: 6px 12px 12px 6px;	
	width: 300px;
	line-height: 20px;
	}
	div.tinymceStructure h3 {
		font-size: 16px;
		margin: 0;
		padding: 0;
	}	
	div.tinymceStructure ul {
		margin: 0;
		padding: 0;
		}
		div.tinymceStructure ul ul li {
			border-left: 16px solid #fff;
			}	
	div.tinymceStructure li {
		margin: 0;
		list-style: none;
		display: block;
		background: #eee;
		border-bottom: 2px solid #fff;
		font-size: 11px;
		color: #999;
		padding: 2px 4px;			
		}
		div.tinymceStructure li:hover {
			background: #f6f6f6;
			}
		div.tinymceStructure li:first-child {
			border-top: 2px solid #fff;
			}
		div.tinymceStructure li.icms_invisible {
			background: #eee url(../images/invisible.png) right 4px no-repeat!important;
			color: red;			
			}
			div.tinymceStructure li.icms_invisible a.title {
				color: red;				
				}
				div.tinymceStructure li.icms_invisible li,
				div.tinymceStructure li.icms_invisible li a {
					color: #999!important;
					}
		div.tinymceStructure li a.title {
			color: #999;
			text-decoration: none;
			font-weight: bold;
			display: block;				
			width: 100%;
			}
			div.tinymceStructure li a.title:hover {
				text-decoration: underline;
				color: #666;
				}
		div.tinymceStructure li.active {
			color: #fff!important;
			background-color: #000!important;
			}
			div.tinymceStructure li.active a.title{
				color:#fff;
				}
		div.tinymceStructure li ul {
			margin: 0 -4px -4px -4px;
			border-bottom: 4px solid #fff;
			}

