/***********************/
/* HTML Styles */
/***********************/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 75%;

}

 body, p, td, th, input {
	font-family: Verdana, Arial, sans-serif;
	color: #231F20;
	
}

h1 {
	color: #6A737B;
	font-size: 160%;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 130%;
	padding: 0;
	margin: 0 0 7px 0;
}

h3 {
	font-size: 115%;
	padding: 0;
	margin: 0 0 7px 0;
}

p {
	margin: 0 0 7px 0;
}
form  {
	padding:0px; 
	margin-bottom: 0px; 
	margin-top: 0px;
}

hr {
	width: 100%;
	height: 1px;
	color: #C7BEB5;
	margin-bottom:3px; 
	margin-top:0px;
}

a {
	color: #B0232A; 
	 
	/*#993333; */
	text-decoration: none;
}
a:visited {
	/* color: #CC9999; 50% opacity of #993333 */
	 color: #C45A5F; /*75% opacity of #B0232A */
	/*color: #D79194; */
	/* 50% opacity of #B0232A */
	font-weight:bold;
}
a:hover, a:active {
	color: #B0232A;
	/*#993333; */
	text-decoration: underline;
}

a:focus {
    font-weight:bold;
    text-decoration: underline;
}

ul {
	margin: 0 0 7px 0;
	padding: 0;
	list-style-type: disc;
}
li {
	margin: 0 0 7px 21px;
	padding: 0
}

/***********************/
/* Common Styles */
/***********************/
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	width:100%;
	
}

.hr {
	height: 0;
	border-top: 1px solid #C7BEB5;
	margin-bottom:7px; 
	margin-top:3px;
}

		
.hr hr {
	display: none;
}

a.external, a.external:visited {
	color: #231F20;
	text-decoration: none;
	font-weight: bold;
}
a.external:hover, a.external:active {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
	font-weight: bold;
}
a.external:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
	font-weight: bold;
}

li a, li a:visited {
	color: #663366;
	text-decoration: none;
	font-weight: bold;
}
li a:hover, li a:active {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
	font-weight: bold;
}
li a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
	font-weight: bold;
}

.toplink {
	text-align: right;
	font-size: 90%;
}
.toplink a:visited {
	color: #B0232A; /*#993333; */
}

/***********************/
/* Pagewrapper Styles */
/***********************/
#outerpagewrapper {
	background: #FFFFFF url(../images/bg_column_left.gif) top left repeat-y;
	
}
#pagewrapper {
	min-width: 740px;
	/*width: expression(document.body.clientWidth < "741" ? "740px" : "100%");*/
	
}
/*.threecolumns {
	background: transparent url(../images/bg_column_right.gif) top right repeat-y;
}*/
 
.printwrapper {
padding:4px;
}


/***********************/
/* Header Styles */
/***********************/
#headerDiv {
	background: #FFFFFF; 
	padding-bottom: 15px; 
}
#headerContentDiv {
	background:#663366 url(../images/bg_banner.jpg) top center no-repeat; 
	height:62px;
}
#leftHeaderContentDiv {
	float:left;
}
#rightHeaderContentDiv {
	float:right;
}

#skip_nav {
	display: none;
}

#menuBarBackgroundDiv {
	background:#A0A7AD; 
	height:22px;
	border-top: 1px solid #E2D8BF;
	border-bottom: 1px solid #81868B;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 7px 0 10px;
}
#menuBarBackgroundDiv a, #menuBarBackgroundDiv a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menuBarBackgroundDiv a:hover, #menuBarBackgroundDiv a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#menuBarTextLinks {
	float:left; 
	padding: 3px 0 0 0;
}
 
#searchBoxHolderDiv {
	float: right;
	
}
#searchBoxDiv 
{
	
}
#searchBoxDiv label, #searchBoxDiv input, #searchBoxDiv img {
	vertical-align: middle;
	
}
#siteSearchText {
	width: 12em; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	background-color: #CFE7FF; 
	border: 1px #006699 solid; 
	height:14px; 
	background-color:#FFFFFF;
}

