﻿/* Developer Note:  Center content on the old site used different CSS classes.
this stylesheet restyles, according to the new classes in the new design */
/* Also, this StyleSheet covers any mismatches between TL page coding and the old site center
content*/
.title1 {
	font-family: Georgia, Times;
	color: #182954;
	font-size: 25px;
	font-weight: normal;
	line-height: 10px;
	line-height: 1em;
	font-weight: bold;
}
.title2 {
	font-family: Georgia, Times;
	color: #182954;
	font-size: 25px;
	font-weight: normal;
	line-height: 10px;
	line-height: 1em;
	font-weight: bold;
}
.ms-rteCustom-LargeBluePageTitle {
	font-family: Georgia, Times;
	color: #182954;
	font-size: 25px;
	font-weight: normal;
	line-height: 10px;
	line-height: 1em;
	font-weight: bold;
}
.title3 {
	text-transform: uppercase;
	color: #eb911c;
	font-size: 12px;
	padding-left: 0;
	font-weight: bold;
}
.title3 br {
	margin: 0px;
	padding: 0px;
}
.ms-rteCustom-OrangeSectionHeader {
	text-transform: uppercase;
	color: #eb911c;
	font-size: 12px;
	padding-left: 0;
	font-weight: bold;
}
.ms-rteCustom-OrangeSectionHeader br {
	margin: 0px;
	padding: 0px;
}
.title4 {
	color: #778899;
	font-weight: bold;
}
.ms-rteCustom-SecondaryGrayBlueHeader {
	color: #778899;
	font-weight: bold;
}
.textHPage {
	/*font-size:12px;	*/
	
	font-size: 11px;
}
/* Cover instances in Second Level pages were links are not getting formatted */
div#secondLevelContent a {
	color: #c9951a;
	text-decoration: underline;
}
/* insert style information for the quote rotator */
#WebPartctl00_ctl18_g_51125f33_eabd_48d5_a599_698584bca79f {
	border: 0;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}
p.quote {
	font-style: italic;
}
.quote {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}
.ms-rteCustom-quote {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}
/* cover all instances where old site text is formatted */
/* its ok to insert other tags here */
/* also here its a good idea to repeat the formatting, to catch things that are not catched */
.text, span.text, .level2TemplateCenterContent, .level3TemplateCenterContent {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana,Arial,Helvetica;
	color: #555;
}
.ms-rteCustom-text {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana,Arial,Helvetica;
	color: #555;
}
.level2TemplateCenterContent {
	padding-top: 5px;
}
.level2TemplateCenterContent a {
	color: #555;
	text-decoration: underline;
}
.level2TemplateCenterContent a:hover {
}
.level2TemplateCenterContent a:visited {
}
.level3TemplateCenterContent {
	padding-top: 0px;
}
.level3TemplateCenterContent a, .level3TemplateCenterContent a:visited, .level3TemplateCenterContent a:active {
	text-decoration: underline;
	color: #555;
}
div.captionText {
	display: table;
	padding-top: 10px;
	margin-bottom: 12px;
	padding-left: 28px;
	padding-right: 10px;
	width: 100%;
	max-width: 200px; /* quote style grabbed from main site */;
	font-family: times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #333333;
}
/* photo captions */
div.photocaptionRight {
	display: table;
	height: auto;
	width: auto;
	float: right;
	padding: 5px;
}
div.photocaptionLeft {
	display: table;
	height: auto;
	width: auto;
	float: left;
	padding: 5px;
}
div.photos {
	display: table;
	width: 100%;
}
div.level3TemplateCenterContent a:hover {
	color: #eb911c;
	text-decoration: underline;
}
/* Cover Formatting for the Right Side Bar */
div#right hr {
	color: #555;
}
/* level 2 quick links formatting */
div#resources_listLevel2 {
	PADDING-LEFT: 15px;
	FONT-SIZE: 10px;
	background: url('/MichiganLaw/images/MichiganLawTemplate/right_line.gif') top left no-repeat;
	line-height: 1.1em;
}
div#resources_listLevel2 a {
	color: #313545;
}
div#resources_listLevel2 a:hover {
	color: #eb911c;
}
/* Button Styles */
.ms-WPBody a:link.blue_btn {
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 10px 20px;
	background: #4589bd;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
.ms-WPBody a.blue_btn:visited {
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 10px 20px;
	background: #4589bd;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ms-WPBody a.blue_btn:hover {
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 10px 20px;
	background: #4589bd;
	color: #00274c;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ms-WPBody hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin:15px 0;
}
