﻿/************************************************************************
* Content Manager styles
************************************************************************/
.PageContentFormView
{
	width:100%;
}
.PageContentContainer
{
	width:auto;
	position:relative;
}
.PageContentContainer .EditButton
{
	position:absolute;
	top:-8px;
	right:-8px;
	z-index:1;
}
.PageContentContainer .EditButton img
{
	width:16px;
	height:16px;
	border:none;
	text-decoration:none;
	vertical-align:middle;
}
.PageContent
{
	width:100%;
}
* html .PageContent
{
	position:relative;
}

.PageContentContainer .ButtonPanel,
.ModalPanel .ButtonPanel
{
	height:20px;
	margin:0;
	background:url(/images/bgButtonPanel.png) repeat-x;
	border:solid 1px #9ab8db;
	text-align:center;
}
.ModalPanel .ProgressPanel
{
	position:absolute;
	top:5px;
	right:5px;
}

/* Editor Buttons */
div.EditorButtons
{
	position:relative;
}
div.EditorButtons div.overlay
{
	position:absolute;
	right:0px;
	top:-22px;
	z-index:1;
}
div.EditorButtons div.below
{
	padding:5px;
	text-align:center;
}
div.EditorButtons a
{
	padding:0px 5px;
	border:none;
	text-decoration:none;
	line-height:16px;
}
div.EditorButtons a img
{
	text-decoration:none;
	border:none;
	vertical-align:middle;
}
div.EditorButtons a span
{
	text-decoration:none;
}
div.EditorButtons a:hover span
{
	text-decoration:underline;
}
