/* CSS Document */

/* css for tables */

#resultTable {
    border-collapse: collapse;
    border: 1px solid #999999;
    font: normal 11px arial, helvetica, sans-serif;
    background: #ffffff;
    width:480px;
}

#resultTable td, #resultTable th {
    font: normal 11px verdana, arial, helvetica, sans-serif;
    border: 1px solid #999999;
    padding: .4em;
    color: #363636;
    /*width:480px;*/
    
}

#resultTable tr#heading th {
font-weight: bold;
}

#resultTable td img {
    max-width: 80px;
   /* width: expression(this.width > 80 ? 80: true); Old IE hack*/
}

#resultTable tbody th a {
    font: normal 11px verdana, arial, helvetica, sans-serif;
    background: transparent;
    text-decoration: none;
    font-weight:bold;
    color: #363636;
}



/*#resultTable tbody th a:hover {

background: transparent;
color: #cbcb39;
}*/

#resultTable tbody th, #resultTable tbody td {
    vertical-align: top;
    text-align: left;
}

#resultTable tbody tr.nolink:hover {
    background: #9EC5D9;

   /*Skatouli        
        background: #cbcb39;*/
    border: 1px solid #999999;
    color: #FFFFFF;
}


#resultTable tbody tr.link:hover {
    cursor: pointer;
    cursor: hand;
    background: #9EC5D9;

   /*Skatouli
        background: #cbcb39;*/
    border: 1px solid #999999;
    color: #FFFFFF;
}

.singleline {
    background: #85aac4;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: silver;
    font-weight:bold;
    background: transparent;
}

.linkbluegreysmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3d85b8;
    font-weight:bold;
    background: transparent;
}

.linkbluegreysmall a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3d85b8;
    font-weight:bold;
    text-decoration:none;
    background: transparent;
}

.linkbluegreysmall a:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0099FF;
    font-weight: bold;
    text-decoration:none;
    background: transparent;
}

.linkbluegreysmall a:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3366CC;
    font-weight:bold;
    text-decoration:none;
    background: transparent;
}

.sortarrow {
font-weight:bold;
}
