/*---  EN browse.aspx css  ------------------------------*/

/*#container img    { margin-left: 10px;
                    margin-top: 0px;
                    float: left; }         */

#browse_container { border-left: solid 1px orange;
                    border-right: solid 1px orange;
                    border-bottom: solid 1px orange;
                    float: left;         
                    width: 777px;
                    height: 835px; 
                    margin-left: 10px;
                    margin-top: 0px; 
                    position: relative; }     

#panel_Search     { width: 300px;
                    height: 50px;
                    margin: 30px;
                    position:relative;
                    line-height: 25px; }
                    
#LettersProgress {
  background-color: #FFFFFF;
  width:20px;
  height:20px;
  position: absolute;
  left: -10px;
    top: 52px;   
}
                    

#lblNoResult      { position: absolute;
                    left: 0px;
                    top: 0px; }

#lblEmpName       { position: absolute;
                    top: 0px;
                    left: 120px;
                    font-weight: bold; }

#txtSearch        { position: absolute;
                    border: solid 1px #aaa; 
                    top: 27px;   
                    width: 200px; }

#btnSearch        { position: absolute;
                    width: 100px;
                    top: 25px;
                    left: 220px;
                    font-weight: bold;
			        color: white;
			        font-family: verdana;
			        height: 21px;
			        background-color: #FFA500;
			        cursor : hand;
			        cursor : pointer; }

#lbtnAddEmployer  { color: orange;
                    font-size: 12pt;
                    font-weight: bold;
                    left: 30px;
                    top: 100px;
                    width: 500px;
                    position:absolute; }


/*--- browse by alphabet -------------------------------*/


#browse_by_alphabet { position: relative;
                      line-height: 25px;
                      left: 20px;
                      top: 50px;
                      width: 600px;
                      border-bottom: dashed 1px orange;
                      background: #fff url(../images/rme_sorting.jpg) no-repeat; }
                      
#browse_by_alphabet a { color: #84ad40; }
#browse_by_alphabet a:hover { color: orange; }


#lblBrowseTitle { position: absolute;
                  color: orange;
                  font-size: 12pt;
                  font-weight: bold;
                  left: 10px;
                  top: 10px; }
                  
#letters        { position: absolute;
                  left: 15px;
                  top: 50px;
                  font-weight: bold; }

#lblSelection   { position: absolute;
                  font-size: 20pt;
                  font-weight: bold;
                  color: orange;
                  left: 30px;
                  top: 90px; }

#lblmessage     { position: absolute;
                  font-weight: bold;
                  left: 10px;
                  top: 80px; }
                
#table          { background: #fff url(../images/rme_sorting.jpg) no-repeat;
                  position: absolute;
                  left: 10px;
                  top: 100px;
                  width: 600px; 
                  height: 300px;} 

#sorting_links { position: absolute; 
                 left: 10px;
                 top: 15px; }

#SortProgress 
{
  width:20px;
  height:20px;
  position: absolute;
  left: 220px;
    top: 117px;   
} 
/*
#llblAscDesc { position: absolute; 
                left: 10px;
                top: 10px; }

#llblBestWorstRated {}
*/

#table table  { position: absolute;
                width: 462px;
                left: 0px;
                top: 60px;
                font-size: 10pt;
                text-align: left; }
                   
#table table td  { padding-top: 2px;
                   padding-bottom: 2px;
                   padding-left: 5px;
                   text-align: left;                   
                   padding-left: 5px; }
                  
#table table td img {margin-left: 0px; } 

/*
#scoreTable        { position: absolute;
                     width: 400px;
                     
                     left: 10px;
                     top: 130px;
                     font-size: 10pt;
                     text-align: left; }
                   
#scoreTable td        { padding-top: 2px;
                        padding-bottom: 2px;
                        padding-left: 5px;
                        text-align: left;                   
                        padding-left: 5px; }
                  
#scoreTable td img {margin-left: 0px; } 
 */  
#alphaHyperLinks { position: absolute;
                   width: 500px;
                   font-weight: bold;
                   font-size: 10pt;
                   left: 15px; top: 710px; }
                    
/*----------------------------------------------------*/

/* the logo img moved right.. adjust left 5px */ 
#banner img { position: absolute;
              left: 5px;
              top: 10px;
              color: #fff; }


#tagCloud { position: absolute;
              left: 10px;
              top: 130px;
              text-align:left;
              padding-left : 10px;
              padding-top : 0px;
              padding-bottom:0px;
              width: 630px;
              display:block;
              border-left: solid 10px #84AD40;
              background-color : #FFFFFF;
              color:orange;
              font-size:18px;
            }
             
#tagCloud a {white-space:nowrap;color:Black;}


#LettersProgress {
    position:absolute;
    left:15px;
    top:75px;
    width:200px;
}

#SortProgress {
    position:absolute;
    left:15px;
    top:140px;
    width:200px;
}