﻿/***
 *** 
 *** Author: Steve Rysavy, rysavy@u.washington.edu
 ***         University of Washington
 ***
 *** Copyright: 2005-2009, All rights reserved.
 *** NOTICE: Unauthorized use, duplication and / or distribution
 ***         will be subject to criminal and civil penalties.
 ***
 *** Description:
 ***	www.dynameomics.org query style sheet
 ***
 *** Revisions:
 ***/
 
 .queryBorder
{
	width: 820;
	border-style: solid;
	border-width: 2px;
	border-color: #996666;
	background-color: #eee4e4;
	padding: 10px 20px 10px 30px;
	margin: 1em 0 1em 0;
	
	font-family: Courier New;
	font-size: 1em;
	font-weight: normal;
	overflow: auto;
	text-align: left;
	line-height: 17px;
	white-space: pre;
}

.keyword
{
	color: Blue;
	text-transform: uppercase;
}

.comment
{
	color: Green;
}

.connector
{
	color: Gray;
	text-transform: uppercase;	
}

.function
{
	color: Fuchsia;
	text-transform: uppercase;
}

.string
{
	color: Red;
}

.normal
{
	color: Black;
	text-transform: uppercase;
}

h3.title
{
    	
	font-family: Times New Roman;
	font-weight: bold;
}
