#portal-nav {
	background: #fff;
	border: none;
    border-top: 1px dashed #d1d1d1;
    border-bottom: 1px dashed #d1d1d1;
	font-weight: bold;
	line-height: 24px;
	position: absolute;
	top: 70px;
	text-align: left;
	width: 178px;
	z-index: 1;
/*
	filter: alpha(opacity=90, style=0);
	-moz-opacity: 0.9;
*/
}
#portal-nav a {
	color: #302f2f;
	text-decoration: none;
}
#portal-nav img {
	margin: 8px 9px 0 2px;
}
#portal-nav .go {
	font-size: 11px;
	float: right;
	padding-right: 4px;
}
#portal-nav .go a {
	color: #36c;
	text-decoration: none;
}
#portal-nav .go a:hover {
	text-decoration: underline;
}
#portal-subnav {
	background: #fff;
	display: none;
	width: 178px;
}
#portal-subnav .subnav {
	background: #ebf3f9;
    border-top: 1px dashed #d1d1d1;
	padding: 0 22px;
/*
	filter: alpha(opacity=90, style=0);
	-moz-opacity: 0.9;
*/
}
#portal-subnav .subnav a {
	display: block;
}
#portal-subnav .subnav a:hover {
	text-decoration: underline;
}
#portal-content {
	text-align: left;
	margin-bottom: 2px;
}
#portal-content .languages {
	color: #36c;
	font-size: 11px;
	float: right;
	margin-right: 2px;
}
#portal-content .languages a {
	padding-left: 2px;
	text-decoration: none;
}
#portal-content .languages a:hover {
	text-decoration: underline;
}
#portal-content .border-white {
	background: #fff;
	overflow: hidden;
	width: 1px;
}
#portal-content .border-grey {
	background: #d1d1d1;
	overflow: hidden;
	width: 1px;
}
#portal-content .month {
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 4px;
	text-align: right;
}
#portal-content .month a {
	color: #fff;
	text-decoration: none;
}
/* These control the background colors of the montly issues */
#portal-content .m01 { background: #36c; }
#portal-content .m02 { background: #8eb68c; }
#portal-content .m03 { background: #dac058; }
#portal-content .m04 { background: #749db7; }
#portal-content .m05 { background: #999; }
#portal-content .m06 { background: #999; }
#portal-content .m07 { background: #999; }
#portal-content .m08 { background: #999; }
#portal-content .m09 { background: #999; }
#portal-content .m10 { background: #999; }
#portal-content .m11 { background: #999; }
#portal-content .m12 { background: #999; }
#portal-content h2 {
	color: #302f2f;
	font-size: 14px;
	margin: 0;
}
#portal-content h2 a.link {
	font-size: 12px;
	margin-left: 6px;
}
#portal-content h2 a.link:hover {
	text-decoration: none;
}
#portal-content h2 img {
	margin: 0 6px 0 2px;
}
#portal-selections {
	border-top: 8px solid #fff;
	border-bottom: 12px solid #fff;
	text-align: left;
}
#portal-content p {
	margin: 9px 12px 17px 9px;
	font-size: 12px;
	line-height: 16px;
}
#portal-content p.preview {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 2px;
}
#portal-content h3 {
    border-top: 1px dashed #d1d1d1;
    border-bottom: 1px dashed #d1d1d1;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	margin: 0 12px 0 9px;
	padding: 4px 0 0;
	overflow: hidden;
}
#portal-content h3 a {
    color: #302f2f;
	text-decoration: none;
}
#portal-content h3 a:hover {
    color: #36c;
}
#portal-content h3 img {
	margin: 0 6px 0 2px;
}
#portal-content h4 {
	font-size: 11px;
	margin: 0 9px;
	font-style: italic;
}
#portal-content .first h3, 
#portal-content .first h4, 
#portal-content .first p {
	margin-left: 0;
} 
#portal-nav.inside {
	margin: 16px 0 0 0px;
	width: 170px;
}
#portal-nav.inside #portal-subnav {
	width: 168px;
}
#main {
    border-top: 1px dashed #d1d1d1;
	padding-top: 15px;
	width: 726px;
}
#nav-rail {
	line-height: 13px;
	height: 300px;
	padding-top: 40px;
}
.extras {
	font-weight: normal;
	margin-bottom: 8px;
}
#deep-link {
    position: relative;
    top: -312px !important;
    top: -318px;
}

