/* Document level adjustments */
html {
  font-size: 16px;
}
@media (max-width: 576px) { /*Adjusts everything in rems a bit smaller for mobile*/
  html { font-size: 14px; }
}
body {
	font-family: "calluna",serif;
}
#tagline {
	font-weight: 300;
	font-size: 1.4rem;
	font-family: "calluna-sans",sans-serif;
	color: #1C3F94;	
	margin: 3px 25px 12px 0px;
}
@media (max-width: 576px) { 
	#tagline { font-size: 1rem; }
}
#searchbar {
	margin-bottom: 10px;
	padding-top: 20px;
}
/* To fix compatibility issues with Bootstrap: http://www.am22tech.com/google-custom-search-input-box-conflicting-bootstrap-css/*/
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
	box-sizing: content-box;
	line-height: 1em; /*This needed changed from normal in the original fix to work properly. Changing to 10px fixes the border problem in IE10 and lower, but breaks IE11.*/
	font-size: 12px;
}
/*General Definitions*/
a:link {
	text-decoration: none;
	color: #1c3f94;
}
a:visited {
	text-decoration: none;
	color: #800080;
}
a:hover {
	text-decoration: underline;
	color: #1c3f94;
}
h1 {
	font-family: acumin-pro, sans-serif;
	font-weight:700;
	margin: .5em 0 .5em 0;
	color: #1c3f94;
	/*max-width: 600px;*/
	font-size:2 rem;
	line-height:1.6 rem;
}
h2 {
	font-family: "calluna",serif;
	color: #1C3F94;
	padding-bottom: 2px;
	margin: 0px;
	font-size:1.75rem;
	font-weight:700;
}
h3 {
	font-family: "calluna-sans",sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #00A99D;
	color: #000;
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	margin-top: 1.8rem;
	margin-bottom:10px;
	line-height:1.2em;
	clear: both;
}
h4 {
	font-family: "calluna-sans",sans-serif;
	margin: 14px 0px 3px;
	border: none;
}
h6 {
	font-family: "calluna-sans",sans-serif;
	font-stretch:extra-condensed;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border-top-width: 1px;
	margin: 0px;
}
p + p {
	padding:0px;
	text-indent:0px;
	margin:0 0 1em 0;
}
p {
	margin:0 0 1em 0;
	line-height:1.5em;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }
/*NAVBAR*/
.navbar-dark {
	background-color: #1C3F94;
	margin-bottom:2rem;
	border:0px;
	border-radius:0;
	font-size: 16px;
	font-weight:600;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-family: acumin-pro, sans-serif;
}
.navbar-dark .navbar-nav  .nav-link {
	background-color: #1C3F94;
}
.navbar-dark .navbar-nav .nav-link:focus {
	background-color: #1C3F94;
}
.navbar-dark .navbar-nav  .nav-link:hover {
	background-color: #1C3F94;
	color: #66CBC4;
}

/*new style for author bylines not used for legacy pages before March 2013*/
.author {
	color: #00A99D;
	font-family: acumin-pro, sans-serif;
	font-weight: 900;
	font-size: 1.6rem;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}
