/* department name in header */
#translational #dept-home-link a { background: url(images/h1-logo-translational-medicine.png) top left no-repeat; width: 270px; }

/* search box colour */
#translational #search .search-button {	background: #15ab3b; }

/* navigation */
#translational #navigation li a { background: #fbe8e9; }
#translational #navigation li a:hover { 	background: #e0535a url(../images/navigation-hover-bg.png) right no-repeat; }
#translational #navigation .selected a,  #translational #navigation li span a {	background: #d61a23 url(../images/navigation-hover-bg.png) right no-repeat; }
#translational #navigation .sub-menu a,  #translational #navigation li ul a { background-color: #f5c6c8; }

/*breadcrumb colour*/
#translational #breadcrumb { background: #fbe8e9; }
#translational #proposition h1 { color: #d61a23; }
#translational #proposition h2 { color: #15ab3b; }
#translational #proposition img { border: 10px solid #fbe8e9; }

/* call to action button */
#translational #call-to-action, #translational .call-to-action {
	background-color: #1ad64a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad64a), to(#15ab3b));
	background-image: -webkit-linear-gradient(top, #1ad64a, #15ab3b);
	background-image:    -moz-linear-gradient(top, #1ad64a, #15ab3b);
	background-image:     -ms-linear-gradient(top, #1ad64a, #15ab3b);
	background-image:      -o-linear-gradient(top, #1ad64a, #15ab3b);
	background-image:         linear-gradient(top, #1ad64a, #15ab3b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1ad64a', EndColorStr='#15ab3b');
}

#translational .call-to-action:hover,  #translational #call-to-action:hover { background-color: #008923; }

/* heading colours */
#translational .three-column-module h1,  #translational .three-column-module h3 { color: #d61a23; }
#translational .content h1,  #translational .org-chart h1,  #translational .gallery-wrapper h1,  #translational #main-content .wp-post h2 { color: #d61a23; }

/* border colours */
#translational .content img { border: 10px solid #fbe8e9; }
#translational .content iframe { border: 10px solid #fbe8e9; }
#translational aside img { background: #fbe8e9; }
#translational .content iframe { border: 10px solid #fbe8e9; }

/*zebra stripes*/
	/* even */
#translational .org-chart table tr { background-color: #f9ddde; }
.ie7 #translational .org-chart table tr td { background: #f9ddde; }
#translational .zebra-stripe li,  #translational #research-group-members li,  #translational #research-groups ul li { background: #f9ddde; }
#translational .course-list li { background-color: #f9ddde; }
#translational .zebra-stripe li,  #translational #research-group-members li,  #translational #research-groups ul li { background: #f9ddde; }


	/* odd */
#translational .org-chart table tr.odd { background-color: #fdf3f4; }
#translational .org-chart table tr:nth-child(odd) { background-color: #fdf3f4; }
.ie7 #translational .org-chart table tr.odd td { background: #fdf3f4; }
#translational .zebra-stripe li:nth-child(odd),  #translational #research-group-members li:nth-child(odd),  #translational #research-groups ul li:nth-child(odd) { background: #fdf3f4; }
#translational .course-list li:nth-child(odd),  #translational .course-list li.odd { background-color: #fdf3f4; }

/* tabbed naivgation */
#translational #profile-categories, #translational .profile-categories, #translational .research-group-categories, #translational #tabbed-navigation ul {     background: none repeat scroll 0 0 #fbe8e9; }
#translational #profile-categories a:hover, #translational .profile-categories a:hover, #translational .research-group-categories a:hover, #translational #tabbed-navigation li a:hover { background: #e0535a; }
#translational #profile-categories .active-category a, #translational .profile-categories .active-category a, #translational .profile-categories li .currentbranch0 a, #translational .research-group-categories .active-category a { background: none repeat scroll 0 0 #F9DDDE; color: #000000; }

/* staff profiles */
#translational #profile-categories,  #translational .profile-categories,  #translational .research-group-categories  #translational #tabbed-navigation ul { 	background: none repeat scroll 0 0 #fbe8e9; }
#translational #profile-categories .active-category a,  #translational .profile-categories .active-category a,  #translational .profile-categories li .currentbranch0 a,  #translational .research-group-categories .active-category a { background: #f5c6c8; color: #000; }
#translational #profile-categories a:hover,  #translational .profile-categories a:hover,  #translational .research-group-categories a:hover  #translational #tabbed-navigation li a:hover { background: #d61a23; }

/* see and hide buttons */
#translational .see-all a { background: #15ab3b url(images/see-all-bg.png) right 50% no-repeat; border-right: 10px solid #15ab3b; }
#translational .hide-pubs a { background: #15ab3b url(images/hide-pubs-bg.png) right 50% no-repeat; border-right: 10px solid #15ab3b; }


#translational #contact-details p { background: #fbe8e9; }

/* course page colours */
#translational .course nav li.selected a,  #translational .pg-course nav li.selected a { border-top: 5px solid #D61A23; }
.ie8 #translational .course nav li.selected a,  .ie8 #translational .pg-course nav li.selected a { border-right: 2px solid #D61A23; }
.ie7 #translational .course nav li.selected a,  .ie7 #translational .pg-course nav li.selected a { position: relative; border-right: 2px solid #D61A23; }

#translational #research-group h1:first-child,  #translational #research-group ul.research-group-categories {



	display: none;



}

#translational .content .hand h4 {
    background-color: #15AB3B;
    background-image: -moz-linear-gradient(center top , #15AB3B, #32bb55);
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
    padding: 4px 10px;
    width: 90px;
}