﻿/* 
8/14/12 This stylesheet places UCEAP customized styles into the SP ribbon in the Markup Styles dropdown
	    within the Program Guides pages.
*/

/* Markup Styles Menu */
H2.guidesElement-DarkBlueHeader
{
	-ms-name:"Dark Blue Header (Intro)";
}

.guidesElement-DarkBlueHeader
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:large;   
	color:#003366; 
	font-weight:bold;
	text-align:left;
	margin-bottom: 15px;
}

H3.guidesElement-H3
{
	-ms-name:"Medium Blue Header (Content)";
}
	
.guidesElement-H3
{
	font-size: medium;
	color: #5b86d2;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}

H4.guidesElement-H4
{
	-ms-name:"Black Subheader (Content)";
}

.guidesElement-H4
{	
	font-size: 15px;
	color:#000000;
	margin-bottom: 5px;

}

p{
	margin:0px;
}

P.guidesElement-PlainText
{
	-ms-name:"Plain Text";
}

.guidesElement-PlainText
{
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
}

DIV.guidesElement-PlainTextDiv
{
	-ms-name:"Plain Text Div";
}

.guidesElement-PlainTextDiv
{
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
}


DIV.guidesElement-Callout
{
	-ms-name:"Callout Box";
}

.guidesElement-Callout
{
	border-top: 1px #5b86d2 dotted;
	border-bottom: 1px #5b86d2 dotted;
	font-style: italic;
	background-color: #fdf9eb;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 20px 15px 20px;
}