#straplineDiv {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#breadcrumbsDiv {
	color: #666666;
	font-size: 90%;
	padding: 7px 0; 
	margin: 0 0 7px 0; 
	border-bottom: 1px solid #C7BEB5;
}
#breadcrumbsDiv2 {
	color: #666666;
	font-size: 90%;
	padding: 7px 0; 
	margin: 0 205px 7px 0; 
	border-bottom: 1px solid #C7BEB5;
}
#breadcrumbsDiv a, #breadcrumbsDiv a:visited {
	color: #666666;
	text-decoration: none;
}
#breadcrumbsDiv a:hover, #breadcrumbsDiv a:active {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}
#breadcrumbsDiv a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}
	
/***********************/
/* Left Menu Styles */
/***********************/
#leftColumn {
	width:185px; 
	float:left;
	
}
#leftColumnContent {
	width: 174px;
}
#leftColumnContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftColumnContent li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #FFFFFF;
}
#leftColumnContent li a, #leftColumnContent li a:visited {
	display: block;
	color: #231F20;
	padding: 6px 0 7px 10px;
	text-decoration: none;
	font-weight: normal;
}
#leftColumnContent li a:hover, #leftColumnContent li a:active, #leftColumnContent li a:focus {
	color: #FFFFFF;
	background: #682E72;
	text-decoration: none;
	font-weight: normal;
}

#leftColumnContent li.current a, #leftColumnContent li.current a:visited {
	color: #FFFFFF;
	background: #682E72;
	font-weight: bold;
}
#leftColumnContent li.current a:hover, #leftColumnContent li.current a:active {
	color: #FFFFFF;
	background: #682E72;
	font-weight: bold;
}

/***********************/
/* Main Content Styles */
/***********************/

#centreColumnDiv {
	padding-left: 190px;
	padding-right: 10px;
   
}
.threecolumns #centreColumnDiv {
	padding-right: 225px; 
	
}

#pageTitleDiv {
}

#pageContent {
}

#pageContent2 
{
	padding-right: 230px;
}


#pageContentHolder {
	margin:0px; 
	padding: 2px; 
	padding-left:2px; 
}

/* Tabs Menu */
.TabsMenuDiv {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.TabsMenuDiv a, .TabsMenuDiv a:visited {
	margin: 0 10px 0 0;
	padding: 7px 10px;
	display: block;
	float: left;
	background: #B299B2;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.TabsMenuDiv a:hover, .TabsMenuDiv a:active {
	background: #663366;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
.TabsMenuDiv a:focus {
	background: #663366;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
.TabsMenuDiv .current a, .TabsMenuDiv .current a:visited {
	background: #663366;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.TabsMenuDiv .separator {
	display: none;
}
.TabsMenuDiv .clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background: #C7BEB5;
	color: #C7BEB5;
}
/***********************/
/* Secondary Content Styles */
/***********************/

#rightColumnDiv {
	/*position: relative;*/
	float: right;
	width: 210px;
	margin-left: -210px;
	
}
#rightColumnContent {
	width: 202px;
	margin: 0 10px;
	
	
}
#rightColumnContent h2 {
	background: #663366;
	color: #FFFFFF;
	margin: 0;
	padding: 4px;
}
#rightColumnContent h3 {
	color: #6A737B;
	font-size: 115%;
	padding: 0;
	margin: 0 0 7px 0;
}

#rightColumnContent img {
	margin-bottom: 7px;
}
/***********************/
/* Footer Styles */
/***********************/

#footerDiv {
	clear:both; 
	background: #FFFFFF url(../images/bg_footer.gif) top left repeat-x;
	text-align: center;
	padding: 20px 0 5px 0;
	font-size: 80%;
	width: 100%;
	
   
}
#footerDiv a, #footerDiv a:visited {
	color: #231F20;
	text-decoration: none;
}
#footerDiv a:hover, #footerDiv a:active, #footerDiv a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}


