/* 
Printer Friendly Stylesheet for Visual Log 2x
Copyright Robert Vesse 2007

This is an ultra simple Black and White Printing Stylesheet, alter this if you want to change how the Printer Friendly
View appears for your website
*/

BODY {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helevetica;	
	font-size: 10pt;
}

TABLE {
	background: #000000;
	border: none;
	border-spacing: 1px;
}

TH {
	background: #ffffff;
	font-size: 12pt;
	text-align: left;
	padding: 8px;
}

TD {
	background: #ffffff;
	text-align: left;
	padding: 8px;
}

IMG {
	border: 1px solid #ffffff;
}

A {
	color: blue;
}

PRE
{
	background: rgb(245,246,248);
	color: #000000;
	border: thin solid #000000;
	padding: 5px;
	margin: 2px;
}


/* C# Code */

.csharp_comment {
	color: rgb(0,128,0);
}

.csharp_keyword {
	color: rgb(0,0,255);
}

.csharp_type {
	color: rgb(43,145,175);
}

.csharp_string {
	color: rgb(163,21,21);
}

