﻿body
{
    margin: 0;
    padding: 0;
    background-color: #015289;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3C3D3F;
}
img
{
    border: none;
}
h1, h2, h3
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #444444;
}

h1
{
    font-size: 1.5em;
    background: url(Images/play.png) no-repeat;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 5px;
    border-bottom: solid 2px #c00000;
}
hr
{
    border: solid 1px #c00000;
    border-bottom: none;
    color: #c00000;
}
h2
{
    font-size: 2.8em;
}

h3
{
    font-size: 1.6em;
}
.aLarge
{
    font-size: 1.2em;
}
.currentPage
{
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
}
a
{
    text-decoration: none;
    color: #3366CC;
    font-size: .9em;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
.menu_container a
{
    font-size: .9em;
    font-weight: normal;
}

#wrapper
{
    margin: 0 auto;
    padding: 0;
}
#header-wrapper
{
    height: 120px;
}
#header-wrapperWEconomist
{
    height: 183px;
}
#headerTopBar
{
    width: 920px;
    margin: 0 auto;
    padding: 0px;
    background: #00349a;
    height: 25px;
    color: #fff;
}
#headerTopBar a
{
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin: 0 10px;
    font-weight: normal;
}
#headerTopBar div
{
    padding: 5px 10px;
}
#loginBar #controls
{
    width: 920px;
    margin: 0 auto;
    padding: 0px;
    height: 25px;
    color: #fff;
}
#loginBar
{
    margin: 0 auto;
    padding: 0px;
    background: #222222;
    height: 25px;
    color: #fff;
    font-size: 1em;
}
#loginBar a
{
    color: #fff;
    cursor: pointer;
    margin: 0 9px;
    font-weight: normal;
    font-size: 12px;
}
#header
{
    width: 920px;
    margin: 10px auto 10px auto;
    padding: 0px;
    background-image: url(Images/banner.jpg);
    background-color:#fff;
    background-repeat:no-repeat;
    background-position: 10px 15px;
    height: 75px;
}
#headerWEconomist
{
    width: 920px;
    margin: 0 auto;
    padding: 0px;
    background: #0D1326 url(Images/W-Economist_Banner.jpg) no-repeat;
    height: 158px;
}
#headerSbb
{
    width: 920px;
    margin: 0 auto;
    padding: 0px;
    background: #0D1326 url(Images/bannersbb.jpg) no-repeat;
    height: 100px;
}
#headerAdvantage
{
    width: 920px;
    margin: 0 auto;
    padding: 0px;
    background: #0D1326 url(Images/banneradvantage.jpg) no-repeat;
    height: 100px;
}
#page
{
    width: 920px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    background-color: #fff;
}
#page-bgtop
{
    padding: 20px 0px;
}
#content
{
    float: left;
    width: 620px;
    padding: 0px 0px 0px 0px;
    background: #FFFFFF;
    min-height: 430px;
}
.content
{
    margin-left: 10px;
}
#sidebar
{
    float: right;
    width: 280px;
    margin: 0px;
    margin-right: 10px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
}
#footer
{
    height: 115px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    background: #222222;
    font-family: Arial, Helvetica, sans-serif;
}
#footer p
{
    margin: 0;
    padding-top: 15px;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
#footer a
{
    color: #fff;
}


/*box*/
.container
{
    border: 1px solid #CAC8C6;
    padding: 5px 5px 20px 5px;
    background-color: #fff;
}
.boxRed
{
    margin-top: 10px;
}
.boxRed .red
{
    background-color: #222222;
    color: #fff;
    padding: 5px;
    text-align: justify;
}
.boxRed .red a
{
    color: #fff;
    cursor: pointer;
}
.boxRed h3
{
    background-color: #222222;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 25px;
    padding-left: 5px;
}
.borderColor
{
    background-color: #222222;
    padding:5px;
}
.box
{
    background-color: #DFDFDF;
}
.box .border1
{
    background-color: rgb(250, 250, 250);
    padding: 1px;
}
.box .border2
{
    background-color: rgb(240, 240, 240);
    padding: 1px;
}
.box .border3
{
    background-color: rgb(230, 230, 230);
    padding: 1px;
}
.box .border4
{
    background-color: rgb(220, 220, 220);
    padding: 1px;
}

/*Tabs*/
.tabContainer
{
    background-color: #efefef;
    padding-bottom: 5px;
}
.tabs
{
    width: 100%;
    overflow: hidden;
}

.tabs ul
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 11px;
    list-style-type: none;
}

.tabs li
{
    display: inline;
    margin: 0;
}

.tabs li a
{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0px 0px 1px 0px;
    padding: 7px 8px; /*padding inside each tab*/
    border-right: 1px solid #efefef; /*right divider between tabs*/
    color: #fff;
    background: #8C95AF; /*background of tabs (default state)*/
}

.tabs li a:visited
{
    color: #fff;
}

.tabs li a:hover, .tabs li.selected a
{
    background: #222222; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
    color: #fff;
}
.tab_contents_container
{
    background-color: #fff;
    min-height: 50px;
    margin-top: 5px;
}
.homePageTabHeight
{
    min-height: 185px;
}
div.tab_contents
{
    display: none;
}
div.tab_contents_active
{
    display: block;
}
.tab
{
}
/*Menu*/
.menu_container
{
    margin: 0 auto 0px auto;
    position: relative;
    height: 25px;
    z-index: 100; /*background-color: #0d1326;*/
    background-color: #3C3D3F;
}

.menu, .menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
}

