/******** CSS RESET ********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******** END OF CSS RESET ********/

.clear { clear: both; }

.edit {
	display: inherit;
	float: inherit;
	background: none;
	/*padding: inherit;*/
	/*margin: inherit;*/
	border: none;
	color: inherit;
	font-size: inherit;
	width: inherit;
	height: auto;
	font-size: inherit;
	font-family: inherit !important;
	font-style: inherit;
	line-height: inherit;
	text-shadow: inherit;
	text-transform: inherit;
	font-weight: inherit;
	text-align: inherit;
	overflow: hidden;
	
}
.edit:hover,
.edit:focus {
	margin: -1px -1px -1px -1px;
	padding-right: -1px;
	border: 1px dotted #aaa !important;
}
.edit-title {
	display: block !important;
	margin: 0 !important;
	clear: none !important;
	text-align: left;
	float: none !important;
	padding: 1px 3px !important;
	background: #ffe;
	color: #333 !important;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 1em;
}
#toolbar {
	font-family: arial,sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border: 1px solid #aaa;
	border-width: 1px 0px 2px 0px;
	border-color: #aaa #aaa #ffa #aaa;
	background: #ddd;
	font-size: 15px;
	height: 31px;
}
	#toolbar a,
	#toolbar h3 {
		display: block;
		background: #eee;
		padding: 0.6em 1em;
		float: left;
		color: #555;
		font-size: 14px;
		border-right: 1px solid #aaa;
		border-left: 1px solid #fafafa;
	}
	#toolbar h3 {
		font-weight: bold;
	}
		#toolbar a.palette {
			background: #eee url('icon-palette.png') 0.4em 50% no-repeat;
			padding-left: 2em;
		}
		#toolbar a:hover {
			background-color: #ccc;
		}
		#toolbar a:active {
			background-color: #bbb;
		}

	#toolbar a.save {
		background: #cfc;
		color: #565;
	}
		#toolbar a.save:hover {
			background: #cec;
		}
		#toolbar a.save:active {
			background: #ada;
			color: #222;
		}
		
#page-swapper,
#page-swapper option {
	font-size: 15px;
}
		
		
.admin {
	border: 1px solid #ff0;
	background: #ffe;
	padding: 5px;
	width: 330px;
	color: #555 !important;
	text-shadow: none !important;
}
	.admin label {
		font-weight: normal !important;
		color: inherit !important;
	}
	.admin span {
		display: block;
		margin-top: 4px;
		font-size: 11px;
		
	}

#logo-swapper {
	font-size: 15px !important;
	text-transform: none !important;
	text-decoration: underline !important;
	font-family: arial,verdana,sans-serif !important;
}
	#logo-swapper:hover {
		text-decoration: none;
	}
input.palette {
	border: 1px solid #ccc;
	padding: 1px;
}
.notext textarea {
	display: none;
}
.noimage img {
	display: none;
}		
		
		
#lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 760px; margin-left: -380px;
	margin-top: -200px;
	background: #fff;
	border: 2px solid #aaa;
	-moz-box-shadow: 0px 0px 4px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	z-index: 51;
	font-family: arial,verdana,geneva,lucida,sans-serif !important;
	/*opacity: 0.9;*/
}
	#lightbox a {
		color: #69c;
	}
	.lightbox-ie {
		position: absolute !important;
	}
	#lightbox h2,
	#lightbox-content {
		padding: 12px;
		font-family: inherit !important;
	}
	#lightbox h2 {
		background: #eee;
		padding-right: 9px;
		border-bottom: 1px solid #bbb;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
	}
	#lightbox-content {
		border-top: 1px solid #eee;
		height: 400px;
		line-height: 1.2em;
		overflow: auto;
	}

	#lightbox h2 a {
		float: right;
		text-decoration: none;
		font-size: 0.9em;
	}
		#lightbox h2 a b {
			padding: 0px 3px 0px 4px;
			border: 1px solid #bbb;
			background: #ddd;
		}
		#lightbox h2 a:hover {
			color: #333;
		}
		#lightbox h2 a:hover b {
			background: #888;
			color: #fff;
		}

		#lightbox-content ol {
			padding-left: 2em !important;
			list-style-type: decimal !important;
		}
		#lightbox-content ol li,
		#lightbox-content ul li {
			margin-bottom: 1em;
			margin-left: 1em;
		}
		#lightbox-content form ol li,
		#lightbox-content form ul li {
			margin-bottom: 0.5em;
			margin-left: 0em;
		}
		
