/*.solcontent a img{
	border: 2px solid #ffffff;
	}
*/
	
.solcontent h1, h2{
	margin-top: 0;
	padding-top: 4px;
	}
.solcontent h1 {
	color:#235894;
	font-weight:bold; 
	font-size:x-large;
	}
	
.solnoteswrap {
	/* wrapper around notes section */ 
/*	width: 90%;
	min-width: 512px;
	max-width: 1024px; */
	margin-left: 16px; 
	}
	
.sollistwrap {
	/* wrapper around lists section */
	width: 99%;
	min-width: 512px;
	margin-left: 8px;
	clear: both;
	}
	
.sollistwrap.newlist {
	/* wrapper around lists section */
	clear: both;
	padding-top: 18px;
	}
	
.sollist {
	/* list column semi liquid */
	width: 50%;
	float:left;	
	min-width: 160px;
	max-width: 480px;
	}
	
div.sollist.fullwidth {
	width:100%;
	max-width: 800px;
}

.sollist h1:first-child, .sollist h2:first-child, .sollist h3:first-child, .sollist h4:first-child,	
.sollist dl:first-child{
	/* no margin at top of columns */
	margin-top: 0;
	}
	

.sollist>img,
.sollist dl	{
	/* lists are dls */
	margin-left: 8px;
	margin-bottom:8px;
	}
	
.sollist dd	dl{
	margin-left: 0;
}
	
.sollist dt {
	/* list headlines use dt */
	font-size: medium; 
	font-weight: bold;
	margin-top: 5px;
	}
	
.sollist dt.head, .sollist dt.head a {
	/* list headlines use dt */
	font-size: larger; 
	margin-top: 8px;
	}
	
.sollist dt a {
	/* list headlines use dt  */
	font-size: medium;
	}
	
.sollist dd {
	/* list entries use dd */
	font-size: medium; 
	font-weight: bold;
	color: #444;
	margin-left: 30px;
	margin-top: 5px;
	text-indent: -15px;
	padding-right: 40px;
	}

.sollist  dd.sm {
	/* use for unindented list (notes) entries */
	font-size:small;
	font-weight: normal; 
	}

.sollist.nobr dd {
	margin-left: 15px;
	text-indent: 0;
	line-height: 19px;
	margin-top : 2px;
	}

.sollist  dd.it {
	/* use for unindented list (notes) entries */
	font-style:italic;
	}

.sollist  dd.sub {
	/* use for subordinate entries */
	margin-left: 40px;
	}
	
.sollist.smnotes  dd {
	/* use to make text outside links smaller */
	font-size:12px;
	}
	
.sollist.smnotes  dd a {
	/* use to make text inside links normal */
	font-size:16px;
	}
	
div.sm dt {
	margin-top: 6px;
}

div.sm dd {
	font-size: small;
	margin-top: 2px;
}

/* Styles used in the 3 column main index page */
.colsx3 {
	min-width:840px;
	margin-left: 5px;
}
.third {
	width: 30%;
	min-width:270px;
	margin-right: 10px;
}

.colsx1 .sollist {
	width: 90%;
	max-width: 90%;
}

.subtitle, dt.subtitle {
	font-size:small;
	font-weight:bold;
}

div.headerrow h2{
	/*RH Overrides for List vs Gallery */
	text-align:left;
	font-size:x-large;
}

div.headerrow h3{
	/*RH Overrides for List vs Gallery */
	margin: 0;
	font-size:medium;
	text-align:left;
	clear: both;
	padding:8px 0 1px 2px;
}


div.headerrow h2 + h3{
	padding-top: 0;

}

dl.caption dd{
	font-size:small;
	margin-top:1px;
}

div.solsource {
	clear:both;
	padding-top: 4px;
}

dl.xlg {
	margin-top: 16px;
}

.xlg dd {
	font-size:large;
}