/* Basic tags */
body
{	margin: 5px;
	background-color: white;
	font-family: geneva, tahoma, arial, sans-serif;
	color: black;
}

#container { width: 800px; }

#main
{		margin-left: 190px;
        	padding:5px;
		min-height: 365px;
}
.content
{
	font-weight: bold;
	padding: 15px;
	color: #999999;
	border: dashed 1px #999999;
	font-size: 0.7em;
}

p
{
	padding-left: 15px;
	padding-right: 150px;
}

h1
{
	font-size: 1.2em;
	color: #000000;
}

strong
{
	font-size: 1.0em;
	color: #000000;
}
.connectthedots
{
	position: absolute;
	border-top: dashed 1px #999999;
	left: 120px;
	margin-top: -12px;
	width: 75px;
	line-height: 0px;
}

a img { border: 0px; }

/* Talks */
#title 
{         
	font-size: 1.0em;
        color: #666666;
}



#subtitle { }
#speaker { 
	padding-left: 10px;
	font-style: italic;
}

/* Anchors */
a
{
	color: #FF9900;
	text-decoration: underline;
}

a:visited { color: #FF9900; }
a:active { color: #ff0000; }

.timetable 
{
	border: 0px;
}

tr.slot 
{
	height: 30pt;
	background-color: #999;
	/* background-image: url(rule.gif); */

}

th
{
        font-size: 1.2em;
        color: #000000;
}

.talk
{
	vertical-align: top;
	/* text-align: center; */
	border-top: 1px solid #000; 
	padding: 3px;
	/* padding-bottom: 1px; */
	background-color: #fff; 

}


.time
{
	vertical-align: top;
	font-style: italic;
	color: #666;
}

.lunch
{
	background-color: #c0c0c0;
	color: #666; 
}


/* Basic classes */
.none
{
	/* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible
{
	/* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left
{
	margin: 5px;
	padding: 5px;
	float: left;
}

.right
{
	margin: 5px;
	padding: 5px;
	float: right;
}

.imgright { float: right; }
.center { text-align: center; }

/* Common page elements: Header, footer, etc. */
#logo
{
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;
	background: url("logo.gif") no-repeat;
	width: 64px;
	height: 64px;
}

#logo a img
{
	width: 64px;
	height: 64px;
}

.hdr
{
	position: absolute;
	padding: 3px;
	width: 760px;
	height: 46px;
	background-color: #000000;
	text-align: left;
}

#banner { background-color: #000000; 	height: 55px; margin-bottom: 20px;
 }

#hdrNav
{
	float: left;
	border: dashed 1px #999999;
	margin-left: 20px;
	width: 120px;
	padding-left: 10px;
	margin-top:5px;
}

#hdrNav a
{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
	line-height: 30px;
	font-size:0.7em;
}

#hdrTitle
{
	height: 48px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}
