/* CSS Document */
body {
	font: 76.1% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
}

div.alert_n {
	border: 3px solid #f00;
	background-color: #fdd;
	color: #000;
	margin: 1em 0;
	padding: 2px;
}
div.alert_a {
	border: 3px solid #0f0;
	background-color: #dfd;
	color: #000;
	margin: 1em 0;
	padding: 2px;
}
div.alert_n p, div.alert_a p {
	margin: 0;
}

#headwrapper {margin: 0 0 2em; background-color: #fff; }
#header {  }
#header img { border: 0; }
.sessiondetails { margin: 0; padding: 0 1em 1em; color: #5a7e96; font-size: 0.9em; text-align: right; }
.sessiondetails a { color: #5a7e96; text-decoration: none; }

#wrapper {  }
#sidebar { float: left; width: 200px; }

#nav { width: 120px; margin: 0 0 0 20px; }
#nav ul {
	margin-left: 12px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li { margin-bottom: 2px; list-style-type: none; }
#nav a {
	display: block;
	padding: 3px;
	width: 120px;
	background-color: #e9eef2;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #5a7e96;
}
#nav a:hover { background-color: #ffa; border-color: #ff0; color: #5a7e96; }
ul.nav_tab { padding: 3px 0;  margin-left: 0; border-bottom: 1px solid #333; font: 1em Verdana, sans-serif; }
ul.nav_tab li { list-style: none; margin: 0; display: inline; }
ul.nav_tab li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
	color: #000;
}
ul.nav_tab li a:hover { color: #fff; background: #009; border-color: #000; }
ul.nav_tab li a#current { background: #00d; border-bottom: 1px solid #333; color: #fff; }

#content { margin: 0.5em 50px 1em 225px; line-height: 1.2em; letter-spacing: 0.1em; }

#footer { clear: both; text-align: right; margin: 2em 50px 1em; font: 0.9em Georgia, "Times New Roman", Times, serif; color: #ccc; }
#footer a { color: #ccc; text-decoration: none; }

h1 {font: 1.8em Georgia, "Times New Roman", Times, serif;}
h2 {font: 1.5em Georgia, "Times New Roman", Times, serif;}
h3 {font: 1.3em Georgia, "Times New Roman", Times, serif;}
h4 {font: 1.1em Georgia, "Times New Roman", Times, serif;}
h5 {font: 1.0em Georgia, "Times New Roman", Times, serif;}
h6 {font: 1.0em italic Georgia, "Times New Roman", Times, serif;}


.item { font-weight: bold; }
