/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* end reset */


body {
 font-family: Palatino, Georgia ;
 background-color: #cccccc ;
}

p {
  line-height: 120%;
}

a {
  text-decoration: none ;
}

#page {
 margin-top: 60px; 
 width: 800px ;
 height: 500px ;
 margin-left: auto ;
 margin-right: auto ;
}

.unit {
  margin-bottom: 30px; 
  padding: 30px; 
  background-color: white ;

  margin-left: auto ;
  margin-right: auto ;

  width: 600px; 

  -moz-border-radius: 15px;
  border-radius: 15px;

  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;
}

/* Header bar. */

#header {
 position: fixed ;
 top: 0 ;
 left: 0 ;
 width: 100% ;
 /* background-color: #cc9999 ; */
 background-color: white ;
 border-bottom: 1px solid black ; 
 text-align: center ;
 padding: 5px;
 /* visibility: hidden; */
}


/* Organizers */

span.organizer-title {
  font-weight: bold ;
}


/* Header units */

h1 {
  font-size: 40px ;
  font-weight: bold ;
}

h2 {
  margin-bottom: 15px; 
  text-align: center ;
  font-weight: bold ;
  font-size: 20px; 
}

h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold ;
}

/* Text-style. */

p {
  margin-bottom: 15px; 
}

ul {
  list-style-type: circle ;
  margin-left: 20px ;
  margin-bottom: 20px; 
}

li {
  margin-bottom: 7px; 
}

/* PC table */
 a.pcname {
   text-decoration: none ;
   color: black ;
 }

 span.affiliation {
   margin-left: 10px; 
   font-style: italic ;
 }

table.reviewers td {
   padding-bottom: 9px; 
 }


table.events {
  margin-top: 10px;
  margin-bottom: 10px; 
  table-layout:fixed;
  /* border: 1px solid black ; */
}

table.events td {
  text-align: center ;
  border: 1px solid black ;
  padding: 8px; 
}

table.events tr.tableheader {
  border: 1px solid black ;
  background-color: #cccccc ;
  padding: 8px; 
}


b {
  font-weight: bold ;
}

table.program {
  margin-top: 10px;
  margin-bottom: 10px; 
  table-layout:fixed;
  /* border: 1px solid black ; */
}

table.program td {
  text-align: center ;
  border: 1px solid black ;
  padding: 8px; 
  width: 16.6%;
}

table.program tr.tableheader {
  border: 1px solid black ;
  background-color: #cccccc ;
  padding: 8px; 
}