/* LINK_REL: "StyleSheet". Code-file: "default.css". */
/* LINK_TYPE="text/css". */
/* Description: "Style default". */
/* Publication_Date: "June 9, 1998". */ 
/* Last-modified: "January 22, 2016". */

/* at-rule(s): */
/* ISO Latin-1 character set (label: iso-8859-1) are defined by the ISO Standard ISO8859-1 for use with Western European languages. */
@charset "ISO-8859-1";
/* Importing Style Sheet(s) */
@import url(./ua_style.css);
@import url(./search.css);

/* */

/* ----- main.css ----- */
/* Description: "Style default - Main". */
/* Location: ./main.css */

BODY {
  color: #000000;                              /* (black) */ 
  background-color: #C0C0C0;                   /* (silver) */ 
  background-image: url(../graphics/b-graa.jpg);
  /* background-image: none; */
  background-repeat: repeat;
}

A:link { color: #CA6450 }       /* LINK (not visited) */

A:visited { color: #800080 }    /* VLINK (visited) */

A:active { color: #FFFFFF }     /* ALINK (active - just clicked) */

A.linkrolloverstyle:hover {     /* HOVER (links on mouse over) */
  color: #FF8C00;                              /* (darkorange) */ 
  font-weight: bold;
}

A.bg_white:link { color: #FF0000 }       /* LINK (not visited) */

A.bg_white:visited { color: #800080 }    /* VLINK (visited) */

A.bg_white:active { color: #8B0000 }     /* ALINK (active - just clicked) */

SPAN.navigation {
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 12pt;
  color: #000000;                              /* (black) */
}

SPAN.navigation_minor {
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  color: #000000;                              /* (black) */
}

INPUT.buttonblacktext {                        /* Monospace Fonts */
  font-family: "Courier New", Courier, Monaco,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  color: #000000;                              /* (black) */
}

INPUT.buttonredtext {                          /* Monospace Fonts */
  font-family: "Courier New", Courier, Monaco,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  color: #FF0000;                              /* (red) */ 
}

SPAN.copyrighttext {
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 8pt;
  font-style: italic;
  color: #000000;                              /* (black) */
}

SPAN.headingtext {
  font-weight: bold;
}

SPAN.redtext { color: #FF0000 }                /* (red) */

SPAN.greentext { color: #008000 }              /* (green) */

SPAN.bluetext { color: #0000FF }               /* (blue) */

SPAN.defunctlinktext {
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: bold;
  font-size: 12pt;
  font-style: italic;
  color: #FF00FF;                              /* (purple) */
}

SPAN.showlinktext {
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 8pt;
  color: #FF00FF;                              /* (purple) */
}

SPAN.markAsNew {
  /* Mark as new. / Marker som ny. */
  font-family: Arial, Helvetica, "Times New Roman",
      "Courier New", Courier, Monaco,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: bold;
  font-size: 10pt;
  font-style: italic;
  color: #000000;                              /* (black) */
  background-color: #FFFF00;                   /* (yellow) */
  text-decoration: none;
  cursor: default;
}

SPAN.markAsUpdate {
  /* Mark as update. / Marker som opdatering. */
  font-family: Arial, Helvetica, "Times New Roman",
      "Courier New", Courier, Monaco,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: bold;
  font-size: 8pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #98FB98;                   /* ([user-defined] light green) */
  text-decoration: none;
  cursor: default;
}

.align_left_1 {
  text-align: left;
  vertical-align: middle;
  float: left;
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.align_center_1 {
  text-align: center;
  vertical-align: middle;
  /* float: center; */  /* You cannot centre floated elements. */
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.align_right_1 {
  text-align: right;
  vertical-align: middle;
  float: right;
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.align_left_2 {
  text-align: left;
  vertical-align: middle;
  /* float: left; */
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.align_center_2 {
  text-align: center;
  vertical-align: middle;
  /* float: center; */  /* You cannot centre floated elements. */
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.align_right_2 {
  text-align: right;
  vertical-align: middle;
  /* float: right; */
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.very-minor-text {font-family: Arial, Helvetica, "Times New Roman", serif, sans-serif, cursive, fantasy, monospace; font-size: 60%; font-weight: normal; cursor: default}

.minor-text {font-family: Arial, Helvetica, "Times New Roman", serif, sans-serif, cursive, fantasy, monospace; font-size: 80%; font-weight: normal; cursor: default}

.major-text {font-family: Arial, Helvetica, "Times New Roman", serif, sans-serif, cursive, fantasy, monospace; font-size: 100%; font-weight: normal; cursor: default}

.very-major-text {font-family: Arial, Helvetica, "Times New Roman", serif, sans-serif, cursive, fantasy, monospace; font-size: 120%; font-weight: bold; cursor: default}

H1, H2, H3, H4, H5, H6 {
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: 500;
  text-decoration: none;
}

H1, H2, H3, H4, H5, H6 { color: green }

H1.rainbow, H2.rainbow, H3.rainbow, H4.rainbow, H5.rainbow, H6.rainbow {
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: bold;
  color: #000000;                              /* (black) */ 
  text-decoration: underline;
}

CODE { color: blue }

LI {
  list-style-image: none;                      /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-position: outside;                /* Positioning of marker with respect to list content */
  color: #000000;                              /* (black) */
  text-decoration: none;
  cursor: default;
}

IMG { border-color: #000000 }                  /* (black) */

P { color: #000000 }                           /* (black) */

.eventablerowcolor_0 {
  /* Even table row color. / Lige tabelraekke farve. */
  background-color: #606060;                   /* ([user-defined] dark gray) */
}

.oddtablerowcolor_0 {
  /* Uneven (Odd) table row color. / Ulige tabelraekke farve. */
  background-color: #A0A0A0;                   /* ([user-defined] light gray) */
}

.TipsAndWarnings {
  color: #000000;                              /* (black) */
}

.TipsAndWarnings LI.lstTip {
  list-style-type: disc;                       /* A closed circle or disc */
  /* list-style-type: circle; */               /* An open circle */
  /* list-style-type: square; */               /* Closed square */
  /* list-style-type: none; */                 /* No bullet or number before item */
  /* list-style-image: none; */                /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-image: url(../graphics/bulb1.gif);       /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-position: outside;                /* Positioning of marker with respect to list content */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #000000;                              /* (black) */
  text-decoration: none;
  cursor: default;
}

.TipsAndWarnings LI.lstWarning {
  list-style-type: disc;                       /* A closed circle or disc */
  /* list-style-type: circle; */               /* An open circle */
  /* list-style-type: square; */               /* Closed square */
  /* list-style-type: none; */                 /* No bullet or number before item */
  /* list-style-image: none; */                /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-image: url(../graphics/warning3.gif);    /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-position: outside;                /* Positioning of marker with respect to list content */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #000000;                              /* (black) */
  text-decoration: none;
  cursor: default;
}

.TipsAndWarnings LI.lstEnvironment {
  list-style-type: disc;                       /* A closed circle or disc */
  /* list-style-type: circle; */               /* An open circle */
  /* list-style-type: square; */               /* Closed square */
  /* list-style-type: none; */                 /* No bullet or number before item */
  /* list-style-image: none; */                /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-image: url(../graphics/tree15.gif);      /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-position: outside;                /* Positioning of marker with respect to list content */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #000000;                              /* (black) */
  text-decoration: none;
  cursor: default;
}

/* */

/* ----- sourceco.css ----- */
/* Description: "Style source code". */
/* Location: ./sourceco.css */

/* Conventions used for...                             */
/* Source code syntax highlighting:                    */
/* Syntax definition for... [Similar used HTML tag...] */

.sourcecode {
  color: #000000;                              /* (black) */
  background-color: #f2f2f2;
  padding: 4px;
  border: 1px solid #939393;
  font-family: "Courier New", Courier, monospace;
}

.sourcecode .jscode {color: #000000; background-color: #f2f2f2; font-style: normal;}  /* JavaScript (JScript) code [HTML tag: span] */

.sourcecode .csscode {color: #000000; background-color: #f2f2f2; font-style: normal;}  /* Cascading Style Sheets (CSS) code [HTML tag: span] */

.sourcecode .javacode {color: #000000; background-color: #f2f2f2; font-style: normal;}  /* Java code [HTML tag: span] */

.sourcecode .ccode {color: #000000; background-color: #f2f2f2; font-style: normal;}  /* C code [HTML tag: span] */

.sourcecode .basiccode {color: #000000; background-color: #f2f2f2; font-style: normal;}  /* BASIC (Beginner's All-purpose Symbolic Instruction Code) code [HTML tag: span] */

.sourcecode .othercode {color: #000000; background-color: #f2f2f2; font-style: normal;}  /* Other code [HTML tag: span] */

.sourcecode .brkt {color: #ff0000; background-color: #f2f2f2; font-weight: normal;}  /* bracket [HTML tag: b] */

.sourcecode .cmt {color: #006c00; background-color: #f2f2f2; font-style: normal;}  /* comment [HTML tag: i] */

.sourcecode .str {color: #006d71; background-color: #f2f2f2; font-style: normal;}  /* string [HTML tag: i] */

.sourcecode .kywd {color: #000080; background-color: #f2f2f2; font-weight: normal;}  /* key word [HTML tag: b] */

.sourcecode .obj {color: #0000ff; background-color: #f2f2f2; font-weight: normal;}  /* object [HTML tag: b] */

.sourcecode .mrk {color: #000000; background-color: #f2f2f2; font-style: normal;}  /* HTML (HyperText Markup Language) code [HTML tag: span] */

.sourcecode .mrktag {color: #b00000; background-color: #f2f2f2; font-weight: normal;}  /* HTML tag [HTML tag: b] */

.sourcecode .mrkattr {color: #de5900; background-color: #f2f2f2; font-weight: normal;}  /* HTML attribute [HTML tag: b] */

.sourcecode .mrkchr {color: #b00000; background-color: #f2f2f2; font-weight: normal;}  /* HTML special character [HTML tag: b] */

.sourcecode .mrkcmt {color: #666666; background-color: #f2f2f2; font-style: normal;}  /* HTML comment [HTML tag: i] */

.sourcecode a:link {color: #0000a0; background-color: #f2f2f2;}  /* link: LINK (not visited) */

.sourcecode a:visited {color: #a000a0; background-color: #f2f2f2;}  /* link: VLINK (visited) */

.sourcecode a:hover, .sourcecode a:active {color: #000000; background-color: #f4ca4a;}  /* link: HOVER (links on mouse over) - ALINK (active - just clicked) */

/* - implemented by the use of a technique             */
/* called 'Cascading Style Sheets (CSS)',              */
/* which enables HTML writers to change a document's   */
/* format and look. Only if this technique is not      */
/* supported by your browser you can see the use of    */
/* '[Similar used HTML tag...]'                        */
/* (span: Applies styles and formats to a span of      */
/* text; b: Applies boldface to selected text;         */
/* i: Applies italics to selected text).               */

/* These classifications are not completely rigid. How */
/* an element of source code gets classified depends   */
/* on context. For example an element of a program     */
/* that is a property in one context, might be treated */
/* as an object in another context, or something that  */
/* is merely a variable at one point in a program      */
/* might have an object assigned to it as the value of */
/* the variable. So as you view the color coding in    */
/* the program listings, keep in mind that these are   */
/* not based on rigid rules, but based on an           */
/* interpretation of how elements are being used in    */
/* that context.                                       */

/* */

/* ----- opskr.css ----- */
/* Description: "Style Recipes (in Danish)". */
/* Location: ./opskr.css */

/************************************************************************/
/* Styles for "Word Group words" list. This section Start.              */
/************************************************************************/

A.a_goToRandomRecipe1:link { color: #FF0000 }       /* LINK (not visited) */

A.a_goToRandomRecipe1:visited { color: #800080 }    /* VLINK (visited) */

A.a_goToRandomRecipe1:active { color: #8B0000 }     /* ALINK (active - just clicked) */

form.form_goToRandomRecipe1 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.div_for_table_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  float: left;
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.div_for_table_goToRandomRecipe2 {
  text-align: center;
  vertical-align: middle;
  /* float: center; */  /* You cannot centre floated elements. */
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.div_for_table_goToRandomRecipe3 {
  text-align: right;
  vertical-align: middle;
  float: right;
  color: #000000;                              /* (black) */ 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

table.table_1_goToRandomRecipe1 {
  text-align: center;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
  border-width: 1px;
  border-style: solid;  /* The border is drawn as a solid line. */
  border-collapse: collapse;
  border-color: #008000;                       /* ([user-defined] green) */
  background-color: none;                      /* (none) */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

tr.table_1_tr_goToRandomRecipe1 {
  text-align: center;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
}

td.table_1_td_goToRandomRecipe1 {
  text-align: center;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
}

table.table_2_goToRandomRecipe1 {
  text-align: center;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
  border-width: 0px;
  border-style: solid;  /* The border is drawn as a solid line. */
  border-collapse: collapse;
  border-color: #000000;                       /* (black) */
  background-color: #FFFFCC;                   /* ([user-defined] yellow) */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

tr.table_2_tr_heading_text_goToRandomRecipe1 {
  text-align: center;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
}

td.table_2_td_heading_text_goToRandomRecipe1 {
  text-align: center;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 8pt;
  font-style: normal;
  color: #000000;                              /* (black) */ 
}

tr.table_2_tr_goToRandomRecipe1 {
  text-align: center;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
}

td.table_2_td_select_text_goToRandomRecipe1 {
  text-align: right;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
}

td.table_2_td_select_button_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  color: #000000;                              /* (black) */ 
}

select.s_1_goToRandomRecipe1 {
  /* DropDownList */
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #FFFFFF;                   /* (white) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  width: 240px;                                /* width: "#"; The Form Element adjusts itself according to the text length, unless the width is specified */
  height: 22px;                                /* height: 22px; (=) font-size: 10pt - the Form Element automatically adjusts its height according to text size */
  border-width: 2px;
  border-style: inset;  /* The border is drawn such that the element content appears inset into the page. */
  /* border-color: #FFFFFF; */                       /* (white) */
  border-color-dark: #9D9DA1;                  /* ([user-defined] dark grey) */
  border-color-light: #716F64;                 /* ([user-defined] light grey) */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: default;
}

option.s_1_o_1_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #FFFFFF;                   /* (white) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_2_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #DCDCDC;                   /* ([user-defined] light grey) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_3_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #86ACEC;                   /* ([user-defined] light blue) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_4_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #C89C68;                   /* ([user-defined] light brown) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_5_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #00FFFF;                   /* ([user-defined] light cyan) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_6_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #98FB98;                   /* ([user-defined] light green) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_7_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #FFA500;                   /* ([user-defined] light orange) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_8_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #EE82EE;                   /* ([user-defined] light purple) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_9_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #FF6347;                   /* ([user-defined] light red) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

option.s_1_o_10_goToRandomRecipe1 {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  background-color: #FDFF3F;                   /* ([user-defined] light yellow) */
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: default;
}

IMG.img_1_goToRandomRecipe1 {
  vertical-align: middle;
  width: 24px;  /* joker01.gif */
  height: 22px;  /* joker01.gif */
  border-width: 0px;
  border-style: solid;  /* The border is drawn as a solid line. */
  border-color: #000000;                       /* (black) */
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

IMG.img_2_goToRandomRecipe1 {
  vertical-align: middle;
  width: 27px;  /* joker02.gif */
  height: 27px;  /* joker02.gif */
  border-width: 0px;
  border-style: solid;  /* The border is drawn as a solid line. */
  border-color: #000000;                       /* (black) */
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

/************************************************************************/
/* Styles for "Word Group words" list. This section End.                */
/************************************************************************/

A.lnkPopUpPicGalStyleOpskr01:link { color: #CA6450 }       /* LINK (not visited) */

A.lnkPopUpPicGalStyleOpskr01:visited { color: #800080 }    /* VLINK (visited) */

A.lnkPopUpPicGalStyleOpskr01:active { color: #FFFFFF }     /* ALINK (active - just clicked) */

A.lnkPopUpPicGalStyleOpskr02:link { color: #CA6450 }       /* LINK (not visited) */

A.lnkPopUpPicGalStyleOpskr02:visited { color: #800080 }    /* VLINK (visited) */

A.lnkPopUpPicGalStyleOpskr02:active { color: #FFFFFF }     /* ALINK (active - just clicked) */

H1.alt_h_texts, H2.alt_h_texts, H3.alt_h_texts, H4.alt_h_texts, H5.alt_h_texts, H6.alt_h_texts {
  /* Alternate heading texts. */
  /* Alternativ overskrift tekster. */
  text-align: center;
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  /* font-weight: normal; */
  font-weight: 500;
  font-size: 18pt;
  font-style: normal;
  color: #008000;                              /* (green) */ 
  text-decoration: none;
  /* cursor: default; */
}

.alt_h_texts_as_text {
  /* Alternate heading texts as text. */
  /* Alternativ overskrift tekster som tekst. */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 12pt;
  font-style: normal;
  color: #808000;                              /* (olive) */
  text-decoration: none;
  /* cursor: default; */
}

.related_recipe_or_variation_texts_as_text {
  /* Related recipe or variation texts as text. */
  /* Beslaegtet (mad)opskrift eller variation tekster som tekst. */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  font-size: 12pt;
  font-style: normal;
  color: #0000FF;                              /* (blue) */
  text-decoration: none;
  /* cursor: default; */
}

.RecipeSymbols {
  /* Recipe Symbols. */
  /* Opskrift symboler. */
  margin-left: 0;
  margin-right: 0;
  margin-top: 2pt;
  margin-bottom: 2pt;
  text-align: left;
  font-weight: normal;
  font-size: 12pt;
  font-style: normal;
  color: #000000;                              /* (black) */
  text-decoration: none;
  /* cursor: default; */
}

DIV.ingredient_division {
  text-align: left;
  color: #000000;                              /* (black) */
}

UL.ingredient_list {
  color: #000000;                              /* (black) */
}

LI.ingredient_list_line_sectiontext {
  /* list-style-type: disc; */                 /* A closed circle or disc */
  list-style-type: circle;                     /* An open circle */
  /* list-style-type: square; */               /* Closed square */
  /* list-style-type: none; */                 /* No bullet or number before item */
  /* list-style-image: none; */                /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-image: url(../graphics/blackbal.gif);    /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-position: outside;                /* Positioning of marker with respect to list content */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #000000;                              /* (black) */
  text-decoration: none;
  cursor: default;
}

LI.ingredient_list_line {
  list-style-type: disc;                       /* A closed circle or disc */
  /* list-style-type: circle; */               /* An open circle */
  /* list-style-type: square; */               /* Closed square */
  /* list-style-type: none; */                 /* No bullet or number before item */
  /* list-style-image: none; */                /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-image: url(../graphics/greenbal.gif);    /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-position: outside;                /* Positioning of marker with respect to list content */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #008000;                              /* (green) */
  text-decoration: none;
  cursor: default;
}

LI.ingredient_list_line2 {
  /* list-style-type: disc; */                 /* A closed circle or disc */
  /* list-style-type: circle; */               /* An open circle */
  list-style-type: square;                     /* Closed square */
  /* list-style-type: none; */                 /* No bullet or number before item */
  /* list-style-image: none; */                /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-image: url(../graphics/orangeba.gif);    /* Specifies URL for image to use as list item marker; replaced marker specified by 'list-style-type' */
  list-style-position: outside;                /* Positioning of marker with respect to list content */
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #FFA500;                              /* (orange) */
  text-decoration: none;
  cursor: default;
}

.ingredient_sectiontext {
  font-family: "Times New Roman", Arial, Helvetica,
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #000000;                              /* (black) */
  text-decoration: none;
  cursor: default;
}

.ingredient {
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #CC3333;                              /* ([user-defined] dark red) */ 
  text-decoration: none;
  cursor: default;
}

.ingredient2 {
  font-family: Arial, Helvetica, "Times New Roman",
      serif, sans-serif, cursive, fantasy, monospace;
  font-weight: normal;
  /* font-size: medium; */
  font-style: normal;
  color: #FF6633;                              /* ([user-defined] dark orange) */ 
  text-decoration: none;
  cursor: default;
}

/* */

/* ----- showhide.css ----- */
/* Description: "Style to show and hide divisions (DIV's) i. e. toggle their visibility on and off". */
/* Location: ./showhide.css */

/* Use this Cascading Style Sheets (CSS) code file together with the    */
/* file 'showhide.js' with the JavaScript (JScript) (JS) code to match. */

.hidden { display: none; }

.unhidden { display: block; }

.unhiddenLI { display: list-item; }

/* */

/* ----- print.css ----- */
/* Description: "Style to show and hide divisions (DIV's) i. e. toggle their visibility on and off when printing". */
/* Location: ./print.css */

@media print {

  .printButtonClass { display: none; }

}

/* */

