/* adds borders and shading to modules in edit mode */
.EditMode 
{
	border: 1px #aaaaaa solid;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 2px;
}
/* adds borders and shading to common modules in edit mode (editing a page, not the template) */
.EditModeCommon
{
	border: 1px #9999ff dashed;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 2px;
}

a.AddContentSection:link,
a.AddContentSection:visited,
.EditPageSection a:link,
.EditPageSection a:visited,
.EditContentSection a:link,
.EditContentSection a:visited,
a.Template:link,
a.Template:visited
{
	color: #0080d6;
}


a.AddContentSection:active,
a.AddContentSection:hover,
.EditPageSection a:active,
.EditPageSection a:hover,
.EditContentSection a:active,
.EditContentSection a:hover,
a.Template:active,
a.Template:hover
{
	color: #0040a2;
}

a.AddContentSection
{
	font-weight: bold;
}

.EditPageSection a
{
	font-weight: normal;
}

.EditContentSection a
{
	font-size: 10px;
	font-weight: normal;
}
.EditContentSection .LinkSection
{
	text-align:left;
}
.EditContentSection .LinkSection a
{
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}

.EditContentSection a,
.EditContentSection label
{
	color:Black;
}

div.EditPageSection,
div.EditPageSectionDisabled
{
	BORDER:#AAAAAA 1px solid;
}
.EditPageSection table,
.EditPageSectionDisabled table
{
	BACKGROUND:#f2f2f2; 
	BORDER:#ffffff 2px solid;
	color:Black;
}
.EditPageSection table table
{
	BORDER:none;
}

.EditPageSectionDisabled a,
.EditPageSectionDisabled a:link,
.EditPageSectionDisabled a:visited,
.EditPageSectionDisabled a:active,
.EditPageSectionDisabled a:hover
{
	color:Gray;
}

.EditPageSectionDisabled img
{
	filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75) progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	opacity:0.2;
}


/* style for the AdminNavigationBar user control. */

.AdminNavBar 
{
	border-bottom:1px solid #000000;
	background:DEECF7;
}
.AdminNavBar a
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.AdminNavBar a:link,
.AdminNavBar a:visited,
.AdminNavBar a:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.AdminNavBar a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.WelcomeText
{
	color:Black;
}
