/*MAIN STYLESHEET as at 10 January 2011 */


/*TO CHANGE COLOUR OF PAGE BACKGROUND ALTER COLOUR OF BACKGROUND TILE
(IN IMAGES FOLDER) - file name goes here where it says "background: url (      )*/
/*additional style specifications are in individual subject folders*/

	/*This sets the appearance of the basic page.*/
	body{ 	
		background: url(../images/backgn4B.gif);
		font-size: 1em;
		font-family: verdana, arial, sans-serif;
		color: #28342c;
		line-height: 1.1em;
		margin-left: 15px;
		margin-right: 15px;
	}



	.noshow{ 

  		display: none;
 
       	 }



	/*These set the appearance of the different headings.
	Without them, your browser will use a default setting. */

	
	
	/*MAIN HEADING - "BOOKCHART"*/
	h1{
		font-family: lucida, "times new roman", times;
		font-size: 2.5em;
		line-height: 1.1em; 
		color: #28342c;
		font-style: italic;
		font-weight: bold;
		text-align: center;



	}

	h2{			
		font-family: lucida, "times new roman", times;
		font-size: 1.95em;
		line-height: 1.1em; 
		color: #28342c;
		font-style: italic;
		font-weight: bold;
		text-align: center;
	}

	/*Sub-headings - left align*/
	h3{	
		font-size: 1.5em; 
		font-weight: bold;
		font-style: italic;
		color: #5e5535;
		text-align: left;
		margin-top: 30px;
	}


	h4{
		font-size: 1.25em;
		line-height: 1.3em;
		font-weight: bold;	
		font-style: normal;
		color: #28342c;
		text-align: center;		
	}

	h5{
		font-size: 1.25em;
		line-height: 1.3em;
		font-weight: bold;	
		font-style: italic;
		color: red;
		text-align: center;		
	}


	
	

	/*These change the appearance of selected portion of the file.
	syntax: <div class="copyright">text</div>*/

	
	
	.copyright{
			font-size: 0.75em;
			color: black;
			font-style: italic;
			text-align: center;
			font-weight: normal;
	}

	.returnbutton{
			font-size: 0.85em;
			color: black;
			font-style: normal;
			text-align: left;
			font-weight: normal;
	}
	


/*TABLE LAYOUT*/


	#main{
			background: #ffffff;	
			width: 850px;		
			border: 2px solid #999999;
			padding:  15px;
			font-size:1em;
			color: navy;
			text-align: left;
	}

	

	#text{
			background: #d7ebe2;	
			width: 100%;		
			border: 1px solid #888888;
			padding:  15px;
			font-size:1.1em;
			line-height: 1.3em;
			color: #1e2621;
			text-align: left;
			font-weight: bold;
	}



	.updates td{
			padding:  15px;
			background: #d9d0bd;
			
	}





/*BACKGROUND FOR IMAGES ON PAGE "bookchart.html"*/
	.bookTNs{
		font-family: verdana;
		font-size: .85em;
		background: "transparent";
		color: #1c0f27;
		text-align: center;
	}

	.bookTNs img{
		border: solid 3px #FFFFFF;
		margin-top: 30px;
		margin-bottom: 0;

	}

	


/*ATTRIBUTES FOR BACKGROUND TABLE ON IMAGE PAGES*/


	.imgTable{
		border: 1px solid #000033;
		background: #f6eeee;
		width: 620px;
		padding: 10px;

	}

	.imgTable img{
		border: 4px solid #000000;
		margin: auto;

	}

	.imgTable p{		
		font-family: verdana, arial;
		font-style: normal;
		font-size: 1em;
		text-align: left;
		color: #000033;
		margin: 10px;
	}





img {
	border:3px solid red;
	}

img.pretty	{
	 border: 5px dotted blue;
	}

img.naked {
	border: 0;
	}











/*These change the appearance of selected pieces of text within paragraphs.
	syntax: <span class="info">text</span>*/
	
	.greenemphasis{
			font-size: 1.2em;
			color: #294238;
			font-style: italic;
	}

	.purpleemphasis{
			font-size: 1.2em;
			color: #561551;
			font-style: italic;
	}


	.redemphasis{
			font-size: 1.2em;
			color: #ed3219;
	}

	.booktitles{
			font-size: 1em;
			color: #024260;
			font-style: italic;
			font-weight: bold;
	}

	.peoplenames{
			font-size: 1em;
			color: #60020d;
			font-weight: bold;
	}

	.companynames{
			font-size: 1em;
			color: #294238;
			font-style: italic;
			font-weight: bold;
	}


	.questions{
			font-size: 1em;
			color: black;
			font-weight: bold;
			font-style: italic;
	}






/*this sets the colour and attributes of all other links.*/
	a{text-decoration: none; color: black; font-family: arial; font-weight: bold;}
	a:visited {text-decoration: none; color: black; font-family: arial; font-weight: bold;}
	a:hover {text-decoration: none; color: red; font-family: arial; font-weight: bold;}
	a:active {text-decoration: none; color: gray; font-family: arial; font-weight: bold;}







