/*
 * amcworld.css
 *
 * $Id: amcworld.css,v 1.8 2002/10/05 23:47:51 danny Exp $
 *
 * Copyright (c) 1998-2004 AMC World Technologies
 * Fischerinsel 4, D-10179 Berlin, Deutschland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of AMC World
 * Technologies ("Confidential Information"). You shall not disclose such
 * Confidential Information and shall use it only in accordance with the terms
 * of the licence agreement you entered into with AMC World Technologies.
 */


/* default links */
A:link {
  color: #404080;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none
}
A:visited {
  color: #4040C0;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none
}
A:hover {
  color: blue;
  text-decoration: underline
}

/* link in form of a button */
A.button:link {
  background-color: #A0A0F0;
  color: black;
  font-size: 8pt;
  font-weight: normal;
  padding-bottom: 1pt;
  padding-left: 5pt;
  padding-right: 5pt;
  padding-top: 1pt;
}
A.button:visited {
  background-color: #A0A0F0;
  color: black;
  font-size: 8pt;
  font-weight: normal;
  padding-bottom: 1pt;
  padding-left: 5pt;
  padding-right: 5pt;
  padding-top: 1pt;
}
A.button:hover {
  background-color: #FFCC33;
  text-decoration: none;
}

/* links in headers of a group of rows */
A.listGroup:link {
  color: #E6E6FA;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}
A.listGroup:visited {
  color: #E6E6FA;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}
A.listGroup:hover {
  color: #E6E6FA;
  font-style: normal;
  text-decoration: none;
}

/* links in form of a long button */
A.longbutton:link {
  background-color: #A0A0F0;
  color: black;
  font-size: 8pt;
  font-weight: normal;
  margin-bottom : 1pt;
  padding-bottom: 1pt;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1pt;
  width: 130px;
}
A.longbutton:visited {
  background-color: #A0A0F0;
  color: black;
  font-size: 8pt;
  font-weight: normal;
  margin-bottom : 1pt;
  padding-bottom: 1pt;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1pt;
  width: 130px;
}
A.longbutton:hover {
  background-color: #FFCC33;
  text-decoration: none;
}

/* links in a popup-menu */
A.menu:link {
  color: #404080;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
A.menu:visited {
  color: #404080;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
A.menu:hover {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}

/* default small links */
A.small:link {
  color: #404080;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none
}
A.small:visited {
  color: #4040C0;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none
}
A.small:hover {
  color: blue;
  text-decoration: underline
}

/* the style of the body and all unknown elements */
BODY {
  background-color: white;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 9pt;
}

/* default code samples */
CODE {
  font-family: "Monospac821 BT", "Lucida Console", monospaced;
}

/* default sections */
DIV {
  color: #404080;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
}

/* section for disabled links in form of a button */
DIV.button {
  background-color: #E6E6FA;
  color: black;
  font-size: 8pt;
  padding-bottom: 1pt;
  padding-left: 5pt;
  padding-right: 5pt;
  padding-top: 1pt;
}

/* sections of small text */
DIV.small {
  font-size: 8pt;
}

/* default definition lists */
DL {
  color: #404080;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 9pt
}

/* default fieldsets */
FIELDSET {
  border: 2px solid #6A5ACD;
  font-size: 8pt;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align : center;
}

/* default headers */
H1 {
  color: #4040E0;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-weight: normal;
  text-decoration: none
}
H2 {
  color: #4040E0;
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none
}
H3 {
  color: #4040E0;
  font-family: Arial, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none
}

/* default rulers */
HR {
  background: #6495ED;
  /*border-color: #6495ED;*/
  border-style: solid;
  border-width: 0px;
  color: #6495ED;
  height: 1px;
}

/* default inner frames */
IFRAME {
  border: none;
}

/* default images */
IMG {
  border-right: medium none;
  border-top: medium none;
  border-left: medium none;
  border-bottom: medium none
}

/* default input controls */
INPUT {
  color: #404080;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}

/* flat input controls */
INPUT.flat {
  background-color: #E8E8FF;
  border: 1px solid;
}

/* flat buttons */
INPUT.flatButton {
  background-color: #FFCC33;
  border: 2px ridge;
}

/* flat read-only input controls */
INPUT.flatReadonly {
  background-color: #CCCCCC;
  border: 1px solid;
  color: #666699;
}

/* flat buttons to submit form data */
INPUT.flatSubmitButton {
  background-color: #FFCC33;
  border: 2px ridge;
  width: 120px;
}

/* default legend in field sets */
LEGEND {
  color: #404080;
  font-weight: bold;
}

/* default ordered list */
OL {
  color: #404080;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
}

/* default paragraphs */
P {
  color: #404080;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
}

/* paragraph for copyright statement on the page bottom */
P.copyright {
  font-size: 8pt;
}

/* paragraphs for error messages */
P.error {
  font-size: 8pt;
}
P.errorHeader {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

/* paragraphs for labels in forms */
P.label {
  font-weight: bold;
}

/* paragraphs for headers of a group of rows */
P.listGroup {
  color: #E6E6FA;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* paragraph for picture titles */
P.picture {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  margin-top: 5px;
  text-align: center;
}

/* paragraph for header of sections (light) */
P.sectionHeader {
  color: #6A5ACD;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-style : italic;
  font-weight: bold;
}

/* default small text */
P.small {
  font-size: 8pt;
}

/* paragraph for bars above tables containing a caption (dark) */
P.tableCaption {
  color: #E6E6FA;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-style : italic;
  font-weight : bold;
}

/* paragraph for bars above tables or sections (medium) */
P.tableSection {
  background-color: #A0A0F0;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

/* default pre-formatted text */
PRE {
  font-family: "Monospac821 BT", "Lucida Console", monospaced;
}

/* default combo-/list box */
SELECT {
  background-color: #E8E8FF;
  color: #404080;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none
}

/* read-only combo-/list box */
SELECT.flatReadonly {
  background-color: #CCCCCC;
  border: 1px solid;
  color: #666699;
}

/* default tables */
TABLE {
  border: none;
}

/* tables to form a popup-menu */
TABLE.menu {
  background-color: #E6E6FA;
  border: 1px solid #6495ED;
}

/* cells in the error list (including most right column) */
TD.error {
  background-color: #E6E6FA;
  border-bottom: 1px solid White;
  border-right: 1px solid White;
}
TD.errorRight {
  background-color: #E6E6FA;
  border-bottom: 1px solid White;
}

/* the bar on the left side of each page */
TD.indexBar {
  background-color: #E8E8FF;
  text-align: center;
  vertical-align: top;
  width: 160px;
}

/* cells of the default list; including the most right column */
TD.list {
  background-color: #E6E6FA;
  border-bottom: 1px solid White;
  border-right: 1px solid White;
}
TD.listRight {
  background-color: #E6E6FA;
  border-bottom: 1px solid White;
}
TD.list P {
  font-size: 8pt;
}

/* cells that represents the header of a group of rows */
TD.listGroup {
  background-color: #A0A0F0;
  border-bottom: 1px solid White;
}

/*
 * cells of a lighter row in a list (to emphasize); including the most right
 * column
 */
TD.listLight {
  background-color: #FFF8DC;
  border-bottom: 1px solid White;
  border-right: 1px solid White;
}
TD.listLightRight {
  background-color: #FFF8DC;
  border-bottom: 1px solid White;
}

/* cells in headers of sections (light) */
TD.sectionHeader {
  background-color: #ECECFF;
  height: 20px;
  text-align: right;
}

/* cells describing a tab */
TD.tab {
  background-color: #6A5ACD;
  color: #E6E6FA;
}

/* cells in bars above tables containing a caption (dark) */
TD.tableCaption {
  background-color: #6A5ACD;
  border-bottom: 1px solid white;
  height: 20px;
  padding-left: 2px;
  padding-right: 2px;
}

/* cells in bars above tables or sections (medium) */
TD.tableSection {
  background-color: #A0A0F0;
  height: 25px;
}

/* default text areas */
TEXTAREA {
  background-color: #E8E8FF;
  border-color: #404080;
  border-style: solid;
  border-style: 1px;
  color: #404080;
  font-family: "Monospac821 BT", "Lucida Console", "Courier New", "Courier", monospace;
  font-size: 9pt;
  scrollbar-3dlight-color: #404080;
  scrollbar-arrow-color: #FFCC33;
  scrollbar-base-color: #E8E8FF;
  scrollbar-darkshadow-color: #404080;
  scrollbar-face-color: #9999FF;
  scrollbar-highlight-color: #E8E8FF;
  scrollbar-shadow-color: #E8E8FF;
  scrollbar-track-color: #9999FF;
}

/* flat read-only text areas */
TEXTAREA.flatReadonly {
  background-color: #CCCCCC;
  color: #666699;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-arrow-color: #CCCCCC;
  scrollbar-base-color: #CCCCCC;
  scrollbar-darkshadow-color: #CCCCCC;
  scrollbar-face-color: #CCCCCC;
  scrollbar-track-color: #CCCCCC;
}

/* default table header cells */
TH {
  color: #E6E6FA;
  text-align: center;
}

/* table header cells in error lists; including the most right column */
TH.error {
  background-color: #CCCCFF;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
TH.errorRight {
  background-color: #CCCCFF;
  border-bottom: 1px solid white;
}

/* table header cells of a default list; including the most right column */
TH.list {
  background-color: #CCCCFF;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
TH.listRight
{
  background-color: #CCCCFF;
  border-bottom: 1px solid white;
}
TH.list P {
  font-size: 8pt;
  font-weight: bold;
}

/* default unordered list */
UL {
  color: #404080;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
}

/* code examples */
XMP.code {
  margin-left: 30px;
}

/* background bars in the page */
.bar {
  background-color: #E8E8FF;
  vertical-align: middle;
}


/*-- History ------------------------------------*/

/*
 * $Log: amcworld.css,v $
 * Revision 1.8  2002/10/05 23:47:51  danny
 * Added themes necessary for nested messages.
 *
 * Revision 1.7  2002/09/10 03:05:32  danny
 * Added style for submit buttons.
 *
 * Revision 1.6  2002/08/06 21:15:23  danny
 * Minor changes.
 *
 * Revision 1.5  2002/07/06 13:02:33  danny
 * Changed style of text-areas.
 *
 * Revision 1.4  2002/06/30 04:00:24  danny
 * Added themes for grouping.
 *
 * Revision 1.3  2002/05/23 00:56:45  danny
 * Added styles for <legend> tags.
 *
 * Revision 1.2  2002/02/07 23:13:38  danny
 * Cascaded style sheets.
 *
 * Revision 1.1  2002/02/05 19:51:37  danny
 * Initial revision.
 *
 */
