﻿
.dateTime 
{
    background: white url(../images/Calender.png) no-repeat;
    width: 38px;
    height: 38px;
    float: left;
    margin-top: 5px;
}

.dateTime h2 
{
    color: White;
    text-align: center;
    font-size: 8px;
    margin:0;
    margin-top:2px;
    padding:0;
    
}

.dateTime h3 
{
    color:#101010;
    text-align: center;
    font-size: medium;
    margin-top: 3px;
    padding:0;
}

.articlePreviewFrame 
{
    width: 600px;
    border-top: Solid 1px #6B90DA;
    background-color:#FFFFFF; 
    margin-bottom: 50px;
}

.articlePreviewFrame h1 
{
    float: left;
    text-align:left;
    width: 557px;
    color:#272727; 
    font-size:16px;
    font-weight:bold;
    margin-top: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.articlePreviewText 
{
    color:#474747;
    font-size: 12px;
    overflow: auto;
}

.articlePreviewText IMG
{
    margin-right: 5px;
    margin-bottom: 5px;
}

.articlePreviewFooter 
{
    border: Dashed 1px #DADADA;
    height: 25px;
    padding-right:10px;
    margin-top:10px;
}

.articleFrame 
{
    width: 600px;
    background-color:#FFFFFF; 
    margin-bottom: 50px;
}

.articleFrame h1 
{
    float: left;
    text-align: center;
    width: 557px;
    color:#272727; 
    font-size:22px;
    font-weight:bold;
    margin-top: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.linksBox 
{
    border:Solid 1px #DEDEDE;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    vertical-align: middle;
}

.linksBox img 
{
    border:Solid 1px #999999;
    padding: 2px;
    max-width: 170px;
    max-height: 160px;
    height:auto;
    display:block;
}

.linksBox img:hover 
{
    border:Solid 1px #2270E2;
}

.linksBox a 
{
    font-weight: bold;
    color: Blue;
}