/* this is needed because the artisteer buttons otherwise looke enabled even when disable */
input.art-button[disabled="disabled"] { background-color: #ccccff !important; color: #9999cc !important; }

/* this keeps the background images out of the editor and dialog pages */
body.dialogpage ,
body.filedialog,
body.wysiwygeditor
{
	background-color: white;
	background-image: none;
	font-size: 12px; 
}

.art-contentLayout .art-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 245px;
}

/* added by Joe Audette adjust width for center when both left and right are used */
.art-contentLayout .art-content-narrow
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 493px;
}

.art-BlockContent-body ul li
{
	background-position: 0px 7px;
}

.art-Block { margin-top: 13px }

.art-Logo h1 a { text-decoration: none;}

