﻿/*
	Styles included in this file (using the .ms-rteCuste-[name] convention) will 
	be used by the Rich Text Editor and will be available in the 'Styles' dropdown there.
*/
.ms-rteCustom-DividerTitle { font: bold 14px/14px Arial, Verdana, sans-serif; color: #900; text-transform:uppercase; padding-bottom: 0; border-bottom: 1px solid #000; display: block;}
.ms-rteCustom-FloatingTitle { font: bold 14px/14px Arial, Verdana, sans-serif; color: #c00; padding: 0 8px 5px; border-bottom: 1px solid #000; display: block;}
.ms-rteCustom-Heading { font: bold 20px Arial, sans-serif; color: #900; line-height:110%; display:block; margin-top: 5px;}
.ms-rteCustom-SubHeading { font: bold 15px Verdana, sans-serif; color: #000; line-height:110%; display:block; margin-top: 5px;}


/* =headings */
.ms-rteCustom-h1,
.ms-rteCustom-h2,
.ms-rteCustom-h3,
.ms-rteCustom-h4,
.ms-rteCustom-h5,
.ms-rteCustom-h6,
h1,h2,h3,h4,h5,h6 { font-family: Verdana, sans-serif; padding: 0; line-height: 140%; color: #000; font-weight: normal; letter-spacing: -0.01em;}

h1, .ms-rteCustom-h1 { font-size: 170%; margin-top: 9px;}
h2, .ms-rteCustom-h2 { font-size: 150%; margin-top: 8px;}
h3, .ms-rteCustom-h3 { font-size: 140%; margin-top: 7px;}
h4, .ms-rteCustom-h4 { font-size: 130%; margin-top: 6px;}
h5, .ms-rteCustom-h5 { font-size: 120%; margin-top: 5px;}
h6, .ms-rteCustom-h6 { font-size: 110%; margin-top: 4px;}


.ms-rteCustom-ArrowLink,
.ms-rteCustom-ArrowLink:link,
.ms-rteCustom-ArrowLink:visited {
	margin: 0;
	padding: 0 0 0 24px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: url(images/LAA/arrow_black.gif) 0 50% no-repeat scroll transparent;
	text-decoration: underline;
	}
.ms-rteCustom-ArrowLink:hover,
.ms-rteCustom-ArrowLink:active { text-decoration: underline; color: #000; background: url(images/LAA/arrow_red.gif) 0 50% no-repeat scroll transparent; }

/* ---------------------------------------------------------------------- */
/* =quote block callout */
.ms-rteCustom-QuoteBlock {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #333;
	padding: 8px;
	
	width: 305px; /* becomes 335 with padding */
	display: block;
	float: left;
	margin: 0.5em 15px 0.5em 0;
	padding: 15px;
	
	color: #fff;
	font-size: 16px;
/*		font-weight: bold;*/
	font-family: Georgia, "Times New Roman", tserif;
	line-height: 1.6em;
}
.ms-rteCustom-QuoteSource {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 6px;
	
	color: #ccc;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
