/* css document */

/* html */

body {
	margin: 0 auto;
	background-color: #ebd271;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
}
h1,h2,h3,h4 {
	line-height: normal;
}

a:link { 
	color: #392e00;
	}
a:visited { 
	color: #392e00;
	}
a:hover { 
	color: #614e01;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
th,td {
	padding: .3em;
}
th {
	text-align: right;
}
select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
input[type=text] {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
input.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
input[type=submit] {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
input.submit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
input[type=reset] {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
input.reset {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

/* layout */

#container {
	margin: 0 auto;
	width: 1080px;
	text-align: left;
}
#banner {
	width:1080px;
}
#navbar {
	position: relative;
	padding: 7px 0 5px 0;
	background-color:#392e00;
	border-bottom: #000 thin solid;
}
#nav {
	text-align: center;
}
#navbar a:link { 
	color: #fff;
	text-decoration: none;
	padding: 0 22px; 
	}
#navbar a:visited { 
	color: #fff;
	text-decoration: none;
	padding: 0 22px; 
	}
#navbar a:hover { 
	color: #b09d4f;
	text-decoration: none;
	padding: 0 22px; 
	}
#navbar a:active { 
	color: #FFFF00;
	padding: 0 22px; 
	}
#content {
	padding: 2em 4em 4em 4em;
	min-height: 36em;
	background-color: #fff;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
}
#details {
	width:802px;
	float:left;
}
.tblHeader {
	background-color: #392e00;
	color: #fff;
	text-align: center;
	padding: 6px;
	font-weight:bold;
}
.tblBody1 { 
	display:table-cell;
	width:400px;
	padding: 12px;
}
.tblBody2 { 
	padding: 12px;
	background-color:#ebd271;
}
#footer	{ 
	color: #cccccc;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #392e00;
	border-top: #000 thin solid;
	padding: 2em 4em 2em 4em;
}
#footer a:link { 
	color: #ffffcc;
}
#footer a:visited { 
	color: #ffffcc;
}
#footer a:hover { 
	color: #ffffcc;
	text-decoration: none;
}

/* vertical alignment */

.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}

/* classes */

.alert {
	color: red;
	font-weight: bold;
}
.altrow {
	background-color: #FCFCFC;
}
.bold {
	font-weight:bold;
}
.border {
	border: 1px solid #ccc;
}
.clear {
	clear: both;
}
.clearfloat {
	clear: both;
}
.doublespace {
	margin-top: 3em;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.grayedout {
	color: #777777;
}
.headerrow {
	background-color: #EAEAEA;
}
.headline {
	font-weight:bold;
	color:#614e01;
}
.hidden {
	display: none;
}
.italic {
	font-style: italic;
}
.indent	{ 
	position: relative;
	left: 22px;
}
.linespace {
	margin-top: 1.5em;
}
.singlespace {
	margin-top: 1.5em;
}
.smalltext {
	font-size: 1em;
	color: #cccccc;
}
.submitbutton {
	padding-top: 1.5em;
	text-align: right;
}
.tablebackground {
	background-color: #F9F8EE;
}
.textbolditalic {
	font-weight: bold;
	font-style: italic;
}
.textitalic {
	font-style: italic;
}
.tip {
	font-size: smaller;
	color: #777777;
}

/* text alignment */

.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* symposium schedule */

.date {
	background-color: #EAC948;
	padding: 1em;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
}
.session {
	background-color: #FDEB9F;
	padding: 1em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #555555;
}
.description {
	padding: 1em;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* widths */

.one { width: 1%; }
.five { width: 5%; }
.ten { width: 10%; }
.twelve { width: 12%; }
.fourteen { width: 14%; }
.fifteen { width: 15%; }
.twenty { width: 20%; }
.twentyfive { width: 25%; }
.thirty { width: 30%; }
.thirtythree { width: 33%; }
.thirtyfive { width: 35%; }
.forty { width: 40%; }
.fortyfive { width: 45%; }
.fortynine { width: 49%; }
.fifty { width: 50%; }
.fiftyfive { width: 55%; }
.sixty { width: 60%; }
.sixtyfive { width: 65%; }
.seventy { width: 70%; }
.seventyfive { width: 75%; }
.eighty { width: 80%; }
.eightyfive { width: 85%; }
.ninety { width: 90%; }
.ninetyfive { width: 95%; }
.ninetynine { width: 99%; }
.onehundred { width: 100%; }
.twofifty { width: 250px; }

.oneem { width: 1em; }
.twoem { width: 2em; }
.fourem { width: 4em; }
.sixem { width: 6em; }
.eightem { width: 8em; }
.tenem { width: 10em; }
.twelveem { width: 12em; }
.thirteenem { width: 13em; }
.fourteenem { width: 14em; }
.eighteenem { width: 18em; }
.twentyfourem { width: 24em; }
.twentysixem { width: 26em; }
.thirtyem { width: 30em; }
.thirtytwoem { width: 32em; }
.thirtyfourem { width: 34em; }
.thirtysixem { width: 36em; }
.thirtyeightem { width: 38em; }
.threehundredpx { width: 300px; }
.threehundredonepx { width: 301px; }
.threehundredtwopx { width: 302px;}

/* Materials right navigation for video */

#materialsRightNav {
	float:right; 
	width:200px; 
	border:solid 1px #000000; 
	background-color:#fdeb9f;
	padding:10px;
	}

