﻿p {
	font-size: 0.75em;
	text-align: left;
	
}

table#ListingTable 
{
	Font-Size: 0.75em;
	border: solid #000 1px;
	border-collapse: collapse;
}

table#ListingTable th
{
	background-color: #26698c;
	border: solid #000 1px;
	border-width: 1px;	
	color: #FFFFFF;
	font-weight: normal;
}

table#ListingTable td
{
	padding: 2px;
	border: solid #000 1px;
	border-width: 1px;
}

ul
{
	list-style-type: square;
	font-size: 0.75em;	
}
 
.ntvx {
	Font-Size: 0.7em;
	Text-Align: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.codeY 
{
	width: 950px;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: white;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #27495b;
	border-right-color: #27495b;
	border-bottom-color: #27495b;
	border-left-color: #27495b;
	line-height: 100%;
	font-family: 'courier new';
	font-size: 0.75em;
}

table#ReportDetails {
    border: none;
}

table#ReportDetails td {
   font-size: 0.75em;
}

pre
{
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.CodeFrame
{
	width: 940px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: Blue;
	overflow-x: auto;
	overflow-y: auto;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	font-size: 0.85em;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }




