﻿/*stylesheet for TPAC
created by Karl - karl@w3.org*/

@import url("/2007/06/null.css");

@page {
  margin: 0cm;
}

body {
   background: white;
   font-size: 12pt;
   line-height: 14pt;
   font-family: Georgia, "Times New Roman", Times, serif;}
   
img {vertical-align:bottom;}
.toc {display: none;}
#navigation {display:none;}

#main {
   width: auto;
	border: 0;
	padding-top: 1em;
   border-top: 1px solid #005A9C;
	float: none !important;
	color: black;
	background-color: transparent;
	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 {margin: 0 5% 5pt 10%;
   font-size:24pt;
   line-height: 28pt;
   font-family: Georgia, "Times New Roman", Times, serif;}
h2 {
   background-color: #E2EDFE;
   padding: 2pt 2pt;
   font-size:16pt;
   line-height: 18pt;
   font-weight: bold;}
h3 {
   page-break-before: auto;
   padding: 2pt 2pt;
   font-size:14pt;
   line-height: 16pt;
   font-weight: bold;}

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;
   }

p {margin: 15pt 0;}
strong {font-weight: bold;}

table
{
   page-break-before: always;
   text-align:left;
   font-size: 8pt;
	border-collapse: collapse;
   border: 1px solid #BEC9D9; 
}
thead {display: table-header-group;}

table caption {
   font-weight: bold;
   background-color: #ccc;
   padding: 2pt;}

/* Printing in black and white */
th {padding: 2pt;
   border: 1px solid #BEC9D9; 
   font-weight: normal;
   background-color: white;
   color: black;}
td {padding: 2pt;
   border: 1px solid #BEC9D9;}


#footer:before {
   border-top: 1px solid #005A9C;   
   display: block;
   color: black;
   content:"World Wide Web Consortium - 2007";}
#footer {color: white;}
#footer a:link, #footer a:visited {color: white;}

dt { color: black }
