﻿
/*---  EN add_employer.aspx css  ----------------------------*/

/*#container img          { margin-left: 10px;
                          margin-top: 0px;
                          float: left; }     */          

#add_employer_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; }  

#input_form  { background: #fff url(/images/rme_sorting.jpg) no-repeat;
               width: 600px;
               height: 300px;
               margin: 20px; 
               /*border-bottom: dashed 1px orange;*/
               position:relative; }

#lblAddTitle { position:absolute;
               font-size: 12pt;
               font-weight: bold;
               left:20px;
               top:10px;
               color: orange; }

#lblEmployerName { position:absolute;
                   left:20px;
                   top:50px; }

#txtEmployerName { position:absolute;
                   left:20px;
                   top:72px;
                   width: 250px;
                   border: solid 1px #aaa; }

#lblProvince    { position:absolute;
                  left:20px;
                  top:110px; }

#ddlProvince    { position:absolute;
                  left:20px;
                  top:132px; 
                  width: 250px; }

/*
#lblCity        { position:absolute;
                  left:20px;
                  top:170px; }

#txtCity        { position:absolute;
                  left:20px;
                  top:192px; 
                  width: 250px;
                  border: solid 1px #aaa; }
*/

#btnSubmit { position:absolute;
             left:20px;
             top:192px;
             width: 100px;
             font-weight: bold;
			 color: white;
			 font-family: verdana;
			 height: 21px;
			 background-color: #FFA500;
			 cursor : hand;
			 cursor : pointer; }

#Validator_txtEmployerName
{ 
	position:absolute;
	top:72px;
	left:280px;
	
}

#Validator_ddlProvince
{ 
	position:absolute;
	top:132px;
	left:280px;
	}


#lblMessage { }       
                      
/*----------------------------------------------------*/

/* the logo img moved right.. adjust left 5px */ 
#banner img { position: absolute;
              left: 5px;
              top: 10px;
              color: #fff; }


#EmployersList
{
    position:absolute;
    top:-500px;
    left:-500px;
    background-color:#FFFFFF;
    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:250px;   
}

#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;
}
