/* Start of CMSMS style sheet 'Module:LinkMgr' */
#link {
	width:600px;
	margin:0 auto;
	margin-bottom:20px;
	padding:0;}

#link .category {
	display:block;
	font-size:14px;
	margin:0;
	margin-top:6px;
	font-weight:600;
	padding:4px 20px;
	border:1px solid #ddd;
}

#link div.rowa {
                 background-color:#ccc; 
                 filter:alpha(opacity=40);
                 opacity: 0.4;
                 -moz-opacity:0.4;}
#link div.rowb {
                 background-color:#ccc; 
                 filter:alpha(opacity=20);
                 opacity: 0.2;
                 -moz-opacity:0.2
}
#link div.rowa div, #link div.rowb div{
                padding:4px 0 4px 15px;
                color:#000;
                
                filter:alpha(opacity=100);
                opacity: 1;
                -moz-opacity:1;
                position: relative;
}
#link div div a {
	text-decoration:none;
	color: #111;
}
#link div div a:hover {
	text-decoration:underline;
	color: #900;
	}
/* End of 'Module:LinkMgr' */

