@charset "utf-8";

@import "/bacs/webcommon/private/styles/style.css";

/* Header */

h1.logo
{
	display: block;
	background-color: #FFF;
	text-indent: -5000px;
	background-repeat:no-repeat;
	height: 26px;
	margin: 0;
	padding-top: 60px;
}

h1.dsitp
{
	background: url('/bacs/modules/wordpress_api/library/images/bacs_logo.png') no-repeat left center;
}

.FnlLogo {
	margin-right: 16px;
	margin-top: 7px;
}



/* Top Navigation */

div.front-logged-in-as
{
	width: 950px;
	margin: auto;
	padding: 4px 24px 3px 0px;
	text-align: right;
}


#ncif-nav li.top-nav {
	width: 120px;
}


#ncif-nav li.top-nav-active a {
	text-decoration: underline;
}

#ncif-nav li.top-nav a:hover
{
  color: #999;
}



/* Landing images */

div.landing-page
{
	height: 256px;
	width: 713px;
	margin: 0 0 10px 0;
	background-repeat:no-repeat;
	overflow:hidden;
}

div.default-image
{
	background-image: url(/bacs/modules/wordpress_api/library/images/placeholder_collage.png);
}


div.dsitp-image
{
	background-image: url(/bacs/modules/wordpress_api/library/images/bacs_collage.png);
}

div.abcc-image
{
	background-image: url(/bacs/modules/wordpress_api/library/images/abcc_collage.png);
}

div.itog-image
{
	background-image: url(/bacs/modules/wordpress_api/library/images/itog_collage.jpg);
}

div.isco-image
{
	background-image: url(/bacs/modules/wordpress_api/library/images/isco_collage.jpg);
}

div.pao-image
{
	background-image: url(/bacs/modules/wordpress_api/library/images/pao_collage.jpg);
}

div.ctos-image
{
	background-image: url(/bacs/modules/wordpress_api/library/images/ctosg_collage.jpg);
}


/* Typography */

p, ul, li, td, div
{
  line-height: 1.6em;
}

.NcifSubSiteContentContainer p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

.NcifSubSiteContentContainer li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.NcifSubSiteContentContainer #form-body p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

form .required {
  font-size: 1em;
}

h2
{
  font-weight: bold;
  color: #333;
  font-size: 1.7em;
  clear: both;
}

h3
{
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 16px;
  margin-top: 20px;
	clear: both;
  color: #333;
}

h4
{
  font-weight: bold;
  color: #333;
}

h5
{
  font-weight: bold;
  margin: 16px 0 12px 0;
  color: #333;
}


/* Tables */

td
{
  vertical-align: top;
}

#main-page-features
{
  margin-top: 10px;
}

#main-page-features td.image
{
	vertical-align: top !important;
	padding: 0 5px 20px 0 !important;
	min-width: 85px !important;
}

#main-page-features td.data
{
	vertical-align: top !important;
	padding-bottom: 20px !important;
	word-wrap: break-word !important;
}

#main-page-features td.data h4
{
	margin-top: 0;
}

#previous-image
{
	float: left;
	text-align: left;
	margin-top: 50px;
}

#next-image
{
	float: right;
	text-align: right;
	margin-top: 50px;
}

table.xml_resultset_table {
  font-size: 1.1em;
}


/* Image gallery */

.gallery-caption
{
    display: none;
}

#imageData #imageDetails
{
    width: 100%;
}

#post-1941 table a,
#post-1941 table span
{
	text-decoration: none !important;
}

#post-1941 table a
{
	font-weight: bold;
}


/* Left navigation menu */

.menu-item
{
	clear: both;
	float: left;
	margin-left: 0px;
	width: 175px;
	margin-bottom: 0px;
	font-size: .85em;	
}

.menu-item ul
{
	padding: 0px;
	margin: 0px;

}

.menu-item a
{
  margin: 2px 6px 0 12px;
}

.menu-item ul ul ul li a
{
  margin-left: 24px;
}

.menu-item ul li a:hover
{
  color: #9C9C9C;
}

.menu-item ul ul li
{
	list-style: none;
}

.menu-item ul ul ul li
{
	font-weight: normal;
	display: none;
	list-style: none;
	background-color: #ffffff;
}

.menu-item ul ul ul li
{
	display: none;
	list-style: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 173px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: -2px;
	background-color: #FFFFFF;
}

.menu-item ul ul ul ul
{
	display: none;
}

.show {
	display: block;
}

.menu-item ul ul ul li.current-page
{
  background-color: #f8f8f8;
}

.menu-item li .current-page, .menu-item li .current-page:hover
{
	font-weight: bold;
}

.menu-item li .current-page ul li
{
	display: block;
	color: #333;
}

.NcifSubSiteSideBar ul.SideNavigation li
{
  padding-left: 0px;
}


/* Staff Directory */

#staff-directory
{
	width: 100% !important;
	border: none !important;
	border-collapse: collapse !important;
	margin: 10px 0 0 0;
}

#staff-directory td
{
	width: 50% !important;
	vertical-align: top !important;
	padding: 0 0 20px 0 !important;
}

#staff-directory div.image
{
	float: left !important;
	width: 120px !important; /*width: 90px !important;*/
}

#staff-directory div.data
{
	word-wrap: break-word !important;
	float: right !important;
	width: 242px !important;
	text-align: left !important;
	padding: 0 10px 0 0 !important;
}

#staff-directory h3
{
	margin-top: 0;
}


/* Google search */

