﻿body
{
}

.CMSHeader
{
	height: 25px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-image: url(Images/MenuBackground.gif);
	background-repeat: repeat-x;
	background-color: #444444;
	margin-top: -1px;
	border-bottom: 1px solid #000000;
}

.CMSHeaderRight
{
	color: White;
	float: right;
	padding: 4px;
}

.CMSHeaderRight a
{
	color: #aaaaaa;
}

.editableContentPublished
{
	border: #00ff00 1px solid;
	margin-top: -27px;
	z-index: 999;
}

.editableContentHeaderRightPublished
{
	float: right;
	padding: 4px;
}

.editableContentHeaderPublished
{
	border-bottom: 1px solid #00ff00;
	background-color: #ccffcc;
	height: 24px;
	padding-left: 4px;
}

.editableContentEditing
{
	border: 1px solid #ff0000;
	margin-top: -27px;
	z-index: 999;
}

.editableContentHeaderRightEditing
{
	float: right;
	padding: 4px;
}

.editableContentHeaderEditing
{
	border-bottom: 1px solid #ff0000;
	border-top: 1px solid #ff0000;
	background-color: #ffcccc;
	height: 24px;
	padding: 4px;
}

.field 
{
	height: 25px;
	font-family: Arial;
	font-size: 12px;
}

label
{
	display: block;
	float: left;
	width: 100px;
}

h1 
{
	font-family: Arial;
	color: #333333;
	font-size: 16px;
}