﻿/*UserControls Styles*/




.gallery-frame
{
   width: 88px;
height: 55px;
border: 2px solid red;
margin: 13px 0 0 15px;
float: left;
}


.NewsBox
{
    width: 257px;
    height: 129px;
    float: left;
    text-align: justify;
    font-family: Segoe UI;
    padding: 5px;
    font-size:12px;
}

.NewsTitle
{
    color:#fff;
}

.NewsDetails
{
    color:#fff;
}

.NewsReadMore
{
    float: right;
    margin-right: 5px;
    color: #149979;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 12px;
}

.NewsReadMore:hover
{
    opacity:.7;
}

.hotlink-box
{
    width:250px;
    min-height:23px;
    border-bottom:1px dashed #208ac6;
    background:url("CCImage/linkBullet.png") no-repeat left center;
    padding:2px 0 0 20px;
    margin-left:4px;
    height:auto;
}

.Hotlink-Link
{
    text-decoration:none;
    font-size:14px;
}

.Hotlink-Link span
{
    color:Black;
}

.Hotlink-Link span:hover
{
    color:#007165;
}

.Download-Box
{
    width: 260px;
    min-height: 23px;
    border-bottom: 2px solid #149979;
    background: url("CCImage/linkBullet.png") no-repeat left center;
    padding: 2px 0 0 20px;
    margin-left: 4px;
    height:auto;
}

.Download-Link
{
    text-decoration:none;
    font-size:14px;
}

.Download-Link span:hover
{
    color:#007165;
}

.Download-Link span
{
    color:Black;
}

.DownloadViewAll
{
    float: right;
    margin-right: 5px;
    color: #149979;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 12px;
}

.DownloadViewAll:hover
{
    opacity:.7;
}

.down
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    background-color: #007165;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 20px;
}

.down:hover
{
    opacity:.7;
}

.Footer-Link
{
    text-decoration:none;
    color:Black;
    font-size:13px;
    font-family:Arial;
}

.Footer-Link span
{
    margin:10px 0 0 10px;
    display:block;
}

.Footer-Link span:hover
{
    opacity:.7;
}