/***********************/
/* Miscellaneous Styles */
/***********************/

#OtherStraplineHolder {
	float:right; 
	padding-right:5px;
}

#ExplanatoryTextHolder{
	margin:0px; 
	padding: 2px; 
	padding-left:2px;
	margin-bottom:0px;
	/*zoom: 100%;*/
}

.StandardLabelHolder{
	margin-top: 7px;
}

.ContentLabel {
	color: #6A737B;
	font-weight: bold;
}

.ContentHolder {
	margin-bottom:3px;
	


}

#GenericFormHolder {
	padding:1px;
}

.GenericSubmitButtons	{
	margin-top: 3px;
	border-bottom: 1px solid #C7BEB5;
}

.GenericSubmitButtons1 .submit {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 20px;
}
.GenericSubmitButtons1 .subscribe {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	padding: 1px 5px;
}
.GenericSubmitButtons .submit {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 20px;
}

.GenericSubmitButtons .reset {
	/* background: #CC9999; 50% opacity of #993333 */
	/* background: #C45A5F; 75% opacity of #B0232A */
	background: #D79194; /* 50% opacity of #B0232A */
	border: 1px solid #D79194; /* 50% opacity of #B0232A */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 20px;
}

.GenericFormRowHolder {
	margin: 7px 0;
	border: 1px solid #FFFFFF;
}

.PaginationNavigation {
	border-bottom: 14px solid #FFFFFF;
}
.PaginationNavigation a, .PaginationNavigation a:visited {
	color: #663366;
	text-decoration: none;
}
.PaginationNavigation a:hover, .PaginationNavigation a:active, .PaginationNavigation a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}


/***********************/
/* Projects And Programs */
/* Tabular Search Form */
/***********************/
#ProjectsAndProgrammesSimpleSearchHolder {}

#ExplanatoryTextHolder {
	padding-bottom: 14px;
}
#ExplanatoryTextHolder a, #ExplanatoryTextHolder a:visited {
	font-weight: bold;
}
#ExplanatoryTextHolder a:hover, #ExplanatoryTextHolder a:active, #ExplanatoryTextHolder a:focus {
	font-weight: bold;
}

.ImageInText {
	vertical-align:middle;
}

#ProjectsAndProgrammesSimpleSearchHolder .searchFilters {
	padding-bottom: 14px;
}
#ProjectsAndProgrammesSimpleSearchHolder .searchFilters input, #ProjectsAndProgrammesSimpleSearchHolder .searchFilters label {
	vertical-align: middle;
}

#projectsAndProgrammesSimpleSearch {
	float: left; 
	width: 130px; 
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#006699;
	border-style:groove;
	margin-left:10px;
	height: 150px;
}

.ProjectsAndProgrammesSimpleSearchItem a:visited{
	color:#000000 !important;
}

.projectsAndProgrammesSimpleSearchBoxLeft {
	float: left; 
	width: 25%; 
}

#projectsAndProgrammesSimpleSearchHeader {
	color:#B0232A; /* #993333*/
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderSA {
	color:#B0232A;
	background-color:#C1FF8B;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderCC {
	color:#B0232A;
	background-color:#FFDE85;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderEdu {
	color:#B0232A;
	background-color:#E7BEFE;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderGw {
	color:#B0232A;
	background-color:#D0DEFE;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderHlth {
	color:#B0232A;
	background-color:#FEC8C8;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderICT {
	color:#B0232A;
	background-color:#FFFE9D;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderInfra {
	color:#B0232A;
	background-color:#DEDEDE;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

#projectsAndProgrammesSimpleSearchHeaderSPC {
	color:#B0232A;
	background-color:#DCD4C2;
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	font-weight: bold;	
	margin: 0 10px 7px 0;
	padding: 7px 0 0 10px;
	min-height: 30px;
	/*height: expression("30px");*/
	height: 30px;
}

.ProjectsAndProgrammesSimpleSearchHeading {
	text-decoration: underline ;
}

