/******************************************************/
/* STYLESHEET FOR BDRAGON.COM
/******************************************************/
.border_1 { border: 1px solid purple; }

.nobr
{
  white-space: nowrap;
}

.text_plain
{
  font-weight: normal;
  font-style: normal;
  color: #000;
}

.smallcaps
{
  font-variant: small-caps;
}

.color-red
{
  color: #c00;
}

.color-green
{
  color: #063;
}

.color-purple
{
  color: #609;
}

.color-dkgrey
{
  color: #444;
}

.dropcap
{
/*
border: 1px dotted #ddd;
  position: relative;
  top: 6px;
*/
  width: 1.0em;
  height: 0.9em;
  padding-top: 6px;
  float: left;
  font-family: Georgia, serif;
  text-align: center;
  font-size: 300%;
  * font-size: 2.2em;
  font-style: italic;
  font-weight: bold;
  margin: 0 0.1em 0 0;
}


/*** SIZES ********************/

.text_huge
{
  font-size:1.6em;
}

.text_large
{
  font-size: 1.4em;
}

.text_medium
{
  font-size: 1.0em;
}

.text_small
{
  font-size: 0.9em;
}

.text_smallest
{
  font-size: 0.8em;
}

.text_smallest_nobr
{
  font-size: 0.8em;
  white-space: nowrap;
}

.text_mini
{
  font-size: 9px;
  letter-spacing: -0.05em;
}


/* ========================================================================= */
/* ALIGNMENTS */
.floatLeft, .floatleft
{
  float: left;
}
.floatRight, .floatright
{
  float: right;
}
.clearing
{
  clear: both;
}

/* ========================================================================= */
.mozHide /*hide something in mozilla (and most other) browsers but show it in IE */
{
  visibility: hidden;
  display: none;
  * visibility: visible;
  * display: inline;
}

.padding_0
{
  padding: 0;
}
.padding_3
{
  padding: 3px;
}
.padding_5
{
  padding: 5px;
}
.padding_8
{
  padding: 8px;
}
.padding_10
{
  padding: 10px;
}
.padding_15
{
  padding: 15px;
}
.padding_20
{
  padding: 20px;
}
.padding_l_8
{
  padding-left: 8px;
}
.padding_r_8
{
  padding-right: 8px;
}
.padding_t_8
{
  padding-top: 8px;
}
.padding_l_20
{
  padding-left: 20px;
}
.padding_r_20
{
  padding-right: 20px;
}
.margin_0
{
  margin: 0;
}
.margin_2
{
  margin: 2px;
}
.margin_3
{
  margin: 3px;
}
.margin_5
{
  margin: 5px;
}
.margin_5
{
  margin: 8px;
}
.margin_10
{
  margin: 10px;
}
.margin_15
{
  margin: 15px;
}
.margin_20
{
  margin: 20px;
}
.margin_30
{
  margin: 30px;
}
.margin_l_3
{
  margin-left: 3px;
}
.margin_l_5
{
  margin-left: 5px;
}
.margin_l_10
{
  margin-left: 10px;
}
.margin_l_15
{
  margin-left: 15px;
}
.margin_l_20
{
  margin-left: 20px;
}
.margin_l_30
{
  margin-left: 30px;
}
.margin_r_3
{
  margin-right: 3px;
}
.margin_r_5
{
  margin-right: 5px;
}
.margin_r_10
{
  margin-right: 10px;
}
.margin_r_15
{
  margin-right: 15px;
}
.margin_r_20
{
  margin-right: 20px;
}
.margin_r_30
{
  margin-right: 30px;
}
.margin_l_20p
{
  margin-left: 20%;
  * margin-left: 40px;
}
.margin_r_20p
{
  margin-right: 20%;
  * margin-right: 40px;
}
.margin_l_10p
{
  margin-left: 10%;
  * margin-left: 20px;
}
.margin_r_10p
{
  margin-right: 10%;
  * margin-right: 20px;
}
.margin_t_10
{
  margin-top: 10px;
}
.margin_t_15
{
  margin-top: 15px;
}
.margin_t_20
{
  margin-top: 20px;
}
.margin_t_30
{
  margin-top: 30px;
}
.margin_b_5
{
  margin-bottom: 5px;
}
.margin_b_10
{
  margin-bottom: 10px;
}
.margin_b_15
{
  margin-bottom: 15px;
}
.margin_b_20
{
  margin-bottom: 20px;
}
.margin_b_30
{
  margin-bottom: 30px;
}


