
/* University of West England (C) 2005
    Academic Technologies Group

--------------------------------------------------
	  File :newsStyle.css
     Description : Stylesheet for news pages
     Change History
	  ---------------
     Date         Author    Line no.    Purpose
 
     07/11/2005  GT                     Initial Release
*/

.red {
	color: #cc3333;
}
.green {
	color: #009966;
}
.purple {
	color: #666699;
}

.center {
text-align: center;
}

#content h2.newsMonth {
color: #004699;
border-left: 6px solid #ddd6b9;
border-bottom: 1px solid #ddd6b9;
padding: 1px 4px 1px 4px;
width: 97%;
}

/* news items list */

.newsHeadline {
	margin-left: 10px;
	font-size: 94%;
	list-style: none;
	/*padding: 0 0 0 10px;*/
}

ul.newsHeadline { 
padding: 0;
margin: 0;
 }
ul.newsHeadline li { 
padding: 3px 0 3px 10px;
/*list-style: url(/Common/assets/news/icons/arrow_bullett.png);*/
list-style: none;
margin: 0;

}
ul.newsHeadline li a {  
background: url(/common/assets/news/icons/arrow_bullett.png) no-repeat;
padding-left: 20px; 
font-weight: bold;
}
ul.newsHeadline li a:hover {  
background: url(/common/assets/news/icons/arrow_bullett_red.png) no-repeat;
margin: 0;
}

#content h5 { 
margin: 10px 0 6px 8px;
}
 
/* RSS News feed icon  */
ul.date li a.rss {
background: url(/common/assets/icons/feed.png) no-repeat left;
width: 210px;
padding: 2px 0 2px 20px;
}

ul.date li a.win {
background: url(/common/assets/icons/win.gif) no-repeat right;
width: 210px;
padding:2px 20px 2px 0px;
}
 /* News Archive and recent news listing */
 
ul.news, ul.news li a{ 
font-size: 94%;
/*font-weight: bold;*/
text-decoration: none;
/*list-style: none;*/
padding: 5px 10px 5px 0;
}

ul.news li { 
padding: 5px 10px 5px 0; 
}

ul.news { 
margin: 0px;
/*padding: 0 0 0 9px;*/
padding: 0 0 0 20px;
}

ul.date, ul.date li a{ 
font-size: 94%;
text-decoration: none;
list-style: none;
padding: 2px 10px 2px 0; 
}

ul.date li { 
padding: 2px 10px 2px 0; 
}

ul.date { 
margin: 0px;
padding: 0 0 0 9px;
}

/*.liheading { 
font-weight: bold;
}*/

/* P Description 'intro' text */

p.description { 
margin: 0;
padding-left: 20px;
padding-top: 0;
}
 


/* ---------------- Menu Drop down classes ------------------------ */

.hidden{
			display:none;
}
.shown{
			display:block;
		}
.trigger{
			background:#fff;
			cursor: hand;
			cursor: pointer;
		}

#content h2.open{
/*			background-color:  #f6f5ed ;*/
			background-color:  #fff;
			background-image: url(/common/assets/arrow.gif);
			background-position: right; 
			background-repeat: no-repeat;
			cursor: pointer;
			border-left: 6px solid #ddd6b9;
	  		border-bottom: 1px solid #ddd6b9;
	     padding: 1px 4px 1px 4px;	
		}
		
#content h2.open:hover{
			background-color:  #f6f5ed ;
			 border-bottom: 1px solid #ddd6b9;
			 border-left: 6px solid #ddd6b9;
			background-image: url(/common/assets/arrow2.gif);
			background-position: right; 
			background-repeat: no-repeat;
			cursor: pointer;
			}
		
#content h2.hover{
			background-color:  #f6f5ed ;
			 border-bottom: 1px solid #ddd6b9;
			 border-left: 6px solid #ddd6b9;
			background-image: url(/common/assets/arrow.gif);
			background-position: right; 
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
.hand {
		cursor: pointer;
		cursor: hand;
		}
		
hr {
clear: both;
border-top: 1px solid #bdced6;
border-bottom: 0px;
background-color:#fff;
}

td.rightCol { 
background-color: #f7f7f7;
border-left: 1px solid #bdced6;
vertical-align: top;
}

.calendarTitlebar {background-color:#e7eff7; text-align:center;font-family:Arial,helvetica;font-size:10pt;font-weight:bold}
.calendarMaintble {background-color: #000000;}
.calendarCell {background-color: #F7F7F7;color:#000000}
.calendarCellToday {background-color: #8CADBD;color:#ffffff}
