.CheckBoxGroupColumn{
	float:left;
}
.CheckBoxMember{
	float:left;
	width:180px;
}
.Clear {
	clear:both;
}

a.ChkBoxOn
{
	cursor:pointer;
	background-image:url(graphics/chk_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 2px 2px 20px;
}
a.ChkBoxOn.ChkBoxOnDisabled
{
	cursor:default;
	background-image:url(graphics/chk_on_disabled.gif);
}
a.ChkBoxOff
{
	cursor:pointer;
	background-image:url(graphics/chk_off.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 2px 2px 20px;
}
a.ChkBoxOff.ChkBoxOffDisabled
{
	cursor:default;
	background-image:url(graphics/chk_off_disabled.gif);
}
a.ChkBoxMixed
{
	cursor:pointer;
	background-image:url(graphics/chk_mixed.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 2px 2px 20px;
}

.SelectorToolBox {
	float: left;
	margin: 0;
	padding-top: 2px;
}

.SelectorToolBox UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

.SelectorToolBox LI {
	float: left;
	margin: 0 0 0 5px;
}

.SelectorToolBox A {
	display: block;
	text-decoration: none;
	width: 16px;
	background-repeat: no-repeat;
}

.SelectorMediaPreview {
	position: absolute;
	border: solid 1px #888;
	padding: 3px;
	background: #ddd;
	z-index: 100;
}

.SelectorMediaPreview img {
	display: block;
}

