@charset "iso-8859-1";

/* =======================
   MONITOR MAIN STYLESHEET
   =======================

Individual styles for each module is found in separate
css files within the respective module directories.

Some general styles are, however, defined here. Each module
is contained within a DIV tag with id=module name. If you want
to change a general style for a particular element, just
override it in the appropriate (appadmin copied) stylesheet.

e.g.: All modules share the same ListHeading styles. If you
      want a different font/color for the ResultListing heading,
      add

      #ResultListing .ListHeading { ...YOUR STYLE HERE... }

      to the RL_app_name.css file.
*/

/* import the image-based backgrounds: */
@import "bg_images_monitor.css";


body {
  background-color : white;
  height : 100%;
  width : 100%;
  font-family : verdana, helvetica, sans-serif;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
}

/* =================================
   BACKGROUND COLORS FOR ALL MODULES
   ================================= */
.bg_lbuck {
  background-color : #d9dde8;	/* light blue */
}

.bg_menubar,
.bg_mldiv,			/* divider between menu- and listbar */
.bg_resultlisting {
  background-color : white;
}

.bg_left_top,
.bg_listbar,
.bg_bottom {
  background-color : #3c5b89;	/* dark blue */
}

.bg_listbuilder,
.bg_usercontact,
.bg_mail,
.bg_importdata,
.bg_sms,
.bg_printarticle,
.bg_ss_pdf,
.bg_ss_no_preview,
.bg_ss,
.bg_useradmin_top,
.bg_useradmin,
.bg_appadmin_top,
.bg_appadmin,
.bg_center_sf{
  background-color : #e2e6e9;	/* greyish blue */
}

.bg_rl_zoom,
.bg_ss_preview {
  background-color : #fdfadb;	/* ugly 'post it' yellow */
}

.bg_ss_preview_frame_l,
.bg_ss_preview_frame_r {
  background-color: #c1ccde;	/* light blue, same as ListHeading */
}

.bg_ss_preview_frame_l {
  width:7px;
}

.bg_ss_preview_frame_r {
  width:5px;
}


/** Separator lines **/
.sep_top{
  background-color : #cccccc;
}
.sep_bot{
  background-color : #ffffff;
}

/*=================================
  Title bars, dividing centre field
  =================================*/
.ListHeading_top,
.ListHeading,
.ListHeading_bottom,
.ListHeading_corner {		/* used in search statistics preview */
   background-color: #e2e6e9;
}
.ListHeading_top {
  height: 4px;
}

.ListHeading,
.ListHeading_b,
A.ListHeading_b {
  color: #000;
  font-size : 10px;
  text-decoration : none;
  height: 12px;
}

.ListHeading {
  padding-top: 4px;
  padding-bottom: 4px;
}

.ListHeading_b,
A.ListHeading_b {
  font-weight : bold;
}

.ListHeading_bottom {
   height: 4px;
}

/*===================
  General font styles
  ===================*/
.heading {
  color : #000000;
  font-size : 12px;
}

.normal,
.normal_b,
.normal_rb,
.normal_g {
  font-size : 10px;
  text-decoration : none;
}

.normal {
  color : #000000;
}

.normal_b {
  color : #000000;
  font-weight : bold;
}

.normal_rb {
  color : #800000;
  font-weight : bold;
}

.normal_g {
  color : gray;
}

.small {
  color : #333;
  font-size : 10px;
}

.date {
  color : #c0c0c0;
  font-size : 10px;
}

.logout {
  color : #ffffff;
  font-weight : bold;
  text-decoration : none;
  font-size : 10px;
}

.xsmall,
.xsmall_b {
  font-size : 10px;
  text-decoration : none;
  color : #000000;
}
.xsmall_b {
  font-weight : bold;
}

.xxsmall {
  font-family : arial, helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
  text-decoration : none;
  color : #333;
}

A {
  cursor: pointer;
  cursor: hand;
}

.linktxt,
A.linktxt {
  color : #800000;
  font-weight : normal;
  text-decoration : none;
  font-size : 10px;
}

A.linktxt:hover,
A.linktxt:visited {
  color : #c00000;
}

A.header {
  color : #000000;
  font-weight : bold;
  text-decoration : none;
  font-size : 10px;
}
A.header:hover {
  color : #800000;
  background : #fdfadb;
}

