/* Begin Required */

/* End Required */

/* Begin Free/Subscription Styles */
#movingWall {
	color: #333;
	background: #F5F5F5;
	border-bottom: 1px solid #930;
	margin-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	font-style: normal;
}

#freeArchive {
	font-style: normal;
}
/* End Free/Subscription Styles */

/* Begin Year Styles */
select[class="yearSelect"] {
	border: 0px none transparent;
}
#yearHead {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
/* End Year Styles */

/* Begin Volume Styles */

#volumeHead {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#volumeData {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#volume {
	display: block;
	font-size: .9em;
	background: #fff;
}
#volume a:link {
	background: #fff;
	color: #333;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#volume a:visited {
	color: #333;
	display: block;
	text-decoration: none;	
}
#volume a:hover {
	background: #036;
	color: #fff;
	display: block;	
	text-decoration: none;
}

#volume a:active {
	background: #EBEBEB;
	color: #333;
	display: block;	
	text-decoration: underline;
}
/* End Volume Styles */

/* Begin Issue Styles */
#issueHead {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#issue {
	font-size: .9em;
}
#issue a:link {
	background: #fff;
	color: #333;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
}
#issue a:visited {
	background: #fff;
	color: #333;
	text-decoration: none;	
	display: block;	
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
}
#issue a:hover {
	background: #036;
	color: #fff;
	text-decoration: none;
	display: block;	
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
}
#issue a:active {
	background: #EBEBEB;
	color: #333;
	text-decoration: underline;	
	display: block;	
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;

}


/* End Issue Styles */

/* Begin Unused Styles 
.yearSelect {
	width: 100px;
	text-align: center;
	background: #FFF;
	color: #333;
}

.yearCol {
	margin-right: 3px;
	height: 100%;	(Firefox)
	height: 280px;	(IE)
	margin-top: 2px;
	line-height: 125%;
	background: #FFF;
}
.volumeCol {
	margin-right: 3px;
	height: 100%;	(Firefox)
	height: 280px;	(IE)
	margin-top: 2px;
	line-height: 125%;
	color: #333;
	background: #FFF;
}
.issueCol {
	margin-right: 3px;
	height: 100%;	(Firefox)
	height: 280px;	(IE)
	margin-top: 2px;
	line-height: 125%;
	background: #FFF;
}
.issuesMain {
	text-align: center;
	width: 350px;
	height: 325px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.issuesMainCol {
	float: left;
	width: 33%;
	border-top: 1px solid #ccc;
}
End Unused Styles */
