/*******************************/
/***  ViewVC CSS Stylesheet ***/
/*******************************/

/*** Standard Tags ***/
html, body {
  color: #000000;
  background-color: #ffffff;
  font-family: sans-serif;
}

img { border: none; }









form { margin: 0; }

table.list {
	border: 1px solid #C7C7C7;
	color: #656565;
	font-size: 12px;
	font-family: Verdana;
	width:100%;
}

table.auto {
  width: auto;
}

table.list td {
	text-align: left; 
	padding-left:5px; 
	padding-right: 5px;
	border-bottom:1px solid #EEEEEE;
	color: #656565;
    font-size:12px;
	font-family:Verdana;
}

table.list th { 
	border-left:1px solid #ffffff;
	border-right:1px solid #C7C7C7;
	border-bottom:1px solid #C7C7C7;
	background-color:#E9E9E9;
	padding-left:10px;
	color: #656565;
    font-size:12px;
	font-family:Verdana;
}
table.list th a:link { /*color: #039;*/
	color: #0066CC;
	font-size: 12px;
	font-family: Tahoma;
	border-bottom: 1px solid #0066CC;
	text-decoration: none;
}

table.list th a:visited { /*color: #636;*/
	color: #0066CC;
	font-size: 12px;
	font-family: Tahoma;
	border-bottom: 1px solid #0066CC;
	text-decoration: none;
}

table.list th a:link :hover,table.bz_buglist th a:visited :hover {
	/*color: #333;*/
	color: #03305D;
	font-size: 12px;
	font-family: Tahoma;
	border-bottom: 1px solid #f27e0f;
	text-decoration: none;
}

table.list th a:link :active,table.bz_buglist th a:link :active {
	/*color: #000;*/
	color: #f27e0f;
	font-size: 12px;
	font-family: Tahoma;
	border-bottom: 1px solid #f27e0f;
	text-decoration: none;
}
/** Navigation Headers ***/
.vc_navheader {
	background-color: white;
}


/*** Table Headers ***/
.vc_header {
  text-align: left;
  vertical-align: top;
  background-color: #cccccc;
}
.vc_header_sort {
  text-align: left;
  background-color: #88ff88;
}


/*** Table Rows ***/
.vc_row_even {
    background-color: #F4F2EF;
    color: #000000;
}
.vc_row_odd {
  background-color: #FFFFFF;
    color: #000000;
}


/*** 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: #eeeeee;
}

/*** 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;
}
.pygments-c { color: #408080; font-style: italic } /* Comment */
.pygments-err { border: 1px solid #FF0000 } /* Error */
.pygments-k { color: #008000; font-weight: bold } /* Keyword */
.pygments-o { color: #666666 } /* Operator */
.pygments-cm { color: #408080; font-style: italic } /* Comment.Multiline */
.pygments-cp { color: #BC7A00 } /* Comment.Preproc */
.pygments-c1 { color: #408080; font-style: italic } /* Comment.Single */
.pygments-cs { color: #408080; font-style: italic } /* Comment.Special */
.pygments-gd { color: #A00000 } /* Generic.Deleted */
.pygments-ge { font-style: italic } /* Generic.Emph */
.pygments-gr { color: #FF0000 } /* Generic.Error */
.pygments-gh { color: #000080; font-weight: bold } /* Generic.Heading */
.pygments-gi { color: #00A000 } /* Generic.Inserted */
.pygments-go { color: #808080 } /* Generic.Output */
.pygments-gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.pygments-gs { font-weight: bold } /* Generic.Strong */
.pygments-gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.pygments-gt { color: #0040D0 } /* Generic.Traceback */
.pygments-kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.pygments-kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.pygments-kp { color: #008000 } /* Keyword.Pseudo */
.pygments-kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.pygments-kt { color: #B00040 } /* Keyword.Type */
.pygments-m { color: #666666 } /* Literal.Number */
.pygments-s { color: #BA2121 } /* Literal.String */
.pygments-na { color: #7D9029 } /* Name.Attribute */
.pygments-nb { color: #008000 } /* Name.Builtin */
.pygments-nc { color: #0000FF; font-weight: bold } /* Name.Class */
.pygments-no { color: #880000 } /* Name.Constant */
.pygments-nd { color: #AA22FF } /* Name.Decorator */
.pygments-ni { color: #999999; font-weight: bold } /* Name.Entity */
.pygments-ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.pygments-nf { color: #0000FF } /* Name.Function */
.pygments-nl { color: #A0A000 } /* Name.Label */
.pygments-nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.pygments-nt { color: #008000; font-weight: bold } /* Name.Tag */
.pygments-nv { color: #19177C } /* Name.Variable */
.pygments-ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.pygments-w { color: #bbbbbb } /* Text.Whitespace */
.pygments-mf { color: #666666 } /* Literal.Number.Float */
.pygments-mh { color: #666666 } /* Literal.Number.Hex */
.pygments-mi { color: #666666 } /* Literal.Number.Integer */
.pygments-mo { color: #666666 } /* Literal.Number.Oct */
.pygments-sb { color: #BA2121 } /* Literal.String.Backtick */
.pygments-sc { color: #BA2121 } /* Literal.String.Char */
.pygments-sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.pygments-s2 { color: #BA2121 } /* Literal.String.Double */
.pygments-se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.pygments-sh { color: #BA2121 } /* Literal.String.Heredoc */
.pygments-si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.pygments-sx { color: #008000 } /* Literal.String.Other */
.pygments-sr { color: #BB6688 } /* Literal.String.Regex */
.pygments-s1 { color: #BA2121 } /* Literal.String.Single */
.pygments-ss { color: #19177C } /* Literal.String.Symbol */
.pygments-bp { color: #008000 } /* Name.Builtin.Pseudo */
.pygments-vc { color: #19177C } /* Name.Variable.Class */
.pygments-vg { color: #19177C } /* Name.Variable.Global */
.pygments-vi { color: #19177C } /* Name.Variable.Instance */
.pygments-il { color: #666666 } /* Literal.Number.Integer.Long */


/*** Diff Styles ***/
.vc_diff_header {
  background-color: #ffffff;
}
.vc_diff_chunk_header {
  background-color: #E9E9E9;
  padding: 0px;
}
.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: #aaffaa;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_remove {
  background-color: #ffaaaa;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_change {
  background-color: #ffff77;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_change_empty {
  background-color: #eeee77;
  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;
}


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

