﻿.sfPageEditorWrp a#startcontent:after
{
	content: "[Start Content] This is the target of the start content link, which exists to allow users who are using screen readers to jump to the content section of the page.  This content will not be visible on the public website.";
	display: block;
}

.sfPageEditorWrp a#startcontent
{
	display: block;
	padding: 15px;
	border: 3px dashed #ccc;
}

.RadDock_Sitefinity .header .infoBox
{
	height: auto;
}

.RadDock_Sitefinity .footerColumnsWrapper .footerColumn .sf_colsIn
{
	height: auto;
	border: none;
}

.RadDock_Sitefinity .footerMenuWrapper .footerMenuInnerWrapper
{
	height: auto;
}

.RadDock_Sitefinity .showHideLayout .showHideControl .toggleIndicator
{
	display: none;
}

.twoSectionLayoutContentInner .RadDock_Sitefinity .rdCommands li
{
	margin: 2px 0;
}
.twoSectionLayoutContentInner .RadDock_Sitefinity .rdCommands li:before
{
	content: "";
}

.twoSectionLayoutContentInner .RadDock_Sitefinity .rdCommands li a
{
	margin: 0;
}
.twoSectionLayoutContentInner .RadDock_Sitefinity .rdCommands li a:after
{
	content: "";
}

