
/********************************************************************
**
**  CSS for the eMagazine
**
********************************************************************/

.emagazine p {
	padding: 0px 35px;
	text-align: justify;
}

.emagazine ul {
	margin-left: 35px;
}

.emagazine li {
	text-align: justify;
}

.articleHeadline {
	text-align: center;
	font-size: 2rem;
	margin-top: 0px;
}
.articleSubHeadline{
	font-size: 1.5rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0px;
}
.streetSmarts {
	font-size: 1.75rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	color: #060;
}

p.byline {
	color: black;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

p.bylineComp {
	font-style: italic;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}


.tocRedirect {
	text-align: center;
}

.tocButton {
	text-align: center;
	background-color: #17a2b8;
	border: 1px solid #17a2b8;
	border-radius: 5px;
	color: white;
	padding: 10px 0px;
	margin: 8px 3px;
	list-style: none;
}

.toc h1 {
	text-align: center;
	font-weight: normal;
	background-color: #DDD;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px 0px;
	margin: 8px 3px;
}

.tocEntry {
	border: 1px solid #BBB;
	border-radius: 5px;
	margin-bottom: 10px;
}

.tocEntry p {
	padding: 20px 10px;
	color: #007bff;
	margin: 0px;
}



.tocEntry p.tocCategory {
	background-color: #060;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 0px;
	padding: 20px 10px;
}

.tocEntry p.byline {
	background-color: #EEE;
	color: #555;
	margin-bottom: 0px;
}

.tocEntry p.tocHeadline {
	margin-bottom: 0px;
}

.industryUpdateHeader {
	font-size: 2rem;
	line-height: 1.5;
	padding: 0px;
}

.industryUpdateHeader img {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}

button.next {
	font-size: 1rem;
	padding: 10px;
	margin: 10px;
	background-color: #007bff;
	border-color: #007bff;
	color: white;
	border-radius: 5px;
}
button.next:hover {
	background-color: #0063cc;
	border-color: #0063cc;
}



.editPage {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
	margin-top: 10px;
}

.editPage a {
	text-decoration: none;
	color: #007bff;
	padding-right: 5px;
}

.editPage li {
	list-style: none;
	line-height: 1.75;
}

.editBox{
	border: solid thin #555;
	border-radius: 5px;
	overflow: hidden;
}

#imageLibraryGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}

.imageLibraryThumbnail {
	max-width: 100%;
	border: thin solid black;
}

.imageLibrarySelect {
	border: 1px solid #999;
}

p.imageName{
	margin:5px 0px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

p.imageAltTag{
	margin:5px 0px;
	padding-left: 10px;
	text-align: left;
	font-size: 0.8rem;
	font-style: italic;
}

.archiveBox {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 0px;
	border: thin solid black;
	border-radius: 10px;
	overflow: hidden;
	background-color: #060;
	color: white;
	font-weight: bold;
}

.archiveBox img {
	margin: 15px;
	max-width: 175px;
}

.archiveBox a {
	text-decoration: none;
	color: white;
}


.archiveHeader {
	color: #060;
	font-size: 1.2em;
	border-bottom: thin solid #999;
	margin: 15px 40px;
}
.archiveButton {
	width: 100px;
	height: 30px;
	margin: 10px auto;
	background-color: #17a2b8;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	overflow: hidden;
	padding-top: 5px;
}

.selectedArchiveYear {
	background-color: #008000;
}

.streetSmartsByline {
	font-size: 1.5rem;
}

.streetSmartsLink {
	text-decoration: none;
	color: #007BFF;
}

.paperlessIframe {
	width: 850px;
	height: 2200px;
	border: none;
}

.paperlessTableWrapper {
	margin: 0px;
	border: 0px;
	width: 810px;
	height: auto;
	border: solid thin black;
}

/*	MediaKit */

.mediaKitTable {
	width: 100%;
	padding: 0px;
	font-size: 1rem;
	border: 1px solid #DDD;
	margin-left: 25px;
}
.mediaKitTable tr{
	line-height: 2;
}
.mediaKitTable th{
	padding: 5px;
	background-color: #060;
	color:white;
	font-weight: bold;
}
.mediaKitTable td{
	padding: 5px 15px;
}
.mediaKitTable a{
	text-decoration: none;
	font-weight: bold;
}
.mediaKitTable > tbody > tr:nth-child(even) {
	background: #DDD;
}

.mediaKitTable .obsolete {
	color: #AAA;
}
.mediaKitTable .inputNumber {
	max-width: 100px;
}

.podcast p{
	font-size: 0.9em;
	text-align:justify;
	padding:0px 15px;
}


