/*
CSS for Taylor & Francis Companion Websites v 1.0
Created: Jan 2008
Author: Mat Frankum
Email: textbooksonline@taylorandfrancis.com
*/

/*------ LAYOUT ------ */
html {
	font-size:100%;
	}
	
body {
	font-size:62.5%;
	margin:0;
	padding:0;
	}
	
#wrapper {
	font-size:1.2em;
	clear:both;
	}

/*------ NAVIGATION ------ */
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
#skipback {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#skipback li {
	display:inline;
	}
#skipback a {
	left:-9999px;
	position:relative;
	font-size:0.8em;
	}
#skipback a:focus {
	left:0;
	top:0;
	}

/*------ CONTENT ------ */
#content {
	font-size:1.2em;
	}
	
/* Global House Style classes */
.bold {
	font-weight:bold;
	}

.clear {
	clear:both;
	}
	
.floatLeft {
	float:left;
	}
	
.floatRight {
	float:right;
	}
	
.italic {
	font-style:italic;
	}
	
.warn {
	color:#FF0000;
	}
	
.yesPrint {
	display:none;
	visibility:hidden;
	}
	

	
/* elements by name */
acronym[title], abbr[title] {
	border-bottom:1px #FF0000 dotted;
	}
	
dfn[title] {
	font-style:normal;
	border-bottom:1px #FF0000 dashed;
	}

em {
	font-style:normal;
	}

img {
	border:none;
	}
img.floatLeft {					/*places image on left and gives it a margin of 15px right and bottom*/
	float:left;
	margin:0 15px 15px 0;
	}
img.floatRight {				/*places image on right and gives it a margin of 15px left and bottom*/
	float:right;
	margin:0 0 15px 15px;
	}
	
/* Form */	
#fdbkForm .autowidth {
	width:auto;
	}
	
#fdbkForm .hiliteBorder {		/*only display on submit when error in field occurs*/
	border:1px #FF0000 solid;
	}
	
/* Headings */
h1 {
	margin:0;
	padding:0;
	}
h2 {
	font-size:2.0em;
	}

h3 {
	font-size:1.8em;
	}
	
h4 {
	font-size:1.4em;
	}
	
h5 {	/* heading for Paragraphs and unstyled lists */
	padding:0;
	margin:0 0 -1.0em 0;
	font-size:1.2em;
	}
	
h6 {	/* heading for tables and plainList class */
	padding:0;
	margin:0;
	font-size:1.2em;
	}
	
/* Lists */
ul.plainList {
	padding:0;
	margin:0;
	list-style-type:none;
	}