@charset "UTF-8";
/* CSS Document */

#whatsnew { margin: 0 15px 15px 0; }
	#whatsnew ul { list-style-type: none; margin: 0; padding: 0; }
	#whatsnew ul li { border-bottom: 1px solid #ecd98d; line-height: 16px; margin: 0 0 6px 0; padding: 3px 0 10px 20px; }
	#whatsnew ul li h3 { line-height: 16px; margin: 0 0 5px 0; padding: 0; }
	#whatsnew ul li p { line-height: 16px; }
	#whatsnew .event { background: url(../images/icons/calendar.gif) 0 4px no-repeat; }
	#whatsnew .news { background: url(../images/icons/newspaper.gif) 0 6px no-repeat; }
	h3 .date { font-family: Helvetica, Arial, sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #666; }

.attachment { background: #b4c81d; color: #fff; font-size: 9px; font-weight: bold; letter-spacing: 1px; min-height: 25px; line-height: 25px; padding: 0 8px; }
	.attachment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	* html .attachment { height: 25px; }
	.attachment a:link, .attachment a:visited { font-size: 12px; color: #005288; text-decoration: none; }
	.attachment a:hover, .attachment a:active { color: #fff; }





