
/* -------------------------------------------------------------Header Code starts here---------------------------------------------------------------------- */

#wrapper  {
border-top:	#507D2A 1pt solid;
}

/*Please specify Banner Color, background image and border colors here */
div.banner  
{
	background: url('../../images/background_02.gif') #2E3640 center no-repeat;
	/*border-left: #B7D1F2 1pt solid;
	border-right: #B7D1F2 1pt solid;*/

}

/* Routledge logo image on the top banner*/

div.logo  
	{
	 background-image: url('../../images/logo_05.gif');

	}
	/* Text Color for top menu - default is black, can be changed if required*/
	#header li, #header a  
		{
			color: #000000;
		}
/* background and border color for top menu */

	#loginmenu  {
			background-color: #C9DCF3;
			border: #B7D1F2 1pt solid;
			}
		
		/* Border colour for menu item on the top. This should always be same as #warpper & #banner colors above*/
		
	#loginmenu li  {
				
				border-right:	#B7D1F2 1px solid;
			}

		#loginmenu a
			{
   			 	color:#000000;
			}

		/* search box border color */				
	.input_box
		{
			border-color: 0pt solid;
		}
		
		/*.search_button
		{
			background-color:#fdf8e2;
			color:#cccccc;
		}*/
		.search_button
		{
			background-color:#fdf8e2;
			color:#000000;
		}
		
		
/* -------------------------------------------------------------Header Code ends here---------------------------------------------------------------------- */		
		
		
		
		
		
/* -------------------------------------------------------------Body Code starts here---------------------------------------------------------------------- */		
		
			/*ENTRY & CHAPTER HEADING, BREAD CRUMB TRAIL, BACKWARD AND FORWARD NAVIGATION FOR ENTRY - TOP BAR & BOTTOM BAR */	
		.heading  
			{
				background-color: #C9DCF3;
				border-bottom: #B7D1F2 1px solid;
			}
			
		.heading_bottom  
			{
				background-color: #C9DCF3;
				border-top: #B7D1F2 1px solid;
			}
			
		.heading h4, .heading_bottom h4
			{		
				background-color: #C9DCF3;
			}	
		
		.heading a, .heading_bottom a  
			{
				color:	#000000;
				text-decoration: none;
			}
			
		/* Shaded background color for alternate rows in browse by book and browse by entry pages. This hsould be a lighter version of the product theme colour*/
		
	.back  
		{
			background-color:#C9DCF3;
		}
		
		/* MAIN CONTENT DIV FOR HOME PAGE CONTENTS AND REST OF PAGES*/
		
		#content, #home  
		{
			border-bottom: #B7D1F2 1pt solid;
			border-left: #B7D1F2 1pt solid;
			border-right: #B7D1F2 1pt solid;
		}
		
			/* HOME PAGE - HEADINGS*/
			div.services_left h4, div.services h4
			{
				color:#E8A427 ;
				
			
			}
			
			/*div.services, div.services_left
			{
				border: #BEBEBE 1px solid;
				
			
			}*/
			
		div.leftmenu a, #welcome a
			{
				color:#E8A427;
				text-decoration: none;
			}
			div.product a
			{
		
				color:#2E3640;
			}
			/* HOMEPAGE - Right Menu*/
			
			div.product
			{	
				background-color:;
			}
			
			div.product h4
			{
				color:#E8A427;
			}
			
			/* HOMEPAGE - Marketing text*/
			
			/*div.newseries
			{
				border: #B7D1F2 1px solid;
				background-color:#C9DCF3;
			}*/
			



		/* BROWSE A-Z ENTRIES AND TITLES - THE A-Z LIST ON HEADING BAR*/
		UL.Alphabatical_list A  
		{
			color: #507D2A;
		}
		UL.Alphabatical_list A:hover  
		{
			background-color:	#C9DCF3;
			color:	#000000;
		}
		
		UL.Alphabatical_list LI  
		{
			border-bottom:	#B7D1F2 1px solid;
			border-left:	#B7D1F2 1px solid;
			border-right:	#B7D1F2 1px solid;
			border-top:	#B7D1F2 1px solid;
		}
		
		
		/* ENTRY DISPLAY*/
			/* Left TOC*/
		
		td.toc
		{
			background-color:#C9DCF3;
		}
		/* Entry Content */
		td.articlecontent a
		{
			color: #C9DCF3;
		}
		
		/* SEARCH RESULTS (should be lighter shade of the product theme)*/
		p#search_result  
		{
			border-bottom: #B7D1F2 1px dotted;
		}
		#search_result a
		{	
			color:#C9DCF3;
		}
/* -------------------------------------------------------------Body Code ends here---------------------------------------------------------------------- */	
#Footer  {
		background-color:	#C9DCF3;
		border-bottom:	#B7D1F2 1pt solid;
		border-left:	#B7D1F2 1pt solid;
		border-right:	#B7D1F2 1pt solid;
	}

	#footer a, #footer A:hover  
	{
		color:#000000;
	}
	
	#footer li  
	{
		color:#000000;
	}
/*T&F logo */
div.routFooter  
	{
		background-image: url();
	}
	/*Informa logo */
	div.routFooter01  
		{
			background-image:	url();
		}
/* -------------------------------------------------------------Footer Code starts here---------------------------------------------------------------------- */
