@CHARSET "UTF-8";

/**
 * YUI SKIN ADJUSTEMENTS
 */
th, td {
	border-style: none;
}

.yui-skin-sam .yui-panel .hd, 
.yui-skin-sam .yui-panel .bd, 
.yui-skin-sam .yui-panel .ft {
/*	border-style: none; */
}

a.yuimenuitemlabel:link,
a.yuimenuitemlabel:visited {
	color: #000;
}

.yui-editor-container iframe.editor-hidden,
iframe.editor-hidden,
textarea.editor-hidden,
div.editor-hidden {
	display: none;
}

/* yui-base sets borders on tables and padding on td */
.admin table, .admin tr, .admin td {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	vertical-align: top;
}



/**
 * STRUCTURE
 *
 * These classes listed here can be used for page layout.
 */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;	
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.invisible {
	display: none;
}

.fullwidth,
div.fullwidth,
input.fullwidth {
	width: 100%;
} 

table.fullwidth {
	table-layout: fixed;
} 

.tinyspacer,
table.fullwidth .tinyspacer {
	height: 0.2em;
} 

.smallspacer,
table.fullwidth .smallspacer {
	height: 0.5em;
} 

.mediumspacer,
table.fullwidth .mediumspacer {
	height: 1.0em;
} 

.largespacer,
table.fullwidth .largespacer {
	height: 2.0em;
} 

.smallButtonPanel {
	margin: 0.72em 0 0 0;
}



/**
 * BORDER MODS
 *
 * These classes can be used to add a border to certain elements.
 */
.border_top {
	border-top-color: #005aa1;
	border-top-style: solid;
	border-top-width: 0.1em;
}

.border_bottom {
	border-bottom-color: #005aa1;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
}

.border_left {
	border-left-color: #005aa1;
	border-left-style: solid;
	border-left-width: 0.1em;
}

.border_right {
	border-right-color: #005aa1;
	border-right-style: solid;
	border-right-width: 0.1em;
}



/**
 * ERRORS
 */
.admin .error, .admin .smallerror {
	color: #000;
	background-color: #fee7d7;
	border: solid 0.1em #e6001a;
}

.admin .error {
	padding: 0.9em 1.4em;
}

.admin .smallerror {
	margin: 0.2em 0;
	padding: 0.2em 0.5em;
}

.admin .error b, .admin .smallerror b {
	color: #e6001a;
}



/**
 * INSITE-EDITABLE ELEMENTS
 */
.editinsitecontainer.showmode .insiteeditable.showmode {
	cursor: pointer;
}

.editinsitecontainer.showmode .insiteeditable.editmode {
	display: none;
}

.editinsitecontainer.editmode .insiteeditable.showmode {
	display: none;
}

.editinsitecontainer.editmode .insiteeditable.editmode {
}

.insiteeditable.showmode .show {
	cursor: pointer;
	min-height: 10px;
}

.insiteeditable.showmode .edit {
	display: none;
}

.insiteeditable.editmode .show {
	display: none;
}

.insiteeditable.editmode .edit {
	min-height: 10px;
}

.editinsitecontainer.showmode .insiteeditable.showmode.twocolumnelement.left {
	float: left;
	width: 48%;
}

.editinsitecontainer.showmode .insiteeditable.showmode.twocolumnelement.right {
	float: right;
	width: 48%;
}

.editinsitecontainer.editmode .insiteeditable.editmode.twocolumnelement.left {
	float: none;
	width: 100%;
}

.editinsitecontainer.editmode .insiteeditable.editmode.twocolumnelement.right {
	float: none;
	width: 100%;
}



/**
 * DRAG&DROP
 */
div.draggingDummy {
	background-color: #888;
	border: solid 1px #888;
	opacity: 0.50;
	.filter: Alpha(opacity = 50);
}



/**
 * TEMPLATE SCHEMA
 */
.templateschema {
	width: 100%;
	height: 100%;
}

.templateschema img {
	border: none;
	width: 100%;
	height: 100%;
}

.templateschema .staticcontainer {
	background-color: #888888;
}

.templateschema a:link, .templateschema a:visited, .templateschema a:hover {
	display: block;
	background-color: #005aa1;
}

.templateschema a:link, .templateschema a:visited {
	background-color: #005aa1;
}

.templateschema a:hover {
	background-color: #e4e8f3;
}


.templateschema a:link .normal, .templateschema a:visited .normal {
	display: block;
}

.templateschema a:link .over, .templateschema a:visited .over {
	display: none;
}

.templateschema a:hover .normal {
	display: none;
}

.templateschema a:hover .over {
	display: block;
}

.templatethumbnail {
	width: 100px;
	height: 80px;
	padding: 0;
	margin: 10px;
}

.templatethumbnail:hover {
	width: 106px;
	height: 86px;
	margin: 7px;
	cursor: pointer;
}

.templatethumbnail.selectedtemplate {
	width: 100px;
	height: 80px;
	margin: 7px;
	padding: 2px;
	border: solid 1px #000000;
}
