
/* -------------------------------------------------------------Header Code starts here---------------------------------------------------------------------- */

#wrapper  
	{
		border-top:	#ff00cc 1pt solid;
	}

/*Please specify Banner Color, background image and border colors here */
div.banner  
{
	background: url('../../images/banner_02_03.gif') #ff33cc right no-repeat;
	border-left: #ff00cc 1pt solid;
	border-right: #ff00cc 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: #ffffff;
		}
/* background and border color for top menu */

	#loginmenu  {
			background-color: #FFCCFF;
			border: #ff00cc 1pt solid;
		}
		
		/* Border colour for menu item on the top. This should always be same as #warpper & #banner colors above*/
		
	#loginmenu li  {
				
				border-right: #ff00cc 1px solid;
			}

		#loginmenu a
			{
   			 	   color:#000000;
			}

		/* search box border color */				
	.input_box
		{
			border-color: 0pt solid;
		}
		.search_button
		{
			background-color:#FFCCFF;
			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: #FFCCFF;
				border-bottom: #ff00cc 1px solid;
			}
			
		.heading_bottom  
			{
				background-color: #FFCCFF;
				border-top: #ff00cc 1px solid;
			}
			
		.heading h4, .heading_bottom h4
			{		
				background-color: #FFCCFF;
			}	
		
		.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*/
		
		div.loginBox input
                       {
                               border: #ff00cc 1px solid;
                               background-color:#FFCCFF
               
                       }
		
	.back  {
			background-color:#FFCCFF ;
		}
		
		/* MAIN CONTENT DIV FOR HOME PAGE CONTENTS AND REST OF PAGES*/
		
		#content, #home  
		{
			border-bottom: #ff00cc 1pt solid;
			border-left: #ff00cc 1pt solid;
			border-right: #ff00cc 1pt solid;
		}
		
			/* HOME PAGE - HEADINGS*/
			div.loginBox h4, div.updates h4
			{
				background-color:#FFCCFF;
				border-top: #ff00cc 1px solid;
				border-bottom:#ff00cc 1px solid;
			
			}
			
			/* HOMEPAGE - Right Menu*/
			
			div.product
			{	
				background-color: #FFCCFF;
			}
			
			div.product h4
			{
				background-color:#ff33cc;
				border-bottom:#ff00cc 2px solid;
			}
			
			/* HOMEPAGE - Marketing text*/
			
			div.newseries
			{
				border: #ff00cc 1px solid;
				background-color:#FFCCFF;
			}
			
			/* HOME PAGE - login text box*/
			
			div.loginBox input
			{
				border: #ff00cc 1px solid;
		
			}
			div.updates li
			{
				border-bottom: #ff00cc 1px solid;
			}
			
		/* BROWSE A-Z ENTRIES AND TITLES - THE A-Z LIST ON HEADING BAR*/
			UL.Alphabatical_list A  
			{
				color: #000000;
			}
			UL.Alphabatical_list A:hover  
			{
				background-color: #f5e9b0;
				color:	#000000;
			}
		
			UL.Alphabatical_list LI  
			{
				border-bottom:	#ff00cc 1px solid;
				border-left:	#ff00cc 1px solid;
				border-right:	#ff00cc 1px solid;
				border-top:	#ff00cc 1px solid;
			}
		
		
	/* ENTRY DISPLAY*/
	
		/* Left TOC*/
		
			td.toc
			{
				background-color:#FFCCFF;
			}
		/* Entry Content */
			td.articlecontent a
			{
				color:#ff00ff;
			}
		
		/* SEARCH RESULTS (should be lighter shade of the product theme)*/
			p#search_result  
			{
				border-bottom: #ff00ff 1px dotted;
			}
			#search_result a
			{	
				color:#ff00ff;
			}
/* -------------------------------------------------------------Body Code ends here---------------------------------------------------------------------- */	


/* -------------------------------------------------------------Footer Code starts here---------------------------------------------------------------------- */	

#Footer  {
		background-color:#FFCCFF;
		border-bottom:	#ff00cc 1pt solid;
		border-left:	#ff00cc 1pt solid;
		border-right:	#ff00cc 1pt solid;

	}

	#footer a, #footer A:hover  
	{
		color:#000000;
	}
	
	#footer li  
	{
		color:#000000;
	}
	
	
	/*T&F logo on the left*/
	div.routFooter  
		{
			background-image: url(../../images/footer_img_20.gif);
		}
	
	
		
	/*Informa logo on the right */
	div.routFooter01  
		{
			background-image:	url(../../images/footer_img_22.gif);
		}
/* -------------------------------------------------------------Footer Code ends here---------------------------------------------------------------------- */