.byline {
	color: #848484;
	font-family: "calluna-sans",sans-serif;
	font-style: italic;
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0px 0px 50px 0px;
}
#lead-photo {
	max-width:500px; 
	float:left;
	margin-right: 2em;
}
#lead-photo .card-img-top{
	border: 1px solid #CFD9EE;
	box-shadow: 0 1px 3px #7889b2;
}
#lead-photo .card-text {
	font-style: italic;
	color: #848484;
}
article {
	font-size:1.3rem;
}
#notes li
{
	font-family: acumin-pro, sans-serif;
	font-size: 1rem;
	line-height:normal;
	margin-bottom: 6px;
}
#issueinfo {
	display: block;
	font-size: 90%;
	margin: 25px 25px 20px 10px;
	text-align: left;
	color: #333;
}
.ribbon { /*Modified from http://bmccreative.com/blog:wrap-around-ribbons-with-css */
	display: block;
	font-family: "calluna",serif;
	font-style: italic;
	font-weight:normal;
	width: 948px;
	margin: 0 0 30px 0;
	padding: 5px 0 5px 30px;
	position: relative;
	left: -20px;
	color: #e7edfa;
	background: #1c3f94;
	border-radius: 2px 2px 0 0;
	box-shadow: 0 1px 2px #505B77;
}
#sidebarbox { /*This defines the "Inside this Issue" section, as well as the homepage boxes*/
	
}
#nav { /*This defines the sidebar issue nav*/
	padding: 5px 0;
	line-height:0px;
	border-top:1px solid #C2C2C2;
}
#sidebarbox h1, #tweets h1, #topics h1, #side2 h1 {
	color: #1C3F94;
    font-family: "calluna",serif;
    font-size: 1.75rem;
    font-stretch: extra-expanded;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem;
    margin: 0px;
	padding-left:5px;
}
#sidebarbox h1.nosub, #side2 h1.nosub {
	border-bottom:1px solid #C2C2C2;
	padding-bottom:5px;
}
#sidebarbox p.sub, #topics p.sub, #tweets p.sub, #side2 p.sub {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 5px;
	color:#5e6b8b;
	font-size:1rem;
	border-bottom:1px solid #666666;
}
#sidebarbox p.sub a, #topics p.sub a, #tweets p.sub a {
	color: #666666;
}
#sidebarbox p {
	padding-left:5px;
	margin-bottom:10px;
}
#sidebarbox h4 {
	padding-left:5px;
	color:#666666;
}
#bluesub {
	/*background-color:#1c3f94;*/
}
#bluesub p.sub {
	color:#5e6b8b;
	padding: 0 0 10px 5;
	border-bottom: 1px solid #C2C2C2;
}
#bluesub h1.nosub2 {
	padding-bottom:10px;
}
#sidebarbox a {
	color:  #000;
}
#sidebarbox a:visited {
	color: #000;
}
#sidebarbox ul {
	margin:0px;
	padding: 0px;
	list-style:none;
}
#sidebarbox ul li a {
	display: block;
	border-bottom: 1px solid #C2C2C2;
	padding:5px;
	margin:0px;
	font-weight:900;
	color:#000;
	line-height:1.25rem;
	font-family: "calluna",serif;
    font-size:1.15rem;
}
#sidebarbox ul li a:hover {
	background-color:#D6F1EF;
	text-decoration: underline;
}
#sidebarbox li {
	margin: 0px;
}
blockquote {
    border-left: 10px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
/*These are defined for the actual tables within the articles*/
table {
	font-family: "calluna-sans",sans-serif;
	border-collapse:collapse;
	margin-bottom:5px;
}
.header {
	font-weight: bold;
	background-color: #FECD89;
	vertical-align: bottom;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	line-height:15px;
}
.data {
	text-align: right;
	vertical-align: middle;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}
.cell {
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}
td {
	vertical-align: top;
}
.in-standard td.datashade { /*Fixed this on 12/22/15 because padding was not lining up in shaded cells*/
	text-align: right;
	vertical-align: middle;
	border: 1px;
	border-color: #000;
	border-style: solid;
	background-color: #EDF0F7;
	padding-right:15px;
}
.cellshade {
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #EDF0F7;
}
.in-standard td.shade { /*This is for special emphasis shading of table cells*/
	background-color:#CFD9EE;
	font-weight:bold;
}
tr:hover {
	background-color: #eee;
}
tr.header:hover { /*This is so the header rows don't highlight*/
	background-color: #FECD89;
}
.border_right {
	border-right-color:#000;
	border-right-width: 1px;
	border-right-style: solid;
}
.border_dark_top {
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 2px;
}
/*Additional definitions used throughout the site*/
.size10px {
	font-size: 10px;
}
.source {
	font-family: "calluna-sans",sans-serif;
	display: block;
	/*font-size: .75rem;*/
    font-size: .85rem;
	margin-bottom: 1em;
	margin-top: 5px;
	padding-bottom: 1em;
}
.indent1em {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	vertical-align: top;
}
.left-align {
	text-align: left;
}
.center-align {
	text-align: center;
}
.formbox {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
.searchbutton {
	font-size: 8px;
	padding: 0px;
	margin: 0px;
	height: 16px;
	float: left;
}
.searchtext {
	background-color: #1c3f94;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 12px;
}
.printissue {
	font-size: 11px;
	color: #1c3f94;
	text-align: center;
	padding-top: 15px;
	background-color:#FFF;
}
.socialicon {
	padding-left:3px;
	padding-right: 3px;
}
/*The article page definitions are specifically for article pages. They are not used elsewhere on the site*/
p img {
	margin-bottom:-10px;
}
article h1.marg {
	margin-bottom:30px;
}
#filterme li h2 {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
article ul li.head {
	list-style:none;
	padding:0;
	margin:20px 0px 10px 0px;
	 font-family: "calluna",serif;
	color: #1C3F94;
	font-size:1.8em;
}
article ul {
	list-style:none;
	padding:0;
	margin-left:1em;
	margin-bottom:1em;
}
article ul li {
	list-style:disc;
	margin-left:20px;
	line-height:135%;
}
article ol ul {
	list-style:disc;
	line-height:135%;
	font-weight:normal;
}
article ul li a {
	font-family: "calluna",serif;
}
article ul li a:hover {
	text-decoration:underline;
}
article h4 {
	color:#1c3f94;
}
article ul li h2 {
	list-style:none;
}
#bottomnavtable {
	padding: 2px;
	width: 600px;
	margin: 20px 0px;
}
#bottomnavtable h6 {
	font-size: 11px;
}
.bottomnavcell {
	width: 48%;
	float: left;
	margin-left: 10px;
}
/*For the print style sheet only. Need to keep these.*/
/*#printheadingcontainer {
	display:none;
}*/
/*printarticle is defined so that the print style doesn't show*/ 
/*#printarticle a {
	display: block;
	width: 100%;
	font-size: 80%;
	padding-top:10px;
	color: #333;
	text-align: left;
}*/
/*Legacy classes for old pages*/
#div_float { /* This is used as a wrapper around "other" content when we need to float a widget to the right of it*/
	float:left;
}
/*Topic page bullet list*/
#checkbullet {
	margin-top: 30px;
}
#checkbullet ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#checkbullet ul li {
	width: 100%;
	padding-left: 2em;
}
#checkbullet li a {
	text-decoration: none;
	line-height: 140%;
	background-image: url(http://www.incontext.indiana.edu/images/check_bullets.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 1.6em;
	display: list-item;
}
#checkbullet li a:visited {
	text-decoration: none;
	background-image: url(http://www.incontext.indiana.edu/images/check_bullets_visited.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 1.6em;
}
#checkbullet li a:hover {
	text-decoration: none;
	background-image: url(http://www.incontext.indiana.edu/images/check_bullets_over.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 1.6em;
}
.buffer {
	padding:0px 15px;
}
#issue {
	float:left;
	margin-left:25px;
}
#sub {
	height:30px;
	margin-top:15px;
}
/*.home {
	font-family: "calluna-sans",sans-serif;
	text-transform:uppercase;
	color:#1f4395;
	font-weight:normal;
	margin:0px;
}
.home2 {
	font-family: "calluna-sans",sans-serif;
	text-transform:uppercase;
	color:#666;
	font-weight:normal;
	margin:0px;
}*/
.category h1.blue {
	background-color:#1f4395;
	color:#FFF;
}
hr {
	/*width:96%;*/
	margin:10px auto;
}
#mainarea3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
.issue {
	background-color:#fff;
	height:160px;
	border: 1px solid #999;
}
.issue h1 {
	font-family: "calluna-sans",sans-serif;
	font-size:16px;
	display:block;
	margin:0;
	margin-bottom:5px;
	background-color:#1f4395;
	color:#fff;
	padding:0px 10px 0px 10px;
}
.issuewrap {
	background-color:#ccc;
}
.issue ul li {
	margin-bottom:3px;
}
.issue ul li a {
	color:#000;
}
.issue ul {
	margin-left:20px;
}
.issue p {
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
}
h1.home span a {
	text-transform:none;
	font-size:0.6em;
	font-family: "calluna-sans",sans-serif;
	color:#666;
	text-decoration:none;
}
h1.home span a:hover {
	text-decoration: underline;
}
.icon {
	margin-right:5px;
}
#rightfloat {
	margin:0;
	float:left;
}
#tweets {
	position:relative;
	margin-top:25px;
}
#tweets img {
	float: right;
	position: absolute;
	top: 10px;
	left: 169px;
}
#sidebarbox p.sub a:hover, #topics p.sub a:hover, #tweets p.sub a:hover {
	text-decoration:underline;
}
#sidebarbox ul {
	font-size:1rem;
	line-height:1.5rem;
}
#sidebarbox li span {
	display:block;
	font-size:.8rem;
	font-style:oblique;
	color:#666;
}
#ts_content {
	margin-left:30px;
}
#sites {
	margin-top:20px;
}
#topics {
	margin-left:15px;
}
#topics h2 {
	padding-top:0px;
	margin-left:5px;
	color:#888;
	font-size:16px;
}
#topics ul li {
	font-size:12px;
	line-height:16px;
}
#topics ul li a {
	color:#000;
}
#topics ul {
	margin-bottom:5px;
}
#searchbar { /*The search box on the homepage*/
	height: 30px;
	margin: 0px 0px 25px 0px;
}
#searchbar p {
	display: block;
	float: left;
	margin: 0px;
	 font-family: "calluna",serif;
	font-size: 14px;
	font-stretch: extra-condensed;
	font-weight: bold;
	line-height: 25px;
	color: #1c3f94;
	padding: 0px;
}
#searchbar input.formbox {
	width:220px;
	float:left;
}
#searchbar input.searchbutton {
	float:left;
	display:block;
	margin-left:5px;
}
.twtr-hd {
	display:none;
}
.twtr-ft {
	display:none;
}
.twtr-tweet-text p {
	font-size:12px;
	font-family: "calluna-sans",sans-serif;
}
#midcontent {
	padding-right: 10px;
}
/*Subscribe Box*/
#mc_embed_signup {
	margin:10px 0px 0px 0px;
}
#mc_embed_signup legend, #mc_embed_signup fieldset, #mc_embed_signup label {
	font-family: "calluna-sans",sans-serif;
	font-size:1rem;
	font-weight:normal;
}
#mc_embed_signup fieldset {
	padding:0px;
	border:none;
}
#mc-embedded-subscribe-form {
	font-size:1rem;
}
div.mc-field-group {

	padding:0;
}
div.mc-field-group label {
	margin:0;
	padding:0;
}
div.mc-field-group input {
	margin:0;
	padding:0;
}
#ftr_social #mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 200px;
    vertical-align: top;
}
#mc_embed_signup .input-group {
	padding:0px;
	margin:5px 0px;
}
#mc_embed_signup .input-group ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0px;
}
#mc_embed_signup .input-group ul li {
	margin:0;
	padding:0;
	text-indent:0px;
}
#mc_embed_signup .input-group label {
	margin:0px;
	padding-left:5px;
}
#mc_embed_signup .input-group input {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.indicate-required {
	margin-bottom:10px;
	color:#990000;
}
.note-required {
	color:#990000;
}
#ftr_social #mc_embed_signup .button {
    font-size: 1rem;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #59606E;
    background-color: #99DDD8;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}
