﻿/*replace the gray 676767 color that gets set in core.css */
body {
	
	color:#000000;
	
}
/*change the library default of blue/pink to the standard law school look - as requested by Communications Office in 11/2014  */
.ms-vb a:link, .ms-vb2 a:link, .ms-vb-user a:link, a:link {
	
	color:blue;
	text-decoration:none;
}

.ms-vb a:visited, .ms-vb2 a:visited, .ms-vb-user a:visited, a:visited {
	color:#993399;
	text-decoration:none;
}
.ms-vb a:hover:visited, .ms-vb2 a:hover:visited, .ms-vb-user a:hover:visited, a:hover {
	
	color:blue;
	text-decoration:underline;

}

/*  For 2013 conversion - these are in umlib css on the library site, but are getting overwritten. */
.leftNav a {
	color:#283545;
}

.headlinks a {
	color:black;
	font-size:10px;
}

.headlinks a:hover {
color: blue;
}
/*  For the GO button at the top of Library pages - facbib   */
#go_button {
	width:auto;
	padding:0px;
	min-width:20px;
}

.foot-copyright a:visited {
	color:blue;
}

/* corev15 overrides lib-specifc CSS settings - facbib   */
.lightbluebox h4 {
	
	font-size:large;
}

body, .ms-core-defaultFont, #pageStatusBar, .ms-status-msg, .js-callout-body, h4, h5, h6, .ms-h4, .ms-h5, .ms-h6 {
	font-family:Verdana;
}

.univ-links a, .left-nav-intranet a {
	color:black;
}

/*  FOR LIBRARY HOME PAGE (/info)  */
.leftNav, .zz2_CurrentNav_2 {
	padding-right:10px;
	margin-right:10px;
	
}

.sec-nav {
	padding-top:10px;
}