﻿/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body
{
    font: 11px/16px Verdana,Arial,Helvetica,sans-serif;
    width: 100%;
    height: 100%;
    background: #D8DCD0;
    color: #444444;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover, a:visited
{
    color: #3D5F1B;
    /** Atsushi 07/15/2013: removed **/    
    /**text-decoration: none;**/
}
.clrBoth
{
    clear: both;
}
/* CSS Reset */

/* Page Layout */
#mainWrapper
{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    background: #ffffff;
}
#wgiHeader
{
    background: url("../Images/wgiHeaderBg.png") top center no-repeat;
    height: 104px;
    margin-top: 8px;
}
#wgiContent
{
    padding-bottom: 0;
}
#wgiFooter
{
    padding: 6px 0 10px 0;
}
.pageLayout
{
    width: 948px;
    float: left;
}
.pageContent
{
    width: 942px;
    border: 3px solid #4e831b;
    float: left;
    margin-top: 5px;
}
.leftBox
{
    width: 682px;
    margin-right: 10px;
    float: left;
    padding: 10px;
}
.rightBox
{
    width: 200px;
    float: left;
    padding: 10px;
}
/* Page Layout */

h2.pageHeading
{
    font-size: 14px;
    margin-bottom: 3px;
}
/** 09/06/2013 Update **/
span.pageHeading
{
    font-size: 14px;
    font-weight: bold;
    vertical-align:text-bottom;
}
ul.listItems
{
    float: left;
    width: 85%;
    margin: 10px;
    margin-bottom: 0;
}
ul.listItems li
{
    background: url("../images/orange-square2.gif") no-repeat;
    padding: 3px 0 3px 15px;
    font-weight: bold;
    background-position: 0 7px;
}
.rightBox .highlightContent
{
    background: #f2f3e0;
    margin-bottom: 10px;
    padding: 10px;
    width: 190px;
    font-size: 10px;
}
.rightBox .highlightContent h3
{
    font-size: 12px;
    font-weight: bold;
}
.leftBox .highlightContent
{
    background: #f2f3e0;
    margin-bottom: 10px;
    padding: 10px;
    width: 662px;
    font-size: 10px;
}
.leftBox .highlightContent h3
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}
.leftBox .highlightContent h3
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}
.postScriptTxt
{
    font-style: italic;
    font-size: 10px;
}
.footerContent .elements
{
    margin-right: 5px;
    float: left;
}
.footerContent .links
{
    margin-top: 8px;
}
ul#wgiMenu
{
    width: 948px;
    height: 20px;
    line-height: 20px;
    margin-top: 74px;
    /**margin: 74px 0 0 198px;**/
    margin: 74px 0 0 246px; /** 09/09/2016: updated top menu **/
}
ul#wgiMenu li
{
    float: left;
    display: inline-block;
    height: 20px;
}
ul#wgiMenu li a
{
    display: block;
    text-indent: -9999px;
}
/*******************************************************************************************/
/** Atsushi 06/27/2013: updated ids of top menu **/
ul#wgiMenu li#homeMenu a
{
    background: url("../images/but_home.gif") no-repeat left;
    width: 51px;
}
ul#wgiMenu li#homeMenu:hover a, ul#wgiMenu li#homeMenu a.active
{
    background: url("../images/but_home_over.gif") no-repeat left !important;
}
ul#wgiMenu li#govIndicatorMenu a
{
    background: url("../images/but_indicators.gif") no-repeat left;
    width: 208px;
}
ul#wgiMenu li#govIndicatorMenu:hover a, ul#wgiMenu li#govIndicatorMenu a.active
{
    background: url("../images/but_indicators_over.gif") no-repeat left !important;
}
ul#wgiMenu li#documentationMenu a
{
    background: url("../images/but_resources.gif") no-repeat left;
    width: 113px;
}
ul#wgiMenu li#documentationMenu:hover a, ul#wgiMenu li#documentationMenu a.active
{
    background: url("../images/but_resources_over.gif") no-repeat left !important;
}
ul#wgiMenu li#faqMenu a
{
    background: url("../images/but_faq.gif") no-repeat left;
    width: 38px;
}
ul#wgiMenu li#faqMenu:hover a, ul#wgiMenu li#faqMenu a.active
{
    background: url("../images/but_faq_over.gif") no-repeat left !important;
}
/*******************************************************************************************/
.homePageFiller
{
    width: 210px;
    background: url("../images/picture1.jpg") no-repeat;
    height: 305px;
    margin-bottom: 10px;
}
.docFiller
{
    width: 210px;
    background: url("../images/documentaionFiller.png") no-repeat;
    height: 305px;
    margin-bottom: 10px;
}
.bdrTop
{
    border-top: 1px #444 dashed;
}
p
{
    padding-top: 10px;
}
.pdT7
{
    padding-top: 7px !important;
}
.mB10
{
    margin-bottom: 10px;
}
.mL0
{
    margin-left: 0 !important;
}
.txtInfo
{
    padding-top: 15px;
}
.txtInfo h3
{
    font-size: 12px;
    font-weight: bold;
}
.normalTxt
{
    font-weight: normal;
    font-style: normal;
}
/** 09/06/2013 Update **/
.normalItalicTxt
{
    font-weight: normal;
    font-style: italic;
}
ul.downloadLinks
{
    float: left;
    width: 85%;
    margin: 10px;
    margin-bottom: 0;
}
ul.downloadLinks li
{
    background: url("../images/pdf.gif") no-repeat;
    padding: 3px 0 3px 24px;
    font-weight: bold;
    background-position: 0 2px;
}
ul.downloadLinks li a
{
    font-weight: normal;
}
ul.queList
{
    float: left;
    width: 95%;
    margin: 10px;
    margin-bottom: 0;
}
ul.queList li
{
    background: url("../images/green-arrow.gif") no-repeat;
    padding: 3px 0 3px 14px;
    background-position: 0 6px;
}
.mT10
{
    margin-top: 10px;
}
.pictureInfo
{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.pictureInfo .elements
{
    width: 49%;
}
.goLeft
{
    float: left;
}
.goRight
{
    float: right;
}
#faqsWrapper
{
    padding: 10px;
}
.answers
{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: #444444 1px dashed;
    display: inline-block;
    width: 100%;
}
.answers p
{
    padding-left: 10px;
}
.answers h4
{
    padding-left: 10px;
}
/** Atsushi 06/14/2013: added .answers ul **/
.answers ul
{   
    list-style-type: square;
    list-style-position: inside;
    margin: 15px 10px 5px;
}
#wgiMain
{
    width: 948px;
    margin: 0 auto;
    display: table;
}
#reportsTabsContents
{
    padding: 10px;
}
#reportsWrapper
{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    
    /** Atsushi 06/21/2013: added to adjust position of Tableau content **/
    position:relative; 
    /**top: 20px;**/
    left: -14px;
}
table.countryLinks
{
    table-layout: fixed;
    border-collapse: collapse;
    margin: 10px 0;
}
table.countryLinks tr td
{
    background: #e6e8c1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    /** Atsushi 06/14/2013: added **/
    cursor:pointer;
}
table.countryLinks tr td.active
{
    background: #ffffff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
}
table.countryLinks tr td.active a
{
    color: #000;
}
table.countryLinks tr td a
{
    color: #4C8218;
    font-weight: bold;
    /** Atsushi 07/15/2013: added **/
    text-decoration: none;    
}
ul.reportsList
{
    width: 100%;
}
ul.reportsList li
{
    margin-right: 10px;
    width: 23%;
    float: left;
    display: inline;
    padding: 10px 0;
}
ul.reportsList li a.pdfLink
{
    background: url("../images/pdf.gif") no-repeat scroll 0 2px transparent;
    font-weight: bold;
    padding: 3px 0 3px 24px;
    /** Atsushi 07/15/2013: added **/
    text-decoration: none;    
}
ul.downloadLinks li.excelLink
{
    background: url("../images/excel-3.gif") no-repeat scroll 0 4px transparent;
    font-weight: bold;
    padding: 3px 0 3px 24px;
}

/** Atsushi 07/16/2013: added **/
ul.downloadLinks li a
{
	text-decoration: none;
}
/** Atsushi 07/16/2013: added **/
ul.downloadLinks li a:hover
{
	text-decoration:underline; 
}
/*******************************************************************************************/

/** for Access Governance Indicator page **/
#reportTabs.ui-tabs 
{
    border-radius: 0 0 0 0; padding: 0; 
}
#reportTabs.ui-tabs .ui-tabs-nav
{ 
    border-radius: 0 0 0 0; 
    padding: 0.2em 0.4em 0px; 
}
#reportTabs.ui-tabs .ui-widget-header 
{ 
    border-top: 0 none; 
    border-left: 0 none; 
    border-right: 0 none; 
    border-bottom: 1px solid #4e831b; 
}
#reportTabs.ui-widget-content 
{ 
    border: 0 none; 
}
#reportTabs.ui-tabs .ui-helper-reset 
{ 
    line-height: 1; 
}

/** for Country Data Report page **/
#reportsListContent
{
    width: 100%;
}
.loading
{
    -moz-border-radius: 5px 5px 5px 5px;
    display: none;
    height: 50px;
    opacity: 0.9;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 100000;
}
p.reportsListError
{
    padding: 10px;
}

/** for main page **/
#wgiYear
{
    display: none;    
}

/** Atsushi 09/09/2013: added for "internal advance access message **/
.redBox
{
    border-style:solid;
    border-color:red;
    border-width:3px;
    padding:10px;
    margin: 10px 2px 20px 2px; 
    color: red;
}
/** //09/08/2016: removed CountryReports page **/
.contentWrapper
{
    padding: 15px;
}
/** 09/09/2016: updated top menu **/
#govIndicatorMenu
{
    width:160px;
}