/******************************************************/
/* STYLESHEET FOR NEUROTICPOETS.COM
/******************************************************/
.border_1 { border: 1px solid purple; }

span.tracecontent tr.alt { background-color: #eee; }
span.tracecontent tr { background-color: #fff; }
span.tracecontent th.alt { background-color: #eee; }
span.tracecontent th { background-color: #fff; }

.nobr
{
  white-space: nowrap;
}

.text_plain
{
  font-weight: normal;
  font-style: normal;
  color: #000;
}
.text_small
{
  font-size: 86%;
}


/*class/behavior for persisting certain forms fields (in IE)*/
/*<meta name="save" content="history"></meta>*/
/*<input type="text" class="saveHistory" />*/
.saveHistory
{
  behavior: url(#default#savehistory);
}

/* ========================================================================= */
/* ALIGNMENTS */
.floatLeft, .floatleft
{
  float: left;
}
.floatRight, .floatright
{
  float: right;
}
.centerText
{
  text-align: center;
}
.center
{
  margin-left: auto;
  margin-right: auto;
}

/* ========================================================================= */
.mozHide /*hide something in mozilla (and most other) browsers but show it in IE */
{
  visibility: hidden;
  display: none;
  * visibility: visible;
  * display: inline;
}


/* FORM LAYOUTS */
.form_unit,
.form_unit_clear
{
  float: left;
  margin: 0 1em 0.5em 0;
}
.form_unit
{
  white-space: nowrap;
}
.form_unit_clear
{
  /*clear: both;*/
  clear: left;
}

.label_5em,
.label_8em,
.label_10em,
.label_15em,
.label_20em,
.label_25em,
.label_30em
{
  float: left;
}

.label_5em { width: 5em; }
.data_5em  { padding-left: 5em; }

.label_8em { width: 8em; }
.data_8em  { padding-left: 8em; }

.label_10em { width: 10em; }
.data_10em  { padding-left: 10em; }

.label_15em { width: 15em; }
.data_15em  { padding-left: 15em; }

.label_20em { width: 20em; }
.data_20em  { padding-left: 20em; }

.label_25em { width: 25em; }
.data_25em  { padding-left: 25em; }

.label_30em { width: 30em; }
.data_30em  { padding-left: 30em; }

.data_indent_02em { padding-left: 0.2em; }
.data_indent_05em { padding-left: 0.5em; }
.data_indent_1em  { padding-left: 1em; }

.form_unit div
{
  margin: 0 0 0.4em 0;
}

.form_unit label
{
  margin: 0 0.6em 0.2em 0;
}



/* HACKS */

/* THE HOLLY HACK http://www.positioniseverything.net/articles/hollyhack.html */
/* Hides from IE5-mac \*/
* html .buggybox { height: 1%; }
/* End hide from IE5-mac */

/* for containers containing a float - to "stretch" the container all around the float */
/* http://www.positioniseverything.net/easyclearing.html */
/* <div class="clearfix"></div> */
.clearfix:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }
/* hides from ie-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from ie-mac */


