﻿
/* See also the CMS Theme for Editor-specific css */
/* The styles below are for the inline controls */

/************************************
 * Content Area specific classes
 ***********************************/

/* 
 * This class describes the div tag that
 * surrounds content editors
 */
.WRContentAreaClass
{
	background-color:Transparent;
	background-image:none;
}

/*
 * This class describes the div tag's
 * appearance when the user hovers over
 * the edit link.
 */
.WRContentAreaClassHover
{
	background-color:#EEEEEE;
	background-image:url(images/content_bkgd3.gif);
	background-position:top left;
	background-repeat:repeat;
}

/************************************
 * General CMS classes
 ***********************************/

/*
 * This class describes the div tag that
 * is the edit panel (can be used to make this overlap
 * the actual editable area).
 */
.ssEditPanel
{
	margin-bottom:0px;
}

/*
 * Describes the appearance of the
 * Edit link appearing next to the pencil
 */
a.ssEditLink
{
	color:#333366;
}
a.ssEditLink:hover
{
	background-color:#CCCCFF;
}