/*

stylesheet for the announcement manager

*/

/*
Announcements
*/
#news {
   position: relative;
   float: right;
   top: 0;
   
   padding: 0;
   margin: 0;
   width: 100%;
   border: 1px solid #000;
}

#news h1 {
   font: bold 1.25em Arial, Helvetica, sans-serif;
   border-bottom: 1px solid #000080;
   background: url(../images/eventsBanner.gif) repeat-x;
   margin: 0;
   padding: .25em;
   text-align: center;
}

#news ul {
   width: 100%;
   margin: 0;
   padding: 0;
   list-style: none;
}

#news ul li {
   margin: 0;
   padding: 0;
	width: auto;
	font: 12px/16px Verdana, Geneva, sans-serif;
}

#news ul li a {
   display: block;
   width: auto;
   padding: .75em;
   border-bottom: 1px solid #ccc;
   background-color: #eee;
   text-decoration: none;
}

#news ul li a:hover {
   background-color: #fff;
   background-image: url('../images/annHover.gif');
   background-repeat: repeat-y;
   background-position: left;
}

#news ul li a, #news ul li a:hover {
   color: #222;
}


#news ul li.noLink {
	/* show similar background to linked items */
	padding: .75em;
	background-color: #EEE;
	font: 12px/16px Verdana,Tahoma,Arial,sans-serif;
	color: #003;
   border-bottom: 1px solid #ccc;
}

#news ul li .date {
   display: block;
   margin: 0;
   padding: 0;
   
   font-size: .75em;
   font-style: italic;
}

#news ul li .hot {
   display: block;
   margin: 0;
   padding: 0;
   
   font-size: .75em;
   font-weight: bold;
   color: #c55;
}

/* 
#newshead h3 {
   padding: 0;
   margin: 0;
   text-align: center;
}

#newsbody {
   font: normal x-small Arial, Helvetica, sans-serif;
   color: #000080;
   padding: 5px 5px 10px 5px;
}

.hotnewsitem {
   margin-left: 1em;
   color: #FF0000;
}
 */


