﻿ 

/*---  default.aspx css  FR  -----------------------------*/


#content { width: 504px; 
           height: 856px;
           float: left; }

/*---------------------------------------------------------------------------------------*/
/*---  About section  -------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/


#about   { width: 504px; 
           height: 191px;
           background: #fff url(/images/rme_about.jpg);
           background-repeat: no-repeat;
           position: relative; }

#lblTitle_AboutP1 { position: absolute;
                    left: 40px;
                    top: 40px;
                    width: 450px; }

#lblTitle_AboutP2 { position: absolute;
                    left: 40px;
                    top: 100px;
                    width: 450px; }
                    
                    
/*---------------------------------------------------------------------------------------*/
/*---  Search section  ------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/


#search              { width: 504px;
                       height: 255px; 
                       background: #fff url(/images/rme_search3.gif);
                       background-repeat: no-repeat;
                       position: relative; }

#searchbox           { position: absolute;
                       left: 80px;
                       top: 30px;
                       width: 350px; 
                       height: 160px; }

#lblTitle_SearchBy   { position: absolute; }                       

#txtSearch           { position: absolute;
                       width: 200px;
                       top: 25px;
                       height: 18px;
                       border: solid 1px #aaa; }
                       
#btnSearch           { position: absolute;
                       width: 100px;
                       top: 25px;
                       left: 215px;
                       font-weight: bold;
				  	   color: white;
					   font-family: verdana;
					   height: 21px;
					   background-color: #FFA500;
					   cursor : hand;
					   cursor : pointer; }   

#lblTitle_OrBy       { position: absolute;
                       width: 200px;
                       top: 50px; } 
   
#ddlIndustry         { position: absolute;
                       width: 200px;
                       top: 75px; }

#lblTitle_Or         { position: absolute;
                       width: 200px;
                       top: 103px; } 

#ddlProvince         { position: absolute;
                       width: 200px;
                       top: 125px; }

/*---------------------------------------------------------------------------------------*/
/*---  Newest Ratings section  ----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/


#newest_ratings  { width:504px;
                   height:408px;
                   background: #fff url(/images/rme_newratingsClear.jpg);
                   background-repeat: no-repeat;
                   position: relative; }

#lblNewestRatingTitle { position: absolute;
                        left: 40px;
                        top: 10px; }
                 
#latestReview1   { width: 420px;
                   height:60px;
                   position: relative;
                   left: 65px;
                   top: 42px; }

#latestReview1 a { color: #84ad40; }

#latestReview2   { width: 420px;
                   height:60px;
                   position: relative;
                   left: 65px;
                   top: 50px; }
                   
#latestReview2 a { color: #84ad40; }

#latestReview3   { width: 420px;
                   height:60px;
                   position: relative;
                   left: 65px;
                   top: 62px; }

#latestReview3 a { color: #84ad40; }

#latestReview4   { width: 420px;
                   height:60px;
                   position: relative;
                   left: 65px;
                   top: 73px; }

#latestReview4 a { color: #84ad40; }

#latestReview5   { width: 420px;
                   height:60px;
                   position: relative;
                   left: 65px;
                   top: 85px; }

#latestReview5 a { color: #84ad40; }
                

/*---------------------------------------------------------------------------------------*/
/*---  Right Content section  -----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/


#right_content   { width: 304px; 
		           height: 870px;
                   float: right; }
                   
#right_content h3  { } 
 
/*---  Best Rated  ----------------------------------------------------------------------*/
       
#lnkBtnMoreBest { font-size: 10pt; }

#best_rated     { width:283px;
                  margin-top: -4px;
                  padding-bottom: 15px;
                  border-left: solid 1px orange;
                  border-right: solid 1px orange;
                  border-bottom: solid 1px orange;
                  position: relative; }
   
#best_rated_box { padding-left: 10px;
                  padding-top: 0px; } 

#best_rated a   { color: #84ad40; }

#scoreBestTable { width: 265px; }
#scoreBestTable td { padding-top: 2px;
                     padding-bottom: 2px;
                     padding-left: 2px; }

/*---  Worst Rated  ----------------------------------------------------------------------*/

#worst_rated    { width:283px;
                  margin-top: -4px;
                  padding-bottom: 15px;  
                  border-left: solid 1px orange;
                  border-right: solid 1px orange;
                  border-bottom: solid 1px orange; }
                   
#worst_rated_box { padding-left: 10px;
                   padding-top: 0px; }

#worst_rated a { color: #84ad40; }

#scoreWorstTable    { width: 265px; }
#scoreWorstTable td { padding-top: 2px;
                      padding-bottom: 2px;
                      padding-left: 2px; }

/*---  Spotlight  ------------------------------------------------------------------------*/

#spotlight     { width: 304px; 
                 height: 187px;
                 margin-top: 15px;
                 background: #fff url(/images/rme_spotlight.jpg);
                 background-repeat: no-repeat;
				 padding-bottom: 10px;
                 position: relative; }
               
#spotlight_box { position: absolute;
                 left: 5px;
                 top: 40px;   
                 width: 258px;
                 margin-left: 10px; }                  
                   
#lblTitle_EmpSpotlight { position: absolute;
                         left: 15px;
                         top: 20px; }

#spotlight a   { color: #84ad40;
                 text-decoration: underline; }
                                      
#spotlight a:hover { color: orange; }

.QuoteImage { margin-bottom: -6px; }

/*---  Forum  ----------------------------------------------------------------------------*/

#forum          { width: 304px;
                  height: 126px;
                  margin-top: 15px;
                  background: #fff url(/images/rme_forum.jpg);
                  background-repeat: no-repeat; }
				  
#lblTitle_Forum { font-size: 11pt; }
   
#forum_box      { padding-left: 18px;
                  padding-top: 20px; }                  
                   
#forum a        { color: #84ad40;
                  text-decoration: underline; }
             

/*Pop Employers*/
#EmployersList
{
    position:absolute;
    top:-500px;
    left:-500px;
    z-index:2;   
}

#selEmployers
{
   background-color:#FFFFFF; 
   border-left:solid 1px #ADAAAD;
    border-bottom:solid 1px #ADAAAD;
     border-right:solid 1px #ADAAAD;
      border-top:none;
   width:200px;   
}

#selEmployer ul
{
  list-style-type:none;
}

#selEmployers ul li a
{
    color : #000000;
    padding-top:2px;
    padding-left:2px;
    padding-bottom:2px;
    font-size:12px;
    font-weight:normal;
    display:block;
    text-decoration:none;
    height:18;
}

#selEmployers ul li a:hover
{background-color:#E9F4D4;
}
