﻿body 
{
    background-color:#F0F0F0;
    font-family:Arial,helvetica,verdana;
    font-size:12px
}

div#BackgroundCenter
{
    margin: 0 auto;
    width: 1315px;
    /*border: 1px solid silver;*/
    margin-top: 0px;
    min-height: 550px;
    margin-bottom: 10px;
    background-color:white;
    position:relative;
}

div.DottedLine
{
    border-bottom:1px dashed #DEDEDE;
    height:1px;
    width:100%;
}

div.GradBackgroundBoxTall 
{
    background-image:url(/images/Content/GradBackground-Tall2.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
}





a.More
{
    font-weight:bold;
    color:#2A5792;
    text-decoration:none;
}

a.More:visited
{
    text-decoration:none;
}

a.More:hover
{
    text-decoration:underline;
}




a.CurrentIssueTitle
{
    font-weight:bold;
    font-size:16px;
    color:#666666;
    text-decoration:none;
}

a.CurrentIssueTitle:visited
{
    text-decoration:none;
}

a.CurrentIssueTitle:hover
{
    text-decoration:underline;
}


.ThisIssueImage
{
    border:none
}

.ThisIssueImage:visited
{
    border:none
}

.ThisIssueImage:hover
{
    border: 1px solid #BEBEB;
}


a.copyrightFooter
{
    color:#666666;
    text-decoration:none;
}

a.copyrightFooter:visited
{
    text-decoration:none;
}

a.copyrightFooter:hover
{
    text-decoration:underline;
}

H1.PageTitle
{
    color:#365F91;
    font-size:24px;
    font-family:Arial,helvetica,verdana;
}


/*
===========================================================================================================================
Header Bar - Master Menu
===========================================================================================================================
*/
div.HeaderBarMasterMenuPanel
{
    background-color: white;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('/images/Layout/MenuBar/MenuFooter_Gradient.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

div.MasterMenuPad18
{
    padding-left: 10px;

}

span.MasterMenuText
{
    color: #6E6E6E;
    font-size: 11px;
}

div.MasterMenuSeparator
{
    border-bottom: 1px solid #DEDEDE;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.MasterMenuSeparatorLarge
{
    border-bottom: 1px solid #DEDEDE;
    margin-top: 10px;
    margin-bottom: 10px;
}


a.MasterMenuHeader
{
    color: #006DA2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.MasterMenuHeader:visited
{
    color: #006DA2;
}

a.MasterMenuHeader:hover
{
    text-decoration: underline;
}


a.MasterMenuHeaderLarge
{
    color: #006DA2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.MasterMenuHeaderLarge:visited
{
    color: #006DA2;
}

a.MasterMenuHeaderLarge:hover
{
    text-decoration: underline;
}


.NoUnderLine
{
    color: #006DA2;
    text-decoration:none;
}

.NoUnderLine:visited
{
    text-decoration:none;
}

.NoUnderLine:hover
{
    text-decoration:underline;
}



/*
===========================================================================================================================
World Economics Journal
===========================================================================================================================
*/
a.CurrentIssueTitle
{
    font-weight:bold;
    text-decoration:none;
    color:#2A5792;
    font-size:15px
}

a.CurrentIssueTitle:visited
{
    text-decoration:none;
}

a.CurrentIssueTitle:hover
{
    text-decoration:underline;
}

.Citation
{
    font-style:italic;
    font-size:12px;
    color:#666666
}

.Abstract
{
 font-size:12px;
 color:#666666   
}

.MenuMargin
{
    margin-top:30px
}