a {
    color: #424242;
    text-decoration: none;
}
img {
    border: medium none;
  width: 100%;
}

.MainStructure {
    background: #e8f5fd url("images/bg.gif") repeat-x scroll left top;
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 1025px;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 1025px;
  
  background:#fff;
  
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 5px;
    vertical-align: top;
    width: 1025px;
}
.MainStructure .LeftBar {
    padding: 5px 10px 0 5px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 5px 5px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}

.MainStructure .FooterBar {
    text-align: justify;
    width: 100%;
background: rgba(30,159,233,1);
background: -moz-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
background: -o-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
background: -ms-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
background: linear-gradient(to bottom, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9fe9', endColorstr='#1575d6', GradientType=0 );
}

.SimilarArticleControl span.CurrentPage {
        margin: 0.25rem;
        padding: 0.25rem 0.5rem;
        border-radius: 0.2rem;
        background-color: var(--primary);
        color: #fff;
}