#projectsAndProgrammesSimpleSearchContent {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#FFFFFF; /* #CFFFA9 */
}

#projectsAndProgrammesSimpleSearchContent a {
	color: #231F20;
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContent a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContent a:hover, #projectsAndProgrammesSimpleSearchContent a:active, #projectsAndProgrammesSimpleSearchContent a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentSA {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#E5FFD0;
}

#projectsAndProgrammesSimpleSearchContentSA a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentSA a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentSA a:hover, #projectsAndProgrammesSimpleSearchContentSA a:active, #projectsAndProgrammesSimpleSearchContentSA a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentCC {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#FEF1CC;
}

#projectsAndProgrammesSimpleSearchContentCC a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentCC a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentCC a:hover, #projectsAndProgrammesSimpleSearchContentCC a:active, #projectsAndProgrammesSimpleSearchContentCC a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentEdu {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#F5E6FE;
}

#projectsAndProgrammesSimpleSearchContentEdu a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentEdu a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentEdu a:hover, #projectsAndProgrammesSimpleSearchContentEdu a:active, #projectsAndProgrammesSimpleSearchContentEdu a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentGw {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#E7EEFF;
}

#projectsAndProgrammesSimpleSearchContentGw a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentGw a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentGw a:hover, #projectsAndProgrammesSimpleSearchContentGw a:active, #projectsAndProgrammesSimpleSearchContentGw a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentHlth {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#FFEEEE;
}

#projectsAndProgrammesSimpleSearchContentHlth a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentHlth a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentHlth a:hover, #projectsAndProgrammesSimpleSearchContentHlth a:active, #projectsAndProgrammesSimpleSearchContentHlth a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentICT {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#FFFFD8;
}

#projectsAndProgrammesSimpleSearchContentICT a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentICT a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentICT a:hover, #projectsAndProgrammesSimpleSearchContentICT a:active, #projectsAndProgrammesSimpleSearchContentICT a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentInfra {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#F0F0F0;
}

#projectsAndProgrammesSimpleSearchContentInfra a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentInfra a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentInfra a:hover, #projectsAndProgrammesSimpleSearchContentInfra a:active, #projectsAndProgrammesSimpleSearchContentInfra a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

#projectsAndProgrammesSimpleSearchContentSPC {
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
	background-color:#E9E6DD;
}

#projectsAndProgrammesSimpleSearchContentSPC a {
	color: #231F20;
	text-decoration: none;
}

#projectsAndProgrammesSimpleSearchContentSPC a:visited {
	color: #918F8F; /* 50% opacity of #231F20 */
	text-decoration: none;
}
#projectsAndProgrammesSimpleSearchContentSPC a:hover, #projectsAndProgrammesSimpleSearchContentSPC a:active, #projectsAndProgrammesSimpleSearchContentSPC a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

/***********************/
/* Projects And Programs */
/* Advanced Search Form */
/***********************/
#projectsAndProgrammesAdvancedSearchFormHolder {
	padding:1px;
}
#projectsAndProgrammesAdvancedSearchFormHolder .searchFilters {
	padding-bottom: 14px;
}

.ProjectAndProgrammesRowHolder{
	margin: 7px 0;
	border: 1px solid #FFFFFF;
}

.ProjectsAndProgrammesAdvancedLabelHolder{
	margin-top: 7px;
	padding-left:73px; 
}
.ProjectAndProgrammesRowHolder .FormCondition {
	width: 55px;
	margin-right: 15px;
}

#projectsAndProgrammesAdvancedSearchFormHolder .SubmitButtons {
	margin-top: 21px;
	border-bottom: 1px solid #C7BEB5;
}

#projectsAndProgrammesAdvancedSearchFormHolder .SubmitButtons .submit {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 28px;
}

