.stream { position:absolute;right:19999px;left:auto; }

/* ******  basic elements  ****** */

body {
  background : #fff;
  color : #222;
  padding : 0;
  margin : 0;
  font-family: Helvetica, sans-serif;
  font-size : 13px;
  _font-size: 90%;
  line-height : 1.4;
}

hr {
/*  display : none;*/
  height : 1px;
  border : 0;
  border-top : 1px dotted #777;
}
code {
  font-family: 'Lucida Console', 'Monaco', monospace;
}
label {
  font-weight : bold;
  color : #666;
  display : block;
}
input,
select,
textarea {
  border : 1px solid #aaa;
  background : #fafaf5;
  font-family: Helvetica, sans-serif;
  font-size: 100%;
}
input,
option,
textarea {
  padding : 2px;
  line-height : 1.2;
}
textarea {
  width : 98.7%;
  font-family : 'Lucida Console', Monaco, monospace;
  font-size : 90%;
/*  font-size : 88%; */
}
h1,h2,h3,h4,h5,h6,p {
  margin : 0;
}
h1 {
  text-transform : none;
  font-weight : normal;
  font-size : 2em;
  line-height : 1;
  margin-top : 0;
  margin-bottom : .6em;
  border-bottom : 1px solid #ddd;
}
h1 i {
  margin : 0 2px;
  font-size : .5em;
  font-style : normal;
  text-transform : none;
}
h2 {
  color : #000;
  font-weight : normal;
  font-size : 1.5em;
  margin : .8em 0 .24em 0;
}
p {
  margin : 0 0 1em 0;
}
.article p {
  line-height : 1.3;
}
.article blockquote {
/*
  border-left : 4px solid #ccc;
  border : 1px solid red;
  padding : 0 0 0 1em;
  margin : 0 0 1em 0;
*/
}

a {
  color : #002BB8;
}
a.createlink,
a.createlinktext {
  color : #C20;
  border-bottom : 1px dotted gray;
  text-decoration : none;
}
a:visited {
  color : #5A3696;
}
a:hover,
a:focus,
a:active {
} 
a.urllink {
  background : url(i/external.png) no-repeat right center;
  padding-right : 13px;
}
.bodywrap a.createlink {
  border-bottom : none;
  font-size : 10px;
  font-weight : bold;
  position : relative;
  text-decoration : none;
  top : -.5em;
}



/* ******  page layout  ****** */
.bodywrap {
}

.pghead {
  color : #fff;
  background : #113A93;
}
.pghead .wrap {
  padding : 0;
}
.pghead .pagetitle {
  font-weight : normal;
  letter-spacing : 1px;
  position : relative;
}
.pghead .pagetitle a {
  color : #fff;
  text-decoration : none;
  display : block;
  font-size : 2em;
  line-height : 70px;
  height : 70px;
  text-transform : uppercase;
}

.pgmain {
  padding-top : 2em;
  border-top : 3px solid #C3342E;
  margin-top : 3px;
}

.pgfoot {
  font-size : .92em;
  padding-bottom : 12em;
}

.pgmain .wrap,
.pghead .wrap,
.pgextra1 .wrap,
.pgfoot .wrap {
  width : 850px;
  margin : 0 auto;
}

.pgmain .wrap {
  width : 500px;
  width : 650px;
  padding-right : 200px;
  min-height : 300px;
  _height : 300px;
}
.pgextra1 .navigation {
  position : absolute;
  top : 104px;
  width : 170px;
  margin-left : 680px;
}



.module {
  margin-bottom : 2em;
  padding-bottom : 2em;
  border-bottom : 6px solid #eee;
}
.module .b {
  padding : .5em 0;
}

/* ******  forms  ****** */
.fi_chk label,
.fi_chk strong {
  display : inline;
  font-weight : normal;
}

.fi_txt strong,
.fi_bdy strong,
.fi_sel strong {
  font-weight : bold;
  display : block;
}

.fi_chk,
.fi_rdo,
.f_group,
.fi_txt,
.fi_bdy,
.fi_sel {
  margin-bottom : 1em;
}

