@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.
*/

body {
  background-color : white;
  color: #333333;
  font-size: 11px;
  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 : #ffffff;
}

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

#ResultListing_zoom div.box {
  background-color: #ffffff;
}
#ResultListing_zoom .box_header{
  background-color: #ffffff;
  background-image: none;
  color: #333333;
  font-weight: bold;
  font-size: 11px;
}

#ResultListing_zoom .box_header_top{
  background-color: #ffffff;
  background-image: url("./pics_newsfeeds/gramart_horizontalline_grey.gif");
  background-position:top;
  background-repeat:repeat-x;
}
#ResultListing_zoom .box_header_bottom {
  background-color: #ffffff;
  background-image: url("./pics_newsfeeds/gramart_horizontalline_grey.gif");
  background-position:bottom;
  background-repeat:repeat-x;
}


.searchButton{
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #78151C;
  border-bottom: 1px solid #78151C;
  font-size:10px;
  background-color: #C6232E;
  color:#ffffff;
  height:17px;
  cursor: pointer;
}

.searchInput{
  height:16px;
  border: 1px solid #C6232E;
  font-size:10px;
}

/*=================================
  Title bars, dividing centre field
  =================================*/

.ListHeading,
.ListHeading_corner {		/* used in search statistics preview */
  background-color: #ffffff;
  background-image: none;
}
.ListHeading_top {
  background-color: #ffffff;
  background-image: url("./pics_newsfeeds/gramart_horizontalline_grey.gif");
  background-position:top;
  background-repeat:repeat-x;
  height: 2px;
}
.ListHeading_bottom {
  background-color: #ffffff;
  background-image: url("./pics_newsfeeds/gramart_horizontalline_grey.gif");
  background-position:bottom;
  background-repeat:repeat-x;
  height: 2px;
}

.ListHeading,
.ListHeading_b,
A.ListHeading_b {
  color: #333333;
  font-size : 11px;
  text-decoration : none;
  height: 15px;
}

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

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

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

.normal {
  color : #333333;
}

.normal_b {
  color : #333333;
  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 {
  font-family : verdana, arial, helvetica, sans-serif;
  color : #C6232E;
  font-weight : normal;
  text-decoration : underline;
  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;
}
