﻿.SkyTitleArticle
{
    border-bottom:1px dashed #818386;

    font-size: 10px;
    font-weight: bold;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
    display: block; /*border-bottom: 1px dashed #818386;*/
}
.SkySubTitleArticle
{
    border-bottom:1px dashed #818386;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
    display: block; /*border-bottom: 1px dashed #818386;*/
}

#vLongArticleDiv
{
    border: solid 0px orange;
}

#vLongArticleContent
{
    border: solid 0px teal;
}

#vLongArticleText
{
    border: solid 0px red;
    float:left;
    width:200px;
    margin-right: 8px;
}

#vLongArticleImage
{
    border: solid 0px blue;
    float:inherit;
}

#vLongArticlePaging
{
    display: none;
}

#vJournalArticleText
{
    border: solid 0px red;
    float:inherit;
}

#vJournalArticleImage
{
    border: solid 0px orange;
    float:left;
    margin-right: 8px;
}

#vJournalArticlePaging
{
    display: none;
}

#vShortArticlePaging
{
    display: none;
}

.SkyHeader 
{
    color: #464749;
}

.skyCMSImage
{
    max-width: 130px;
}
/*.skyCMSImage img
{
    max-width: 130px;
}*/