

/*---  rme_style - default css page  -------------------------------*/


*          { margin:0px;
             padding: 0px; }

html, div  { border: 0px none;
             margin:0px;
             padding: 0px; }

body       { font: 10pt  "Trebuchet MS", arial, sans-serif;
             color: black; }
                     
h2         { font-size: 12pt;
             color: Orange; }

#container { width: 1000px;
             margin: 0 auto; 
             height:auto; 
             position: relative; }
             
a:hover { text-decoration: none; } 


/*--- tables -------------------------------------------------------*/

.odd    { background: #e8f3d3;
          font-size: 10pt; }

.even   { background: #fbfdf8;
          font-size: 10pt; }

.cellStar { width: 85px;
            font-size: 8pt;
            text-align: left; }

/*------------------------------------------------------------------*/
/*---  banner.aspx  ------------------------------------------------*/
/*------------------------------------------------------------------*/


#banner      { width: 1000;
               height: 76px;
               background: #fff url(/images/Lbanner.jpg);
               background-repeat: no-repeat;
               position: relative;
               z-index:3; }  
 
#lblBanerComment { position: absolute;
                   left: 670px;
                   top: 35px;
                   width: 325px;
                   font-weight: bold;
                   text-align: left; }      
 
/*
#banner p    { position: absolute;
               left: 650px;
               top: 10px; }
*/

#banner img  { position: absolute;
               border: 0px;
               left: 15px;
               top: 10px;
               color: #fff; } 

#lblHome     { visibility: hidden;
               z-index:99;
               position:absolute;
               left: 360px;
               top: 28px;
               color: #84ad40; }

#lang_link   { position: absolute;
               left: 20px;
               top: 50px; }

#lang_link a { color: orange; } 

#lang_link a:hover { color: #84ad40; } 

#hl_share    { position: absolute;
                left: 748px;
                top: 4px;
                width: 80px;
                text-align: right;
                font-size: 8pt;
                font-weight: bold;
                color: orange; 
				text-decoration:none; }

#hl_email     { position: absolute;
                left: 820px;
                top: -4px; }

#addthisdiv { z-index:3;
              display:block; 
              position:absolute;
              left: 844px;
              top: -8px; }

/*------------------------------------------------------------------*/
/*---  nav.aspx  ---------------------------------------------------*/
/*------------------------------------------------------------------*/


/*#nav          { width: 192px; 
                float: left;
                height: 856px;
                line-height: 2em;
                background: #fff url(/images/Lnav.jpg);
                background-repeat: no-repeat;
                color: #84ad40;}*/

#nav          { width: 192px; 
                float: left;
                height: 856px;
                line-height: 2em;
                /*background: #fff url(/images/Lnav.jpg);
                background-repeat: no-repeat;*/
                color: #84ad40;}
#nav div
{   border-left: solid 1px #F8941C;
    border-right: solid 1px #F8941C;
    border-bottom: solid 1px #F8941C;
    border-top: none;
    position:absolute;
    left:18px;
    top:76px;
    height:855px;
    width:172px;
    }
    
#img_header_LMenu
{   border: solid 0px black;
    position:absolute;
    left:18px;
    top:76px;
    z-index:2;
}
                   
#nav ul    { padding-left: 6px;
               padding-top: 30px;
               list-style: none; }
    
#nav div a		 { color: #84ad40;
                }	
		           
#nav div a:hover { color: orange; }

/*
#stats { position:absolute;
         left: 0px;
         top: 600px;  
         height: 80px;
         width:80px;  
         background: #fff url(/images/rme_about.jpg);
         background-repeat: no-repeat; }
*/
/*
#lbl_stats { position:absolute;
             left: 10px;
             top: 300px; 
             font-weight: bold;   
             color: #FFA500; }
*/

#lbl_nav_stats_total_employers { position:absolute;   
                                 left: 25px;
                                 top: 320px;    
                                 color: #84AD40; }

#lbl_nav_stats_total_rates { position:absolute;
                             left: 25px;
                             top: 340px;    
                             color: #84AD40; }
    
                          	
/*------------------------------------------------------------------*/
/*---  footer.aspx  ------------------------------------------------*/
/*------------------------------------------------------------------*/


#footer   { width: 150px;
          height:20px;
          color: #aaa; 
          left: 25px;
          top: 935px;
          position: absolute;  
		  display: block;  }

#lbl_Copyright { position:absolute;
                left: 0px;
                top: 0px;
				width: 200px;
                font-size: 8pt; }



/*#lblLoading {}*/


/*------------------------------------------------------------------*/
/*---  rating star  ------------------------------------------------*/
/*------------------------------------------------------------------*/

.ratingStar     { white-space: nowrap;
                  /*margin: 1em;*/ 
                  margin: 0px;
                  padding: 0px;                       
                  height: 14px;
                  display: inline; }
 
.ratingStar .ratingItem { font-size: 0pt;
                          width: 13px;
                          height: 12px;
                          margin: 0px;
                          padding: 0px;
                          display: block;
                          background-repeat: no-repeat;
                          cursor:pointer; }

.ratingStar .Filled { background-image: url('/images/FilledStar.png'); }

.ratingStar .Empty  { background-image: url('/images/EmptyStar.png'); }

.ratingStar .Saved  { background-image: url('/images/FilledStar.png'); }     

a.petit		 { color: #84ad40;
                font-size:11px;
               /*text-decoration: none;*/}	
		           
a.petit:hover { color: orange; font-size:11px;}  

/* TagCloud */
a.TagCloudLowest {font-size:9px;}
a.TagCloudLower {font-size:12px;}
a.TagCloudAvg {font-size:16px;}
a.TagCloudMore {font-size:18px;}
a.TagCloudMax {font-size:20px;font-weight:bold}

a.TagCloudLower,a.TagCloudLowest,a.TagCloudAvg,a.TagCloudMore,a.TagCloudMax {text-decoration:none;}
a.TagCloudLowest:hover,a.TagCloudLower:hover,a.TagCloudAvg:hover,a.TagCloudMore:hover,a.TagCloudMax:hover {text-decoration:underline;}

/*mailto*/
img.cour 
{
   padding-top:4px;
}

#saveLanguage
{   width:200px;
    border:solid 1px #84ad40;
    background-color:White;
    position:absolute;
    left:-500px;
    top:-500px;
    z-index:3;
    padding:10px 10px 10px 10px;
    text-align:center;
    visibility:hidden;
}

input.button
{
   background-color: #FFA500;
   cursor : hand;
   cursor : pointer;
   color:White;
   font-weight:bold;
}

.containerTop{ margin-left: 10px;
               margin-top: 0px;
               float: left; }

#hl_setlang { font-weight: bold; }