/* Change the styles below to affect all HTML pages */
/* DO NOT CHANGE THIS STYLE! */
.noCSS { display: none; }


/* General page formatting -------------------------------------------- */
body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}



/* Navigation Formatting ---------------------------------------------- */

body#nav p.program {
	margin:0 0 0 12px;
  font-size:8pt;
}


body#nav p.program2 {
  margin-bottom: 2pt;
  margin-top: 0pt;
  font-size:8pt;
}

body#nav p.program3 {
  margin-bottom: 5pt;
  margin-top: 5pt;
  font-size:8pt;
}

body#nav {
	background-color: #474ab1;
	background-image: url(images/nav-bg.gif);
}

body#nav div.top {position: absolute; top: 0; left: 0; z-index: 3;}
body#nav div.top img, body#nav a:active.top {border: 0; outline: none;}
body#nav p.spacer {height: 94px; margin: 0; padding: 0;}

body#nav img.top
{
position:absolute;
top:0px;
left:0px;

}

body#nav img.bot 
{
position: absolute;
bottom: 0;
left: 0;
z-index: 0;
}

body#nav p {
	position:relative; 
	top: 0; 
	z-index: 2; 
}

body#nav a {
	font-weight: bold;
	color: #fff;
	outline: none;
	width: 100%; /* for IE */
}

body#nav p.program a {
	font-weight: normal;
	color: #fff;
	outline: none;
	width: 100%; /* for IE */
}

html>body#nav a, body#nav p.program a { /* for all browser except IE 6 */
	display: block;
}

body#nav p.program a:active, body#nav a:active {
	outline: none;
}

body#nav p.program a:hover, body#nav a:hover {
	color: #f04b55;
	text-decoration: none;
}


sup { font-size: x-small; }
sub { font-size: x-small; }
li { margin-bottom: 6pt; }


/* Site-wide headings ------------------------------------------------- */
h1
{
	font-size: 18pt;
	text-align: center;

}

h2
{
	font-size: 14pt;
}

h2.ai { margin-bottom: 0; }

h3 {
	font-size: 12pt;
}


/* Site-wide hyperinks ------------------------------------------------ */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }


/* Index formatting --------------------------------------------------- */

div.tocList{margin:-12px 0 12px 0; padding-bottom:12px;}


span.supmat a:link{color:green;}



p.day
{

	font-size:14pt;
	font-weight:bold;
	border: 1px solid;
	border-color: #ddd #3e3e3e #3e3e3e #ddd;
	color:white;
	background: #474ab1 url('images/toc-img.gif') right bottom  no-repeat;
	padding:3px 3px 3px 3px;
}

p.rightPara
{
	margin:0;
	font-weight: bold;
}



p.rightSession{
margin:0;
font-weight:bold;
}


p.author
{
	margin:0;
	font-style:italic;
}


div.contain 
{
clear: both; /*important*/
width: 100%; /*not absolutely necessary*/
margin: 1em 0 1.25em; /*set so the divs are spaced out nicely*/
padding: 0 0 .75em; /* This gives a little more space to the bottom, and if you put a border-bottom on the div it will look spaced correctly from the next div*/
}

div.containSession
{
clear: both; /*important*/
width: 100%; /*not absolutely necessary*/
margin: 0 0 1.25em; /*set so the divs are spaced out nicely*/
padding: 0 0 .75em; /* This gives a little more space to the bottom, and if you put a border-bottom on the div it will look spaced correctly from the next div*/

}

div.containSessionDrop
{
clear: both; /*important*/
width: 100%; /*not absolutely necessary*/
margin: 0 0 1.25em; /*set so the divs are spaced out nicely*/
padding: 24pt 0 .75em; /* This gives a little more space to the bottom, and if you put a border-bottom on the div it will look spaced correctly from the next div*/

}



div.right 
{
padding-left: 12em; /* set this to be a little bit larger than the width of p.time */
}

p.time 
{
float: left; /* important */
width: 11em; /*This can be whatever you want, just make sure the padding-left on div.right is slightly larger*/
text-align: left; /*not absolutely necessary*/
margin:0;
font-weight:bold;
}

div.rightPaper 
{
padding-left: 3em; /* set this to be a little bit larger than the width of p.time */
}

p.number 
{
float: left; /* important */
width: 2em; /*This can be whatever you want, just make sure the padding-left on div.right is slightly larger*/
text-align: right; /*not absolutely necessary*/
margin:0 0 0 .5em;
}




/* Author Index Formatting --------------------------------------------- */

h2.ai { margin-bottom: 0; }

p.authorName
{
	margin: 12pt 12pt 6pt 0;
	font-weight: bold;
}

p.authorPaper{ margin: 6pt 12pt;}

p.return
{
	font-size: 8pt;
	margin-top: 0pt;
	font-family: Arial;
}
p.bookmarks
{
	background-color: #ccc;
	padding: 2px;
	text-align: center;
	border: 1px solid black;
}

/* Header page formatting --------------------------------------------- */
body#header
{
	font-weight: bold;
	font-size: 14pt;
	background-image: url(images/banner-bg.gif);
}

/* Floating Drop-down Navigation ------------------------------------- */
div#floatNav
{
	display: none; /* hide navigation if user doesn't have javascript */
	text-align: left;
	float: left;
	left: 0;
	position: fixed;
	_position: absolute; /* for IE */
	top: 0;
	width: 100%;
	_top: expression(eval(document.body.scrollTop)); /* for stupid IE */
	_width: expression(eval(document.body.scrollWidth)); /* we really don't like IE */
	margin: 0;
	padding: 6px;
	background-color: #EEE;
	border-bottom: 1px solid black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

div#floatNav form, div#floatNav select
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

/* the "Go To:" text */
span.formText
{
	
}



/* Search "Button" appearance  ---------------------------------------  */
#searchLink
{
	
}