div.mc-field-group input.email2 {
	margin:0;
	padding:3px;
	width:120px;
	float:left;
	margin-right:5px;
	height:14px;
}
.mc-field-group {
	height:25px;
}
.mc-field-group .label {
	float:left;
	margin-right:5px;
}
.mainbox .mc-field-group label {
	margin:0;
	padding:0;
	display:block;
	width:100px;
	float:left;
}
.mainbox .mc-field-group input {
	margin:0;
	padding:0;
	width:160px;
	float:left;
}
/*Subscribe Box End */
/*Subscribe page*/
#subscribepage .mc-field-group {
	height:auto;
	margin-bottom:15px;
}
#subscribepage #mce-responses {
	margin-top:5px;
	margin-left:5px;
	float:left;
}
.mce_inline_error {
	color:#990000;
	font-weight:bold;
	float:left;
	margin-left:5px;
}
#mce-success-response {
	color:#990000;
	font-weight:bold;
}
#mce-error-response {
	color:#990000;
	font-weight:bold;
}
#subscribepage label {
	display:block;
	width:95px;
	float:left;
}
#subscribepage input {
	float:left;
}
/*Subscribe page end*/

/*the footer styles*/	

footer {
	background-color:#59606E;
	margin-top:20px;
	clear:both;
	font-size:.75rem;
	line-height:18px;
}
footer p {
	font-size:.85rem;
	font-family: "calluna-sans",sans-serif;
	color:#FFF;
}
.inset p {
	clear:both;
}
 footer a:link {
	text-decoration: none;
	color: #FFF;
}
footer a:visited {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
footer h2 {
	font-family: acumin-pro, sans-serif;
	padding-top:0px;
	color:#99DDD8;
	display:block;
	margin-bottom:5px;
	font-size:1rem;
	font-weight:bold;
	text-transform:uppercase;
}
#social {
	margin-bottom:10px;
	float:left;
}
span.liketext a {
	text-decoration:none;
}
#social img {
	margin-right:5px;
}
#ftr_social {
	margin-top:10px;
}
#ftr_social ul {
	margin:0px;
	padding:0px;
}
#ftr_social ul li {
	font-family: "calluna-sans",sans-serif;
	list-style:none;
	padding:2px 0 4px 20px;
	margin:0;
	text-indent:0px;
}
#ftr_social ul li.sub {
	background-image:url(/images/email.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
#ftr_social ul li.rss {
	background-image:url(/images/rss.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
#ftr_social ul li.twr {
	background-image:url(/images/twitter.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
#ftr_social ul li.fb {
	background-image:url(/images/facebook.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
#ftr_social ul li.in {
	background-image:url(/images/linkedin.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border:none;
}
#about, #botnav {
	margin-top:10px;
	border-right:1px dotted #D6F1EF;
}
@media (max-width: 576px) { 
	#about{border-right:none;}
	#botnav{ font-size: 1rem;
	line-height:1.75rem; 
	border-right:none;}
}
#botnav ul {
	margin:0px;
	padding:0px;
}
#botnav ul li {
	font-family: "calluna-sans",sans-serif;
	list-style:none;
}
#botnav a, #ftr_social a {
	font-family: "calluna-sans",sans-serif;
	color:#FFF;
}
#botnav a:hover, #ftr_social a:hover {
	text-decoration:underline;
}
#about p {
	font-family: "calluna-sans",sans-serif;
	line-height:normal;
}
#about p+p {
	text-indent:0px;
	margin:0;
}
.rightside { /*This defines the "Inside this Issue" section*/
	margin-left: 8px;
}
.leftside { /*This defines the "Inside this Issue" section*/
	margin-left: 25px;
	margin-right: 8px;
}
#content {
	margin-left:25px;
}
.articlesb {
	float:right;
	margin-left:15px;
}
#addthis {
	margin:8px 0px 5px 0px;
	font-family: "calluna-sans",sans-serif;
	font-size:12px;
	width:165px;
	float:left;
}
#addthis a:hover {
	text-decoration:none;
}
#facebook {
	float:left;
	margin: 4px 0px 5px 0px;
}
/*Added Privacy link to footer */
.privacy {
	font-size:.9rem;
	color:#FFF !important;
	margin-top: 1rem;
	margin-bottom:1rem;

}
.privacy a:link {
	font-size:11px;
	color:#FFF !important;

}
.privacy a:visited {
	color:#FFF !important;
}
/*Additional sidebar content */
#side2 {
	margin-top:0px;
	padding:5px;
}
#side2 h2 {
	padding-top:5px;
	margin-left:5px;
	color:#888;
	font-size:16px;
}
#side2 h3 {
	font-family: "calluna-sans",sans-serif;
	font-size: 12px;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#side2 p {
	font-family: "calluna-sans",sans-serif;
	font-size: .9rem;
	line-height: 1rem;
	/*margin-top: 5px;
	margin-bottom: 10px;
	padding:0px 5px 0px 5px;*/
	color:#555;
}
#side2 p.summary {
	font-family: "calluna-sans",sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:10px;
}
#side2 {
	font-family: "calluna-sans",sans-serif;
}
/*#side2 img {
	margin:5px 10px 10px;
	float:left;} */
