﻿
.demo-wrapper
{
    display: none; /*background-color: #6a6a6a;*/
}
.news-wrapper
{
    background: url(../images/bg.jpg);
    height: 190px;
}
.news-wrapper .news-contents-wrapper
{
    width: 200px;
    margin: auto;
     height: 190px;
    font-family: Verdana, arial, Tahoma;
    color: #3073B2;
}
.news-wrapper .news-contents
{
    overflow: hidden;
    position: relative;
    z-index: 998;
    height: 190px;
    text-align: left;
    font-family: Verdana, arial, Tahoma;
    color: #3073B2;
}
.news-wrapper .news
{
    width: 100%;
    height:90px;
    position: absolute;
    z-index: 999;
    border-bottom: 1px dotted #3073B2;
    font-family: Verdana, arial, Tahoma;
    color: #3073B2;
}
.news-wrapper .news-header
{
    color: #3073B2;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
}
.news-wrapper h1
{
    color: #3073B2;
    font-size: 10px!important;
    border:0;
}
.clear
{
    clear: both;
}
.circle-outer
{
    font-size: 11px;
    font-weight: bold; /*background-color: #40474F;*/
}
.circle
{
    font-size: 11px;
    font-weight: bold;
}

.circle.blue
{
    color: #2E5E6C;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#A3CCD8, endColorstr=#5E9EB7)";
    background-image: -o-linear-gradient(#A3CCD8, #5E9EB7);
}

.history
{
}
.description
{
    padding: 4px;
    color: #3073B2;
}
.description .detail
{
    font-size: 11px;
    color: #3073B2;
}
.elipses, .day, .month
{
    display: block;
    height: 10px;
}
.day, .month
{
    float: none;
}
.news-wrapper h1 a, h1 a:active, h1 a:visited
{
    text-decoration: none!important;
    color: #3073B2;
}
.news-wrapper h1 a:hover
{
    text-decoration: underline;
    color: #3073B2;
}
