body {
  background-color: #ffffff; 
  height: 100%; 
  width: 100%; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0px; 
} 
 
.main_header { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  color: #000; 
  padding-bottom: 0px; 
  margin-bottom: 0px; 
} 
 
.even_bg { 
  background-color: #fff; 
} 
 
.odd_bg { 
  background-color: #f3f3f3; 
} 
 
 
.feed_header { 
  background-color: #fff; 
  color: #757575; 
  font-weight: normal; 
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
} 
 
A.header 
{ 
  color: #1b6393; 
  font-weight: bold; 
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
} 
 
A.header:hover { 
  color: #ff9933;
  text-decoration: underline;  
} 
 
.source, 
A.source  
{ 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #333; 
  line-height: 16px; 
} 
 
.date, 
A.date 
{ 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #333; 
  line-height: 16px;
  white-space: nowrap; 
} 
 
.linktxt, 
A.linktxt { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold; 
  color: #1b6393; 
  text-decoration: none;  
} 

A.linktxt:hover{
  text-decoration: underline;
  color:#ff9933; }



@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";



/* =================================
   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: #c1ccde;   /* light blue */
}
.ListHeading_top {
  height: 4px;
}

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

.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 : 12px;
  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;
}



.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;
}


