body	{	
	font-family:	Universe, Verdana, sans-serif;
	font-size:	x-small;
	}	

table, tbody, tr, td	{	
	font-family:	Universe, Verdana, sans-serif;
	font-size:	x-small;
	}	

	/* end body type */	

	/* begin header type */	/* 1 - humanist sans a */
		
h1	{	
	font-family:	Universe, Verdana, sans-serif;
	font-weight: 	bold;
	font-variant:   small-caps;
	}	
		
pre	{	
	font-family:	ProFont, Monaco, Courier, monospace;
	font-size:	x-small;
	}	
		
	/* end header type */	

th.on 	{
	background:		#030
	}
	
th.off 	{
	background:		#111
	}
	
tr.light 	{
	background:		#242
	}
	
tr.dark 	{
	background:		#020
	}
	
/** Navigation Headers ***/
.vc_navheader {
  background-color: #111;
}
/*** Table Headers ***/
.vc_header {
  text-align: left;
  vertical-align: top;
  background-color: #111;
}
.vc_header_sort {
  text-align: left;
  background-color: #030;
}

/*** Table Rows ***/
.vc_row_even {
  background-color: #020;
}
.vc_row_odd {
  background-color: #242;
}

/*** Log messages ***/
.vc_log {
  /* unfortunately, white-space: pre-wrap isn't widely supported ... */
  white-space: -moz-pre-wrap; /* Mozilla based browsers */
  white-space: -pre-wrap;     /* Opera 4 - 6 */
  white-space: -o-pre-wrap;   /* Opera >= 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

/*** Markup Summary Header ***/
.vc_summary {
  background-color: #242;
}

/*** Highlight Markup Styles ***/
#vc_markup .num  { color: #000000; }
#vc_markup .esc  { color: #bd8d8b; }
#vc_markup .str  { color: #bd8d8b; }
#vc_markup .dstr { color: #bd8d8b; }
#vc_markup .slc  { color: #ac2020; font-style: italic; }
#vc_markup .com  { color: #ac2020; font-style: italic; }
#vc_markup .dir  { color: #000000; }
#vc_markup .sym  { color: #000000; }
#vc_markup .line { color: #555555; }
#vc_markup .kwa  { color: #9c20ee; font-weight: bold; }
#vc_markup .kwb  { color: #208920; }
#vc_markup .kwc  { color: #0000ff; }
#vc_markup .kwd  { color: #404040; }

/*** Py2html Markup Styles  ***/
#vc_markup .PY_STRING     { color: #bd8d8b; }
#vc_markup .PY_COMMENT    { color: #ac2020; font-style: italic; }
#vc_markup .PY_KEYWORD    { color: #9c20ee; font-weight: bold; }
#vc_markup .PY_IDENTIFIER { color: #404040; }

/*** Line numbers outputted by highlight colorizer ***/
.line {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #505050;
  padding: 1px;
  background-color: #eeeeee;
  color: #505050;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}

/*** Diff Styles ***/
.vc_diff_header {
  background-color: #ffffff;
}
.vc_diff_chunk_header {
  background-color: #242;
}
.vc_diff_chunk_extra {
  font-size: smaller;
}
.vc_diff_empty {
  background-color: #cccccc;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_add {
  background-color: #5f5;
  color: #000;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_remove {
  background-color: #f55;
  color: #000;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_change {
  background-color: #ee5;
  color: #000;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_change_empty {
  background-color: #ee5;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_nochange {
  font-family: sans-serif;
  font-size: smaller;
}
.vc_raw_diff {
  background-color: #cccccc;
  font-size: smaller;
}

/*** Intraline Diff Styles ***/

.vc_idiff_add {
  background-color: #aaffaa;
}
.vc_idiff_change {
  background-color:#ffff77;
}
.vc_idiff_remove {
  background-color:#ffaaaa;
}
.vc_idiff_empty {
  background-color:#e0e0e0;
}

table.vc_idiff col.content {
  width: 50%;
}
table.vc_idiff tbody {
  font-family: monospace;
  /* unfortunately, white-space: pre-wrap isn't widely supported ... */
  white-space: -moz-pre-wrap; /* Mozilla based browsers */
  white-space: -pre-wrap;     /* Opera 4 - 6 */
  white-space: -o-pre-wrap;   /* Opera >= 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
table.vc_idiff tbody th {
  background-color:#e0e0e0;
  text-align:right;
}

/*** Annotate Styles ***/
.vc_blame_line, .vc_blame_author, .vc_blame_rev {
  font-family: monospace;
  font-size: smaller;
  text-align: right;
  white-space: nowrap;
  padding-right: 1em;
}
.vc_blame_text {
  font-family: monospace;
  font-size: smaller;
  text-align: left;
  white-space: pre;
  width: 100%;
}

/*** Query Form ***/
.vc_query_form {
  background-color: #e6e6e6;
}


input, select, textarea 	{
	color:	#0F0;
	background:	black;
	border-color:	#0F0;
	border-style:	inset;;
	font-family:	Universe, Verdana, sans-serif;
	font-size:	x-small;
	}	
	
select:active, select:focus        {
        text-decoration:        none;
        font-weight:    bold;
        color:  #6f6;
        }

a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	#0F0;
	border-style:	none;
	}	
		
body	{	
	color:	#0F0;
	background:	black;
	}	
		
		
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	color:	#0C0;
	background:	black;
	}	
		
a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#0f0;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#0f0;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#6f6;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#ff0;
/*	background:	#131; */
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#0f0;
	}	
		
	/* end affordances */	
