
.t_Content_dark {
    width:auto;
    min-width:100px;
    max-width:300px;
    max-height:400px;
    line-height: normal;
    font-size: 10pt;
    overflow:hidden;
}
.t_Content_dark ul{
    padding:0em;
    margin:0.2em;
}
.t_Content_dark ul li{
    list-style-type:none;    
    padding:3px;
}
.t_Content_dark a,
.t_Content_dark a:hover,
.t_Content_dark a:active,
.t_Content_dark a:visited {
    text-decoration: none;
    background: none;
    border: 0;
}

.t_Content_dark a:hover,
.t_Content_dark a:active/*,
.t_Content_dark a:visited*/ {
    text-decoration: underline;
    color:white;
}
.t_Content_dark a.viewLink{
    float:right;    
}

/*media queries - start - */
@media handheld, only screen and (max-width: 600px) {
    .t_Content_dark {
        width:90%;
        min-width:100px !important;
        max-width:220px !important;
        min-height:30px !important;
    }
}
/*media queries - end*/