#projectsAndProgrammesAdvancedSearchFormHolder .SubmitButtons .reset {
	/* background: #CC9999; 50% opacity of #993333 */
	/* background: #C45A5F; 75% opacity of #B0232A */
	background: #D79194; /* 50% opacity of #B0232A */
	border: 1px solid #D79194; /* 50% opacity of #B0232A */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 28px;
}

.projectsAndProgrammesResearchByCountrySubmitButton {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 10px;
}

.WholeLinkSearchSubmitButton {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 10px;
}

#ProjectsAndProgrammesSimpleSearchItem{
	margin-bottom: 3px;
}

#ProjectsAndProgrammesLabelHolder{
	float:left; 
	width:128px;
}

#ProjectsAndProgrammesDataHolder{
	margin-left:130px; 
	/*zoom:100%;*/
}

.ProjectAndProgrammesLargeContentHolder {
	margin-top:8px;
	margin-bottom:3px;
}

#ProjectAndProgrammesLargeRowHolder{
	margin-bottom:12px;
}

#ProjectsAndProgrammesLargeLabel{
	margin-bottom:3px;
}

#ProjectsAndProgrammesDocumentLabel{
	float:left;	
	margin-bottom:4px;
}

#ProjectsAndProgrammesDocumentDataHolder{
	margin-left:100px; 
	/*zoom:100%;*/
}


/********************/
/* Research Contacts*/
/********************/
.researchContactsNavigation {
	margin-top: 7px;
	margin-bottom: 7px;
}


/***************/
/* Search Results*/
/***************/
.resultsSummary {
	margin-bottom: 14px;
}

.resultsSummary h2 {
	font-size: 115%;
	margin-bottom: 0;
}

.resultsSummary .resultsLegend {
	float: right;
}

.resultsSummary .resultsLegend img {
	vertical-align: middle;
}

.resultsNavigation {
	clear: right;
	margin-bottom: 14px;
}

.resultsNavigation a, .resultsNavigation a:visited {
	color: #663366;
	text-decoration: none !important;
}

.resultsNavigation a:hover, .resultsNavigation a:active, .resultsNavigation a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline !important;
}

.resultsTable {
	border-collapse: collapse;
	border-bottom: 14px solid #FFFFFF;
}

.resultsTable a, .resultsTable a:visited {
	color: #663366;
	text-decoration: none !important;
}

.resultsTable a:hover, .resultsTable a:active, .resultsTable a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline !important;
}
.resultsTable th {
	border-top: 1px solid #C7BEB5;
	border-bottom: 1px solid #C7BEB5;
	padding: 7px 4px;
	text-align: left;
	font-weight: normal;
}
.resultsTable td {
	padding: 7px 4px;
	vertical-align: top;
	text-align: left;
	background: url(../images/horizontal_line.gif) bottom left repeat-x;
}

.resultsTable .title {
	font-weight: bold;
	
}

.resultsTable .inst a, .resultsTable .inst a:visited {
	color: #231F20;
	text-decoration: none !important;
}
.resultsTable .inst a:hover, .resultsTable .inst a:active, .resultsTable .inst a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline !important;
}

.resultsTable .cost {
	text-align: left;
}

/*************************************/
/* Home Page News */
/* and added Themed Content changes */
/*************************************/

#NewsHeading {
	position: relative;
	background: #B0232A; /*#993333; */
	color: #FFFFFF;
	padding: 0px;
	height: 1%;
	margin: 0 0 7px 0;
	padding: 15px 10px 7px 15px;
	border-top: 7px solid #FFFFFF;
}

#ThemedContentHeading {
	position: relative;
	background: #B0232A; /*#993333; */
	color: #FFFFFF;
	padding: 0px;
	/*height: 1%;*/
	height:30px;
	margin: 0 0 7px 0;
	padding: 15px 10px 7px 15px;
	border-top: 7px solid #FFFFFF;
	
	/*border:1px solid gray;*/
}	

/* Holly hack to adjust for IE 3px problem \*/
* html #NewsHeading {
	margin: 0 0 7px -3px;
}

* html #ThemedContentHeading{
	margin: 0 0 7px -3px;
}
/* end hide*/ 