.outline
{
  border: 1px solid #000;
}
.outline_dkgrey
{
  border: 1px solid #999;
}
.outline_ltgrey
{
  border: 1px solid #ddd;
}
.outline_ltgrey_dashed
{
  border: dashed 1px #ddd;
}
.outline_dkgrey_dashed
{
  border: dashed 1px #999;
}
.border_dkgrey
{
  border: 1px solid #999;
}
.border_dkgrey_thick
{
  border: 2px solid #888;
}
.border_black, a.border_black_img img
{
  border: 1px solid #000;
}
a.border_black_img
{
  background-color: transparent;
  border-color: transparent;
}

/* ========================================================================= */

.nocolor, .nocolor:hover, a.nocolor, a.nocolor:hover, a.nocolor:visited, a.nocolor:link,
.nocolor a, .nocolor.a:hover, .nocolor.a:visited, .nocolor.a:link,
a.nocolor img, img.nocolor, label a.nocolor, label a.nocolor:visited,
a.nocolor_thisonly, a.nocolor_thisonly:visited, a:visited.nocolor_thisonly,
div.nocolor a, div.nocolor a:hover, div.nocolor a:visited
{
  background-color: transparent;
  border-color: transparent;
  background: none;
  border: none;
}

/* ========================================================================= */
/*** FANCY LISTS ********/
.ul_horizontal
{
  list-style: none inside none;
}
.ul_horizontal li
{
  display: inline;
}
ul.bullet_ball,
ul.arrow_r,
ul.arrow_r_style,
ul.black_circle,
ul.grey_circle,
ul.prompt,
ul.prompt_circle,
ul.diamonds,
ul.target,
ul.tiny_black,
ul.tiny_square_grey,
ul.ltblue_3d,
ul.foursquare_grey,
ul.tiny_diamond,
ul.rarrow
{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul.bullet_ball li.list_title,
ul.arrow_r li.list_title,
ul.arrow_r_style li.list_title,
ul.black_circle li.list_title,
ul.grey_circle li.list_title
ul.prompt li.list_title,
ul.prompt_circle li.list_title,
ul.diamonds li.list_title,
ul.target li.list_title,
ul.tiny_black li.list_title,
ul.tiny_square_grey li.list_title,
ul.ltblue_3d li.list_title,
ul.foursquare_grey li.list_title,
ul.tiny_diamond li.list_title,
ul.rarrow li.list_title
{
  background-image: none;
  list-style: none;
  font-weight: bold;
  padding-left: 0px;
}

ul.bullet_ball li, .bullet_bullet_ball
{
  padding-left: 17px;
  background-image: url(/images/tiny/bullet_ball_arrow_r.gif);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  min-height: 12px;
}
ul.arrow_r li, .bullet_arrow_r
{
  padding-left: 13px;
  background-image: url(/images/tiny/bullet_black_arrow_r.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  min-height: 11px;
}
ul.arrow_r_style li, .bullet_arrow_r_style
{
  padding-left: 15px;
  margin-bottom: 1ex;
  background-image: url(/images/tiny/bullet_black_arrow_r_style.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  min-height: 12px;
}
ul.black_circle li, .bullet_black_circle
{
  padding-left: 15px;
  background-image: url(/images/tiny/bullet_black_circle.gif);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  min-height: 10px;
}
ul.grey_circle li, .bullet_grey_circle
{
  padding-left: 14px;
  background-image: url(/images/tiny/bullet_lt_grey_circle.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  min-height: 10px;
}
ul.prompt li, .bullet_prompt
{
  padding-left: 12px;
  background-image: url(/images/tiny/bullet_prompt.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  min-height: 9px;
}
ul.prompt_circle li, .bullet_prompt_circle
{
  padding-left: 15px;
  background-image: url(/images/tiny/bullet_prompt_circle.gif);
  background-repeat: no-repeat;
  background-position: 0 0.35em;
  min-height: 11px;
}
ul.diamonds li, .bullet_diamonds
{
  padding-left: 15px;
  background-image: url(/images/tiny/bullet_diamonds.gif);
  background-repeat: no-repeat;
  background-position: 0 0.25em;
  min-height: 11px;
}
ul.target li, .bullet_target
{
  padding-left: 15px;
  background-image: url(/images/tiny/bullet_target.gif);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  min-height: 11px;
}
ul.tiny_black li, .bullet_tiny_black
{
  padding-left: 10px;
  background-image: url(/images/tiny/bullet_tiny_black.gif);
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  min-height: 6px;
}
ul.tiny_square_grey li, .bullet_square_grey
{
  padding-left: 10px;
  background-image: url(/images/tiny/bullet_tiny_square_grey.gif);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  min-height: 4px;
}
ul.ltblue_3d li, .bullet_ltblue_3d
{
  padding-left: 15px;
  background-image: url(/images/tiny/bullet_ltblue_3d.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  min-height: 10px;
}
ul.foursquare_grey li, .bullet_foursquare_grey
{
  padding-left: 14px;
  background-image: url(/images/tiny/bullet_foursquare_grey.gif);
  background-repeat: no-repeat;
  background-position: 0 55%;
  min-height: 8px;
}
ul.tiny_diamond li, .bullet_tiny_diamond
{
  padding-left: 12px;
  background-image: url(/images/tiny/bullet_tiny_diamond.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  min-height: 9px;
}
ul.rarrow li, .bullet_rarrow
{
  padding-left: 17px;
  background-image: url(/images/tiny/rarrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  min-height: 16px;
}
ul.list_style_none
{
  list-style: none;
}
ul.list_style_disc
{
  list-style: disc;
}
ul.list_style_square
{
  list-style: square;
}


/* ========================================================================= */
/* FORM LAYOUTS */
.form_unit,
.form_unit_clear,
.ui_basic_unit,
.ui_full_unit
{
  float: left;
  margin: 0 1em 0.5em 0;
}
.form_unit,
.ui_basic_unit,
.ui_full_unit
{
  white-space: nowrap;
}
.form_unit_clear
{
  clear: both;
}

.label_5em,
.label_8em,
.label_10em,
.label_15em,
.label_20em,
.label_25em,
.label_30em
{
  float: left;
}

.ui_full_unit
{
  width: 28em;
  * width: 27em;/*for ie*/
}

.label_5em { width: 5em; }
.data_5em  { padding-left: 5em; }

.label_10em { width: 10em; }
.data_10em  { padding-left: 10em; }

.label_8em { width: 8em; }
.data_8em  { padding-left: 8em; }

.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,
.ui_basic_unit div,
.ui_full_unit div,
.ui_full_unit input
{
  margin: 0 0 0.4em 0;
}

.form_unit label
{
  margin: 0 0.6em 0.2em 0;
}

/* ========================================================================= */
/* SEARCH */
.search_terms
{
  color: #3e3e3e;
  font-weight: bold;
}
.search_result_description
{
  font-size: 1.0em;
  line-height: 1.4em;
}
.search_result_details
{
  margin-top: 0.5em;
  color: #888;
  font-size: 0.8em;
  line-height: 1.4em;
}

/* ========================================================================= */
/* FOR OVERLIB */

.overDiv
{
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
.ol_fgclass
{
  color: #000;
  background-color: #ffffea;
}
.ol_bgclass
{
  background-color: #a8a8a8;
}
.ol_textfontclass
{
  font-size: 11px;
  font-family: verdana, arial, lucida, sans-serif;
}
.ol_captionfontclass
{
  font-size: 12px;
  font-family: verdana, arial, lucida, sans-serif;
  font-weight: bold;
}
.ol_closefontclass
{
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  text-align: right;
  color: #000;
}
.ol_closefontclass a
{
  border: 1px solid #333;
  padding: 0px 4px;
  margin: 0px 0px;
  color: #333;
  background-color: #ccc;
  text-decoration: none;
}



/* ========================================================================= */
/* 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 */


