
    a.active {
        color: #EDD26B !important;
        font-weight: bold;
    }
    
    a.tmpActive {
        font-weight: bold;
    }
    
    /* root element for scrollable */ 
    div.scrollable {   
         
        /* required settings */ 
        position:relative; 
        overflow:hidden;     
       
        height: 12em;   
    } 
     
    /* root element for scrollable items */ 
    div.scrollable div.items {     
        position:absolute; 
         
        /* this time we have very large space for height */     
        height:100em;     
    }
    
    img.up {
        margin: 5px 0 2px 60px;
        cursor: pointer;
    }
    img.down {
        margin: 10px 0 0 60px; 
        cursor: pointer;
    }
    img.disabled {
        visibility: hidden;
    }
    
    #jobs_main .head {
        width: 100%;
    }   
    #jobs_main .head .tools {
        text-align: right;
    }
    #jobs_main .job_title {        
        font-weight: bold;
        margin-top: 1.3em;
    }      
    
	@media print {
        * { background: none; }
        
        .noprint,
        #jobs_main .head .tools
        {
            display: none;
        }             
    }