input.gsc-input {
  border-color: #777777;
  background-image: none !important;
}
input.gsc-search-button {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
input.gse-input {
  background-image: none !important;
}
.cse input.gsc-input, input.gsc-input {
  font-size: 12px !important;
  border-color: #999 !important;
  width: 98% !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
  font-size: 11px !important;
  background-color: #777 !important;
  border-color: #777 !important;
  cursor: pointer !important;
}
td.gsc-clear-button {
  display: none !important;
}


/* Layout */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin:0 6px 0 0 }
.alignright { float:right; margin:0 0 0 6px }
.wp-caption { border:1px solid #d6d6d6; text-align:center; background:#fff; padding:5px 0 0 0; margin:0 10px 10px 10px; }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */


/* Fixes */

.post
{
  margin-bottom: 30px;
}

div#staff-directory-container {
  width: 100% !important;
}

div.staff-container {
  width: 220px !important;
  padding: 14px !important;
  font-size: 1em !important;
}

div.image-container {
  margin-bottom: 4px;
}

#NcifPageFooter ul.Links.Top {
  width: 367px;
  padding-top: 15px;
  text-align: center;
  margin: 0px auto 0px auto;
}

#NcifPageFooter {
  text-align: center;
  min-height: 140px;
  background: url('/bacs/cms/wp-content/themes/ncif/style/images/BgFooter.png') repeat-x;
}

#NcifPageFooter p {
  color: #9799A8;
  font-size: .9em;
  padding-bottom: 10px;
}

#NcifPageFooter ul.Links.Bottom {
  padding-top: 10px;
}

.NcifSubSiteTopNavigationContainer ul {
  max-width: 750px;
	margin: auto;
}

.NcifSubSiteTopNavigationContainer ul li {
  margin: 0;
	display: table-cell;
}

.NcifSubSiteSearch {
  width: 205px;
  background-image: none;
}

#resources-search div.input
{
  float: left;
  margin-right: 4px;
}

#resources-search .form-comment {
  margin-left: 4px;
}

.NcifSubSiteSideBar ul.SideNavigation li {
  padding: 0px;
}

/*
.menu-item ul ul li:nth-child(odd),
.odd {
  background-color: #EAEAEA;
}

.menu-item ul ul li:nth-child(even) {
  background-color: #F4F4F4;
}
*/

.NcifSubSiteBanner
{
  z-index: 1; /* A high z-index to make sure it sits on top. */
}


/* Breadcrumb navigation */

.breadcrumbs
{
	margin: 0 0 20px 0;
	font-size: .85em;
	line-height: 1.8em;
}

.breadcrumbs a:link,
.breadcrumbs a:hover,
.breadcrumbs a:visited
{
	font-color: #666666;
}


/* Developmnt alert */

div#development-alert
{
	margin: 0 0 1px 0;
	height: 18px;
	background-color: #333;
	overflow: hidden;
	color: #fff;
	font-size: .8em;
	padding: 3px 0px 0px 29px;
	background-image:url(/bacs/cms/wp-content/themes/ncif/style/images/dev_alert.gif);
	background-repeat:no-repeat;
	background-position: 10px;
	z-index: 100;
}


/* Services table */

.service-image
{
	float: right !important;
	padding: 10px !important;
}

.service-image-stacked
{
	float: right !important;
	padding: 10px !important;
	clear: both !important;
}

.service-text
{
	padding: 4px !important;
	float: left !important;
	width: 122px !important;
	line-height: 1.2em !important;
}

.service-table
{
  margin: 30px 0 !important;
  border: 1px solid #666666;
  border-collapse: collapse;
  width: 760px;
}

.service-table td
{
  padding: 6px !important;
  border: 1px solid #666666;
  border-collapse: collapse;
}

.service-table p
{
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.2em !important;
}

div#public_auth-alert
{
	margin: 0;
	height: 18px;
	background-color: #a90101;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	color: #FFF;
	font-size: 1em;
	padding: 7px 0px 5px 39px;
	background-image: url(/bacs/webcommon/private/images/template/assets/dev_alert.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	z-index: 100;
}

.shaded a:link, .shaded h3, .shaded .input-container label, .shaded p, .shaded .error, .shaded .form-comment
{
	color: #ccc;
}

.shaded .input-container input, .shaded .input-container textarea
{
  border: 1px solid;
	border-color: #eee;
	border-collapse: collapse;
}

#nih_account_no
{
  margin: 20px 0 0 0;
  padding: 0 30px;
  width: 575px;
  height: 150px;
  background-color: #eeeeee;
  border: 1px solid #D5D5D5;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#No
{
  margin-left: 20px;
}

/* header search */
.NcifSubSiteSearch
{
	height: 50px;
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}

.NcifSubSiteSearch #cse-search-form
{
	display: none;
}

.NcifSubSiteSearch .gsc-control-cse {
	padding: 0;
	width: auto;
}

.NcifSubSiteSearch .gsc-search-box-tools .gsc-search-box .gsc-input
{
	height: 1.5em !important;
}

.NcifSubSiteSearch .cse input.gsc-search-button, input.gsc-search-button
{
	background-color: #777 !important;
}

.gsst_b
{
	margin-top: 5px;
}


/* ABCC Downloads */

.downloads-container {
  width: 740px;
  margin-top: 25px;
  margin-bottom: 25px;
  clear: both;
  display: table;
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #F8f8f8;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.image-thumbnail-container {
  width: 254px;
  float: left;
}

.downloads-copy-container {
  width: 476px;
  float: right;
  margin-left: 10px;
}

.downloads-copy-container h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


/* publications */
p.publication-block {
	margin: 20px 0 20px 0;
}


/* misc */

#itog-form div.form-comment
{
	margin-left: 200px;
}

.tooltip_this {
	color: #006DB5;
    cursor: pointer;
}

.tooltip {
	font-size: 1.25em;
	color: #fff;
    background-color: #343a40;
    padding: 2px !important;
    border: 1px solid #000;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    border-radius: 2px;
}
