﻿/*  [ Changes ]
------------------------------------------------------------------*/


html body .HeaderAd {}



/* Custom Content Editor Styles */
.ms-rteCustom-RedBackground {
	background: red;
	color: white;
}

.ms-rteCustom-GreenBorder {
	border: solid green 2px;
}


/* [Edit Mode Changes - Eric McKee 081909] */

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField{	
	font-size: 12px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4742;
	/* added for news page article test on 1/21/2010 */
	height: 100%;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField p{	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: inherit;
	margin: 0px 0px 12px 0px;
}


#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField h1{	
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #4b4742;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField h2{	
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #4b4742;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField h3{	
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #4b4742;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField ul{	
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 5px 20px;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField ul li{	
	background: url(/_layouts/1033/styles/kellerisd/images/bullet.gif) no-repeat left top;
	list-style: none;
	padding-left: 12px;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField ol{	
	margin-top: 5px;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField ul a{	
	color: #2f7850;
	text-decoration: underline;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField ul a:hover{	
	color: #2f7850;
	text-decoration: none;
}


#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField a{	
	color: #2f7850;
	text-decoration: underline;
}

#ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField a:hover{	
	color: #2f7850;
	text-decoration: none;
}

