/* site css for Oncogene website */
/* site colour:  #375C2F */
/* article page references list style:  decimal */

/* ========================================== */
/* = Coloured icons for user-services links = */
/* ========================================== */
#hdr .user-services .li1 a {background-image: url(/common/includes/header/images/icons/01/icon_account_green_med.gif);}
#hdr .user-services .li2 a {background-image: url(/common/includes/header/images/icons/01/icon_submit_green_med.gif);}
#hdr .user-services .li3 a {background-image: url(/common/includes/header/images/icons/01/icon_register_green_med.gif);}
#hdr .user-services .li4 a {background-image: url(/common/includes/header/images/icons/01/icon_subscribe_green_med.gif);}

#hdr .user-services .us-link a:link, #hdr .user-services .us-link a:visited {
	color:#204A18 /* sets the link color for the header nav */
}
#hdr .user-services .us-link a:hover {color:#CC0033}

map.journal-nav ul li a:hover, map.journal-nav ul li a.on, map.journal-nav ul li a.on:visited, map.journal-nav ul li ul.subnav li.on, map.journal-nav ul li ul.subnav a:hover, h2.society-resources, ul.society-resources a:hover, .nav-header, h1.page, #article #content h3, #articlenav h2, #toc #extranav div.change-issue h2, #toc #content h3, #about #content h2, #info #content h2, #info #content th.prices-head-first, #info #content th.prices-head, #aop #content h3, #topten #content h2, #archive #content h2, #article-related #journal-header, #article-related a.back-to-article:hover, #subscribe-now #content h2, #subscribe-now #content input.button
{background-color: #375C2F;}

#toc #content h4.area, #aop #content h4.area {color: #375C2F;}

/* for access pages */
body#access .toolsmenu .title {
	background: #375c2f;
}

#article #content #References ol {
	/* This was previously set to 'none' for some unknown reason, please check VIEW-3577 to see why this was set to 'decimal' again */
	list-style-type: decimal;
	/* alternate values:
	decimal (1, 2, 3, etc.)
	decimal-leading-zero (01, 02, 03, etc.)
	lower-alpha (a, b, c, d, e, etc.)
	upper-alpha (a, B, C, D, E, etc.)
	lower-roman (i, ii, iii, iv, v, etc.)
	upper-roman (I, II, III, IV, V, etc.)
	lower-greek (alpha, beta, gamma, etc.)*/
}

/* leftnav highlighting */
.home .jn-home,
.aop .jn-aop,
.about-aop .jn-aop .subnav .jn-about-aop,
.issue .jn-issue,
.archive .jn-archive,
#archive .jn-archive,
.press-releases .jn-press-releases,
.for-authors .jn-for-authors,
.for-referees .jn-for-referees,
.contact-eds .jn-contact-eds,
.about-the-journal .jn-about-the-journal,
.about-the-society .jn-about-the-society,
.subscribe .jn-subscribe,
.advertising .jn-advertising,
.contact-npg .jn-contact-npg,
.site-features .jn-site-features
{background-color: #375C2F;}

.home .jn-home a:link,
.home .jn-home a:visited,
.aop .jn-aop a:link,
.aop .jn-aop a:visited,
.about-aop .jn-aop .subnav .jn-about-aop a:link,
.about-aop .jn-aop .subnav .jn-about-aop a:visited,
.issue .jn-issue a:link,
.issue .jn-issue a:visited,
.archive .jn-archive a:link,
.archive .jn-archive a:visited,
#archive .jn-archive a:link,
#archive .jn-archive a:visited,
.press-releases .jn-press-releases a:link,
.press-releases .jn-press-releases a:visited,
.for-authors .jn-for-authors a:link,
.for-authors .jn-for-authors a:visited,
.for-referees .jn-for-referees a:link,
.for-referees .jn-for-referees a:visited,
.contact-eds .jn-contact-eds a:link,
.contact-eds .jn-contact-eds a:visited,
.about-the-journal .jn-about-the-journal a:link,
.about-the-journal .jn-about-the-journal a:visited,
.about-the-society .jn-about-the-society a:link,
.about-the-society .jn-about-the-society a:visited,
.subscribe .jn-subscribe a:link,
.subscribe .jn-subscribe a:visited,
.advertising .jn-advertising a:link,
.advertising .jn-advertising a:visited,
.contact-npg .jn-contact-npg a:link,
.contact-npg .jn-contact-npg a:visited,
.site-features .jn-site-features a:link,
.site-features .jn-site-features a:visited
{color: #fff;}

.aop .jn-aop .subnav a {color: #000;}

/* subnav background image */
/* this is required as the background-color above overrides the background: url in the main.css */
.about-aop .jn-aop .subnav .jn-about-aop a:link,
.about-aop .jn-aop .subnav .jn-about-aop a:visited
{background: url(/common/images/nav_dots1.gif) 11px 5px no-repeat;}

/* end subnav background image */
/* end leftnav highlighting */


/*                      -------------------------                    */
/*                      add new styles below here                    */
/*                      -------------------------                    */



/* the following styles should remain in this stylesheet */
/* issue TOCs have some optional headings, aOP TOCs have fixed, unvarying headings */
#toc #content h4.subject, #aop #content h4.subject {
	font-weight: bold;
	font-size: 70%;
	color: #375C2F;
	text-transform: uppercase;
	margin: 1em 0 -1em 0;
}

/* Styles added for tables on Oncogene Reviews page */

#info #content table.reviews {margin-bottom: 20px;
	margin-top: 15px;
}

#info #content table.reviews th {
	background: #eaeaea;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

#info #content table.reviews td {
	background: #f5f5f5;
	padding: 2px 10px 2px 10px;
}

