<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : style
    Created on : Oct 8, 2012, 12:22:52 PM
    Author     : UZ
    Description:
        Purpose of the stylesheet follows.
*/

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


.jobsHeader {
    background-color: #75194A;
    overflow: hidden;
    width: 100%;
    height: 30px;
    border-radius: 10px;
}

.jobsHeader span {
    float: left;
    width: 16%;
    color: white;
    text-align: center;
    padding-top: 7px;
}

#header_feature_module {
    text-align:center;
    margin-bottom: 4px;
}

span.featured_job {
    clear: both;
    float:left;
    line-height: 160%;
    margin: 0;
    padding: 10px 0;
    width:100%;
}

span.even {
    background:#EBEBEB;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
}
#top2 {
    clear: both;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-left:0px;
    #margin-left:0px;
}
span.featured_job span{
    float: left;
    width: 16%;
    text-align:center;
    color:#9ca7b7;
}
span.featured_job span a{ 
    color:black; 
    text-decoration: none;
}
span.featured_job span a:hover{ color:#9ca7b7; }


</pre></body></html>