*
{
   margin: 0px;
   padding: 0px;
}

html
{
	overflow-y: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body, html
{
	position: relative;
	font-family: "Segoe UI","Trebuchet MS",Tahoma,Arial;
	font-size: 10pt;
	text-align: justify;
	color: #333;
	background-color: #7e7e7e;
	background-image: url('../images/bg-g.gif');
	background-repeat: repeat;
}

p
{
	margin-top: 10pt;
	margin-bottom: 10pt;
}

img
{
	border: 0;
}

input, textarea
{
	font-size: 8pt;
	border: 1px solid #aaa;
	padding: 3px;
}

sub, sup { line-height: 0; }

.submit input
{
	background: #eee;
}

.submit input:hover
{
	background: #ddd;
}

ul
{
	margin-left: 20px;
	list-style-type: square;
	list-style-position: inside;
}

a:link, a:active, a:visited
{
	text-decoration:  none;
}

a:hover
{
	text-decoration: underline;
}

a.arrow
{
	display: inline; 
	clear: none; 
	background: url(../images/arrow.png) left top no-repeat; 
	padding-left: 20px; 
	vertical-align: middle;
	margin-right: 10px;
	text-align: left;
}

td
{
	vertical-align: top;
}

.fullHeight
{
	height: 100%;
}


.container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.top
{
	position: relative;
	width: 100%;
	height: 110px;
	background-color: #251f60;
	background-image: url('../images/bg-b.gif');
	background-repeat: repeat;
}

.contactLink, .contactLink a, .contactLink a:link, .contactLink a:visited
{
	color: #ddd;
	font-size: 8pt;
}

.contactLink a:active, .contactLink a:hover 
{
	color: #fff;
	text-decoration: none;
}

.borderBottom
{
	border-bottom: 1px solid #9894c0;
}

.borderTop
{
	border-top: 1px solid #9894c0;
}

.bar
{
	position: relative;
	height: 3px;
	background-color: #41439d;
	z-index: 1;
}

.bordered
{
	border: 1px solid #ccc;
}

.edgeBlock
{
	width: 190px; 
	height: 18px;
	background-color: #41439d;
}

#content
{
	position: relative;
	background-color: #fcfcfc;
	background-image: url('../images/bg-w.gif');
	background-repeat: repeat;
	padding: 35px 35px 35px;
	padding-top: 90px;
	z-index: 0;
	overflow-y: auto;
	//overflow-x: hidden;
}

#title
{
	position: absolute; 
	//right: 35px; 
	//top: 24px; 
	left: 34px;
	top: 44px;
	font-size: 24px; 
	color: #777;
}

#breadcrumb
{
	position: absolute;
	right: 35px;
	top: 7px;
	font-size: 8pt;
	color: #888;
}

.blockquote
{
	margin-left: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.expandContract
{
	font-size: 8pt;
	font-weight: bold;
}


.expanderTitle
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4pt;
}

.expanderTitle a
{
	color: #444;
	text-decoration: none;
}


.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
}

.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; }