#body #content .pageTitle {
    display: none;
}

/*Recent Articles and Most Viewed Articles*/
.viewMoreArticles{
    padding-top: 5px;
    font-style: italic;
}
#recentArticles, #mostPopularArticleBlock {
    line-height: 18px;
    /*padding-left: 40px;*/
}
#recentArticles div, #mostPopularArticleBlock div{
    float: left;
    display: block;
    width: 100%;
    /*clear:both;*/
}

#recentArticles .recentArticleTitle, #mostPopularArticleBlock .recentArticleTitle{
    width: auto;
    display: block;
    clear:none;
    color: #083f88;
    font-weight: bold;

}

#recentArticles .recentArticleTitle a, #mostPopularArticleBlock .recentArticleTitle a{
    text-decoration: none;

}

a.recentArticleAbstractLink {
    color: #083F88;
}

#recentArticles .recentAuthor a , #mostPopularArticleBlock .recentAuthor a{
    text-decoration: none;
}
div.aPublishedArticle {
    padding: 5px 0 10px 0;
}
.recentArticleDownload a{
    display: block;
    float: left;
    clear: none;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
}

#recentArticles .recentArticleAbstract, #mostPopularArticleBlock .recentArticleAbstract{
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    border: dashed 1px;
    padding: 10px;
    width: auto;
    clear: left;
    text-align: justify;
}

.recentArticleIssue {
    font-style: italic;
}

#customblock-AimAndScope {
    display: block;
}

#customblock-AboutTDT {
    display: block;
}

.articlePublishedDate, .viewedSinceDate{
    font-weight: bold;
}

.anAuthor {
    display:block;
    float: left;
}

span.researchDecorationBar{
    font-weight: 800;
}
span.openAccessDecorationBar{
    background-color: #5cadce;
    color: #FFFFFF;
    padding: 0 5px;
    font-weight: 300;
}
/*End Recent Articles and Most Viewed Articles*/

/*Most Viewed Articles*/
#mostPopularArticleBlock {
    float: left;
    display: block;
    width: 100%;
    clear: left;
}
/*End Most Viewed Articles*/

/*Jquery UI Tabs Modifications*/
/* default tab state */
/* tabs nav bar */
.ui-tabs ul {
    border-top: 0 !important;
}
.ui-tabs li {
    background :  transparent !important;
}
.ui-tabs li a  {
    color:          white;
    padding:        4px 0 3px !important;
    background-color: transparent;
}
/* selected tab state */
.ui-tabs li.ui-state-active {
    margin: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: white;
    text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: white;
    text-decoration: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: white;
    text-decoration: none;
}

.ui-widget-content {
    border: none;
    background: #083f88;
    /*color: #222222;*/
}

.ui-widget-header {
    border: none;
    background: #083f88;
}

.ui-corner-all {
    border: none;
    border-radius: 0;
}

.ui-corner-top:first-child a{
    margin: 0 0em 0 0.7em;
}

.ui-tabs {
    position: relative;
    padding: 0;
    zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-widget {
    font-family: inherit;
    font-size: 1em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0px;
    margin-bottom: 0.9em;
    padding: 0em 0.2em 0.1em;
    /*width: 100%;*/
    font-size: 1.5em;
    font-weight: 800;
    /*font-family: verdana;*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content .ui-state-default {
    font-weight: 800;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0px;
    padding-bottom: 1px;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: pointer;
    background-color: transparent;

}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
}

/*#articleTabs {*/
    /*display:block;*/
    /*float:left;*/
/*}*/

#articleTabs a{
    outline:0;
}
/*End Jquery UI Tabs Modifications*/

/*The other part of addition front page content*/
.secondPart{
    /*padding-left: 40px;*/
}

.secondPart div{
   display:block;
    float: left;
    clear: left;
}

.secondPart .separator{
    margin-top: 20px;
    border-bottom: 1px #aeb1b4 dotted;
}

#publishedIssues .blockHPTitle{
    padding: 0.55em 0;
    font-size: 1.4em;
    font-weight: 800;
}

.recentPublishedIssueTitle a{
    text-decoration: none;
}

.issuePublishedDate{
    line-height: 1.4em;
    font-weight: bold;
}

.issuePublishedDate a{
    text-decoration: none;
}

#customblock-FrequentlyAskedQuestions ul{
    margin: 0.25em 0px 0.75em 1.3em;
    padding: 0px 0px 0px 0px;
}

#customblock-FrequentlyAskedQuestions ul li{
    padding: 3px 0;
}

#customblock-FrequentlyAskedQuestions ul a{
    text-decoration: none;
    color: black;
}

.divBlock
{
    display:block;
    float:left;
}

#main #breadcrumb {
    display: none;
}
#body #main {
    padding-top: 0;
    margin-top: -17px;
}
.socialIcons a:hover{
    background-color: transparent;
}

#announcementBlock {
    width: 100%;
    margin-bottom: 2em;
}

.divAnnouncementTitle{
    height: 31px;
    width: 100%;
    font-size: 1.5em;
    font-weight: 800;
    padding: 4px 0em 0 0em;
    background: #083f88;
    color: white;
    margin-bottom: 0.9em;
}
.divInnerAnnouncementTitle{
    margin-left: 0.9em;
}
div.title{
    width:100%;
}
.leftDiv {
    width: 100%;
}
/*.blockHomePage {*/
    /*display: block;*/
    /*float:left;*/
/*}*/
/*End the other part of addition front page content*/