﻿/* Custom Styles for SharePoint */

/* Markup Styles  ================================================================= */

H2.com-rteElement-H2 {
  -ms-name:"Heading 2";
}

H3.com-rteElement-H3 {
  -ms-name:"Heading 3";
}

H4.com-rteElement-H4 {
  -ms-name:"Heading 4";
}

H5.com-rteElement-H5 {
  -ms-name:"Heading 5";
}


/* Styles  ================================================================= */

HR.com-rteElement-Hr {
	-ms-name:"Horizontal Rule";
	height:1px;
	border: none;
	background: #999999;
	clear: both;
	margin: 10px 0;
}

/* Image Postions  ================================================================ */

.com-rtePosition-1 {
	-ms-name:"Align Left";
	float: left;
}

.com-rtePosition-2 {
	-ms-name:"Align Right";
	float: right;
}

.com-rtePosition-3 {
	-ms-name:"Left - Grey Box";
	float: left;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 8px;
}

.com-rtePosition-4 {
	-ms-name:"Right - Grey Box";
	float: right;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 8px;
}
