﻿/*UserControls Styles*/


.copyright-main {
    width: 1024px;
    height: 21px;
    margin: 0 auto;
    padding: 4px 0 0 0;
}

.copyright-main div {
    height: auto;
    float: left;
    padding: 0 1% 0 1%;
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #fff;
}

.copyright-main div a {
    color: #fff;
    text-decoration: underline;
    font-family: 'Segoe UI';
}

.copyright-main div a:hover {
    color: #acabf6;
    text-decoration: underline;
    font-family: 'Segoe UI';
}







.gallery-frame
{
   width: 88px;
height: 55px;
border: 2px solid red;
margin: 13px 0 0 15px;
float: left;
}

.NewsReadMore
{
    float: right;
    margin-right: 5px;
    color: red;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 12px;
}
.news-box {
	height: 90px;
	width: 96%;
	margin: 0px auto 0 auto;
}
.NewsReadMore:hover
{
    opacity:.7;
}

.HLDownload
{
    text-decoration: none;
    color: Black;
    font-family: Segoe UI;
    font-size: 12px;
}
.news_t {
	color:White;
	font-size: 16px;
	float: left;
}
.DownloadViewAll
{
    float: right;
    margin-right: 5px;
    color: #293A56;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 12px;
}

.DownloadViewAll:hover
{
    opacity:.7;
}

.HotLinkViewAll
{
    float: right;
    margin-right: 5px;
    color: #e9f517;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
}

.HotLinkViewAll:hover
{
    opacity:.7;
}

.down
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Segoe UI;
    font-weight: bold;
    background-color: #099BD1;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 20px;
}

.down:hover
{
    opacity:.7;
}