/*            -------------------------                    */
/*  temp styles for testing Rights and Permissions RHS link       */
/*            -------------------------                    */


#articlenav li.permissions, #articlenav li.permissions {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
* html #articlenav ul a.permissions: link, * html #articlenav ul a.permissions:visited, * html #articlenav ul a.permissions:hover {/* IE only */
	padding: 3px 5px 3px 27px !important;/* Mac IE */
	padding: 1px 5px 1px 27px;/* PC IE */
}
#articlenav ul a.permissions, #articlenav ul a.permissions:visited {
	color: #000;
	padding: 3px 5px 3px 27px;
	background: url(/common/images/icons/fff/permissions.gif) 5px 4px no-repeat;
}
#articlenav ul a.permissions:hover {
	text-decoration: underline;
	color: #000;
	background: url(/common/images/icons/fff/permissions.gif) 5px 4px no-repeat;
}


/* added 28-03-06 PaP*/

#home div.news h2 {
 font-size: 90%;
 margin-bottom: 0;
}


/* Onc homepage split page styles */

/* featureboxes */
#home #content .container {float: left;}
#home #content .featurebox {margin: 10px 0 20px 0;}
#home #content .featurebox .padder {padding: 5px;}
#home #content .featurebox .padder .heading {margin-top: -5px;}/* when heading contains no image */
#home #content .featurebox.colour {background-color: #f0f0f4;}

#home #content div.left {
	float: left;
	width: 48%;
}

#home #content div.right {
	float: right;
	width: 48%;
}

#home #content .featurebox h1 {
	font-size: 90%;
	text-transform: uppercase;
	background: #375C2F;
	color: #fff;
	padding: 3px 5px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#home #content .featurebox h1 a {
	color: #fff;
	text-decoration: none;
}
#home #content .featurebox h1 span {
	display: block;
	font-weight: normal;
}
#home #content .featurebox h2 {
	 font-size: 90%;
 margin-bottom: 0;
}




#home #content .featurebox img.left-image {
	min-height: 24px;
	margin: 5px;
	float:  left;
	border:  none;
}

#home #content .featurebox div.left-image img {
	min-height: 24px;
	margin: 5px;
	border:  none;
}

/*

#home #content .featurebox div.centred-image {
	min-height: 24px;
	margin: 5px;
	padding-left: 42px;

}

#home #content .featurebox div.centred-image img {
	border:  none;
}

#home #content .featurebox p img.right-image {
	min-height: 24px;
	margin: 5px;
	float:  right;
	border:  none;
}

*/

#home #content .featurebox p.norm {
	margin: 0;
	font-size: 90%;
}


/* end featurebox styles */


/* styles for Supplements, added 10 Nov 2011 by PL */

.sup-title {
	background-color: #375C2F;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 90%;
	padding: 3px 0 3px 10px;
}

.sup-box {
	background: none repeat scroll 0 0 #FDFDFD;
	border: 1px solid #E7E7E7;
	border-top: 0 none;
	padding: 4px 14px 14px 14px !important;
	margin: 0 0 20px;
}

.sup-box p {
	font-size: 90%;
	margin: 0;
	padding-top: 10px !important;
}
/* line breacks for the news section requested by Otto */

div.news div.section {
	border-bottom:1px solid #EAEAEA;
	margin-top:10px;	
}
div.news p a {
	font-size: 90%;
}