.edit-hyperlink {
	height: 10em !important;
}
	.edit-hyperlink,
	.edit-hyperlink input {
		font-size: 14px;
	}
	.edit-hyperlink div {
		margin: 5px 0px;
	}
	.edit-hyperlink span {
		font-size: 12px;
		color: #555;
	}

#curtain {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 50;
}
	.curtain-ie {
		position: absolute !important;
	}
	

	table.g-image {
		width: 100%;
		border-top: 1px solid #ddd;
	}
	tr.g-image td {
		border-bottom: 1px solid #ddd;
		white-space: nowrap;
	}
		table.g-image td {
			padding: 10px 5px;
		}
		table td.g-image-count {
			width: 1.5em;
			font-size: 25px;
			font-weight: bold;
			background: #ddd;
			color: #fff;
			text-align: center;
			border-left: 6px solid #bbb;
		}
		div.g-image-upload {
			font-size: 11px !important;
		}
			div.g-image-upload input {
				font-size: 11px !important;
			}

		table.g-image input.g-image-info,
		table.g-image td textarea.g-image-info {
			display: inline !important;
			width: 360px !important;
		}
		table.g-image input.g-image-info {
			margin-bottom: 4px;
		}
		table.g-image td textarea {
			margin-top: 3px;
		}
		table.g-image td textarea {
			height: 50px;
		}

		tr.g-image td img {
			float: left !important;
			margin-right: 5px;
			border: 1px solid #aaa;
		}
		div.g-image-change {
			clear: left;
			float: left;
			padding-top: 5px;
		}
			div.g-image-change a {
				font-size: 11px;
			}

		span.g-image-delete {
			float: right;
		}
			span.g-image-delete a {
				display: block;
				padding-right: 30px !important;
				padding-top: 3px !important;
				height: 22px;
				background: url('/crc/images/icon-delete-25.png') 100% 0px no-repeat;
				color: #888;
				font-size: 10px;
				text-decoration: none;
			}
				span.g-image-delete a span {
					display: none;
				}
				span.g-image-delete a:hover {
					background-position: 100% -25px;
					color: #a00;
				}

		table.g-image td label {
			display: block;
			font-size: 11px;
			color: #666;
		}

	.loading {
		padding: 4px 0px;
	}
	.loading span,
	span.loading {
		padding-left: 20px;
		background-position: 0px 50%;
		background-repeat: no-repeat;
		color: #369;
		font-size: 12px;
	}
	td.arrow div {
		padding: 0px 8px 0px 8px; font-size: 30px; font-weight: bold; color: #ccc;
	}
	td.arrow {
		padding-top: 10px !important;
	}
	.loading-arrow {
		background-image: url('/crc/images/loader-arrows-blue.gif');
	}
	
#logo-swapper-inline {
	font-size: 12px;
}

.color-picker-input {
	display: block; float: left; font-size: 10px; cursor: pointer; width: 9em; margin-top: 4px;
	color: #555;
}
	.color-picker-input input {
		width: 16px; height: 16px; border: 2px solid #aaa; cursor: pointer; float: left; margin-right: 3px;
	}
	.color-picker-input:hover {
		color: #111;
	}
	.color-picker-input:hover input {
		border-color: #222;
	}
	#color-pick-accent {
		width: 7em;
	}
	#color-pick-font {
		width: 7em;
	}
/* STYLE 2 */
#gallery-frame {
	float: left;
	
	
}
	#gallery-frame img {
		border: 1px solid #ccc;
	}

#gallery-title,
#gallery-description {
	font: normal 12px verdana,arial,sans-serif;
	color: #444;
	width: 500px;
}
#gallery-title {
	font-weight: bold;
}
#gallery-thumbs {
	float: right;
	margin: 0px;
	width: 160px;
}
	#gallery-thumbs img {
		float: left;
		margin: 0px 0px 4px 4px;
		width: 70px;
		border: 1px solid #ccc;
	}	



.edit-title {
	display: none !important;
}
/*
.edit {
	border: 0 !important;
}
*/