﻿/* RTE Styles
****************************************************************************/

/*Overrides********************************/
div.gui .chfs-rte-wpbox{
font-family:Verdana,Arial,sans-serif;
font-size:inherit;/*Set to inherit*/
font-style:normal;
font-weight:normal;
font-variant:normal;
color: inherit;/*Set to inherit*/
word-spacing:normal;
letter-spacing:normal;
text-transform:none;
text-align:left;
text-indent:0px;
text-decoration:none;
line-height:normal;
white-space:normal;
list-style-type:disc;
list-style-image:none;
list-style-position:outside;
}

/*Headings********************************/
/*
H2.chfs-rteElement-H2{
  -ms-name:"CHFS Heading 2";
}
.chfs-rteElement-H2{
}
*/
H3.chfs-rteElement-H3{
  -ms-name:"CHFS Heading 3";
}
.chfs-rteElement-H3{
}
/*
H4.chfs-rteElement-H4{
  -ms-name:"CHFS Heading 4";
}
.chfs-rteElement-H4{
}
*/
/*Paragraphs********************************/
P.chfs-rteElement-P{
  -ms-name:"Normal Paragraph";
}
.chfs-rteElement-P{
	font-family: Verdana, Arial, sans-serif;   
	font-size: .75em;   
	color: #2B2B2B;
	background-color: transparent;
}

/*Paragraph********************************/
.chfs-rteStyle-Normal{
	-ms-name:"Normal";
	font-family: Verdana, Arial, sans-serif;   
	font-size: 1em;   
	color: #2B2B2B;
	background-color: transparent;
}

/*Position********************************/
.chfs-rtePosition-1{
-ms-name:"Left";
float:left;
}
.chfs-rtePosition-2{
-ms-name:"Right";
float:right;
}
.chfs-rtePosition-3{
-ms-name:"Vertical Align - Top";
vertical-align:text-top;
}
.chfs-rtePosition-4{
-ms-name:"Vertical Align - Middle";
vertical-align:middle;
}
.chfs-rtePosition-5{
-ms-name:"Vertical Align - Bottom";
vertical-align:text-bottom;
}

/*Images********************************/
.chfs-rteImage-0{
	-ms-name:"No Border (With Minimum Margin)";
	margin:5px;
}
.chfs-rteImage-1{
	-ms-name:"Thin Black Border";
	border:1px black solid!important;
	margin:5px;
}
.chfs-rteImage-2{
	-ms-name:"Thick Black Border";
	border:2px black solid!important;
	margin:5px;
}
