@charset "utf-8";
/* CSS Document */

/* CSEG Recorder Archives Styles - Index Pages */
div.Recorder {
	font-size: 0.85em;
	text-align: center;
	clear: left;
	border-bottom: 1px solid #CCCCCC;
	height: 110px;
	display: block;
	padding: 8px 0px 9px;
}

div.rcdrYear {
	float: left;
	height: 105px;
	width: 76px;
}

div.rcdrIssue {
	float: left;
	border: 1px solid #fff;
	width: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.rcdrIssue img { padding-bottom: 3px; }

div.rcdrIssue a {
	color: #000;
	text-decoration: none;
}

div.rcdrIssue:hover {
	background: #E9E9E1;
	border: 1px solid #A50707;
	font-weight: bold;
}

.selHidden { display: none; }

/* CSEG Recorder Archives Styles - Issue Contents */
#recCover {
	width: 125px;
	float: left;
	padding: 0px 15px;
	text-align: justify;
	font-size: 0.85em;
}
#recArchive {
	width: 700px;
	margin-top: 25px;
}
.recTitle {
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	width: 520px;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	color: #9A0008;
}
.recAuthor {font-style: italic;}

#recContents {
	float: right;
	width: 520px;
	background: #fff;
	margin: 0;
}	
.recDate {text-align: center;}

/* Journal Archives Styles*/

#jnrlCover {
	width: 125px;
	float: left;
	padding: 0px 15px;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
}
#jnrlArchive {
	width: 700px;
	margin-top: 25px;
}
.jnrlTitle {
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	width: 520px;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	color: #9A0008;
}
.jnrlAuthor {
	font-style: italic;
	font-weight: normal;
}

#jnrlContents {
	float: right;
	width: 520px;
	background: #fff;
	margin: 0;
}
.jnrlDate {text-align: center;}


table.abstracts {
	font-size: 0.9em;
	width: 100%;
	border: none;
}

table.abstracts td {
	padding: 7px 10px 7px 6px;
	border: none;
	margin: 1px;
}

table.abstracts th {
	padding: 6px 10px 6px 6px;
	border: none;
	margin: 1px;
	background: #39647C;
	color: #fff;
	text-transform: capitalize;
}

tr.alt {
	background: #f1f1f1;
}
