﻿/* 
This stylesheet is for classes that will be available in the SiteCore Content Editor Rich-Text-Editor Control 
The classes within this style sheet should be named with NO prefix and have names that are clear to the user as to what they will do!
It has been agreed that classes within this style sheet should NOT be used throughout code so that any user requested changes to the classes do not affect
non-content managed code.
*/

.H1
{
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:20px !important;
	line-height: 26px !important;
	color: #333 !important;
	font-weight: normal !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
}

.H2
{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:16px !important;
	line-height: 20px !important;
	color: #333 !important;
	font-weight: bold !important;
	margin:0 0 10px 0 !important;
	padding:0 !important;
}

.H3
{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
	line-height: 18px !important;
	color: #333 !important;
	font-weight: bold !important;
	margin:0 0 4px 0 !important;
	padding:0 !important;
}

.ParagraphText
{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	line-height: 20px !important;
	color:#333 !important;
	padding:0 0 15px 0 !important;
	clear: both !important;
}

.Emphasis
{
    font-weight:bold !important;
}

.Accent
{
    font-style:italic !important;
}

.ContactLink
{
    background: url("/siteimages/utility/ContactLink.jpg") no-repeat scroll 0 top transparent !important;
}

.BlogLink
{
    background: url("/siteimages/utility/BlogLink.jpg") no-repeat scroll 0 top transparent !important;
}

.TwitterLink
{
    background: url("/siteimages/utility/TwitterLink.jpg") no-repeat scroll 0 top transparent !important;
}

.ContactFollowContainer,
.DynamicModuleContainer
{
    background: url("/siteimages/utility/dynamicmodulebg.jpg") no-repeat scroll 0 0 #FFFFFF !important;
    overflow: hidden !important;
    padding: 16px 0 20px !important;
    width: 210px !important;
}

.ImageMargins
{
    margin:5px !important;
}

.FloatLeft
{
    float:left;
}

.FloatRight
{
    float:right;
}

.LightBoxImageLink
{
    /* This style is necessary to open a link using LightBox - it is used as a JQuery Selector, not to apply any styles to the link. */
}