﻿/*
Should contain all Default Styles that are used in the HTML Editor in Agility
This Sytle Sheet should be uploaded to Agility and used as the Editor Style when completed.
*/

body, p, input, textarea
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 1.25em;
}

p
{
    font-size: 14px;
}

a
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #8a8a8a;
	line-height: 1.25em;
    outline: none;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.RedLink
{
    color: #E32A24;
}

h1
{
    font-size: 20px;
    color: #000000;
    line-height: normal;
}

h2
{
    font-size: 16px;
    color: #000000;
    line-height: normal;
}

h3
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

sup, sub
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sub
{
	top: .5ex;
}

sup
{
	bottom: 1ex;
}

.optimum_sub_header {color: #FF3399; font-weight: bold;}
.index_text_optimum {color: #F5822A; font-weight: bold;}

.Clear
{
    clear: both;
}

.Left
{
    float: left;
}

.Right
{
    float: right;
}

.NoDisplay
{
    display: none;
}

.Highlight
{
    background-color: #feffd7;
}

.ListLink
{ 
    margin: 0;
    list-style-image: url(/ecms.ashx/Images/ListDot.gif);
}

.ListLink li
{ 
    margin-top: 12px;
}

.ListLink li a
{ 
    color: #8a8a8a ! important;
}

/*
	VIB
*/

.VIBArticleDetails
{
	font-family: Arial;
	margin: 8px;
}

.VIBArticleDetails p
{
	color: #595938;
	font-size: 12px;
	margin-bottom: 16px;
	margin-top: 0px;
}

.VIBArticleDetails img.Full
{
	border: solid 3px #ebebeb;
	margin: 10px 0px;
}

.VIBArticleDetails img.Left
{
	border: solid 3px #ebebeb;
	float: left;
	margin: 10px 12px 10px 0px;
}

.VIBArticleDetails img.Right
{
	border: solid 3px #ebebeb;
	float: right;
	margin: 10px 0px 10px 12px;
}

.VIBArticleDetails h1
{
	color: #a6b62d;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.VIBArticleDetails h2
{
	color: #a6b62d;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.VIBArticleDetails h3
{
	color: #595938;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
}

/*
    GlobalLeftBar HTML areas
*/

.GlobalLeftBarList
{ 
    margin: 0;
    padding-left: 22px  ! important;
    list-style-image: url(/ecms.ashx/Images/ListDot.gif);
}

.GlobalLeftBarList li
{ 
    margin-top: 12px;
}

.GlobalLeftBarList li a
{ 
    color: #8a8a8a ! important;
}

.GlobalLeftBarTitle
{
    display: block;
    padding: 8px 9px 0 9px;
    font-size: 14px ! important;
    color: #e12f29  ! important;
}

.GlobalLeftBarRed
{
    font-weight: bold;
    color: #e12f29 ! important;
}

.GlobalLeftBarText
{
    color: #7b7b7b  ! important;
}

.GlobalLeftBarSignup
{
    background-color: #f5f7f7;
    padding: 5px 9px;
}
