﻿/**********************************************************************/
/*   Copyright © 1993-2007 Vovici Corporation. All rights reserved.   */
/*      Website: http://www.vovici.com                                */
/**********************************************************************/

/************************************************************/
/*  Action Bar (Grayish bar that contains large hyperlinks) */
/************************************************************/
.ActionBar
{
	background-color: #F8F8F8;
	border-bottom: 1px solid #CCC;
	height: 33px;
	padding: 0 9px;
}
.ActionBar a.On,
.ActionBar a.Off
{
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #F8F8F8;
	color: #0245CE;
	cursor: pointer;
	display: block;
	font-size: 1.05em;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	margin-top: 1px;
	padding-left: 33px;
	padding-right: 10px;
}
.ActionBar a.On:hover
{
	background-color: #FEF2B6;
	border: 1px solid #E0CB70;
	color: #DE3B21;
}
.ActionBar a.Off,
.ActionBar a.Off:hover
{
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: #999;
	cursor: default;
	text-decoration: none;
}

/*********************************************************************************/
/*  Dashboard Link (Link containing image and description that acts as one unit) */
/*********************************************************************************/
.DashboardLink
{
	margin: 5px 0;
}
.DashboardLink a
{
	border: 1px solid #FFF;
	color: #666;
	cursor: default;
	display: block;
	line-height: 1.6em;
	min-height: 50px;
	padding: 5px;
	text-decoration: none;
	width: 236px;
}
.DashboardLink a:hover
{
	text-decoration: none;
}
.DashboardLink dl
{
	margin: 0 0 0 60px;
}
.DashboardLink dt
{
	font-size: 1.2em;
	font-weight: bold;
}
.DashboardLink dd
{
	margin: 0;
}
.DashboardLink a.On dt
{
	color: #00A;
}
.DashboardLink a.On:hover
{
	background-color: #FEF2B6;
	border: 1px solid #E0CB70;
	color: #333;
	cursor: pointer;
	display: block;
}
.DashboardLink a.On:hover dt
{
	color: #DE3B21;
	text-decoration: underline;
}
.DashboardLink a.Off
{
	color: #999;
}
.DashboardLink .Image
{
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 50px;
}

/**********************************************************************/
/*  EFM Continuum Footer (Bottom bar with copyright and policy links) */
/**********************************************************************/
.Footer_EfmContinuum
{
	background-color: #F8F8F8;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 0.9em;
	height: 28px;
	line-height: 28px;
	width: 953px;
}
.Footer_EfmContinuum a
{
	color: #666;
	text-decoration: underline;
}
.Footer_EfmContinuum a:hover
{
	color: #DE3B21;
}
.Footer_EfmContinuum .Copyright
{
	float: left;
	height: 100%;
	padding-left: 5px;
	width: 400px;
}
.Footer_EfmContinuum .ProductPolicies
{
	float: right;
	height: 100%;
	padding-right: 10px;
	text-align: right;
	width: 500px;
}

/******************************************************************/
/*  Color Swatch (Hexadecimal color text box with colored square) */
/******************************************************************/
.ColorSwatch
{
	width: 86px;
}
.ColorSwatch a.On,
.ColorSwatch a.Off
{
	background-color: #FFF;
	background-image: url(images/colorswatch/palette.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 22px;
	width: 22px;
}
.ColorSwatch a.Off
{
	background-image: url(images/colorswatch/palette_off.gif);
	cursor: default;
}
.ColorSwatch a.On:hover
{
	background-image: url(images/colorswatch/palette_on.gif);
}
.ColorSwatch input
{
	float: left;
	width: 56px;
}
.ColorSwatchPalette
{
	background-color: #FFF;
	border: 1px solid #888;
	width: 176px;
}
.ColorSwatchPalette a
{
	background-color: #F1F1F1;
	border: 1px solid #FFF;
	display: block;
	float: left;
	padding: 3px;
}
.ColorSwatchPalette span
{
	border: 1px solid #ADA990;
	display: block;
	height: 12px;
	width: 12px;
}
.ColorSwatchPalette a:hover
{
	background-color: #FEF2B6;
	border-color: #C8B148;
}
