/* D2k6 web page CSS Document */

/* poster colors:
   blue: 02fefe
   red: fe02fe
   green: 02fe02
   */

body
{
	margin: 0px;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
}

td,th {
	color: #000000;
}

/* Navbar customization effects */
body.index a.index, 
body.cfp a.cfp,
body.submission a.submission,
body.program a.program,
body.registration a.registration,
body.location a.location,
body.organization a.organization,
body.sponsors a.sponsors,
body.publication a.publication,
body.dates a.dates,
body.related a.related,
body.further a.further
{
	text-decoration: underline;
}

div.container
{
	margin: 0;
	background-color: #ffffff;
	background-image: url(./images/menu.png);
	background-repeat: repeat-y;
}

div.nav
{
	display: inline; /* IE6/W doubles margin w/o this */
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	/* background-color: #02fefe; */
}

div.content
{
	padding-top: 1em;
	margin: 0 2em 0 240px; /* Should create 15px effective margin */
	min-height: 500px;
}

div.spacing {
	background-color: #000000;
}

div.footer {
	clear: left;
	background-color: #ffffff;
	padding: 1em;
	padding-top: 2em;
	text-align: center; 
	font-size: 10pt;
	}

/* Navbar menu effects */
div.menu {
	margin: 0;
}

div.menu ul {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.menu li { 
	border: none;
	margin: 0;
	padding: 0;
}

div.menu a {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #000;
	text-indent: 10px;
}

div.menu a:hover, div.menu a:focus
{
	color: #fe02fe;
}

/* Headers */

p { 
	text-indent: 0em;
	text-align: justify;
}

a { text-decoration: none; }

a:link, a:visited, a:active, a:hover { color: #fe02fe; }

.logo { width: 130px;}

.sponsorImg { 
	border:none; 
	margin-top: 10px;
}

/* Text Styles */

.legal { font-size: x-small; }

h1,h2 { color: #02fefe; }

li.idate {
        margin: 1em 0 0 0;
	font-size: 120%;
}

span.date {
	color: #02fe02;
}

div.paperentry {
    	margin: 10px 10px 10px 10px;
}

div.paper {
	margin: 10px 10px 35px 10px;
}

div.title {
  	font-weight: bold;
}

div.authors {
	font-style: italic;
	color: #000000;
}

div.abstract {
	margin: 5px 5px 5px 5px;
}

div.day {
	margin: 20px 20px 20px 20px;
}

div.event {
	margin: 10px 10px 10px 10px;
}

div.eventtimestart{
	color: #02fe02;
	height: 100%;
	width: 95%;
	vertical-align: top;
	text-align: right;
}

div.eventtime{
	color: #02fe02;
	text-align: right;
}

div.eventname {
	font-weight: normal;
	color: #000000;
}

div.eventnamesession {
	font-weight: bold;
	color: #02fefe;
}

div.eventloc {
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-left: 10px;
	font-size: small;	# DBP: I think that this looks better.
}

div.date {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;	# DBP: room to breathe
}

table.scheduletable{
	table-layout: fixed;
	width: 550px;
	border-collapse: collapse;
}

table.scheduletable{
	table-layout: fixed;
	width: 900px;
	border-collapse: collapse;
}

col.time {
	width: 100px;
	color: #8d8d8d;
#	border: 1px solid;	# DBP: don't fence me in.
}
col.what {
	color: #8d8d8d;
#	border: 1px solid;	# DBP: don't fence me in.
}
td.slot{
	color: #8d8d8d;
#	border: 1px solid;
	padding: 10px;		# DBP: phew!  room to breathe
}

td.slotaligned{
	color: #8d8d8d;
	padding-top: 2px;
	padding-bottom: 12px;	# DBP: room to breathe
	padding-left: 10px;	
	padding-right: 10px;
	vertical-align: top;
}

abbr { cursor: help; }
