﻿/*EG: Epsilon wesbite admin styles*/
/*---------------------------------------------------------------------------------------------*/
/*EG: The main admin section background colour*/
body
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
}

/*EG: the floating admin box (top right) */
#CWCMSLiteAdminSwitch
{
	position: absolute;
	right: 25px;
	top: 5px;
	background: #c7eafb;
	width: 120px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*EG: Grid styles: following 3 styles are used to display the admin registrants grid and the news grids */
.EpsilonGridHeader
{
	background-color: #afafaf;
	color: #ffffff;
	font-size: inherit;
}

.EpsilonGridItem
{
	background-color: #ffcb8f;
}

.EpsilonAltGridItem
{
	background-color: #c3cedf;
}

/*EG: the following 4 basic link styles within the admin section ... */
A:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #1e4387;
	font-weight: normal;
	border-width: 0px;
}

A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #1f4387;
	border: none;
}

A:hover
{
	text-decoration: none;
	color: #33805F;
	border: none;
}

A:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: black;
	border-width: 0px;
}

/*EG: This style removes the automatic border on an image */
a img
{
	border: none;
}


/*EG: The CMSLite red button used in the admin section. Change? ...*/
.CWCMSLiteButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #840307;
	width: 100px;
}
