﻿/* This controls the text in the main section
     and summaries of all webpages
*/
.mainText {
	font-family:Verdana;
	font-size:8pt;
	color:#333333;
	text-align:justify;
}

.mainText a:link { text-decoration:none ; color:black ; font-weight:bold ; }
.mainText a:visited { text-decoration:none ; color:black ; font-weight:bold ; }
.mainText a:hover { text-decoration: underline; color:Black ; }
.mainText a:active { text-decoration:none ; }

/* Doesn't appear to be used? */
.summaryText {
	font-family: Verdana;
	font-size:11pt;
	color:#333333;
	text-align:justify;
}

.pageTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:14pt;
	color:blue;
}

.loginSummary{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:10pt;
	color:blue;
}

/* The webpage of returned results from a search  */
.searchTitles{
	font-family:Verdana;
	font-size:12pt;
	text-align:left;
	font-weight:normal;	
	border-bottom-width:1px;
	border-bottom-color:#aaaaff;
	border-bottom-style:solid;
}

/* Case study page formatting */
.caseStudyTitles{
	font-family:Verdana;
	font-size:10pt;
	text-align:left;
	font-weight:normal;	
	border-bottom-width:1px;
	border-bottom-color:#aaaaff;
	border-bottom-style:solid;
}


.linkBar {
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none;
	color: #000000;
}

.linkBar:hover {
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none;
	color:#000000;
}

.usefulLinksTable{
border: 1px solid #336699; 
float: right; 
margin-left: 7px;
margin-bottom: 5px;
text-align:right;
}
.usefulLinksCell{
font-size:10pt;
text-align:right;
}
.usefulLinksCell a{
	color:#336699;
	text-decoration:none;
}
.usefulLinksCell a:hover{
	color:black;
	text-decoration:underline;
}
.NewsEventsTitle{
color:navy;
font-size:medium;
}
.style2 {
	font-size: x-small;
}
.bottomLinks {
	text-align: center;

	font-size: xx-small;
}
.linkBarCells {
	font-size: x-small;
	text-align: center;
}
.linkBarCells:hover {
	font-size: x-small;
	text-align: center;
	text-decoration:underline;
}
.tableShading {
	background-color:#EFF4FA;
}

/* The initial text at the top of a page this is set to be slightly large then
     the main text of the page to make it standout as a summary
 */
 .initialpagetext {
	font-family:Verdana;
	font-size:10pt;
	font-weight:500 ;
	color:black;	
}

/* The main text of a page, slightly smaller then the text about see initialpagetext */
.mainpagetext{
	font-family:Verdana;
	font-size:8pt;
	color:black;
}

/*  Interest Group Formatting */
.IGSummary {
	font-family:Verdana;
	font-size:10pt;
	font-weight:700 ;
	color:black;	
}

.IGBody{
	font-family:Verdana;
	font-size:8pt;
	color:black;
}


.italictext {
	font-style:italic ;
	font-family:Verdana;
	font-size:11pt;
}

.stdsdocumenttable{
	font-family:Verdana ;
	font-size:10pt ;
	border-left:solid ;	
	border-top:solid ;
	border-right:solid ;
	width:90% ;
	margin-left:auto ;
	margin-right:auto ;
}

.stdsdocumentleftcolumn {
	width:24% ;
	border-bottom:solid ;
	font-weight:bold ;	
}

.stdsdocumentcentercolumn {
	width:*.* ;
	border-bottom:solid ;	
}
.stdsdocumentrightcolumn {
	width:10% ;
	border-bottom:solid ;
	font-weight:bold ;	
}

/* Styles for news regional pages  */

.OSmainContent{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:x-small ;
	color:blue;
}
.OSmainContentSize{
	width:500px;	
}
.OSmainContentFillBorder{
	border-style:solid ;
	border-width:thin ;
	border-color:#BFBFBF ;
	background-color:#E5E5E5 ;	
}
.OSmainContentTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:medium ;
	color:blue;
}
.OSmainContentAdvertisingSize{
	width:300px;
	height:300px;
}

/* Styles for news regional pages  */

/*   used in Collaboroation, commitee, casestudy, userguide, useful resources   */
.listitem
{
	font-family:Verdana;
	font-size:10pt;
	color:black;	
}

.listitem a:link { text-decoration:none ; color:black ; font-weight:bold ; }
.listitem a:visited { text-decoration:none ; color:black ; font-weight:bold ; }
.listitem a:hover { text-decoration: underline; color:Black ; }
.listitem a:active { text-decoration:none ; }

.mainpagetext a:link { text-decoration:none ; color:black ; font-weight:bold ; }
.mainpagetext a:visited { text-decoration:none ; color:black ; font-weight:bold ; }
.mainpagetext a:hover { text-decoration: underline; color:Black ; }
.mainpagetext a:active { text-decoration:none ; }

.initialpagetext a:link { text-decoration:none ; color:black ; font-weight:bold ; }
.initialpagetext a:visited { text-decoration:none ; color:black ; font-weight:bold ; }
.initialpagetext a:hover { text-decoration: underline; color:Black ; }
.initialpagetext a:active { text-decoration:none ; }