#side2 a{
	color: #555;
}
#map_canvas {
	margin-bottom:5px;
	margin-top:8px;
}
#side2 ul {
	list-style:none;
	margin:0;
	margin-left:5px;
	padding:0;
}
#side2 ul li a {
}
/*END Additional sidebar content */

#bottomnav {
	padding-top:15px;
	border-top:1px solid #00A99D;
	font-size:.9rem;
	line-height:1rem;
	color:#59606E;
}
#prev {
	padding-right:49px;
}

#prev a:before { /*Adds the arrow graphic before the link using unicode value*/
    content: "\003c";
	border-radius: 50%;
	background-color: #00a99d;
	color: white;
    display: inline-block;
    padding: 5px 10px;
	margin-right: 15px;
}

#prev a:hover:before{ 
	background-color: #59606E;
}
#next {
	text-align:right;
	padding-left:49px;
}

#next a:after { /*Adds the arrow graphic after the link using unicode value*/
    content: "\003e";
	border-radius: 50%;
	background-color: #00a99d;
	color: white;
    display: inline-block;
    padding: 5px 10px;
	margin-left: 12px;
}

#next a:hover:after { 
	background-color: #59606E;
}

/* ------------------
 styling for the tables 
   ------------------   */

/*Standard*/
table.in-standard {
	line-height:1.5px;
	border-collapse:collapse;
	margin-bottom:5px;
	margin-top:5px;
	width:100%;
	font-family: acumin-pro, sans-serif;
	font-size: 1rem;
	clear: both;
}
.in-standard th {
	color: #000;
	line-height:18px;
	letter-spacing:0px;
	border: 1px solid #1c3f94;
	text-align: center;
	padding: 5px;
	background: #D6F1EF;
	vertical-align:bottom;
	font-family: acumin-pro, sans-serif;
	font-size: 1rem;
	font-weight: bold;
}
.in-standard th.left {
	text-align:left;
	padding-left:10px;
}
.in-standard td.left {
	text-align:left;
}
.in-standard th.middle {
	vertical-align:middle;
}
.in-standard th.sub {
	text-align:left;
	font-style: italic;
	background-color: #FFF;
	font-weight: normal;
	padding-left:10px;
}
.in-standard td {
	border: 1px solid #1c3f94;
	padding: 6px 6px 6px 12px;
	color: #000;
	line-height:1.25rem;
	font-family: acumin-pro, sans-serif;
	font-size: 1rem;
	vertical-align:middle;
}
.in-standard td.ltblue {
	text-align:right;
	padding-right:15px;
	background-color: #D6F1EF;
}
.in-standard td.ltblue_left {
	text-align:left;
	background-color: #D6F1EF;
}
.in-standard td.mdblue {
	text-align:right;
	padding-right:15px;
	background-color: #66CBC4;
}
.in-standard td.mdblue_left {
	text-align:left;
	background-color: #66CBC4;
}
.in-standard td.dkblue {
	text-align:right;
	padding-right:15px;
	background-color: #00A99D;
	color:#fff;
}
.in-standard td.dkblue_left {
	text-align:left;
	background-color: #00A99D;
	color:#fff;
}
.in-standard td.shade {
	background-color:#66CBC4;
}
.hovertable tr:hover td {
	background: #E6F7F5;
}
.in-standard td.datacell {
	text-align:right;
	padding-right:15px;
}
.hovertable tr:hover td.ltblue {
	background: #D6F1EF;
}
.hovertable tr:hover td.ltblue_left {
	background: #D6F1EF;
}
.hovertable tr:hover td.mdblue {
	background: #66CBC4;
}
.hovertable tr:hover td.mdblue_left {
	background: #66CBC4;
}
.hovertable tr:hover td.dkblue {
	background: #00A99D;
}
.hovertable tr:hover td.dkblue_left {
	background: #00A99D;
}
.in-standard .horbdr {
	border-bottom:3px solid #1c3f94;
}
.in-standard tr.horbdr_data td {
	border-bottom:3px solid #1c3f94;
	text-align:right;
	padding-right:15px;
}
.in-standard td.horbdr_data {
	border-bottom:3px solid #1c3f94;
	text-align:right;
	padding-right:15px;
}
.in-standard .verbdr {
	border-right:3px solid #1c3f94;
}
.in-standard .verbdr_data {
	border-right:2px solid #1c3f94;
	text-align:right;
	padding-right:15px;
}
.in-standard .sub1 {
	padding-left:20px;
}
.in-standard .sub2 {
	padding-left:30px;
}
.in-standard .sub3 {
	padding-left:40px;
}
.in-standard td.clear {
	border:none;
	background-color:#FFF;
	padding:0;
}
/* Table text red highlight */
.in-standard td.red {
	border:1px solid #1c3f94;;
	background-color:#FFF;
	color:#990000;
	padding:6px 6px 6px 12px;
	text-align:right;
	padding-right:15px;
}
.in-standard tr:hover {
	background-color:#FFF;
}
/* Table Sorter */
table.tablesorter thead tr .header {
	background-image: url(http://www.ibrc.indiana.edu/ibr/tables/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://www.ibrc.indiana.edu/ibr/tables/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://www.ibrc.indiana.edu/ibr/tables/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #7a95ad;
}
/* END styling for the tables */
.noBottomMargin {
	margin-bottom:3px;
}
.TweetThis {
	background-image: url("/images/icons/Twitter_logo_blue_16.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #000;
    display: inline;
   	margin-right: 0.2em;
    padding-right: 1.2em;
}
.TweetThis:hover, .TweetThis:focus {
    background-color: #e0f0fc; /*This is a shade of the Twitter logo's #55ACEE*/
	text-decoration:none;
}