﻿/*
 *	(c) 2009 Daniel Temkin
 */
 
body 
{
	font-family: Arial, sans-serif;
	color: #666666;
    min-height:294px;
    letter-spacing:0px;
    font-size: 95%;
}
h1, h1 a, h1 a:visited
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 32px;
	color: Black;
	text-decoration: none;
}
h1 a:hover
{
	text-decoration: underline;
}

a, a:visited
{
	text-decoration: none;
	color: #6699FF;
}
a:hover
{
	text-decoration: underline;
}
.fronttext
{
	font-size: 95%;
	line-height: 180%;
}
div.fixedHeader /* top bar */
  {
	top: 0;
	left: 0;
	height: 45px;
	background-image: url('../Images/title_bkgnd4.png');
	background-repeat: repeat;
	text-indent: 185px;
	overflow: hidden;
  }
.leftPattern
{
	width: 195px; 
	background-image: url('../Images/title_bkgnd4.png'); 
	background-repeat: repeat;
}

div.content
  {
	padding: 0 0 0 0;
	overflow: auto;
	width: 900px;
	float: right;
	display: inline;
  }
.menuText
{
	background-color: #ffffff;
	border: solid 10px white;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
pre 
{
	margin: 1em;
	padding: 8px;
	border: 1px dashed #de659c;
	background: white;
}


/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

