﻿/**************************************/
/*   RTE Custome Styles               */
/**************************************/
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- purple    #14135f
- gold      #ea9819
- light gold #f1b524
\*************************************
width:20px;#width:23px;_width:20px;*/

/**************************************/
/*         RTE Styles                 */
/**************************************/

h1.ms-rteCustom-h1-MedBLue {
	color:#3d96ba;
}

h2.ms-rteCustom-h2-MedBLue {
	color:#3d96ba;
}

h3.ms-rteCustom-h3-MedBLue {
	color:#3d96ba;
}

h4.ms-rteCustom-h4-MedBLue {
	color:#3d96ba;
}

h5.ms-rteCustom-h5-MedBLue {
	color:#3d96ba;
}

h6.ms-rteCustom-h6-MedBLue {
	color:#3d96ba;
}


h1.ms-rteCustom-h1-White {
	color:#f0f7fd;
}

h2.ms-rteCustom-h2-White {
	color:#f0f7fd;
}

h3.ms-rteCustom-h3-White {
	color:#f0f7fd;
}

h4.ms-rteCustom-h4-White {
	color:#f0f7fd;
}

h5.ms-rteCustom-h5-White {
	color:#f0f7fd;
}

h6.ms-rteCustom-h6-White {
	color:#f0f7fd;
}

ul.ms-rteCustom-Triangle-List {
	list-style-image: url('/SiteCollectionImages/triangle_bullet.png');
}

ul.ms-rteCustom-Square-List {
	list-style: square;
}

.ms-rteCustom-White-Text {
	color: #f0f7fd;
}
.ms-rteCustom-White-Text {
	color: #f0f7fd;
}

.ms-rteCustom-Light-blue-Text {
 	color:#69c1ef;
}
.ms-rteCustom-Orange-Text {
 	color:#ff7f00;
}

.ms-rteCustom-DarkerBlue-Text {
 	color: #3d96ba;
}

p.ms-rteCustom-Emphasis-Paragraph {
	font-weight:bold;
	font-size: 1.1em;
}

p.ms-rteCustom-Code-snippet {
	font-size:0.9em;
	color:black;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 0px;
	margin-top: 0px; 
}

img.ms-rteCustom-Float-Image-Left {
	float:left;
	padding: 10px 10px 10px 10px;
}

img.ms-rteCustom-Float-Image-Right {
	float:right;
	padding: 10px 10px 10px 10px;
}

p.ms-rteCustom-Justified-Text {
	text-align:justify;
	vertical-align:middle;
	 
}

a.ms-rteCustom-Button-Link:hover span {
  color: #f1b523;
}
a.ms-rteCustom-Button-Link:visited {
  text-decoration: none !important;
  background-image: url('/SiteCollectionImages/Black_button.png'); 
}

a.ms-rteCustom-Button-Link:hover {
  text-decoration: none !important;
  background-image: url('/SiteCollectionImages/Black_button.png');
}


a.ms-rteCustom-Button-Link {
  display: block;
  height:75px;
  width:220px;
  background-image: url('/SiteCollectionImages/Black_button.png');
  background-repeat: no-repeat;
  line-height: 75px;
  text-align: center; 
}

.ms-rteCustom-Button-Text {
  color:white;
  font-size:2em;
  font-weight: bold;
  text-decoration:none;
}

a.ms-rteCustom-Link-White:link {
  color: #f0f7fd;
  text-decoration:none;
}
a.ms-rteCustom-Link-White:visited {
  text-decoration: none !important;
}

a.ms-rteCustom-Link-White:hover {
  text-decoration:underline;

}
a.ms-rteCustom-Link-White {
  font-size:.9em;
	color: #f0f7fd;
}