.f_group .fi_txt,
.f_group .fi_bdy,
.f_group .fi_btn,
.f_group .fi_sel {
  float : left;
  margin-bottom : 0;
  margin-right : 1em;
}
.f_group {
  padding-top : 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.f_group:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.f_group .fi_chk,
.f_group .fi_btn {
  margin-top : 1.4em;
}
.fi_btn input {
  background : #888;
  color : #fff;
  font-weight : bold;
  border : 0;
  padding : 3px;
}

.fi_btn {
  padding-bottom : 1em;
}
.fi_chk input {
  padding : 0;
  margin : 0;
}

form p {
  clear : both;
}
p.demo {
  display: inline-block;
/*  display : -moz-inline-box;*/
  border : 1px solid #cc8;
  background : #ffc;
  color : #666;
  padding : 2px 8px;
  margin-bottom : 1em;
}

.attn {
  border : 1px dashed #00c;
  background : #f8f8ff;
  padding : 1em 14px 0 14px;
  font-size : .92em;
  margin-bottom : 1em;
}


/* ******  navigation  ****** */


.navigation .boxhead { position:absolute;right:19999px;left:auto; }


.navigation p { margin : 0; }
.navigation ul {
  list-style : none;
  padding : 0;
  margin : 0 0 1em 0;
  border-bottom : 1px solid #ccc ;
}
.navigation ul li {
  border-top : 1px solid #ccc ;
  padding : .2em 4px;
}
.navigation a {
  font-size : .92em;
}
.navigation h3,
.navigation h4 {
  padding : .2em 4px;
  border-top : 1px solid #ccc;
  font-size : 1em;
  background : #f4f4f4;
  margin : 0;
}

/* ***  breadcrumbs  *** */
.breadcrumbs .boxhead { position:absolute;right:9999em;left:auto; }
.breadcrumbs .boxbody {
  position : absolute;
  top : 43px;
  font-size : .92em;
  color : #bbd;
  margin-left : 450px;
  text-align : right;
  width : 400px;
}
.breadcrumbs .boxbody a {
  color : #bbd;
  text-decoration : none;
}
.breadcrumbs .boxbody a:hover,
.breadcrumbs .boxbody a:focus,
.breadcrumbs .boxbody a:active {
  text-decoration : underline;
  color : #fff;
}

.breadcrumbs .boxbody strong {
  font-weight : normal;
  text-decoration : underline;
}



/* ***  operations  *** */

.operations .boxhead { position:absolute;right:9999em;left:auto; }
.operations ul {
  list-style : none;
  padding : 0;
  margin : 0;
  position : absolute;
  top : 112px;
  width : 350px;
  margin-left : 300px;
  line-height: 1;
}
.operations ul li {
  float : right;
  padding-right : 6px;
}
.operations ul li a {
  -moz-border-radius-topleft : 5px;
  -moz-border-radius-topright : 5px;
  -webkit-border-top-left-radius : 5px;
  -webkit-border-top-right-radius : 5px;
  border : 1px solid #ccc;
  border-bottom : 1px solid #fff;
  font-size : .84em;
  padding : .25em 8px;
  display : block;
  text-decoration : none;
  background : #fff;
  color : #888;
}
.operations ul li a:hover {
  background : #fff;
  color : #000;
  text-decoration : underline;
}

.operations .lastmod {
  border-top : 1px solid #ddd;
  margin-top : 4em;
  padding-top : 1em;
  font-size : .81em;
  color : #444;
  width : 650px;
}



/* ***  wiki stuff  *** */

.preview {
  border : 1px dashed #c80;
  background : #FCF4E8;
  padding : 0 14px 0 14px;
  font-size : .92em;
  margin-bottom : 1em;
}


/* pagerev */
.diffbox {
  border : 1px solid #ccc;
  border-bottom : 0;
  padding : 0 10px;
  overflow : hidden;
  margin-top : 1em;
  font-size : .81em;
}
.difftime { 
  padding : 3px;
  background : #f5f5f5;
  border-bottom : 1px solid #ddd;
  margin : 0 -10px 10px -10px;
}

.difftype { 
  font-weight : bold;
  margin-bottom : .5em;
  border-bottom : 1px dotted #ddd;
}

.diffadd,
.diffdel { 
  border-left : 10px solid; 
  padding : 1px;
  padding-left : 10px;
}
.diffadd { border-color: #99ff99; }
.diffdel { border-color: #ffff99; }

.diffrestore { 
  border : 1px solid #ddd;
  border-top : 0;
  padding : 10px 10px 4px 10px;
  overflow : hidden;
  margin-bottom : 1em;
  font-size : .81em;
}

.diffmarkup { font-family:monospace; }
.diffauthor { font-weight:bold; }
.diffchangesum { font-weight:bold; }


/* urlapprove */
.apprlink { font-size:smaller; }

/* simuledit */
.editconflict {
  color:green; 
  font-style:italic;
  margin-top:1.33em;
  margin-bottom:1.33em;
}

/* vardoc */
a.varlink { text-decoration:none; }


/* ******  quicksearch  ****** */

.qsearch {
}
.qsearch form {
  position : absolute;
  top : 1.15em;
  text-align : right;
  width : 400px;
  margin-left : 450px;
}
.qsearch a {
  font-size : .92em;
  color : #88c;
  text-decoration : none;
}
.qsearch a:hover,
.qsearch a:focus,
.qsearch a:active {
  color : #fff;
  text-decoration : underline;
}
.qsearch .headnav {
  padding-right : 5px;
  border-right : 1px solid #88f;
}

.qsearch .inputbox {
  border : 1px solid #fff;
  padding : 2px;
  font-size : .92em;
  margin-left : 12px;
  line-height : 1;
}
.qsearch .inputbutton {
  border : 1px solid #fff;
  background : #dde;
  padding : 1px;
  font-size : .92em;
  line-height : 1;
}
