/* CSS Document */

body {
	color: #111;
	background: #FBE8A3 url(imgs/bg.jpg) no-repeat;
	}

#title {
	margin: 50 100px 0 210px;
}

A {background:transparent; border:0; color:#3366CC; text-decoration:none;}
.leftMenu {background:transparent; border:0; color:#3366CC}
.normalText {font-family:sans-serif ; font-size:10.5pt; color:#555555;}
.score {font-family:sans-serif ; font-size:12.0pt; color:#000090; font-weight:bold;}
.diagno {font-family:sans-serif ; font-size:26.0pt; color:#00CC33; font-weight:bold;}
.yAnswer {background:transparent; border:0; color:#3366CC;}
.nAnswer {background:transparent; border:0; color:#000000;}
#contents {
	position: relative;
	margin: 0 100px 0 210px;
	padding: 0;
	max-width: 540px;
	}

#sitetitle {
	margin: 35px 0 0 25px;
	}

/* typography */

h1 {
	font-size: 1.6em;
	}

#dates {
	font-size: 1.2em;
	}

#nav h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
	}

table.glance th {
	font-size: 86%;
	}

#nav, h2 span.note {
	font-size: 60%;
	}

/* colors */

#dates, h1 {
	color: #039;
	background: transparent;
	}

/* other styles */

.errorBox {
	border: 1px solid #900;
	margin: 1em 0 1em 0;
	padding: 10px 5px 5px 60px;
	width: 380px;
	color: #000;
	background: transparent url(../images/error.gif) 15px 15px no-repeat;
	}

fieldset {
	border: none;
	}

.time, .location {
	font-style: italic;
	margin-bottom: 0;
	}

.speaker {
	font-weight: bold;
	margin-bottom: 0;
	}

table.glance th {
	text-align: left;
	}

.formTable th {
	width: 140px;
	text-align: right;
	}

.formTable td ul, form ul {
	list-style: none;
	margin: 0;
	padding:0;
	}

ul.pageCount {
	margin: 0;
	padding: 0;
	}

ul.pageCount li, .nobullets {
	list-style: none;
	display: inline;
	}

table.glance td {
	padding-bottom: 0.25em;
	}

tr.even {
	color: #000;
	background: #eed;
	}

tr.odd {
	color: #000;
	background: #ddc;
	}

tr.error, td.error, th.error {
	background: #fcc;
	border: 1px solid #933;
	}

.errorBox {
	border: 1px solid #900;
	margin: 1em 0 1em 0;
	padding: 10px 5px 5px 60px;
	width: 380px;
	color: #000;
	background: transparent url(../images/error.gif) 15px 15px no-repeat;
	}

#dates {
	position: absolute;
	top: 30px;
	left: 350px;
	width: 400px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	}

#futureReunions {
	margin-bottom: 1em;
	}

#futureReunions dd, dd.speakertitle {
	margin-bottom: 0;
	}

#futureReunions dt {
	margin-top: 1em;
	}

#signature {
	position: absolute;
	bottom: 0;
	right: -30px;
 	width: 90px;
	height: 282px;
 	background: transparent url(../images/elements/uc_sig.png) no-repeat;
	}

.tba {
	font-variant: small-caps;
	}

#slidebox {
	float: right;
	width: 200px;
	height: 500px;
	margin: 0 0 10px 20px;
	font-size: 86%;
	}

#slidebox ul, #slidebox a {
	margin: 0;
	padding: 0;
	}

#slidebox li {
	width: auto;
	margin: 0 100px 0 0;
	padding: 0;
	line-height: 0;
	}

#slidebox li.right {
	margin: 0 0 0 100px;
	}

#slidebox ul {
	list-style-type: none;
	}

#slidebox p {
	width: auto;
	}

/* navigation */

#nav {
	position: absolute;
	top: 135px;
	left: 0;
	width: 155px;
	text-align: right;
	padding-bottom: 302px;
	}

#nav li {
	margin-bottom: 0.5em;
	}

/* links */

#contents a:link {
	font-weight: bold;
	color: #039;
	background: transparent;
	}

#contents a:visited {
	font-weight: bold;
	color: #036;
	background: transparent;
	}

#contents a:hover {
	color: #930;
	background: #F4DA5F;
	}

#contents #slidebox a:hover {
	color: #930;
	background: transparent;
	}

#nav a:link, #nav a:visited, #footer a:link, #footer a:visited {
	font-weight: bold;
	color: #555;
	background: transparent;
	}

#nav a:hover, #footer a:hover {
	color: rgb(92,92,190);
	background: transparent;
	}