﻿.editbar
{
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 2;
	line-height: 14px;
}
.editbar #spacer
{
	clear: both;
	top: 7px;
	width: 100%;
	min-height: 40px;
	position: relative;
	padding-top: 5px;
}
.editbar .information
{
	color: White;
	position: absolute;
	top: 5px;
	left: 5px;
	white-space: nowrap;
	z-index: 1;
	font-size: 90%;
}
.live
{
	background-image: url(../images/editbar/live_bg.gif);
}
.amended
{
	background-image: url(../images/editbar/amended_bg.gif);
}
.new
{
	background-image: url(../images/editbar/new_bg.gif);
}
.submitted
{
	background-image: url(../images/editbar/submitted_bg.gif);
}
.rejected
{
	background-image: url(../images/editbar/rejected_bg.gif);
}
#tabs
{
	float: left;
	width: 100%;
	line-height: normal;
	position: relative;
	top: 7px;
}
#tabs ul
{
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#tabs li
{
	float: left;
	background: url(../../../site/images/editbar/norm_left.png) no-repeat left top;
	margin: 0;
	padding: 0 4px 0 9px;
}
#tabs a
{
	display: block;
	color: #0a6e8e;
	text-decoration: none;
	background: url(../../../site/images/editbar/norm_right.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
}
#tabs a:hover
{
	color: #2087cd;
	text-decoration: underline;
}
#tabs .current
{
	background-image: url(../../../site/images/editbar/norm_left_on.png);
}
#tabs .current a
{
	background-image: url(../../../site/images/editbar/norm_right_on.png); /* This padding removes the white line on the active tab that would otherwise appear*/
	padding-bottom: 10px;
}
#tabs .disabled
{
	background-image: url(../images/editbar/disabled_left.png);
}
#tabs .disabled a
{
	background: url(../images/editbar/disabled_right.png) no-repeat right top;
	color: #999;
	text-decoration: none;
	cursor: default;
}
#tabs input
{
	float: left;
	margin-top: 18px;
	padding: 0 7px 0 6px;
}
.showregions
{
	padding: 4px 8px 0 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.showregions label
{
	color: #444; /* Couldn't get the label perfectly aligned with vertical-align in CSS so did this instead */
	position: relative;
	top: -2px;
}

/* old */
.editarea
{
	background-image: url(../images/edit/chequer.gif);
	background-repeat: repeat;
	padding: 5px;
	display: inline-block;
}
.editarea.position
{
	border: dashed 1px Green;
	color: Black;
}
.editarea.position a
{
	color: Black;
}
#primary_nav .editarea.position a
{
	color: Black;
}
.editarea.raise
{
	position: relative;
	z-index: 1;
}
.editarea.global
{
	background-image: url(../images/edit/chequerglobal.gif);
}

/* BUTTONS */
.editbar #spacer #divEditing a, .editbar #spacer #divEditing button
{
	display: block;
	float: left;
	margin: -3px 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
	font-size: 85%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}
.editbar #spacer button
{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}
.editbar #spacer button[type]
{
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.editbar #spacer button img, .editbar #spacer a img
{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: 0; /* not sure this is required*/
	width: 16px;
	height: 16px;
}

/* STANDARD */

#spacer button:hover, .editbar #spacer #divEditing a:hover
{
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
.editbar #spacer a:active
{
	background-color: #6299c5; /* border:1px solid #6299c5; */
	border: 1px solid white;
	color: #fff;
}

/* POSITIVE */

#spacer button.positive, .editbar #spacer #divEditing a.positive
{
	color: #529214;
}
.editbar #spacer #divEditing a.positive:hover, #spacer button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.editbar #spacer #divEditing a.positive:active
{
	background-color: #529214; /* border:1px solid #529214; */
	border: 1px solid white;
	color: #fff;
}

/* NEGATIVE */

.editbar #spacer #divEditing a.negative, #spacer button.negative
{
	color: #d12f19;
}
.editbar #spacer #divEditing a.negative:hover, #spacer button.negative:hover
{
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.editbar #spacer #divEditing a.negative:active
{
	background-color: #d12f19; /* border:1px solid #d12f19; */
	border: 1px solid white;
	color: #fff;
}
.editbar #spacer #divEditing a.activated
{
	background-color: #6299c5;
	border: 1px solid white;
	color: white;
}
.editbar #spacer #divEditing a.deactivated
{
}
