/* ---------- Interaction styles ---------- */

.aui-state-default,
.aui-state-active,
.aui-state-hover {
	background: #eee;
	border: 1px solid #ccc;
	border-color: #bbb #999 #999 #bbb;
}

.aui-state-active {
	background: #efefef;
	border-color: #333;
}

.aui-state-hover {
	background: #ddd;
	border-color: #999 #bbb #bbb #999;
	cursor: pointer;
}

.aui-state-disabled {
	cursor: default !important;
}

.aui-state-highlight {

}

.aui-state-error {

}

.aui-state-error-text {

}

.aui-priority-primary {

}

.aui-priority-secondary {

}

.aui-html-template {
	display: none;
}

.aui-basecelleditor-hidden,
.aui-datecelleditor-hidden,
.aui-dropdowncelleditor-hidden,
.aui-textcelleditor-hidden,
.aui-textareacelleditor-hidden,
.aui-checkboxcelleditor-hidden,
.aui-radiocelleditor-hidden,
.aui-helper-hidden {
	display: none !important;
}

.aui-helper-hidden-accessible,
.aui-overlay-hidden,
.aui-overlaycontext-hidden,
.aui-overlaymask-hidden,
.aui-calendar-hidden,
.aui-date-picker-hidden,
.aui-datepicker-hidden,
.aui-colorpicker-hidden,
.aui-tooltip-hidden,
.aui-image-viewer-hidden,
.aui-image-gallery-hidden {
	clip: rect(0 0 0 0) !important;
	position: absolute !important;

	/*Webkit and IE7 let clipped content change the scroll height of the page*/
	/*Scale webkit to 0*/
	-webkit-transform: scale(0);
	-webkit-transform-origin-x: 0px;
	-webkit-transform-origin-y: 0px;
	/*Change IE7 to using fixed*/
	*position: fixed !important;
	/*...And reset back to absolute for IE6*/
	_position: absolute !important;
}

.aui-helper-force-offset {
	display: block !important;
	position: absolute !important;
	visibility: hidden !important;
}

.aui-helper-reset {
	margin: 0;
	padding: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	border: 0;
}

.aui-helper-clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.aui-helper-clearfix {
	/* IE7/IE6 */
	zoom: 1;
}

.aui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;

	/* IE8 */
	-ms-filter: alpha(opacity=0);
	/* IE7/IE8(quirks) */
	filter: alpha(opacity=0);
}

/* unselectable */

.aui-helper-unselectable, .aui-helper-unselectable * {
   -moz-user-select: none;
   -khtml-user-select: none;
}

/* scroll lock */
.aui-helper-scroll-lock {
	height: 100%;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

/*
The rules below set the base font size and background color. These are best overwritten inside of custom.css.
*/

body {
	background-color: #FFF;
	font: 62.5%/1.6em Arial,Helvetica,Verdana,sans-serif;
}