/* --- ArchiveContent css: start --- */
.roundcont
{
    max-width: 400px;
    width:100%;
    background-color: #FE7004;
    color: #ffffff;
}
.roundcont p
{
    margin: 0 5px;
}
.roundtop
{
    background: url(/archives/images/tr.gif) no-repeat top right;
}
.roundbottom
{
    background: url(/archives/images/br.gif) no-repeat top right;
}

.searchtxt
{
    font-weight:bold;
    width:300px;
}

img.corner
{
    border: none;
    display: block !important;
}
.newsItemTitle a, .newsItemTitle a:Active, .newsItemTitle a:Link, .newsItemTitle a:Visited
{
    font-weight: bold;
    color: #666666 !important;
    text-decoration: none;
}
.newsItemTitle a:hover
{
    color: black !important;
    text-decoration: underline;
}
.mediaItemTitle a, .mediaItemTitle a:Active, .mediaItemTitle a:Link, .mediaItemTitle a:Visited
{
    font-weight: bold;
    color: #666666 !important;
    text-decoration: none;
}
.mediaItemTitle a:hover
{
    color: #DF792E !important;
}
        
#ArchveLink a { color:Gray; }
        
#ArchveLink a:hover
{
    color:#DF792E;
    text-decoration:underline;
}

.newsItemLock
{
    float: right;
    margin-right: 20px;
    width: 15px;
    background-image: url('../images/Lock.jpg');
    background-repeat: no-repeat;
}
.newsItemLock1
{
    float: right;
    margin-right: 20px;
    width: 15px;
    height: 20px;
    background-image: url('../images/Lock.jpg');
    background-repeat: no-repeat;
}
/* --- ArchiveContent css: end --- */

@media screen and (max-width:480px) {
    .searchtxt{
        width:65%;
    }
}