/* basic.css
 * This file contains the basic colors of the standard flexmls user interface.
 * Only color scheme-specific style rules should appear in this file.  If it is
 * a common element to all schemes, the rule needs to be in basic_common.css.
 */

@import url(/html/common/css/basic_common.css);

/*
 * <a href> links
 */
a:link           { color: rgb(69,69,169);   }
a:active         { color: rgb(69,69,169);   }
a:visited        { color: rgb(69,69,169);   }
a:hover          { color: rgb(119,119,219); }
.linkcolor       { color: rgb(69,69,169);   }
.linkcolor:hover { color: rgb(119,119,219); }

/*
 * Miscellaneous common items
 */
.headerbackground     { background-color: rgb(230,230,220); }
.darkheaderbackground { background-color: rgb(210,210,200); }
.rowbackground1       { background-color: rgb(250,250,240); }
.rowbackground2       { background-color: rgb(240,240,230); }
.row1                 { background-color: rgb(250,250,240); } /* row1 is a synonym for rowbackground1 */
.row2                 { background-color: rgb(240,240,230); } /* row2 is a synonym for rowbackground2 */
.white                { background-color: rgb(255,255,255); }

/*
 * Buttons
 */
.btnverdana 
   {
      border-bottom:2px solid rgb(180,180,170);border-right:2px solid rgb(210,210,200);
      border-top:2px solid rgb(250,250,240);border-left:2px solid rgb(235,235,225);
      background-color:rgb(230,230,220);color:black;
      
   }
.btnverdana:hover
   {  background-color:rgb(240,240,230);   
   }
.btn
   {
      border-bottom:2px solid rgb(180,180,170);border-right:2px solid rgb(210,210,200);
      border-top:2px solid rgb(250,250,240);border-left:2px solid rgb(235,235,225);
      background-color:rgb(230,230,220);color:black;
   }
.btn:hover
   {  background-color:rgb(240,240,230);
   }
button
   {
      border-bottom:2px solid rgb(180,180,170);border-right:2px solid rgb(210,210,200);
      border-top:2px solid rgb(250,250,240);border-left:2px solid rgb(235,235,225);
      background-color:rgb(230,230,220);color:black;
   }
button:hover
   {  background-color:rgb(240,240,230);
   }
.btnhide
   {
      border-bottom:2px solid rgb(180,180,170);border-right:2px solid rgb(210,210,200);
      border-top:2px solid rgb(250,250,240);border-left:2px solid rgb(235,235,225);
      background-color:rgb(230,230,220);color:black;
   }
.btnhide:hover
   {  background-color:rgb(240,240,230);
   }
.btnbold
   {
      border-bottom:2px solid rgb(180,180,170);border-right:2px solid rgb(210,210,200);
      border-top:2px solid rgb(250,250,240);border-left:2px solid rgb(235,235,225);
      background-color:rgb(230,230,220);color:black;
   }
.btnbold:hover
   {  background-color:rgb(240,240,230);
   }
.btnboldhide
   {
      border-bottom:2px solid rgb(180,180,170);border-right:2px solid rgb(210,210,200);
      border-top:2px solid rgb(250,250,240);border-left:2px solid rgb(235,235,225);
      background-color:rgb(230,230,220);color:black;
   }
.btnboldhide:hover
   {  background-color:rgb(240,240,230);
   }

div#fadeHeader{
    padding-top: 6px;
    padding-left: 6px;
    background: url('/images/srch_rs/header.png');
    background-color: #9fafc6;
    font-family: Arial,sans-serif ;
    color: #000;
    height: 45px;
}

div#fadeHeader img {
    border: 0;
    margin: 0 4px;
}

