body, table{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
}

#jobpopup_footer a{
    color:rgb(20,95,110);
    font-size:14px;
    margin-right:10px;
    background:url(../images/euni-symbol_16.gif) no-repeat;
    padding-left:20px;
}

/* joblist */
ul.joblist{
    list-style-image:url(images/arrow.gif);
    padding-left:25px;
}
ul.joblist li{
    list-style-image:url(images/arrow.gif);
    padding :0px;    
    margin:0 0 5px 0;
}

.joblist a:link{
    color:rgb(20,95,110);
    font-weight:bold;
    text-decoration:none;
    font-size:140%;
}


.joblist a:visited{
        color:rgb(20,95,110);
    font-weight:bold;
        text-decoration:none;
        font-size:140%;
}


.joblist a:hover{
    text-decoration:none;
    color:rgb(190,20,25); 
    font-weight: bold;
}

#showjob_content{
    height:400px;
    overflow-y:auto;
}

#showjob_popup{
    display:none;
}

#showjob_nav a{
    background-color:#e6e6e6;
    border:1px solid #d6d6d6;;
    padding:5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin:3px 10px 3px 10px;
}

#showjob_nav a:hover{
    background-color:#d6d6d6;
    padding:5px;
}

ul.attachmentList li{
    margin-bottom:5px;
}

.linklike{
    cursor:pointer;
}

.odd{
    background-color:white;
}

.even{
    background-color:rgb(225,230,235);
}

tr{
    vertical-align:top;
}
