/*
*	CMS VIEW
*/

#cms {
	font-size: 1.2em;
	width: 688px;
	margin-bottom: 20px;
	}

#cms ul.top {
	margin-left: 0px;
	}

#cms ul {
	margin-left: 40px;
	}

#cms ul li {
	margin: 0px;
	padding: 0px;
	}
	
#cms li a {
	background: #F2F2F2;
	margin: 0px 0px 5px 0px;
	padding: 7px 5px 8px 15px;
	display: block;
	color: #666;
	border: 1px solid #E2E2E2;
}

#cms li a:hover {
	background: #E2E2E2;
	color: #666;
	text-decoration: none;
}
	
#cms li span {
	float: right;	
}

#cms li a:hover span {
	display: block;
}

/*
*	TEMPLATE DISPLAY
*/

.templates {
	margin: auto;
	padding: 5px 0px 0px 0px;
	}
	
.templates li {
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
	float: left;
	margin: 5px 10px 30px 10px;
	height: 111px;
	width: 111px;
	}

.templates li img {
	padding: 0px;
	margin: 0px;
	}
	
.templates li span {	
	position: relative;
	top: 0px;
	width: 91px;
	height: 91px;
	padding: 10px;
	text-align: center;
	background: #FFF;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	}
	
.templates li:hover span.hidden {	
	display: block;
	}

.templates li:hover img {
	display: none;
	}
	
.templates li:hover {
	background: #E7F3FF;
	}
	
.templates li a, #maincolumn .templates li a:visited {
	display: block;
	height: 111px;
	width: 111px;
	}
	
.templates .active {
	background: url('http://assets.icicle/images/activetemplate.gif');
	border: 0px;
	margin: 0px 5px 10px 5px;
	padding: 6px;
	}
	
.templates .active:hover {
	background: url('http://assets.icicle/images/activetemplate.gif');
	}	

.templateimage {
	width: 108px;
	margin: 0px 39px 0px 39px;
	padding: 0px;
	}

.templateimage img {
	border: 1px solid #E2E2E2;
	}
	
.templateloader {
	width: 33px;
	height: 32px;
	margin: auto;
	padding: 38px;
}

/*
*
*/

div.preview {
	text-align: center;
	font-size: 2.0em;
	margin: 20px 0px 20px 0px;
	color: #CCC;
	}

div.title {
	padding-bottom: 5px;
	}

div.url {
	position: relative;
	top: -10px;
	margin: 4px 10px 3px 10px;
	}

div.urldown {
	position: relative;
	top: 10px;
	}

div.topbuttons {
	margin: 10px 0px 20px 0px;
	}

div.loading {
	width: 685px;
	height: 400px;
	text-align: center;
	}
	
div.loading img {
	margin-top: 180px;
	text-align: center;
	}
	
.preview_iframe {
	border: 0px;
	padding: 0px;
	width: 686px;
	height: 400px;
	}


/*
*	FORM STYLES
*/
input.title {
	width: 698px;
	margin: 0px;
	}

input.url {
	width: 120px;
	margin-right: 5px;
	}
	
textarea.editor {
	width: 685px;
	height: 400px;
	}

input.pagelayout, input.sitetemplate {
	margin: 10px 0px 10px 48px;
	border: 0px;
	padding: 0px;
	}

select.sidewidth {
	width: 188px;
	}

input.publish {
	width: 188px;
	margin-bottom: 10px;
	}	

select.publish {
	width: 188px;
	margin: 10px 0px 10px 0px;
	}
	
/*
*	LINK STYLES
*/
span a {
	padding: 5px;
	}
