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