
/*
   This is an SSI script. Policy:
   (1) Use CVS
   (2) send e-mail to w3t-comm@w3.org if you edit this

   This style sheet is included in all styles for technical reports.

   Acknowledgments:

   - 'background-color' doesn't work on Mac IE 3, but 'background'
     does (Susan Lesch)

   - 'smaller' leads to illegible text in both Mac IE and Mac NS,
     'small' is better: works in Mac NS, but is always 12pt in Mac IE
     3 (Susan Lesch)

   $Id: notesStyles.css,v 1.1 2005-06-14 14:07:39-04 flesnerc Exp $
*/


#notesContent table { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		border-style: solid; 
		border-left-width: 1px; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-color: #000000;
		border-collapse:collapse;
	}
	
#notesContent th { 	
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		padding: 3px;
		background: #00529b; 
		font: 80% sans-serif; 
		color: #ffffff;
		text-align: left;
		border-collapse:collapse;
	}
#notesContent td { 	
		padding: 3px;
	   font-size: 11;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		border-style: solid; 
		border-color: black; 
		border-left-width: 0px; 
		border-bottom-width: 0px; 
		border-right-width: 0px; 
		border-top-width: 0px; 
		text-align: left;
		border-collapse:collapse;
	}
#notesContent .table-noborder { 
		width: 100%;
		border-style: solid; 
		border-left-width: 0px; 
		border-bottom-width: 0px; 
		border-right-width: 0px; 
		border-top-width: 0px; 
	}
#notesContent .th-noborder { 	
		padding: 3px;
		background: #005A9C; 
		font: 80% sans-serif; 
		color: white;
		text-align: left 
	}
#notesContent .td-noborder { 	
		padding: 3px;
	    font-size: 11;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
#notesContent .td-lightborder{
		border-style: dashed; 
		border-left-width: 0px; 
		border-bottom-width: 0px; 
		border-right-width: 0px; 
		border-top-width: 0px; 
		border-color: #dddddd;
}

#notesContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	background-color:transparent
}

#notesContent td a:hover {
	color: #999999;
}

#notesContent th a {
	color:#000000;
} 

#notesContent a {
	text-decoration: none;
}

#notesContent a:hover {
	text-decoration: underline;
}