/*stylesheet for TPAC
created by Karl - karl@w3.org
Modified 2008-05-22 by Bert <bert@w3.org> */

@import url("null.css");

@page {
  margin: 1.5cm 1.5cm 2.5cm 1.5cm;
}

body {
   background: white;
   color: black;
   font-size: 10pt;
   line-height: 1.3;
   margin: 3px; /* Some browsers mysteriously clip content at the page edge */
   padding: 0 0 0 33%;
   font-family: "Gill Sans", Verdana, sans-serif;}
   
img {vertical-align:bottom;}
.toc {display: none;}
#navigation, .local-navigation {display:none;}

#main {
   width: auto;
	text-align:justify;}


a:link, a:visited {
	color: #036;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	}

/*#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-weight: normal;
   text-decoration: none;
   }

#main a[href^="/"]:after {
  content: " (http://www.w3.org" attr(href) ") ";
   }
*/
h1, h2, h3 {text-align: left}
h1 {margin: 2em 0 1em 0;
   font-size: 1.2em;
   line-height: 1.1;
   border: none;
   font-weight: bold;}
h2 {
   padding: 0.1em 0.2em;
   font-size: 1em;
   margin: 1em 0 1em -50%;
   font-weight: medium;}
h3 {
   page-break-after: avoid;
   page-break-inside: avoid;
   font-size: 1em;
   font-weight: bold;
   margin: 2.6em 0 1.3em -50%;
   padding: 1em 100% 1em 1em;
   height: 7em;
   color: white;
   background: url(../png/tpac2008art.png) center right no-repeat #005A9C;
   border-radius: 1.5em;
   -moz-border-radius: 1.5em;
   -webkit-border-radius: 1.5em;
}
h2 + h3, h5 + h3 {
   margin-top: 0.65em;
   page-break-before: auto}

p {page-break-inside: avoid;
   margin: 1.3em 0}


/* Some short sections that do not need a page break: */
#Wed, #Thurs {page-break-before: avoid} /* should be auto, but for bug in FF */

hr {
   display: none;}
#sponsor {
   text-align:center;
   margin: 1em auto 1em auto;}
#sponsor h4 {display: none;}
#sponsor p.logo {display: inline;}
#sponsor a:link:after, #sponsor a:link:visited {
   content: "";
} 

.location { color: #005A9C;
   font-weight: bold;
   border-top: 1px solid #005A9C;
   padding: 0.5em 0;
   }

strong {font-weight: bold;}

table {
   margin: 1.05em 0;
   text-align:left;
   border-collapse: separate;
   border-spacing: 0.3em}
tr {vertical-align: baseline}
th, td {border: thin solid;
   padding: 0.3em 0.4em;
   border-radius: 0.6em;
   -webkit-border-radius: 0.6em;
   -moz-border-radius: 0.6em;
   page-break-inside: avoid}
th {font-style: italic;
   font-weight: normal;
   white-space: nowrap}

div.room {margin: 2.35em 0 2.35em -50%}
table.room {
   border-collapse: collapse;
   clear: left;
   width: 150%; /* Doesn't work in Konqueror 3.5.5 :-( */
   max-width: 150%; /* Without this, width doesn't work in Prince 6 */
   width: 100%;
   font-size: 90%;
   margin: 0;
   border-bottom: thin dotted}

/* Printing in black and white */
table.room th, table.room td {
   border: none;
   font-weight: normal;
   font-style: normal;
   padding: 0.25em 1em;
   border-top: thin dotted black}
table.room thead {border-bottom: thin solid}
table.room thead th {font-style: italic}

#footer:before {
   border-top: thin solid #005A9C;
   display: block;
   page-break-before: avoid;
   color: black;
   content:"World Wide Web Consortium - 2008";}
#footer {color: white;}
#footer a:link, #footer a:visited {color: white;}