#ThemedContentHeading h2{
	margin: 0;
}

#ThemedContentHeading .NewsDate{
	position: absolute;
	bottom: 7px;
	right: 14px;
}

#NewsHeading h2{
	margin: 0;
}

#NewsHeading .NewsDate{
	position: absolute;
	bottom: 7px;
	right: 14px;
}

.NewsHolder{
	background: #ECEDEF;
	padding: 7px 20px 7px 10px;
	margin: 0 0 7px 0;
}

.ThemedContentHolder1{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width:333px;
     float: right;
     position: relative;
     height: 450px;
     /*border:1px solid gray;*/
     page-break-after:always;
	 /*overflow-y:auto; */
}

.ThemedContentHolder2{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px;
	 float: left;
	 position: relative;
	 height: 450px;
	 page-break-after:always;
    
}

.ThemedContentHolder3{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px;
     float: right;
     position: relative;
     page-break-after:always;
	  
}

.ThemedContentHolder4{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px; 
	 float: left;
	 position: relative;
   
}
	 
.ThemedContentHolder5{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px;
	 float: left;
	 position: relative;
	
}

.ThemedContentHolder6{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0; 
	 width: 333px;
	 float: left;
	 position: relative;
	 height: 30px;
    
}

.ThemedContentHolder7{
	background: #ECEDEF;
	padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px;
     float: left;
     position: relative;
     height: 450px;
     page-break-after:always;
	  
}

.ThemedContentHolder8{
	background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px; 
	 float: right;
	 height: 450px;
	 position: relative;
   
}

.ThemedContentHolder9{
	background: #ECEDEF;
	padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px;
     float: left;
     height: 450px;
     position: relative;
     page-break-after:always;
	  
}

.ThemedContentHolder10{
	background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px; 
	 float: right;
	 height: 450px;
	 position: relative;
   
}

.ThemedContentHolder11{
	background: #ECEDEF;
	padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px;
     float: left;
     height: 450px;
     position: relative;
     page-break-after:always;
	  
}

.ThemedContentHolder12{
	background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px; 
	 float: right;
	 height: 450px;
	 position: relative;
   
}

.ThemedContentHolder13{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px;
     float: left;
     height: 450px;
     position: relative;
     page-break-after:always;
	  
}

.ThemedContentHolder14{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 333px; 
	 float: right;
	 height: 450px;
	 position: relative;
   
}

.PrintContentHolder1{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 90%;
     position: relative;

	  
}

.PrintContentHolder2{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 90%;
	 position: relative;


}

.PrintContentHolder3{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 90%;
     position: relative;
     /*height: 1100px;*/
     height: 100%;
	  
}

.PrintContentHolder4{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 90%;
	 position: relative;
	 /*border:1px solid gray;*/


}
	 
.PrintContentHolder5{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 90%;
	 /*float: left;*/
	 position: relative;
	 /*border:1px solid gray;*/


}

.PrintContentHolder6{
     background: #ECEDEF;
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0; 
	 width: 90%;
	 /*float: left;*/
	 position: relative;
	 /*border:1px solid gray;*/


}

.PrintContentHolder7{
     /*background: #ECEDEF;*/
	 padding: 7px 20px 7px 10px;
	 margin: 0 0 7px 0;
	 width: 90%;
	 /*float: left;*/
	 position: relative;
	 /*border:1px solid gray;*/
    height: 100%;

}



.NewsThumbnail {
	float: left;
	width: 100px;
	margin-right: -100px;
}

.ContentThumbnail {
	float: right;
	width: 100px;
	margin-right: -100px;
}
.NewsTaster {
	padding-left: 125px;
}
.NewsTitle {
	font-weight: bold;
	font-size: 115%;
	margin: 0 0 5px 0;
}
.NewsTitle a, .NewsTitle a:visited {
	color: #231F20;
	text-decoration: none;
}
.NewsTitle a:hover, .NewsTitle a:active, .NewsTitle a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

