/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: cpstyle.css                                          *
 *        Copyright: (C) 2002-2023 4homepages.de                          *
 *            Email: 4images@4homepages.de                                * 
 *              Web: http://www.4homepages.de                             * 
 *    Scriptversion: 1.10                                                 *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/

BODY {
  color: #004c75;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  scrollbar-base-color: #004c75;
  scrollbar-arrow-color: #fcdc43;
}

UL,
LI,
P,
TD,
TR {
  color: #004c75;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.headline {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.smalltext {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.marktext {
  color: #ff0000;
}
.msg {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
  font-weight: bold;
}
.rowtitle {
  font-weight: bold;
}
a:link,
a:visited,
a:active {
  color: #0f5475;
}
a:hover {
  color: #fcdc43;
  background-color: #004c75;
}
FORM {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
SELECT,
INPUT,
TEXTAREA {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #0f5475;
  font-size: 11px;
}
.dropdownmarker {
  background-color: #eeeeee;
  color: #136c99;
  font-size: 11px;
  font-weight: bold;
}

/*-- Tables ----------------------------------------------*/

.tplmarktag {
  color: #ffffff;
  font-weight: bold;
  background-color: #ff0000;
}

/*-- Tables ----------------------------------------------*/

.tableheader {
  color: #fcdc43;
  font-weight: bold;
  background-color: #004c75;
}
.tableseparator {
  color: #fcdc43;
  font-weight: bold;
  background-color: #004c75;
}
.tablerow {
  background-color: #e5e5e5;
}
.tablerow2 {
  background-color: #f5f5f5;
}
.tablefooter {
  color: #fcdc43;
  font-weight: bold;
  background-color: #004c75;
}
.tableborder {
  background-color: #004c75;
}

/*-- Navigation ------------------------------------------*/

.navheader {
  color: #ffffff;
  font-weight: bold;
  background-color: #004c75;
}
.navlink,
navlink:visited,
navlink:acitive {
  color: #0f5475;
}

.navlink:hover {
  color: #0f5475;
  background-color: #ffe673;
}

.button {
  font-family: MS Sans Serif, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #004c75;
  color: #fcdc43;
  font-size: 11px;
  font-weight: bold;
}

/*-- Calendar ------------------------------------------*/

.calendar_dayname {
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
  text-align: center;
}

.calendar_day {
  background-color: #eeeeee;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
}

.calendar_today {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
}

.calendar {
  background-color: #cccccc;
  border: 1px outset #004c75;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
}
