      /* 
----------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
1 :: Portal starred sites
2 :: Photo credits

*/



/* -----------------------------------------
   1. Portal starred sites
----------------------------------------- */
.starred_sites {
	margin: 0px 0px 30px 0px !important;
}
.starred_sites .links {
	background: #f2f2f2;
	border: 1px solid #474646;
	padding: 20px 10px 0px 10px;
	margin: 20px 20px 0px 25px;	
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	position: relative;
	display: block;
}
.starred_sites .links h2 {
	background: url('../images/mn_featured-sites-tab.png') no-repeat; 
	display: block;
	width: 28px;
	height: 125px;
	position: absolute;
	top: 15px; 
	left: -29px;
	overflow:hidden;
	text-indent: -50000px !important;
	font-size: 6px; font-size: .6rem;
	
}
.starred_sites ul {
	margin: 0px !important;
	padding: 0px !important;	
}
.starred_sites ul li {
	list-style: none !important;
	padding: 0px 0px 0px 20px !important;
	margin: 0px 0px 15px 0px !important;	
	position: relative;
}
.starred_sites ul li .link a {
	font-weight: bold;
	font-size: 14px; font-size: 1.4rem;	
}
.starred_sites ul li .icon {
	display: block;
	width: 11px; height: 11px;
	position: absolute;
	top: 5px;
	left: 0px;
	background:url(../images/ui-icons_-243c68_256x240.png) no-repeat;
	background-position: -227px -115px;	
}
.starred_sites ul li .description {
	margin-bottom: 0px;	
}
.starred_sites ul li .description p {
	margin-bottom: 0px !important;	
}
.starred_sites .link_display  {
	font-size: 9px; font-size: .9rem;
	line-height: 9px; line-height: .9rem;
	margin-top: 7px;
}
.starred_sites .link_display a {
	color:#555;
	text-decoration: none;
	font-size: 9px; font-size: .9rem;
	line-height: 9px; line-height: .9rem;
	padding: 0px;
	margin: 0px;
}




/* -----------------------------------------
   2. Photo credits  /// hidden for now 
----------------------------------------- */
#mn_photocredits {
	display: none;
	position: absolute;
	top:190px;
	right: 10px;
	width: 150px;
	height: 41px;
	background:url(../images/mn_photo-credit.png) no-repeat;
	background-position: 0 0;	
	cursor: pointer;
}
@media handheld, only screen and (max-width: 767px) {
	#mn_photocredits {
		display: none;	
	}
}
#mn_photocredits:hover {
	background-position: 0px -41px;	
}
#mn_photocredits_box {
	display: none;
	position: absolute;
	top: 6px;
	right: 50px;
	width: 90px;
	height: 22px;
	font-size: 7pt;
	line-height: 9pt;
	color:#fff;
}
#mn_photocredits_box .credit {
	display: none;
	font-weight: bold;	
}
#mn_photocredits_box a {
	color:#fff;
	display: none;
	text-decoration:underline;	
}



      all
    