.NewsRest{
	margin-bottom:15px; 
	margin-top:4px;
}

.NewsPDFButton {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 10px;
	margin-top: 30px;
}

/***************/
/* News Listings Page */
/***************/

.NewsContentHolder {
	margin-bottom:3px;
}

.NewsContentHolder .ContentLabel {
	color: #6A737B;
	font-weight: bold;
}

.NewsContentHolder .PageSubTitle {
	font-weight: bold;
}
.NewsContentHolder .PageSubTitle a,.NewsContentHolder .PageSubTitle a:visited {
	color: #663366;
	text-decoration: none;
}
.NewsContentHolder .PageSubTitle a:hover,.NewsContentHolder .PageSubTitle a:active, .NewsContentHolder .PageSubTitle a:focus {
	color: #B0232A; /*#993333; */
	text-decoration: underline;
}

.NewsWithImage{
	margin-right:121px; 
	/*min-height:72px;*/
	/*height: 72px;*/
	/*max-height:100px;*/
	height: auto;
}

.NewsContentFooter {
	clear: none;
	/*height: 1px;*/
	height: 5px;
	font-size: 1px;
}

.NewsItemImageHolder{
	float:right; 
	width:110px;
}

/***************/
/* News Details Page */
/***************/

h2.NewsTitle{
	margin: -7px 0 7px 0;
	padding: 0 0 7px 0;
	color: #663366 !important;
	border-bottom: 1px solid #C7BEB5;
}

#NewsRecordWithImage{
	margin-right:150px;
	
} 
#NewsRecordWithImage h3 {
	color: #231F20;
}
#NewsRecordImageHolder{
	float:right;
	
}

#KeyLinksImageHolder
{
    float:right;
    padding-top:12px;
    padding-bottom:12px;	
}


/***************************/
/* Research Contracts Page */
/* Tabular Search Form */
/***************************/
.ResearchContactsTitle {
		color: #663366;
		font-weight: bold;
		text-decoration: none;
}

/***************************/
/* Results Print Page */
/***************************/
.PrintLinkHolder {
	text-align:center; 
	margin-top:2px; 
	margin-bottom: 2px;
}

.PrintLinkHolder .PrintThisPage {
	font-size: 160%;
	color: #B0232A;
	text-decoration: underline;
	
}

/***************************/
/* Search Assist Page      */
/***************************/
.searchAssistGoButton {
	background:#B0232A; /*#993333; */
	border: 1px solid #B0232A; /*#993333; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 10px;
}

/***************************/
/* Email Alert  Page 	   */
/***************************/
.FormLabelRequired
	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	color: #FF3333;
	}
	
.EmailAlertRowHolder{
	margin: 7px 0;
	border: 1px solid #FFFFFF;
}

.EmailAlertHeaderHolder{
	margin-top: 7px;
	padding-left:73px; 
}

.EmailAlertAdvancedLabelHolder{
	margin-top: 7px;
	padding-left:7px; 
}
	
/***************************/
/* RSS Feed Page 	   */
/***************************/
.RSSFeed
	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	color: #FF6600;	
	}
	
	
	
/*******************************************/
/* TEST styles for aboutdfif.asp page 	   */
/*******************************************/
	#centercontent {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:250px;
		/*position: relative;*/
		width:200px;
		background:#fff;
		border:1px solid #000;
		}
	
/***********************/
/* Access Link */
/***********************/

/*.AccessLink a, .AccessLink a:visited {
	color: #B0232A;
	text-decoration: none;
}

.AccessLink a:hover, .AccessLink a:active {
	color: #B0232A;
	text-decoration: underline;
}*/

.AccessLink a:focus {
    background-color:#FFE0E2;
}

.AccessLink2 a:focus {
	color: #B0232A;
	text-decoration: underline;
}

.AccessLinkMenuBar a:focus {
	background-color:#606060;
}

.AccessLinkBtn a:focus {
    background-color:#663366;
}
