/* 
	Project:		PJM Interactive Cover
	
	(c) Copyright 2005 Lingua Franca Design
	
	Authors:			Modified:				Activity:
	Ev Shafrir		August 18, 2005		Setup
	Ev Shafrir		October 1, 2005		Removed Editor <div>;
													Fixed menu link colors
						October 19, 2005		
						Leveraged JoMMS Cover; Modified border and menu colors;
						Added Volume and Date table; Diminished menu size;
*/

BODY { 
	background-color: white;
	margin: 5px 5px 5px 5px; 
	padding: 0px;
	text-align: center;
	color: #EFF4FA;
	white-space: nowrap;
}

TABLE { margin: 0px; border: none; padding: 0px; }

/*
	Positioning: top to bottom
	'margin' is used as vertical and horizontal spacer
*/

div#cover {
	background-image: url(cover.jpg);
	background-repeat: no-repeat;
	margin: 0px; 
	border: solid 1px #998F79;
	padding: 0px;
	width: 540px; height: 660px;
	vertical-align: top;
}

TABLE#volume {		/* below the menu */
	margin: 40px 0px 0px 0px;
   width: 100%;
}

TABLE#volume TD#issue {		/* inside a TABLE */
   text-align: left; padding-left: 49px;
   font: normal bold 12pt "Times Roman", serif; 
	letter-spacing: normal; 
	color: black;
}

TABLE#volume TD#date {		/* inside a TABLE */
   text-align: right; padding-right: 46px;
	font: normal bold 12pt "Times Roman", serif; 
	letter-spacing: normal; 
	color: black;
}
TABLE#volume .year { letter-spacing: 1px; }

table.menu-area {
	width: 540px;
	vertical-align: top;
	text-align: center;
	margin: 500px 0px 0px 0px;
}

table.journal-menu { 
	vertical-align: top;
	text-align: center;
	margin: 0px; border: none; padding: 0px;
}

div#publisher { 	/* area for the MSP logo */
	margin: 70px 0px 0px 0px; 
	border: none; padding: 0px;
	text-align: center;
}

img#logo-link {	/* click-area OVER the MSP logo in the background image */
	margin: 0px 0px 0px 5px; 
	border: none; padding: 0px;
	width: 280px; height: 30px;
}

/*
	Links - base definitions BEFORE the menu item definitions overrides
*/

.menu-item-reg:link, .menu-title-reg:link,
.menu-item-reg:visited, .menu-title-reg:visited,
.menu-item-reg:active, .menu-title-reg:active {
	text-decoration: none; color: #806070;
}

DIV.sub-menu {
	margin-left: 38px; margin-right: 38px;}

TD.menu-title { 
	text-align: center;
	vertical-align: bottom; }

.menu-title-reg, .menu-title-sel { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
	margin-left: 7px; margin-right: 7px;
	margin-top: 0px; margin-bottom: 0px;
	text-decoration: none }

.menu-title-sel { color: black; }

TD.menu-item {		/*	cell with link inside */
	border-top: solid 1px black;
	padding: 0px; }
	
.menu-item-reg, .menu-item-sel { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
	color: white; }

.menu-item-sel { color: black; }

.bullet-item {
	width: 4px;
	height: 4px;
	background-color: black;
	margin-bottom: 3px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 5px;
	border: none;
	padding: 0px; }
 
.first.bullet-item {
	margin-left: 4px;
}

.title-guide-reg, .title-guide-sel {
	width: 1px;
	height: 10px;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 12px;
	margin-right: 12px;
	border: none;
	padding: 0px; }
	
.title-guide-sel { background-color: black; }
	
/*
	Margins AROUND the interactive menu for 'catching' and disabling cursor.
*/

.menu-exit { width: 10px; height: 10px; }

/*	End */
