#datamain {
	border: none;	/* has no effect in IE7 */
	border-bottom: 2px solid #ffffff;
}
.ssoNRItem {  /* div wrapper for all items */
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 5px 10px 0px 10px;
	text-align:left;
	font-weight: bold;
	background:#fff;

}
.ssoNRItem .NR-content-rightside{ padding:0 0 8px 2px; font-weight:normal;}
.ssoNRItem .NR-content-rightside a{ color:#330066; padding-right:5px; text-decoration:none;}

.ssoNRTitle {
	padding:0 0 8px 5px;
	font-weight: normal;
}
.ssoNRTitle a:link {
	text-decoration: none;
	color: #307;
}
.ssoNRTitle a:visited { 
	color: #077; 
	text-decoration: none;
}

/* Calendar Event styles */

.ssoCEItem {		/* div wrapper for all items */
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 5px 10px 5px 10px;
	text-align:left;
	font-weight: bold;
	background:#fff;

}

.ssoCEItem a {color:#330066; font-weight:normal;text-decoration:none;}
.ssoCEItem ul {
	padding: 0 0 3px 5px;
	margin: 0;
	border: 0;
}
.ssoCETitle {
	font-weight: normal;
	/*list-style-type: none;
	list-style-position: outside;*/
	list-style: square inside;
	padding: 0 0 5px 0;
}
.ssoCETitle a:link {
	text-decoration: none;
	color: #307;
}
.ssoCETitle a:visited { 
	color: #307; 
	text-decoration: none;
}
