
/* 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
*/
#page{
	padding:0;
	background: url(../images/news.jpg) 460px 95px no-repeat;
}
#content h1#faculty {
	padding: 100px 0 10px 80px;
}
#links {
	margin: 0 0 10px 240px;
}

#links li.bullet {
list-style-image: url(../images/arrow_bullett.png);
padding: 0;
margin: 0 0 3px 0!important;
font-size:94%;
}
#links ul {
padding: 0;
margin: 4px 8px 10px 18px;
}
.signoff {
	font-size:125%;
	color:#555;
	padding-left:240px;
	padding-bottom:10px;
}
.email {
	font-size:94%;
	padding-left:240px;
	padding-bottom:10px;
}

.red {
	color: #b22;
}
.green {
	color: #009966;
}
.purple {
	color: #666699;
}

.center {
text-align: center;
}

#content h2.newsMonth {
color: #b22;
border-left: 6px solid #ccc;
border-bottom: 1px solid #ccc;
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(../images/news/icons/arrow_bullett.png);*/
list-style: none;
margin: 0;

}
ul.newsHeadline li a {  
background: url(../images/arrow_bullett.png) no-repeat;
padding-left: 20px; 
font-weight: bold;
}
ul.newsHeadline li a:hover {  
background: url(../images/arrow_bullett_red.png) no-repeat;
margin: 0;
}

#content h3 { 
margin: 10px 0 6px 8px;
font-size:100%;
color:#000;
}
 
 
/* RSS News feed icon  */
ul.date li.rss {
background: url(../images/icons/feed.png) no-repeat left;
padding: 2px 0 2px 20px;
}

ul.date li a.win {
background: url(../images/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-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;
}

ul.date, ul.date li a{ 
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;
}

p.date { 
margin: 0px;
padding: 0 0 0 9px;
}

/* 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:#eee;
			cursor: hand;
			cursor: pointer;
		}

#content h2.open{
			background-color:  #eee;
			background-image: url(../images/arrow.gif);
			background-position: right; 
			background-repeat: no-repeat;
			cursor: pointer;
			border-left: 6px solid #ccc;
	  		border-bottom: 1px solid #ccc;
	     padding: 1px 4px 1px 4px;	
		}
		
#content h2.open:hover{
			background-color:  #f7f7f7;
			 border-bottom: 1px solid #ccc;
			 border-left: 6px solid #ccc;
			background-image: url(../images/arrow2.gif);
			background-position: right; 
			background-repeat: no-repeat;
			cursor: pointer;
			}
		
#content h2.hover{
			background-color:  #f7f7f7;
			 border-bottom: 1px solid #ccc;
			 border-left: 6px solid #ccc;
			background-image: url(../images/arrow.gif);
			background-position: right; 
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
.hand {
		cursor: pointer;
		cursor: hand;
		}
		

td.leftcol { 
	vertical-align: top;
	padding-right:16px;
	width:100%;
}
td.rightCol { 
	vertical-align: top;
}
td.rightcol { 
	vertical-align: top;
}
#searchNews {
margin-left: 6px;
}


.alphabet {
	font-size: 94%;
	font-weight: bold;
}

.alphabet a{
	color: #fff;
	text-decoration: none;
	background-color: #4d5153;
}

.alphabet a:hover{
	color:#fff;
	text-decoration: underline;
}

#content h5 {
	margin: 0;
}

.white {
	background-color:#eee;
}

.heading {
	background-color:#eee;
	color: #693736;
	font-size:110%;
}
#leftcol {
    line-height: 130%;
}
ul#event-list{
	padding: 0;
	margin: 6px 0 12px 0;
}
ul#event-list li {
	list-style:none;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	font-size:94%;
	border-bottom: 1px dotted #ccc;
}
ul#event-list li p {
	margin: 4px 0 0 0;
}
ul#event-list li a{
	font-weight: bold;
	font-size:115%;
}
