﻿/* Edit Styles */
.EditButton
{
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000 !important;
	background-color: #FFFF00;
	width: 30px;
	border: solid 1px #000000;
	text-decoration: underline;
	text-align: center;
	z-index: 100;
	position: absolute;
}
.EditMode .section
{
	border: dashed 1px #000000;
}

/* Error Styles */
.ErrorBox
{
	display: block;
	border: solid 1px red;
	background-color: #ffebe8;
	padding: 10px;
}

/* Table Padding */
.tablePaddingAll td
{
	padding: 2px;
}

a.EmailLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.EmailLink:hover
{
	color: #AD2821;
}