.menu ul
{
    left: -9999px;
    width: 150px;
    padding: 0 20px 20px 20px;
    opacity: 0;
    -o-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
}
.menu ul ul
{
    padding: 20px 20px 20px 0;
}

.menu a.menuLink1
{
    display: block;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 5px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 0 0px -1px 0; /*background: #444;*/
    min-width: 30px;
    border: none;
}

.menu a.menuLink
{
    display: block;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 5px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color:rgb(1, 82, 137);
    text-decoration: none;
    text-transform:uppercase;
    margin: 0 0px -1px 0; /*background: #444;*/
    min-width: 30px;
    border-right: solid 1px #fff;
}
.menu li ul li a.menuLink, .menu li ul li a.menuLink1
{
    width: 175px;
}
.menu li ul li table a
{
    background-color: Transparent;
    color: #3366CC;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 0px;
}
.menu li
{
    float: left;
}
.menu li.fly > a
{
    /*background: #444 url(images/arrow.gif) no-repeat right;*/
    background: #3C3D3F url(images/arrow.gif1) no-repeat right;
}
.menu li:hover
{
    position: relative;
    z-index: 100;
}
.menu li:hover > a
{
    background-color: #fff;
    color: #000; /*border-color: #fc0;*/
}
.menu li:hover > ul
{
    top: 25px;
    left: -20px;
    z-index: -1;
    opacity: 1;
}
.menu li:hover > ul.oc
{
    top: 35px;
    left: -20px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.uarp
{
    top: 35px;
    left: -564px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.uais
{
    top: 35px;
    left: -568px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.uamp
{
    top: 35px;
    left: -550px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.uabm
{
    top: 35px;
    left: -545px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.sbbst
{
    top: 35px;
    left: -470px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.sbbbso
{
    top: 35px;
    left: -415px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.sbbgc
{
    top: 35px;
    left: -475px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.gc
{
    top: 35px;
    left: -550px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.wo
{
    top: 35px;
    left: -525px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.lrs
{
    top: 35px;
    left: -532px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.mb
{
    top: 35px;
    left: -454px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover > ul.rp
{
    top: 35px;
    left: -502px;
    z-index: 10000;
    opacity: 1;
}
.menu li:hover li:hover > ul
{
    left: 145px;
    top: -20px;
    z-index: 100;
    opacity: 1;
}
.menu li.right:hover li:hover > ul
{
    left: -165px;
    top: -20px;
    z-index: 100;
    padding: 20px 0 20px 20px;
    opacity: 1;
}
.menu_container2
{
    margin: 0 auto 0px 400px;
    position: relative;
    height: 35px;
    z-index: 90;
    background-color: #fff;
}
.menu2
{
    margin-top:28px;
}
.menu2 a
{
    background: #fff;
    color:rgb(1, 82, 137);
    text-transform:uppercase;
}
.menu2 li.fly > a
{
    background: #8C95AF url(images/arrow.gif1) no-repeat right;
}

.menu_container3
{
    margin: 0 auto 0px auto;
    position: relative;
    height: 25px;
    z-index: 150;
    background-color: #222222;
}
.menu3 a
{
    background: #222222;
}
.menu3 li.fly > a
{
    background: #222222 url(images/arrow.gif1) no-repeat right;
}
.menu3 li:hover > a
{
    background-color: #8C95AF;
    color: #fff;
    border-color: #fc0;
    z-index: 500;
}
.menu3 a
{
    padding-left: 5px;
    padding-right: 5px;
}
.clear
{
    float: none;
    clear: both;
    line-height: 0px;
}
.itemFooter
{
    background-color: #efefef;
    min-height: 35px;
    border: solid 2px #DFDFDF;
    font-size: .8em;
    text-align: right;
    padding: 5px 10px 0px 0px;
    margin-top: 30px;
}
.buttonSmall
{
    border: solid 1px #015289;
    background-color: #015289;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
    height: 20px;
    margin-left: 5px;
}
.buttonSmall:hover
{
    background-color: #015289;
}

.button
{
    border: solid 1px #015289;
    background-color: #015289;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
    height: 25px;
}
.button:hover
{
    background-color: #015289;
}
.comments
{
    margin-top: 10px;
}
.commentsText
{
    background-color: rgb(233, 244, 250);
    padding: 10px 10px 10px 10px;
}
.grayText
{
    color: #6D6968;
}
.label
{
    display: inline-table;
    width: 120px;
    color: #444;
    font-weight: bold;
    vertical-align: top;
    margin-top: 3px;
}
.textbox
{
    border: 1px solid #a5b3c5;
    margin: 2px 0;
    padding: 2px 2px;
    height: 16px;
    background: #fff;
    width: 250px;
}
.dropdown
{
    width: 256px;
}
/*radgrid borders*/
div.RemoveBorders .rgHeader, div.RemoveBorders th.rgResizeCol, div.RemoveBorders .rgFilterRow td
{
    border-width: 0 0 0px 0; /*top right bottom left*/
}
div.RemoveBorders .rgRow td, div.RemoveBorders .rgAltRow td, div.RemoveBorders .rgEditRow td, div.RemoveBorders .rgFooter td
{
    border-width: 2px;
    padding-left: 7px; /*needed for row hovering and selection*/
    border-color: #efefef;
}
div.RemoveBorders .rgGroupHeader td, div.RemoveBorders .rgFooter td
{
    padding-left: 7px;
}

div.ClearBorders .rgHeader, div.ClearBorders th.rgResizeCol, div.ClearBorders .rgFilterRow td
{
    border-width: 0 0 0px 0; /*top right bottom left*/
}
div.ClearBorders .rgRow td, div.ClearBorders .rgAltRow td, div.ClearBorders .rgEditRow td, div.ClearBorders .rgFooter td
{
    border-width: 2px;
    padding-left: 7px; /*needed for row hovering and selection*/
    border-color: #fff;
}
div.ClearBorders .rgGroupHeader td, div.ClearBorders .rgFooter td
{
    padding-left: 7px;
}

.buttonFormLarge
{
    color: #fff;
    display: block;
    display: inline-block;
    background-color: #015289;
    border: solid 1px #1c4670;
    padding: 2px 16px;
    margin-left: 0;
    text-decoration: none;
    cursor: pointer;
}
.buttonFormLarge:hover
{
    background-color: #2D7104;
    border: solid 1px #2D7104;
    background-image: url(/images/buttonbg1.jpg);
    color: #fff;
}
.bmargin
{
    margin-bottom: 2px;
}

#errorMessage, #confirmationMessage
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    font: bold 1.4em arial;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #222222;
    border-bottom: 1px solid #00a1ff;
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
    z-index: 99999;
    display: none; /* LEAVE THIS IN*/
}
label.error
{
    display: none !important;
}
.linkFix a
{
    font-size: 1em !important;
}
.RadGrid .rgMasterTable a
{
    color: #3366cc !important;
}
.rotator
{
    width: 548px;
    border: solid 1px #000;
    color: #fff;
}
.rotator .rImage
{
    height: 204px;
}
.rotator .rtab1
{
    width: 152px;
    margin-right: 1px;
    background-color: #000;
    height: 40px;
    float: left;
    padding-left: 30px;
    padding-top: 5px;
    cursor: pointer;
}
.rotator .rtab2
{
    width: 152px;
    margin-right: 1px;
    background-color: #000;
    height: 40px;
    float: left;
    padding-left: 30px;
    padding-top: 5px;
    cursor: pointer;
}
.rotator .rtab3
{
    width: 152px;
    background-color: #000;
    height: 40px;
    float: left;
    padding-left: 30px;
    padding-top: 5px;
    cursor: pointer;
}
.rotator .rtab1:hover, .rotator .rtab2:hover, .rotator .rtab3:hover
{
    background-color: #595959;
}
/**/
.ad-gallery, .ad-gallery *
{
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.ad-gallery .ad-image-wrapper
{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}
.ad-active
{
    background-color: #595959 !important;
}

.ad-preloads
{
    position: absolute;
    top: -9000px;
    left: -9000px;
}
/** Numeric paging */
.numeric-paging
{
}

.numeric-paging .rdpWrap
{
    margin: 0;
    float: none;
    text-align: center;
}

.numeric-paging .rdpNumPart a
{
    margin: 0 0.5em 0 0;
    padding: 0;
    width: 3em;
    border: 2px solid transparent;
    border-radius: 3em;
    line-height: 3;
    text-align: center;
    cursor: pointer;
    float: none;
    display: inline-block;
}
.numeric-paging .rdpNumPart a:hover
{
    border: 2px solid;
    border-color: #D0D8E8;
}

.numeric-paging .rdpNumPart a span
{
    padding: 0;
    float: none;
    display: inline;
}
.numeric-paging .rdpNumPart a.rdpCurrentPage
{
    color: #000000;
    border: 2px solid #085DAD;
}
.economistMenu
{
    margin-top:5px; padding-top:8px; padding-bottom: 8px; padding-left:10px; border-top: solid 1px #cecece; border-bottom: solid 1px #cecece;color:#cecece;
}
.economistSearch
{
    background: url(images/search.png) no-repeat 3px;
    cursor:pointer;
    background-color:#333333;
    border:solid 1px #cecece;height:21px;margin-top:-3px;
    width:20px;
    float:right;
}
.twitter
{
    background: url(images/icon-twitter-sm.png) no-repeat;
    width:16px;
    height:16px;
    float:left;
    cursor:pointer;
}
.economistMenu a
{
    color:#000 !important;
    font-weight:normal;
    font-size:13px;
    margin:0 8px;
}
.liDiv
{
    background: url(images/bullet.gif) no-repeat;
    background-position: 0px 3px;
    line-height:20px;
    margin-left:20px;
    padding-left:15px;
}
.blogEntry a
{
    color: #ababab;
}