/* ELEMENTS */
a:visited {
	color: #3a4972;
}

a:hover	{
	color: #fff;
	background: #af2022;
	text-decoration: none;
}

body	{
	padding: 0;
	margin: 0;
	background: #f8f8f8 url(./tile.jpg);
	color: #000;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

abbr, acronym	{
	border-bottom: none;
	}

dd {
	margin: 0;
	padding: 0 0 0 2em;
}


dl {
	margin: 0;
	padding: 0 0 0 2em;
}

dt {
	text-indent: -2em;
	padding: 1em 0 0 2em;
}


h1	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.75em;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}

h2	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.55em;
	margin: 0;
	padding: 5px 0 10px 0;
}


h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 1.25em;
}

h4 {	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
}

h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}

h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 5px 0 10px 0;
}

li	{
	padding: 5px 0;
	margin: 0;
}


ol	{
	margin: 0 0 0 3em;
	padding: 0;
}

p	{
	margin: 0;
	padding: 0 0 10px 0;
}


ul	{
	margin: 0 0 10px 3em;
	padding: 0;
}


/* CLASSES */
.color	{
	color: #fb8f04;
}

.footer {
	text-align: center;
}

.part {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.questions li {
	padding-bottom: 10px;
	}
	
.small {
	font-size: .75em;
}

.print {
	display: none;
}

.references {
	margin: -15px 0 20px 0;
}

/* IDs */
#case_teaching_notes {			/* For span tag in notes title block */
	font-variant: small-caps;
	color: #fff;
}

#credit	{
	font-size: .75em;
}

#date	{
	padding: 2em 0 0 0;
	font-size: .75em;
}

#for	{				/* For span tag in notes title block */
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

#go_back {
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}

#nav	{
	border: 0;
}

#notes {
	background: #fff;
	margin: 10px 120px;
	padding: 20px;
	border: 1px solid #83a1f7;
	height: 1%;	/* This is a hack to prevent a peekaboo-type bug in MSIE6. MSIE illegally expands the height, and other browsers spill outside it, which is ok in this case because the div surrounds the entire case contents.*/
	}
	
#notes h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
        font-variant: small-caps;
}

#notes h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0 10px 0;
}

#notes h4 {
	padding: 5px 0 0 0;
	}

#notes li {
	padding: 0;
}

#notes ul {
	margin: 10px 0 1em 2.5em;
}

#pdf	{
	border: 0;
}

#title_block {
	margin: 15px 120px 0 120px;
	padding: 10px 10px 0px 10px;
	min-height:200px;
	background:#000 url(title.jpg) top right no-repeat;
	border: 1px solid #83a1f7;
	}
	
#title_block_parts {
	margin: 15px 120px 0 120px;
	padding: 10px 100px 0px 20px;
	background:#000 url(cameo.jpg) top right no-repeat;
	color: #fff;
	border: 1px solid #83a1f7;
	}

#title_block h1 {
	margin: 0;
	padding: 10px 10px 10px 15px;
	color:#fff;
}

#title_block p {
	margin: 0;
	padding: 10px 10px 10px 15px;
	color: #fff;
	}

#title_block_notes {
	margin: 15px 120px 0 120px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color:#000;
	border: 1px solid #999;
	}


#title_block_notes p {
	color: #fff;
	margin: 0;
	padding: 0 0 1em 0;
	}
	
#title_block_notes h1 {
	color: #fff;
	margin: 0;
	padding: 10px 0;
	}

#case {
	height: 1%;	/* This is a hack to prevent a peekaboo-type bug in MSIE6. MSIE illegally expands the height, and other browsers spill outside it, which is ok in this case because the div surrounds the entire case contents.*/
	margin: 10px 120px;
	padding: 20px;
	background: #edf6ff url(tile2.jpg) top left repeat-x;
	border: 1px solid #83a1f7;
	}
	
#menu {
	width: 28em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	}
	
#menu li {
	font-weight: bold;
	list-style-type:none;
	}
	
#menu ul {
	padding: 0;
	}

#menu a:link, #menu a:visited {
	text-decoration: none;
	}
	
#rubric	table {	/* this is for formatting of table in mini_movement only, remove in other cases */
	margin: 1em 0;
	width: 80%;
	border: 1px solid #000;
	border-collapse: collapse;
	}
	
#rubric	td, #rubric	th {	/* this is for formatting of table in mini_movement only, remove in other cases */
	padding: 7px;
	text-align: left;
	}	

#rubric	th {	/* this is for formatting of table in mini_movement only, remove in other cases */
	border-top: 1px solid #000;
	}

#rubric td.points {	/* this is for formatting of table in mini_movement only, remove in other cases */
	width: 10em;
	text-align: center;
	}
	
.zebra {	/* this is for formatting of table in mini_movement only, remove in other cases */
	background: #edf6ff;
		}

.figure {
	background-color: #ffffcc;
	padding: 10px;
	border: 1px solid #3a4972;
	text-align: center;
	width: 600px;
	margin: 1em 0px;
	}
	
.figure p {
	text-align: left;
	}