@charset "utf-8";
/* CSS Document */

/******************************
***   Data Section Styles   ***
******************************/
#map {float:left;}
#graph {float:left;}


/***********************************
***   SECOND LEVEL MENU STYLES   ***
***********************************/
#menuSecond {height:29px; width:100%; background:#fff; float:left; margin-top:6px;}
#menuSecond ul {list-style-type:none; margin:0px; padding:0px; float:right;}
#menuSecond li {margin:0px 8px 0px 0px; padding:0px; display:block; float:left; height:31px;}
#menuSecond a {display:block; width:100%; height:100%;}

#menuSecond li.postData {width:142px; margin:0px 8px 0px 11px; background:url(../_graphics/data/menu2ndPost.gif) transparent 0px 0px scroll no-repeat;}
#menuSecond li.standardData {width:177px; background:url(../_graphics/data/menu2ndPost.gif) transparent -149px 0px scroll no-repeat;}

#assessStandard li.postData {width:142px; margin:0px 8px 0px 11px; background:url(../_graphics/data/menu2ndStan.gif) transparent 0px 0px scroll no-repeat;}
#assessStandard li.standardData {width:177px; background:url(../_graphics/data/menu2ndStan.gif) transparent -149px 0px scroll no-repeat;}



/**********************************
***   THIRD LEVEL MENU STYLES   ***
**********************************/
#assessConflict #menuThird {height:52px; width:100%; background:url(../_graphics/data/menu3rdPostBg.gif) repeat-x; float:left;}
#assessStandard #menuThird {height:52px; width:100%; background:url(../_graphics/data/menu3rdStanBg.gif) repeat-x; float:left;}
#menuThird ul {list-style-type:none; margin:5px 0px 0px 0px; padding:0px; float:right;}
#menuThird li {margin:0px 8px 0px 0px; padding:0px; display:block; float:left; height:33px;}
#menuThird a {display:block; width:100%; height:100%;}

/* styles when menu items are links */
#assessConflict #menuThird li.introduction a {background:url(../_graphics/assess/menu3rdPost.gif) transparent 0px 0px scroll no-repeat;}
#assessConflict #menuThird li.methodology a {background:url(../_graphics/assess/menu3rdPost.gif) transparent -124px 0px scroll no-repeat;}
#assessConflict #menuThird li.assessments a {background:url(../_graphics/assess/menu3rdPost.gif) transparent -247px 0px scroll no-repeat;}
#assessConflict #menuThird li.glossary a {background:url(../_graphics/assess/menu3rdPost.gif) transparent -362px 0px scroll no-repeat;}

#assessStandard #menuThird li.introduction a {background:url(../_graphics/assess/menu3rdStan.gif) transparent 0px 0px scroll no-repeat;}
#assessStandard #menuThird li.methodology a {background:url(../_graphics/assess/menu3rdStan.gif) transparent -124px 0px scroll no-repeat;}
#assessStandard #menuThird li.assessments a {background:url(../_graphics/assess/menu3rdStan.gif) transparent -247px 0px scroll no-repeat;}
#assessStandard #menuThird li.glossary a {background:url(../_graphics/assess/menu3rdStan.gif) transparent -362px 0px scroll no-repeat;}

/* styles when menu items are NOT links */
#assessConflict #menuThird li.introduction {width:115px; background: url(../_graphics/assess/menu3rdPost.gif) transparent 0px -33px scroll no-repeat;}
#assessConflict #menuThird li.methodology {width:114px; background: url(../_graphics/assess/menu3rdPost.gif) transparent -124px -33px scroll no-repeat;}
#assessConflict #menuThird li.assessments {width:107px; background: url(../_graphics/assess/menu3rdPost.gif) transparent -247px -33px scroll no-repeat;}
#assessConflict #menuThird li.glossary {width:94px; background: url(../_graphics/assess/menu3rdPost.gif) transparent -362px -33px scroll no-repeat;}

#assessStandard #menuThird li.introduction {width:115px; background: url(../_graphics/assess/menu3rdStan.gif) transparent 0px -33px scroll no-repeat;}
#assessStandard #menuThird li.methodology {width:114px; background: url(../_graphics/assess/menu3rdStan.gif) transparent -124px -33px scroll no-repeat;}
#assessStandard #menuThird li.assessments {width:107px; background: url(../_graphics/assess/menu3rdStan.gif) transparent -247px -33px scroll no-repeat;}
#assessStandard #menuThird li.glossary {width:94px; background: url(../_graphics/assess/menu3rdStan.gif) transparent -362px -33px scroll no-repeat;}



/***********************************
***  CONTENT AREA STYLES   ***
***********************************/
#assessmentSelect, #postConflictSelect {width:242px; float:left; background:url(../_graphics/shared/docLibBg.gif) top left repeat-y; border-bottom:1px solid #666; text-align:center;}
#assessmentSelect .top {width:242; height:30px; background:url(../_graphics/assess/assessTitle.gif) top left no-repeat;}
#postConflictSelect .top {width:242; height:30px; background:url(../_graphics/assess/recoverTitle.gif) top left no-repeat;}
#assessmentSelect .content, #postConflictSelect .content {text-align:left;}
#assessmentSelect .content select, #postConflictSelect .content select {width:100%;;}
#assessmentSelect .content label, #postConflictSelect .content label  {font-size:.7em; color:#1e427c; line-height:1.5em; font-weight: bold;}

.repDate {float:left;}
.repDownload {float:right;}

#assessmentSelect .content .database, #postConflictSelect .content .database {padding: 10px 10px;}
#assessmentSelect .content .database button, #postConflictSelect .content .database button {margin: 8px 0px 0px 0px;}

#content table {border-collapse:collapse; font-size: .85em;}
#content table th {border:1px solid #2964ab; font-size:0.8em; background-color:#5790d1; padding:7px; color:#fff;}
#content table td {border:1px solid #999; vertical-align:top; padding:7px;}
#content #columnLeft table ul {padding-left:0px;}
#content sup {font-size:1em;}

#footnote1 {border-top: 1px solid #000;}



/*******************************
***  DATA WORKSHEET STYLES   ***
*******************************/
#dataWorksheet {text-align:center; margin: 0px auto; padding: 20px 0px 30px 0px;}
#dataWorksheet table{font-family: "Times New Roman", Times, serif; width:90%; margin: 0px auto; text-align:left;border-collapse:collapse;}
#dataWorksheet table th{background-color:#99cc99; border:1px solid #aca899; padding:5px; text-align:center;}
#dataWorksheet table th.country {text-align:left; width: 50%;}
#dataWorksheet table td {border:1px solid #aca899; padding:5px;}




/*************************
***  GLOSSARY STYLES   ***
*************************/
.returnGlossary {background:url(../_graphics/library/arrowWhite.gif) 0px 5px no-repeat; padding-left:20px; font-size:0.8em; margin-top: 8px;}
.returnGlossary a{color:#000;}
