/* 
    Document   : custom
    Created on : Dec 6, 2007, 4:04:57 PM
    Author     : Steven Diep
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.mouseOver:hover {
    background-color:white;
    !width:790px;
    /*background: url('http://img.freelancezone.com.sg/mouse_hover.gif') repeat-x;*/
}
/*#divTest {
    -webkit-box-shadow: #999 0 0 12px;
    -moz-box-shadow: #999 0 0 12px;
    box-shadow: #999 0 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('http://localhost:8080/css/PIE.htc');
}
#divTest2 {
    margin-left:20px;padding-left:20px;background:blue;padding-top:60px;width:400px;margin-top:50px;
    -webkit-box-shadow: #999 0 0 12px;
    -moz-box-shadow: #999 0 0 12px;
    box-shadow: #999 0 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('/css/PIE.htc');
}*/
#divBorder {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url('http://localhost:8080/css/PIE.htc');
}
.high_light_job{
    background-image: url('/images/new_img/highlight.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #ff8f00;
    font-size: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    background-size: 40px 40px;
    width: 60px;
    border-right: 1px solid #ccc;
    font-weight: bold;
}
.no_high_light_job{
    text-align: center;
    font-size: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 60px;
    border-right: 1px solid #ccc;
    color: #4d646f;
    font-weight: bold;
}
.mouseOverNew{
    border: 1px solid white;
}
.mouseOverNew:hover td{
    border-top: 1px solid #6ccdbb!important;
    border-bottom: 1px solid #6ccdbb!important;
}
.mouseOverNew:hover td:first-child{
    border-left: 1px solid #6ccdbb!important;
}
.mouseOverNew:hover td:last-child{
    border-right: 1px solid #6ccdbb!important;
}

