/******************************************
 1. Default Styles
 ******************************************/
.hide{visibility:hidden}

 .stats_labels {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	color: #a9a9a9;
}

 .stats_big {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #808080;
}

 .stats_med {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #808080;
}

 .stats_table{
border-top:1px solid #c0c0c0;
border-bottom:1px solid #c0c0c0;
background-color:#f4f4f4;
padding:10px 10px 10px 10px;
font-size:12px !important;
font-weight:bold !important;
vertical-align:middle;
}

body {
color: #333;
font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
font-size: 12px;
margin: 0px; 
padding: 0px;
background-color: #efefef;
}

body.ask-an-expert {
background-color: #fff;
}

hr
{
    border: none;
    border-bottom: 1px solid #CCC!important;
}

a {
color:#00978f;
text-decoration:none;
}
a:hover {
color:#333;
text-decoration:none;
}

td,p {
color: #333;
font-size: 11px;
}

.floatRight, .Right { float:right; }
.floatLeft,  .Left  { float:left;  }
.floatNear          { float:left;  }
.floatFar           { float:right; }
.alignRight         { text-align:right; }
.alignleft          { text-align:left; }
.alignNear          { text-align:left; }
.alignFar           { text-align:right; }

/******************************************
 2. Layout (from archives/layout.css)
 ******************************************/

#page {
position:relative;
width: 940px;
height: auto;
margin: 0 auto;
padding: 0 20px;
background: #fff;
}
	
#content_module {
position:relative;
height:100%;
clear:both;
}

#content_module_right {
position:relative;
height:100%;
padding:0px 15px 0px 15px;
}

.displaynone {
display:none;
}

/*HEADER, BANNERS */

#Header {
height:135px;
width:100%;
border-bottom:1px solid #ccc;
}

#Banner 
{
clear:both;
height:100px;
width:100%;
}

#LeftHeader,
.BannerLeftCbd {
height: 100px;
width: 230px;
float: left;
}

.BannerRightPA {
height: 100px;
width: 710px;
float: right;
}

/*TOP NAVIGATION*/

#topNavigation {
color:#666;
line-height:25px;
height:25px;
width:100%;
}

#topNavigation td {
color:#666;
line-height:35px;
}

#topNavigation a:hover {
color:#333;
text-decoration:underline;
}

#PortalTitle {
clear:both;	
height:120px;
margin-bottom:20px;
}

#PortalTitleFirst {	
float:left;
width:230px;
height:120px;
background: #eb590f url(/images/pa/portaltitle.png) no-repeat;


}
#PortalTitleFirst a, #PortalTitleFirst a:hover 
{
display:block;	
width:100%;
height:100%;
text-decoration:none;

}

#PortalTitleLast {	
width:710px;
height:120px;
/*margin-left:230px;*/
/* background:url() no-repeat; */
background-color:#ccc;
float:left;
}

.center_content {
border-bottom:8px solid #FFF;
}

/*BREADCRUMB*/

.breadcrumb {
color:#666;
font-size:10px;
height:20px;
background: #fff url(/images/pa/bg-breadcrumbs.png) repeat-y;
}

.breadcrumb a {
color:#666;
text-decoration:none;
}

.breadcrumb a:hover {
color:#999;
text-decoration:none;
}

table.pageNav {
margin-top:3px;
margin-bottom:3px;
}

td.pageNavPad {
width:99%;
padding-right:4px;
}

.cms_pageheader_text,
table.pageNav tr td span {
color:#999;
}

/*MAIN NAV*/

#main_nav 
{
position:relative;
height:30px;
margin-top:60px;
width: 700px;
}

#main_btn {
width:600px;
float:left;
height:30px;
padding-left:20px;
}

ul.mainnav {
font-size:12px;
list-style:none;
width:710px;
margin:0;
padding:0;
}

ul.mainnav li {
font-size:12px;
float:right;
margin:0;
padding:0;
}

ul.mainnav li a,
ul.mainnav li a:visited {
color:#00978f;
text-decoration:none;
margin:0;
padding:13px 0 12px 16px;
display:block;
}

ul.mainnav li a:hover {
}

.search_container {
float:right;
width:240px;
height:18px;
padding:3px;
margin-top:15px;
border:1px solid #ccc;
}

.searchInput {
width:210px;
height:16px;
border:0;
}

/*MAIN CONTAINER*/

#main_container{
height:100%;
clear:both;
padding-bottom:25px;
}

/*LEFT NAV*/

.left_nav {
width:230px;
float:left;
background: white url(/images/pa/bg-left-menu.png) no-repeat 0% 100%;
}

.left_nav p {
background:#eeece9;
color:#333;
font-size:11px;
width:166px;
margin:0;
padding:0px;
}

.pamenu {
width:195px;
float:left;
padding:8px 12px;
font-size:12px;
line-height:14px;
border-top:1px solid #e9e9e9;
border-right:1px solid #e9e9e9;
border-bottom:none;
}

.pamenu.selected , .pamenu.hover
{
background-color:#f4f4f4; 
}
	
.pamenu a,
.pamenu a:link,
.pamenu a:visited {
color:#333;
text-decoration:none;
}

.pamenu .arrow
{
float:right;
margin-top :4px;
margin-right:5px;
}

.pamenu.menuL1 
{
font-weight:bold;
background-color:#f4f4f4;

}

.pamenu.menuL2 
{
font-size:11px;
cursor:pointer;
}

.pamenu.menuL1 .arrow
{
display:none;
}

ul.left_btn {
font-size:11px;
list-style:none;
float:left;
margin:0;
padding:0;
}

ul.left_btn li {
font-size:11px;
float:left;
width:200px;
margin:0;
padding:0;
}

ul.left_btn li a,
ul.left_btn li a:visited {
color:#1f5d07;
margin-bottom:1px;
text-decoration:none;
background-color:#eeece9;
padding:2px 5px 2px 29px;
}

ul.left_btn li a:hover {
background-color:#B9E62B;
color:#0B2401;
}

/*MAIN CONTENT*/

#main_content {
width:710px;
float :left;
}

/* Home Page boxes */

.box 
{

float:left;
/*min-height:320px;*/
margin-right:20px;
width:345px;
}
.box.last 
{
margin-right:0;
}

.box .box-content
{
position:relative;
padding:10px;
width:323px;
min-height:320px;
border-left:1px solid #e6e6e6;
border-right:1px solid #e6e6e6;
border-top:1px solid #f7f7f7;
border-bottom:none;
}

.box .box-bottom
{
    background:url(/images/pa/box-2-bottom.png) no-repeat;
    height:15px;
}

.box h3.cmsH3 {
color:#333;
}

.box p {
margin:0;
}

.box div.rss-icon {
float:right;
}

.buttons 
{
display:block;
margin:10px 0;
}
.summary .buttons 
{
display:block;
margin:10px 0 0;
}

.buttons a, .buttons input {
background: url(/images/pa/bg-button.png) repeat-x;
border-left: 1px solid #C2C2C2;
border-right: 1px solid #A2A1A2;
border-top:none;
border-bottom:none;
color: #fff;
font-size: 11px;
font-weight:bold;
padding: 3px 8px;
text-decoration: none;
white-space: nowrap;
margin-bottom:5px;
}

.box .latestInfoMore {
margin:20px 20px;
position:absolute;
right:0;
bottom:0;
}



.columns .first{
margin-right:10px;
}

.randomQuotes {
margin:10px 0 10px 0;
border-top:4px solid #00978f;
border-bottom:4px solid #00978f;
}

.randomQuotes blockquote {
font-size:36px;
color:#00978f;
padding:4px;
margin:0;
position:relative;
}
.randomQuotes blockquote a{
position:absolute;
bottom:11px;
right:0;
}

/* Home page case studies*/
#implementation-highlights {
height:275px;
}

#gallery {
	position:relative;
	height:275px;
	overflow:hidden;
}
#gallery .images a {
	float:left;
	position:absolute;
	cursor:default ;
}

#gallery .images a img {
	border:none;
}

#gallery .images a.show {
	z-index:50
}

#gallery .caption {
	z-index:60; 
	background-color:#000; 
	color:#ffffff; 
	height:54px; 
	width:100%; 
	position:absolute;
	bottom:10px;
}
#gallery .content {
	z-index:70; 
	color:#fff; 
	height:38px; 
	width:100%; 
	position:absolute;
	bottom:10px;
	padding: 8px 13px; 
}
#gallery .content h2, #gallery .content a {color:#fff;margin:0; }


/* Home Page Highlights */

#highlights {
width:690px;
margin:0;
padding:9px;
border-left:1px solid #e6e6e6;
border-right:1px solid #e6e6e6;
border-top:1px solid #f7f7f7;
border-bottom:none;
/*background:url(/images/pa/back-highlights.png) top right no-repeat;*/
}
#highlights-bottom
{
    background: url(/images/pa/box-1-bottom.png) no-repeat;
    height: 15px;
}

#highlights h3.cmsH3 {
color: #333;
}

#highlights-content {
width:590px;
margin:20px 0 0 0;
float:left;
}

#highlights-content img{
border:1px solid #e9e9e9;
margin:0 10px 0;
}

#highlights-next {
float:right;
width:40px;
margin-top:55px;
}

#highlights-prev {
float:left;
width:40px;
margin-top:55px;
}

.slogan {
width:690px;
height:35px;
padding:10px;
position:absolute;
top:475px;
}

.slogan a {
color:#fff;
}

.slogan a:hover {
color:#ccc;
}

.slogan h2{
font-size:18px;
font-weight:bold;
color:#fff;
margin:0;
}

/* Global Implementation */
div#map_canvas {background:url(http://ec2-174-129-149-237.compute-1.amazonaws.com/html/LifeWeb/images/map/bkgMapShadow.png) no-repeat 0 0; position:relative; text-align:left;}
div#map_canvas div.zoomButtons {background:url(http://ec2-174-129-149-237.compute-1.amazonaws.com/html/LifeWeb/images/map/bkgZoomBttns.png) no-repeat 0 0; z-index:10000000; width:64px; height:33px; position:absolute; top:11px; left:21px;} 
div#map_canvas div.zoomButtons div.bttn_zoomIn a{float:left; margin:4px 0 0 5px; background:url(http://ec2-174-129-149-237.compute-1.amazonaws.com/html/LifeWeb/images/map/bttnZoomIn.png) no-repeat 0 0; width:25px; height:25px;}
div#map_canvas div.zoomButtons div.bttn_zoomIn a:hover{background-position:0 -25px;}
div#map_canvas div.zoomButtons div.bttn_zoomOut a{float:left; margin:4px 0 0 4px; background:url(http://ec2-174-129-149-237.compute-1.amazonaws.com/html/LifeWeb/images/map/bttnZoomOut.png) no-repeat 0 0; width:25px; height:25px;}
div#map_canvas div.zoomButtons div.bttn_zoomOut a:hover{background-position:0 -25px;}

/* Country profile */

.country-profile-title
{
    border-bottom: 1px solid #CDCDCD;
    border-top: 3px solid #CDCDCD;
    color: #00978F;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 0px 0px 10px;
}

.country-profile-title .country-name
{
    float:left;
}

.country-profile-title .navigation
{
    width:20px;
    margin-right:10px;
    float:left;
    position:relative;
    z-index:2000;
}
.country-profile-title .navigation img
{
    vertical-align:top;
    
}
.country-profile-title .navigation  ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:500px;
    display:none;
    border:1px solid #ccc;
}
.country-profile-title .navigation  ul li
{
    border-bottom:1px solid #ccc;
    background-color:#fff;
    overflow:hidden;
}
.country-profile-title .navigation  ul li a
{
    display:block;
    padding:0 5px;
    font-size:12px;

}
.country-profile-title .navigation:hover ul,
.country-profile-title .hover ul /* IE6*/
{
    display:block;
    position:absolute;
    left:0;
    top:30px;
    width:220px;
}

.icon.print {float:right;margin-right:10px;margin-top:4px;}

.accordion div.panel {
margin:0 0 10px 30px;
}

.avatar {
width:80px;

float:left;
margin-right:10px;
}

#report-top .focal-points {
width:330px;
margin:0 10px 0 0;
padding:1px 10px 0 0;
}

.focal-point {
display:table;
margin-bottom:10px;
}

.focal-point .info {
float:left;
}
#report-top .focal-point .info 
{
    width:240px;
}

.focal-point .name {
font-weight:bold;
}

#map-container {
width:338px;
float:right;
}

#stats h2 {
display:none;
}

#stats .col1  {
display:block;
width:100px;
float:left;
}
#stats #total-area  {
font-weight:bold;
}

#stats #protected-area  {
margin-left:100px;
}

#stats #protected-area .source-label
{
    font-weight:bold;
}

#map-container-map {
width:316px;
padding:10px;
border:1px solid #ccc;
margin-bottom:10px;
}

#pa_map {
position:relative;
}

#report-top {
}

#report-info 
{
padding:10px;
margin:30px 0 15px;
background-color:#ededed;
border:1px solid #ccc;
}

#report-info-content
{
    line-height:18px;
}

#report-info .label
{
    font-weight:bold;
}

.yes-no span
{
    background: transparent url(/images/pa/back-implementation-report-down.png) no-repeat;
    padding-left : 18px;   
}
.yes-no span.checked
{
    background: transparent url(/images/pa/back-implementation-report-up.png) no-repeat; 
}


#report-progress-1,
#report-progress-2,
#report-progress-3,
#report-progress-4 {
height:30px;
margin:30px 0 10px 0;
padding:10px 0 10px 60px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#report-progress-1 {
background:url(/images/pa/back-implementation-report-1.png) no-repeat #ededed;
margin:15px 0 10px 0;
}

#report-progress-2 {
background:url(/images/pa/back-implementation-report-2.png) no-repeat #ededed;
}

#report-progress-3{
background:url(/images/pa/back-implementation-report-3.png) no-repeat #ededed;
}

#report-progress-4 {
background:url(/images/pa/back-implementation-report-4.png) no-repeat #ededed;
}

.action-result p 
{
    margin: 0 0 5px;
}

.legend  
{
    margin: 0 auto;
    width:250px;
}

.legend .legend-color 
{
    float:left;
    width:12px;
    height:12px;
    border:1px dotted #ccc;
}
.legend .legend-label 
{
    margin-left:4px;
}


.region div.column
{
    float:left;
   width:235px;  
}
.region ul
{
    list-style-type:none;
}

.region .faded
{
    color:#aaa;
}



/* Programme of Work & Goals */

.axstateful {
margin-top:20px;
}

.learnmore p {
margin:0;
}

.pow .para {
margin-left:35px;
margin-bottom:10px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#ededed;
padding:10px 10px 10px 10px;
margin:10px 0 20px 0;
font-size:12px;
font-weight:bold;
vertical-align:middle;
}


.summary {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#ededed;
padding:10px 10px 10px 10px;
margin:10px 0 20px 0;
font-size:12px !important;
font-weight:bold !important;
vertical-align:middle;
}
.summary img
{
    margin-right:5px;
    border:1px solid #CCC;
} 

/* Implementation Highlights */
/* E-Learning */
div.implementation-highlight-box
{
float:left;
width:159px;
height:300px;
border:1px solid #fff;
margin-right:6px;
margin-bottom:6px;
padding:5px;
position:relative;
display:inline; /* IE6 fix */
}
div.implementation-highlight-box p
{
    margin:0;
}
div.implementation-highlight-box .buttons
{
    position:absolute;
    bottom:10px;right:10px;

}
div.e-learning-module   {
float:left;
display : inline; /* IE6 fix */
width:169px;
height:330px;
border:1px solid #fff;
margin-right:6px;
margin-bottom:6px;
}
div.e-learning-module .content 
{
    padding:6px;
}
div.e-learning-module .content p
{
    margin:0;
}
div.e-learning-module h2 
{
    font-size: 14px;
    line-height: normal;
    margin: 10px 0px;
}
div.e-learning-module.coming-soon   {
    position:relative;
}
div.e-learning-module.coming-soon p, div.e-learning-module.coming-soon h2  {
    color:#ccc;
}



div.e-learning-module.coming-soon .overlay   {
background:transparent url(/images/pa/e-learning/coming-soon.png) no-repeat;
width:91px;
height:66px; 
position:absolute;
top:-1px;
left:-1px;
}


div.e-learning-module:hover , div.implementation-highlight-box:hover {
background-color:#ededed;
border:1px solid #ccc;
}

#implementation-highlight .header  {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
#implementation-highlight .header .caption {
		z-index:60; 
		background-color:#000; 
		color:#ffffff; 
		height:54px; 
		width:100%; 
		position:absolute;
		bottom:10px;
		filter: alpha(opacity=70); -moz-opacity: .7; opacity:0.7;
	}
#implementation-highlight .header .content {
		z-index:70; 
		color:#fff; 
		height:42px; 
		width:100%; 
		position:absolute;
		bottom:10px;
		padding: 6px 13px; 
	}
#implementation-highlight .header .content h2 {color:#fff;margin:0; }

/* Friends of PoWPA */

.friends ul.cmsListBullet {
margin: 0;
}

.friends ul.cmsListBullet li {
float:left;
list-style:none;
margin:10px 0;
}

/* Search Forms */

.searchForm, .searchCriteria, .searchCriteriaTitle 
{
color: #333;
font-family: Arial, Helvetica, 'Liberation Sans', sans-serif;
font-size: 11px;
font-weight: normal;
}

.searchCriteria,
.searchFooter {
width:710px;
}

.searchCriteria 
{
    background-color:#EDEDED;
    border-top: 1px solid #CDCDCD;
}

th.searchResultCell 
{
	background-color:#e0e0e0;
	font-weight:normal;
	padding:5px 8px 5px 8px;
	text-align:left;
	border-bottom:dotted 1px #c0c0c0;
	
}
tr.searchResultRow.open td.searchResultCell
{
	border-bottom:0;
	background-color:#fcfcfc;
}

a.searchResultSort
{
    background :url(/images/pa/sort-down.png) no-repeat right;
    padding-right:20px;
}
a.searchResultSort.up
{
    background :url(/images/pa/sort-up.png) no-repeat right;
}

/*RIGHT NAV*/

div.right_nav 
{
width:240px;
height:auto;
background:#fff;
float:right;
border-bottom:8px solid #fff;
padding-left:10px;
}
.ask-an-expert td.right_nav 
{
width:200px;
}

.section_image {
position:relative;
width:516px;
height:auto;
float:left;
}

.content_text {
position:relative;
width:501px;
height:auto;
float:left;
color:#666;
font-size:11px;
margin:0;
padding:8px 5px 8px 10px;
}

/*CENTER CONTENT LARGE WHITOUT RIGHT INFOS*/

.center_content,
.center_content_large {
height:auto;
background:url(/images/pa/back-center-content.png);
background-repeat: repeat-y;
padding-bottom:20px;
}

.content_text_large {
position:relative;
width:720px;
height:auto;
float:left;
color:#666;
font-size:11px;
margin:0;
padding:8px 5px 8px 10px;
}

/*FOOTER*/

#CUpdatedOn {
width:140px;
}

#footer {
position:relative;
width: 980px;
height: auto;
margin: 0 auto;
padding: 0;
background:url(/images/pa/back-footer.png) repeat-x;
background-color:#fff;
color:#666;
font-size:11px;
border-top:1px solid #ccc;
}

#footer a {
color:#666;
text-decoration:none;
}

#footer a:hover {
color:#999;
text-decoration:none;
}

#footerbottom {
clear:both;
font-size:11px;
height:20px;
padding:10px 20px;
background-color:#fff;
}

#footerbottom-links {
float:right;
}

#footerbottom-links ul {
margin:2px 0 0 0;
}

#footerbottom-links ul li {
float:right;
list-style:none;
}

#footerbottom-links ul li a {
padding:1px 7px;
border-right:1px solid #666;
}

#footerbottom-links ul li.last a {
padding:1px 0px 1px 7px;
border-right:0;
}

#footerbottom-rating {
float:left;
}

#footer_left {
width:160px;
min-height:150px;
padding:25px 0px 10px 20px;
float:left;
}

#footer_middle {
width:630px;
/*margin-left:180px;*/
min-height:150px;
padding:25px 0px 10px 0px;
float:left ;

}

#footer_right {
float:right;
width:150px;
min-height:140px;
text-align:center;
padding:50px 20px 10px 0;
}

#footer_right table {
margin-top:20px;
}


#footer_left h3,
#footer_middle h3,
#footer_right h3 {
margin-bottom:8px;
}

#footer_left ul,
#footer_middle ul,
#footer_right ul {
padding:0;
margin:0;
}

#footer_left li,
#footer_middle li,
#footer_right li {
list-style:none;
margin-bottom:5px;
}

#footer_left li a img,
#footer_middle li a img,
#footer_right li a img{
margin-right:5px;
}

#pageUpdateHolder{
margin-top:20px;
}
.InfoNew,
.InfoUpdated {
color:#006400;
font-style:italic;
}

/******************************************
 3. Headings
 ******************************************/

h1,
.titlex1,
.cmsH1 {
border-bottom:1px solid #CDCDCD;
border-top:3px solid #CDCDCD;
color:#00978F;
font-size:22px;
font-weight:bold;
line-height:30px;
margin:0 0 10px;
}

h1#site-name {
background-image:url("/images/pa/logo-header-left-pa.png");
background-repeat:no-repeat;
color:#000000;
display:block;
width:230px;
height:100px;
border:0;
margin:0;
text-indent:-9999px;
}

h2,
.cmsH2 {
color:#00978F;
font-size:18px;
font-weight:bold;
line-height:20px;
margin:15px 0 10px;
}

h2.PortalTitle {
margin:50px 0 0 20px;
font-size:24px ;
text-indent:-9999px; 
display:none; /* IE6 fix */
}

h2.PortalTitle a {
color:#fff;
text-decoration:none;
}

.country-profile h2 {
border-bottom:1px solid #00978F;
border-top:2px solid #00978F;
color:#00978F;
font-size:18px;
font-weight:bold;
line-height:36px;
margin:10px 0 10px;
}

.accordionize h2 {
border-top:1px solid #e9e9e9;
color:#00978F;
font-size:14.5px;
font-weight:bold;
line-height:18px;
margin:5px 0 0 0;
padding:0 0 0 20px;
background:url(/images/pa/button-closed-w.png) no-repeat;

}
.accordionize li{
margin-left:30px !important;
}


.accordionize h2 img{
margin-right:5px;
border:1px solid #ccc;
}

.accordionize h2.open {
background:url(/images/pa/button-opened-w.png) no-repeat;
}

.collaboration h2 a,
.country-profile h2 a,
.focal-points h2 a,
.learnmore h3 a,
.pow h3 a,
#report-info h2 a {
height:28px;
color:#fff;
font-size:14px;
background:url(/images/pa/back-headings.png) no-repeat top center;
padding:2px 10px 12px 10px;
}

.focal-points h2,
.pow h3 {
margin:0 0 10px 0;
border:0;
}

#report-info h2 {
margin:-38px 0 0 -11px;
border:0;
}

.learnmore h3 {
margin:0 0 -3px 0;
border:0;
}

h3,
.cmsH3,
.htitle {
color:#000;
font-size:14px;
font-weight:bold;
margin:2px 0 14px;
padding-bottom:5px;
border-bottom:1px solid #ccc;
}

#focal-points h3 
{
    border-bottom:0;
    border-top :1px solid #ccc;
    margin-bottom:8px;
}

.box .cmsH3,
#footer .cmsH3,
#highlights .cmsH3 {
border:0;
}

.country-profile h3 {
border:0;
}

h4,
.cmsH4
.hsubtitle {
color:#008341;
font-size:13px;
font-weight:bold;
margin:10px 0;
}

.country-profile h4 {
height:20px;
margin-bottom:5px;
border-bottom:1px solid #cdcdcd;
position:relative;
}


.country-profile h4 img.progress-bar {
width:75px;
height:25px;
position:absolute;right:0;top:-5px;
}


.country-profile h4 a {
font-size:14px;
line-height:18px;
padding:3px 20px ;
color:#fff;
background:url(/images/pa/button-closed.png) no-repeat #00978f;
}

.country-profile h4.open a {
background:url(/images/pa/button-opened.png) no-repeat;
background-color:#00978f;
}

h5,
.cmsH5
.hsubtitle2 {
color:#00978f;
font-size:12px;
margin:3px 0 0;
}

.implementation h5.close,
.country-profile h5.close {
background:url(/images/pa/button-closed-w.png) no-repeat;
padding:3px 0 3px 30px;
border-bottom:1px solid #e9e9e9;
}

.implementation h5.open,
.country-profile h5.open {
background:url(/images/pa/button-opened-w.png) no-repeat;
padding:3px 0 3px 30px;
border-bottom:1px solid #e9e9e9;
}

/****************************************
 4. Menu Styles (from style.css)
*****************************************

Top Menu (Left) */
td.menuTopSep {
width:10%;
text-align:center;
}

/* Tourism Top Menu Seperator */
td.menuTopSep2 {
width:25%;
text-align:center;
}

td.menuTopL {
width:177px;
vertical-align:top;
padding-left:10px;
padding-top:6px;
}

td.menuTopL a {
font-family:Verdana, Arial, Helvetica;
font-size:7pt;
font-weight:bold;
color:#b32424;
}

/* cms_menu_top_separator 
 Top Menu (Right) */
td.menuTopR {
width:576px;
vertical-align:top;
}

table.menuTopR {
width:100%;
margin-top:6px;
}

table.menuTopR td {
vertical-align:top;
white-space:nowrap;
}

.cms_menu_top,
table.menuTopR td a {
font-family:Verdana, Arial, Helvetica;
font-size:7pt;
font-weight:bold;
color:#0a4527;
}

td.menuBottomL {
vertical-align:top;
text-align:left;
padding-top:5px;
}

td.menuBottomR {
vertical-align:top;
text-align:right;
padding-top:2px;
padding-bottom:20px;
}

/* .cms_menu_bottom, */
td.menuBottomR a {
font-family:Verdana, Arial, Helvetica;
font-size:7pt;
font-weight:bold;
color:#404040;
}

/* .cms_menu_separator, */
td.menuBottomR span {
font-family:Verdana, Arial, Helvetica;
font-size:7pt;
color:gray;
}

/******************************************
 5. Page Template Styles
 ******************************************/

td.pageLang {
padding-bottom:3px;
padding-left:11px;
width:187px;
}

.cms_menu_locale,td.pageLang a {
font-family:'Trebuchet MS';
font-size:7pt;
font-weight:bold;
color:#3a4d2a;
}

td.pageLang a.pageLangSel {
font-family:'Trebuchet MS';
font-size:7pt;
font-weight:bold;
color:#80290d;
}

td.pageStatus {
text-align:right;
width:70%;
}

td.pageTopImgR img {
border-right:1px solid #FFF;
}

/* .cms_menu_top_item, */
.pageTopItem {
padding-top:3px;
padding-bottom:3px;
font-family:Verdana, Arial, Helvetica;
font-size:7pt;
color:#0a4527;
line-height:8pt;
}

/******************************************
 6. Bar
 ******************************************/

div.cmsBar {
color:#000;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
background-color:#DDD;
width:100%;
padding:3px;
}

div.cmsBar1 {
background-color:#228B22;
color:#FFF;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
width:100%;
padding:3px;
}

div.cmsBar2 {
background-color:#4682B4;
color:#FFF;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
width:100%;
padding:3px;
}

div.cmsBar3 {
background-color:#daa520;
color:#fff;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
width:100%;
padding:3px;
}

/******************************************
 7. Lists
 ******************************************/

.cms_list_bullet, .cmsListBullet {
/*list-style-image:url(/images/pa/bullet.png);*/
margin:0 0 0 15px;
padding:0;
}

.cms_list_numbered, .cmsListNumber {
list-style-type:decimal;
margin:0 0 0 30px;
padding:0;
}

.cms_list_alpha, .cmsListAlpha {
list-style-type:lower-alpha;
margin:0 0 0 25px;
padding:0;
}

.cms_list_roman, .cmsListRoman {
list-style-type:lower-roman;
margin:0 0 0 30px;
padding:0;
}

.cmsListBullet > li,
.cmsListNumber > li,
.cmsListAlpha  > li,
.cmsListRoman  > li {
margin:0 0 3px;
}

/******************************************
 8. Boxes and cms
 ******************************************/

.mini
{
font-size:9px;
}

.cms_text,
.cmsText {
color:#333;
font-size:11px;
line-height:17px;
overflow:hidden;
}

.cms_text,
.cmsText {
width:100%;
}

.cmsLink {
color:#00823d;
text-decoration:none;
}

/* Special Settings */
.cmsBold  {
/*color:#202020;*/
font-weight:bold;
}

.cmsItalic  {
font-style:italic;
}

.cmsNoWrap {
white-space:nowrap;
}

.CmsSkinToolBar{
text-align:left;
direction:ltr;
}

.cmsDate {
color:#1E75BE;
font-family:Verdana, Arial, Helvetica;
font-weight:400;
font-size:11px;
line-height:17px;
} 
 
.cms_infobox,div.cmsBox {
border:solid 1px #A9A9A9;
padding:10px;
}

div.cmsBox img {
vertical-align:middle;
}

div.cmsBoxLeft {
float:left;
clear:left;
margin:12px 12px 12px 0;
}

div.cmsBoxRight {
float:right;
clear:right;
margin:12px 0 12px 12px;
}

div.cmsBox h6 {
background-color:#D3D3D3;
color:#314D65;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:14px;
margin:-4px -4px 0;
padding:2px 4px;
}

div.cmsBox1 {
border:solid 1px #228B22;
padding:4px;
}

div.cmsBox1 h6 {
font-weight:bold;
font-size:9pt;
background-color:#228B22;
color:#FFF;
margin:-4px -4px 0;
padding:2px 4px;
}

div.cmsBox2 {
border:solid 1px #4682B4;
padding:4px;
}

div.cmsBox2 h6 {
background-color:#4682B4;
color:#FFF;
font-weight:bold;
font-size:9pt;
margin:-4px -4px 0;
padding:2px 4px;
}

div.cmsBox3 {
border:solid 1px #DAA520;
padding:4px;
}

div.cmsBox3 h6 {
background-color:#DAA520;
color:#FFF;
font-weight:bold;
font-size:9pt;
margin:-4px -4px 0;
padding:2px 4px;
}

table.cmsTable > tr > td.cmsTableHead,
table.cmsTable > tbody > tr > td.cmsTableHead {
font-weight:bold;
padding-top:15px;
padding-bottom:3px;
border-bottom:1px #000 solid;
}

div.cmsTable,
table.cmsTable > tr > td,
table.cmsTable > tbody > tr > td  {
padding-top:3px;
padding-bottom:3px;
padding-right:4px;
border-bottom:1px gray dotted;
}

.box div.cmsTable,   /*Override for the PA home page text boxes*/
.box table.cmsTable > tr > td,
.box table.cmsTable > tbody > tr > td  {
border-bottom:0;
}

div.cmsTable{
margin-bottom:2px;
}

table.cmsGrid tr td.cmsGridHead {
font-weight:bold;
padding:3px;
}

table.cmsGrid tr td {
padding:3px;
}

/******************************************
 9. Images
 ******************************************/
 
.cms_img_left,
img.cmsImgL {
float:left;
margin:8px 8px 8px 0;
padding:4px;
}

.cms_img_right,
img.cmsImgR {
float:right;
margin:8px 0 8px 8px;
padding:4px;
}

/******************************************
 10. Buttons
 ******************************************/

.cms_button_small {
font-size:7pt;
font-family:Tahoma;
height:17px;
}

.xbutton {
height:22px;
margin-top:3px;
color:#005197;
font-family:Arial;
font-weight:bold;
font-size:11px;
}

.xbuttonsmall {
height:21px;
color:#005197;
font-family:Arial;
font-weight:bold;
font-size:10px;
}

/******************************************
 11. Tabs - /Cms/UI/Tabs.ascx (CMS.UI.DLL)
 ******************************************/

div.cmsTab,
ul.cmsTab {
border-bottom:1px solid silver;
padding-bottom:19px;
padding-left:10px;
margin:0 0 14px;
list-style:none;
}

.cmsTab li {
display:inline;
margin:0;
padding:0;
white-space:nowrap;
}

div.cmsTab > span { 
display:inline;
margin:0;
padding:0;
white-space:nowrap;
}

.cmsTab a:link,.cmsTab a:visited {
background:#E8EBF0;
border:1px solid silver;
color:#606060;
float:left;
font-size:11px;
font-weight:400;
line-height:14px;
margin-right:8px;
text-decoration:none;
padding:2px 10px;
}

.cmsTab a:hover {
color:#308030;
}

.cmsTabCurrent a:link,.cmsTabCurrent a:visited {
background:#fff;
border-bottom:1px solid #fff;
color:#000;
}

.cmsTabCurrent a:hover {
color:#000;
}
/******************************************
 12. Other CMS Items
 ******************************************/
 
.hitem {
padding:0 10px 5px 0;
}

.herror {
color:#c00000;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:11px;
line-height:13pt;
}

/******************************************
 13. Old Boxes
 ******************************************/
 
.wnomarginbox {
margin-bottom:0;
margin-right:0;
}

.wnormalbox {
margin-bottom:16px;
margin-right:16px;
}

.cms_box_dashed,.wdashedbox {
background-color:#F8F8F8;
border:1px dashed silver;
margin-right:16px;
margin-bottom:16px;
padding:8px;
}

.wboxnews {
background-color:#fff;
border:1px solid #e0dece;
margin-bottom:16px;
padding:8px;
}

.wboxnewstitle {
background-color:#e0dece;
border:1px solid #e0dece;
margin-bottom:2px;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:10px;
color:#333;
text-transform:uppercase;
padding:4px 8px;
}

.wboxtopic {
background-color:#f6f4e6;
border:1px solid #e0dece;
margin-bottom:16px;
padding:8px;
}

.wboxtopictitle {
background-color:#cecf9c;
border:1px solid #e0dece;
margin-bottom:2px;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:10px;
color:#333;
text-transform:uppercase;
padding:4px 8px;
}

/******************************************
 14. Skins
 ******************************************/
 
.skin-titledbox-title {
background-color:#DCDCDD;
border:1px solid silver;
margin-bottom:2px;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:10px;
color:#333;
text-transform:uppercase;
padding:4px 8px;
}

.skin-titledbox-content {
background-color:#f6f4e6;
border:1px solid silver;
margin-bottom:16px;
width:auto;
padding:8px;
}

/******************************************
 15. BCH Fields
 ******************************************/
 
.fheader {
background-color:#C0C0C4;
padding:2px 4px;
}

.fcell {
background-color:#F0F0F0;
padding:2px 4px;
}

.fcell2 {
background-color:#E0E0E0;
padding:2px 4px;
}

/******************************************
 16. CMS System
 ******************************************/
 
.designheader {
font-weight:400;
font-size:9pt;
border-bottom:#FFF 2px inset;
font-family:Arial;
background-color:#eee;
text-decoration:none;
}

.cms_designbox {
border:#669CC6 1px dotted;
margin-right:2px;
margin-left:2px;
width:100%;
padding:2px;
}

.cms_designbox_move,
.cms_designbox_move:hover {
color:#000;
cursor:move;
width:100%;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding-bottom:1px;
}

.cmsdrop {
border-top:4px solid #FFF;
border-bottom:4px solid #FFF;
font-size:1px;
line-height:1px;
height:6px;
background-color:#e0e0e0;
}

.cms_form_section {
height:20px;
background-color:#DCDCDC;
margin-bottom:4px;
font-weight:bold;
padding:4px;
}

a.hcell-history {
font-weight:400;
font-size:11px;
color:#363;
line-height:11pt;
font-family:Verdana, Arial, Helvetica;
}

.hcell {
font-weight:400;
font-size:11px;
color:#333;
line-height:12pt;
font-family:Verdana, Arial, Helvetica;
padding-right:6px;
}

td.hcell-history {
padding-right:6px;
font-weight:400;
font-size:11px;
color:#363;
line-height:11pt;
font-family:Verdana, Arial, Helvetica;
}

/******************************************
 17. Dynamic Menu Styles 
 *****************************************/

table.menuDyn tr td {
font-family:Verdana, Arial, Helvetica;
font-size:7pt;
color:#0a4527;
}

table.menuDyn tr td a {
padding-top:3px;
padding-bottom:3px;
font-family:Verdana, Arial, Helvetica;
font-size:7pt;
color:#0a4527;
line-height:8pt;
}

/*******From archives/cbd.css**************
 18. Current Menu
 ******************************************/

td.menu_level1 {
padding-left:10px;
padding-right:10px;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:10px;
color:#FFF;
line-height:14px;
text-transform:uppercase;
}

a.menu_level1 {
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:10px;
color:#FFF;
line-height:14px;
text-transform:uppercase;
}

td.menu_level2 {
padding-left:10px;
padding-right:10px;
}

a.menu_level2 {
font-family:Verdana, Arial, Helvetica;
font-weight:400;
font-size:10px;
color:#EEEDC2;
line-height:14px;
}

td.menu_level3 {
padding-left:20px;
padding-right:10px;
}

td.menu_level4 {
padding-left:30px;
padding-right:10px;
}

a.menu_level3 {
font-family:Verdana, Arial, Helvetica;
font-size:10px;
color:#E8C058;
line-height:14px;
}

a.menu_level4 {
font-family:Verdana, Arial, Helvetica;
font-size:10px;
color:#FFF;
line-height:14px;
}

/******************************************
19. Old Boxes
 ******************************************/
 
td.BoxTitle {
background-color:#E3E3C1;
text-align:center;
border-bottom:1px solid #000;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:8pt;
padding-top:2px;
padding-bottom:2px;
}

td.BoxCorner {
background-color:#E3E3C1;
border-bottom:1px solid #000;
padding-top:0;
}

/*.Box {
background-color:#EFEFDF;
font-size:7.5pt;
padding-top:0;
padding-bottom:1px;
}*/

ul.Box, ul.RightBox {
margin-bottom:0;
list-style-image:url(/images/bul-tri-right.gif);
}

li.Box, li.RightBox {
background-color:#EFEFDF;
font-family:Verdana, Arial, Helvetica;
font-style:normal;
font-size:7.5pt;
margin-left:-20px;
margin-top:2px;
}

/* Right Box */
table.RightBox {
border-top:1px solid #999;
border-bottom:1px solid #999;
border-left:1px solid #999;
border-right:1px solid #999;
margin-right:16px;
}

td.RightBoxTitle {
background-color:#E3E3C1;
border-bottom:1px solid #999;
padding:2px 4px;
}

td.RightBox {
background-color:#EFEFDF;
padding:2px 4px 2px 2px;
}

.RightBoxTitle {
font-size:8pt;
font-weight:bold;
}

.RightBoxSection {
font-size:8pt;
font-style:italic;
text-align:center;
}

/******************************************
 20. Tables
 ******************************************/
table.tableBorderTL {
border-top:1px solid gray;
border-left:1px solid gray;
}

td.tdSct {
border-bottom:1px solid gray;
border-right:1px solid gray;
background-color:#FFF;
text-align:left;
vertical-align:top;
font-weight:bold;
padding:2px;
}

td.tdHead {
border-bottom:1px solid gray;
border-right:1px solid gray;
background-color:#D0D0D0;
text-align:center;
vertical-align:top;
font-weight:bold;
padding:2px;
}

td.tdBreak {
border-bottom:1px solid gray;
border-right:1px solid gray;
background-color:#E0E0E0;
text-align:center;
vertical-align:top;
padding:2px;
}

td.tdBody {
border-bottom:1px solid gray;
border-right:1px solid gray;
background-color:#FFF;
text-align:center;
vertical-align:top;
padding:2px;
}

/******************************************
 21. RECORD
 ******************************************/
 
.RecordSection {
background-color:#DDD;
color:#003;
font-weight:bold;
font-size:10.5pt;
font-family:Verdana, Arial, Helvetica;
text-align:left;
}

.RecordLabel {
vertical-align:top;
color:#000;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
font-weight:800;
border-bottom:#FFF 1px solid;
}

.RecordData {
vertical-align:top;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
border-bottom:#FFF 1px solid;
}

.RecordHilite {
background-color:#DDD;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
font-weight:bold;
}

/* Record Layout for Articles and Books */
.RecordLabel2 {
background-color:#CECF9C;
color:#000;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
font-weight:800;
border-bottom:#FFF 1px solid;
}

.RecordData2 {
background-color:#F0F0F0;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
border-bottom:#FFF 1px solid;
}

/* Old */
.RecordSectionBox {
background-color:#EFEFDF;
color:#000;
font-weight:bold;
font-size:9pt;
font-family:Verdana, arial, helvetica;
}

.RecordSectionSepBox {
background-color:#EFEFDF;
}

.RecordLabelBox {
background-color:#EFEFDF;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
font-weight:500;
}

.RecordDataBox {
background-color:#EFEFDF;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
}

.RecordInfoBox {
background-color:#EFEFDF;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
font-style:italic;
}

/******************************************
 22. RESULT
 ******************************************/
 
.ResultSection {
background-color:#EFEFDF;
color:#003;
font-weight:bold;
font-size:9pt;
font-family:Verdana, Arial, Helvetica;
}

/******************************************
 23. National Report Analyzer
 ******************************************/
 
input.NraBtn {
height:16pt;
font-size:9pt;
width:98px;
}

input.NraBtnW {
height:16pt;
font-size:9pt;
}

td.NraSep {
background-color:#FFF;
border-bottom:1px solid #000;
padding-bottom:5px;
}

td.NraSepTit {
background-color:#FFF;
border-bottom:1px solid #000;
padding-bottom:5px;
text-align:left;
font-weight:bold;
font-size:11pt;
vertical-align:top;
}

td.NraSepBtn {
background-color:#FFF;
border-bottom:1px solid #000;
text-align:right;
vertical-align:middle;
}

td.NraSct {
background-color:#FFF;
text-align:center;
vertical-align:top;
font-weight:bold;
font-size:11pt;
padding:2px;
}

td.NraSctBox {
background-color:#FFF;
text-align:left;
vertical-align:bottom;
border-bottom:1px solid #000;
font-weight:bold;
font-size:9pt;
padding:2px;
}

td.NraSctF1 {
background-color:#FFF;
text-align:center;
vertical-align:top;
border-bottom:1px solid #000;
font-weight:bold;
font-size:9pt;
padding:2px;
}

td.NraSctF {
background-color:#E0E0E0;
text-align:center;
vertical-align:top;
border-bottom:1px solid #000;
border-left:1px solid #000;
border-right:1px solid #000;
font-weight:bold;
font-size:9pt;
padding:2px;
}

td.NraF1L {
background-color:#E0E0E0;
text-align:left;
vertical-align:top;
border:1px solid #000;
padding:2px;
}

td.NraFL {
background-color:#E0E0E0;
text-align:left;
vertical-align:top;
border-left:1px solid #000;
border-bottom:1px solid #000;
border-right:1px solid #000;
padding:2px;
}

td.NraFR {
background-color:#FFF;
text-align:left;
vertical-align:top;
border-bottom:1px solid #000;
border-right:1px solid #000;
padding:2px;
}

td.NraQstL {
background-color:#E0E0E0;
text-align:center;
vertical-align:top;
border-bottom:1px solid #000;
border-left:1px solid #000;
padding:2px;
}

td.NraQstM {
background-color:#E0E0E0;
text-align:left;
vertical-align:top;
border-bottom:1px solid #000;
padding:2px;
}

td.NraQstLM {
background-color:#E0E0E0;
text-align:left;
vertical-align:top;
border-bottom:1px solid #000;
border-left:1px solid #000;
padding:2px;
}

td.NraQstBtn {
background-color:#E0E0E0;
text-align:center;
vertical-align:middle;
border-bottom:1px solid #000;
border-right:1px solid #000;
padding:2px;
}

td.NraQstT1 {
background-color:#E0E0E0;
text-align:left;
vertical-align:top;
border-bottom:1px solid #000;
border-left:1px solid #000;
border-right:1px solid #000;
padding:2px;
}

td.NraQstT2L {
background-color:#E0E0E0;
text-align:right;
vertical-align:top;
border-bottom:1px solid #000;
border-left:1px solid #000;
padding:2px;
}

td.NraOptL {
background-color:#EAEAEA;
text-align:center;
vertical-align:top;
border-left:1px solid #000;
border-bottom:1px solid #000;
font-size:8pt;
padding:2px;
}

td.NraOptT {
background-color:#EAEAEA;
text-align:left;
vertical-align:top;
border-right:1px solid #000;
border-bottom:1px solid #000;
padding:2px;
}

td.NraOptRowL {
background-color:#EAEAEA;
text-align:left;
vertical-align:top;
padding:0 1px 2px;
}

td.NraOptRowR {
background-color:#EAEAEA;
text-align:right;
vertical-align:top;
font-weight:bold;
padding:0 1px 2px;
}

td.NraAnsX {
background-color:#FFF;
text-align:center;
vertical-align:top;
border-right:1px solid #000;
border-bottom:1px solid #000;
padding:2px;
}

td.NraAnsD {
background-color:#FFF;
text-align:left;
vertical-align:top;
border-right:1px solid #000;
border-bottom:1px solid #000;
padding:2px;
}

td.NraAnsT {
background-color:#FFF;
text-align:left;
vertical-align:top;
border-bottom:1px solid #000;
border-left:1px solid #000;
border-right:1px solid #000;
padding:2px;
}

td.NraCol {
background-color:#E0E0E0;
text-align:center;
vertical-align:middle;
padding:2px;
}

td.NraInf {
background-color:#EAEAEA;
vertical-align:top;
border-bottom:1px solid #000;
border-right:1px solid #000;
padding:2px 5px;
}

td.NraHelp {
background-color:#FFF;
vertical-align:top;
border-bottom:1px solid #000;
border-left:1px solid #000;
border-right:1px solid #000;
padding:2px 5px;
}

td.NraSub {
background-color:#EAEAEA;
vertical-align:top;
border-bottom:1px solid #000;
border-right:1px solid #000;
font-weight:bold;
padding:2px 5px;
}

td.NraDet {
background-color:#EAEAEA;
vertical-align:top;
border-right:1px solid #000;
padding:2px 5px;
}

td.NraOthL {
background-color:#FFF;
text-align:left;
vertical-align:top;
border-top:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
padding:2px;
}

td.NraCmtSct {
font-size:11pt;
font-weight:bold;
}

td.NraCmtQst {
font-size:10pt;
font-weight:bold;
}

td.NraCmtSub {
font-size:9pt;
font-weight:bold;
}

tr.NraTr1 {
background-color:#EEE;
text-align:center;
font-weight:bold;
}

/******************************************
 24. Convention Web Service
 ******************************************/
 
div.wsTitle {
padding-top:25px;
padding-bottom:5px;
font-weight:bold;
font-size:11pt;
color:#2F4F4F;
}

tr.wsTr1 {
background-color:#E3E3C1;
text-align:center;
font-weight:bold;
}

td.wsTdLabel {
background-color:#E3E3C1;
font-weight:bold;
border-bottom:1px solid #000;
border-right:1px solid #000;
}

/******************************************
 25. TIME TRACKING SYSTEM
 ******************************************/
 
td.TimeData {
background-color:#EFEFDF;
color:#000;
font-family:verdana, arial, helvetica;
font-size:8pt;
font-style:normal;
border-top:dotted 1px gray;
}

td.TimeLabel {
background-color:#EFEFDF;
color:#000;
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
font-style:normal;
font-weight:400;
border-top:dotted 1px gray;
}

table.chm1 th {
font-size:10pt;
text-align:center;
vertical-align:top;
border-bottom:1px gray dotted;
padding:5px;
}

table.chm1 td {
text-align:center;
vertical-align:top;
border-bottom:1px gray dotted;
padding:5px;
}

td.chm21 {
text-align:left;
vertical-align:top;
font-size:10pt;
font-weight:bold;
color:#693;
border-bottom:1px gray dotted;
padding:5px;
}

th.chmtitle {
font-size:10pt;
text-align:left;
vertical-align:top;
border-bottom:1px gray dotted;
padding:5px;
}

td.chmnum {
text-align:right;
vertical-align:top;
border-bottom:1px gray dotted;
padding:5px;
}

/* 2008-05-02 by ODM for ChmCountryInfo.ascx */
td.chmnum0
{
padding: 5px;
text-align: right;
vertical-align: top;
}
td.chmcontent0
{
padding: 5px;
text-align: left;
vertical-align: top;
}

/******************************************
 26. From archives/adaptation.css
 ******************************************/

select.DropDown,.WordSearch {
font-size:8pt;
width:220px;
}

td.MiniBoxHeader {
font-weight:bold;
margin-top:3px;
}

.LooseBox td {
vertical-align:top;
padding:5px 0;
}

.NewGroup td {
border-top:1px solid gray;
}

table.dgGrid {
font-size:8pt;
width:100%;
border-style:none;
}

div.dgPager,
tr.dgPager {
background-color:#DDD;
color:#000;
font-family:Verdana, Arial, Helvetica;
width:100%;
}

div.dgPager{
margin-top:3px;
margin-bottom:3px;
padding:3px;
}

tr.dgPager > td {
border:medium none;
color:#000;
text-align:right;
padding:3px;
}

tr.dgHeader th {
border-bottom:1px solid #000;
font-size:7pt;
font-weight:bold;
padding-bottom:3px;
padding-top:3px;
border-style:none none solid;
}

tr.dgHeader > td {
padding-top:15px;
font-weight:bold;
border-bottom:1px #000 solid;
}

tr.dgItem > td b,tr.dgAltItem > td b {
color:#333;
}

.dgItemTitle {
color:#00978f;
font-weight:bold;
padding-top:10px;
}

tr.dgMainGroup td {
color:#00978f;
font-size:12pt;
font-weight:bold;
font-family:Arial;
padding-top:25px;
}

div.dgSearch {
background-color:#DDD;
color:#000;
font-family:Verdana, Arial, Helvetica;
padding:3px;
}

tr.dgTitle {
padding-top:20px;
padding-bottom:10px;
}

tr.dgSep td,div.dgSep {
color:#00978f;
font-weight:bold;
padding-top:10px;
border-bottom:1px gray dotted;
}

tr.dgSep td div {
color:#00978f;
}

tr.CutLong td {
width:100px;
}

table.DetailTable {
border-right:1px solid #A9A9A9;
border-top:1px solid #A9A9A9;
width:100%;
}

.DetailTable td {
border-bottom:1px solid #A9A9A9;
border-left:1px solid #A9A9A9;
padding:5px;
}

td.DetailLabel {
background-color:#F5F5F5;
font-size:9pt;
}

table.AdminTable {
border-right:1px solid #A9A9A9;
border-top:1px solid #A9A9A9;
}

.AdminTable td {
border-bottom:1px solid #A9A9A9;
border-left:1px solid #A9A9A9;
padding:1px 5px;
}

.AdminTable th {
background-color:#F5F5F5;
border-bottom:1px solid #A9A9A9;
border-left:1px solid #A9A9A9;
padding:1px 5px;
}

.AdminTable input,.AdminTable textarea,.AdminTable select {
font-family:Verdana,Arial,Helvetica;
font-size:8pt;
width:98%;
}

.CheckBoxTable input {
width:auto;
}

.AdminStatus {
color:#556B2F;
font-weight:bold;
}

input.AdminButton {
width:70px;
}

.accToggler {
background:#ACC95F none repeat scroll 0;
border:1px solid #F0F0F0;
color:#FFF;
cursor:pointer;
padding-bottom:1px;
padding-top:1px;
text-indent:5px;
width:100%;
}

.accContent {
width:576px;
}

table.mooGrid {
background-color:#EFEFDF;
border-collapse:collapse;
font-size:8pt;
width:100%;
border-style:none;
}

.mooGrid td {
border-bottom:1px dotted gray;
border-left:1px solid #F0F8FF;
border-right:1px solid #F0F8FF;
vertical-align:top;
}

.mooGrid th {
background-color:#E3E3C1;
border-bottom:1px solid #000;
font-size:7pt;
padding-top:3px;
}

/***********************************************************
 27. Country Factsheet
/************************************************************/

div.country h2 {
border-bottom-width:1px;
border-bottom-color:gray;
border-bottom-style:solid;
}

div.factsheet h2 {
color:#228B22;
border-bottom:1px solid #228B22;
font-family:Verdana, Arial, Helvetica;
font-size:12pt;
text-align:left;
}

table tr td.NoBottomLine {
padding-top:3px;
padding-bottom:3px;
border-bottom:0;
}

/***********************************************************
 28. NewsLetter
/************************************************************/

/* newsletters */
h2.NewsLetterTitle {
}

div.NewsLetterDescritpion {
font-weight:bold;
}

h3.NewsLetterTOCTitle {
}

li.NewsLetterTOCEntry {
}

li.NewsLetterTOCEntry > a {
font-weight:bold;	
}

li.NewsLetterTOCEntry > div {
padding:0px 2px 0px 2px;
margin-bottom:5px;
}

div.NewsLetterArticleAuthors {
font-style:italic;
margin-bottom:3px;
}

div.NewsLetterArticleAuthors > div > span {
font-weight:bold;
}

div.NewsLetterSideBar{
border:solid 1px #c0c0c0;
/*background-color:#f0f0f0;*/
padding:5px;
margin-bottom:15px;
margin-left:5px;
}

div.NewsLetterSideBar >div {
margin-top:2px;
margin-bottom:2px;
}

/* articles */
h2.NewsLetterArticleTitle {
}

div.NewsLetterArticleAbstract {
text-align:justify;
margin:0px 3px 10px 0px;
font-style:italic;	
}

div.NewsLetterArticleText {
}

div.NewsLetterTranslations {
border:solid 1px #c0c0c0;
background-color:#f0f0f0;
padding:5px;
width:275px;
margin-bottom:15px;
margin-left:10px;
}

div.NewsLetterTranslations > select{
width:100%;
}

/* authors */

div.NewsLetterAuthors {
border:solid 1px #c0c0c0;
background-color:#f0f0f0;
padding:5px;
width:275px;
margin-bottom:15px;
margin-left:10px;
}

div.NewsLetterAuthors > div  {
color:#6f9f49;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:10pt;
border:none;
margin:5px 0 5px;
}

div.NewsLetterAuthors td  {
border-top:dotted 1px #a0a0a0;
padding-top:2px;
padding-bottom:2px;
}

div.NewsLetterAuthorName  {
	font-weight:bold;
}

div.NewsLetterAuthorTitle {
font-style:italic;
font-size:9px;
}

img.NewsLetterAuthorPhoto {
}

/* Mini TOC */
div.NewsLetterArticleToc {
border:solid 1px #c0c0c0;
background-color:#f0f0f0;
padding:5px;
width:275px;
margin-left:10px;
}

div.NewsLetterArticleToc > div {
margin:5px 0 5px;
padding-bottom:5px;
border-bottom:dotted 1px #a0a0a0;
}

div.NewsLetterArticleToc > div > a {
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:10pt;
}

div.NewsLetterArticleToc > ul > li > a.Current {
color:#333;
font-weight:bold;
text-decoration:none;
}

div.NewsLetterArticleToc > ul > li > a.Link {
color:#00309c;
font-weight:normal;
}

/*************************************/
/* Ajax File Uploader */
/*************************************/

.AjaxUpload
{
	width:490px;
	position:absolute;
	position-x:0px;
	position-y:0px;
	opacity:50;
	filter:alpha(opacity=50);
}

.AjaxProgressIndicator
{
    background-image:url(/img/progress.gif);
    font-size:1px;
    height:10px;
}    
.AjaxProgressOuter
{
	text-align:left;
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	margin-left:1px;
	margin-right:1px;
}
.AjaxProgressInner
{
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	margin-left:-1px;
	margin-right:-1px;
	background-image:url(/img/progress_bg.gif);
} 

.FileUploader
{
}

.FileUploaderError
{
    color: Red;
    margin-top: 5px;
    margin-bottom: 5px;
}

.FileUploaderOk
{
}

.FileUploaderOk > div
{
	clear:both;
	border-top:dotted 1px #c0c0c0;
	line-height:27px;
}

.FileUploaderAttach
{
	border-top:dotted 1px #c0c0c0;
}

.FileUploaderSelect
{
    color: #118811;
    padding: 5px 5px 5px 5px;
    border:solid 1px #c0c0c0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.FileUploaderProgress
{
    color: #118811;
    padding: 5px 5px 5px 5px;
    border:solid 1px #c0c0c0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.FileUploaderProgressBar
{
    width: 200px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/*************************************/
/* CMS v4.0 - Cms.Ajax.Controls.Advanced.AjaxDialogFrame */
/*************************************/

DIV.cmsDialog
{
       z-index: 999;
}

DIV.cmsDialog > TABLE
{
       position: fixed;
       top: 0px; left: 0px;
       width: 100%; height: 100%;
       z-index: 1000;
}

DIV.cmsDialog > TABLE > TBODY > TR > TD,
DIV.cmsDialog > TABLE >         TR > TD 
{
       vertical-align: middle;
       text-align: center;
}

DIV.cmsDialog > TABLE > TBODY > TR > TD > DIV.container,
DIV.cmsDialog > TABLE >         TR > TD > DIV.container
{
       background-color: #e0e7ef;
       border: 1px solid #345487;
       display: inline-block;
       overflow: auto;
       /*padding: 10px;*/
       text-align: left;
       width: 460px;
}

DIV.cmsDialog > DIV.background
{
       background-color: #000000;
       filter: alpha(opacity=35); -moz-opacity: .35; opacity: .35;
       position:fixed;
       top: 0px; left: 0px;
       width: 100%; height: 100%;
       z-index:900;
}

/***********************************************************
 31. Forums - Collaboration Page
/************************************************************/

div#external-forums {
}

div.external-forum {
padding:6px;
margin-bottom:10px;
border:1px solid #cbcbcb;
background-color:#f5f5f5;
position:relative;
cursor:pointer;
}

div.external-forum:hover {
color:#fff;
border:1px solid #00978f;
background-color:#00978f;
}

div.external-forum:hover p,
div.external-forum:hover h3 a,
div.external-forum:hover h3 a:hover {
color:#fff;
}

div.external-forum .hover-image {
position:absolute;
top:-1px;
left:-1px;
display:none; 
}
div.external-forum:hover .hover-image {
display:block; 
}

div.external-forum .image {
width:78px;
float:left;
}
div.external-forum h3 {
border-bottom:1px solid #7ac6c2;
}
div.external-forum .description {
margin-left:84px;
}
div.external-forum  p {
margin:0;
}

div.external-forum .buttons 
{
    position:absolute;
    bottom:0;
    right:0; 
}

#active-members .profile-picture img {
    border: 1px solid #cbcbcb;
}
#active-members .profile-picture {
   margin-right:5px;
   margin-bottom:5px;
}

div#file-cabinet {
border-top:1px solid #e9e9e9;
}

div#file-cabinet .file {
height:35px;
padding:5px 0;
border-bottom:1px solid #e9e9e9;
}

div#file-cabinet .file-icon {
width:40px;
height:35px;
padding-right:5px;
float:left;
background-image:url(/images/pa/discussions/file-icon-generic.png);
background-repeat:no-repeat ;
}
div#file-cabinet .file-icon.doc {
    background-image:url(/images/pa/discussions/file-icon-doc.png);
}
div#file-cabinet .file-icon.pdf {
    background-image:url(/images/pa/discussions/file-icon-pdf.png);
}

div.Forum input[type=button]
{
font-size:7.5pt;
font-family:Tahoma;
height:19px;
}

table.Forum {
}

table.Forum th {
font-weight:bold;
background:#333;
color:#fff;
padding: 6px 4px;
white-space:nowrap;
background:url(/images/pa/bg-forum-th.png) repeat-x left bottom;
}

table.Forum td {
padding:12px 4px;
background:url(/images/pa/back-forum-td.png) repeat-x left bottom;
border-bottom:1px solid #ccc;
}

table.Forum td.Reply {
background:url(/images/pa/back-forum-td-reply.png) repeat-x;
}

table.Forum td.ThreadNotApproved {
background-color:#F4D8D8;
border:1px solid white;
}

table.Forum td.Reply {
background-color:#E0E0E0;
text-align:center;
}

table.Forum td.Reply > div {
white-space:nowrap
}

.Forum div.PostDateRecent {
font-weight:bold
}

.Forum div.PostBy {
color: #3A6BAD;
}

.Forum .wpostbox .meta {
float:left; 
width:140px;
padding-right:10px;
margin-top:20px;
font-size:11px;
}

.Forum .wpostbox .meta img{
margin-bottom:10px;
}

.Forum .wpostbox .message {
margin-left:150px;
}

.Forum .wpostbox .attachments {
border-top:1px dotted #ccc;
}

/***********************************************************
 32. Other
/************************************************************/

.hTitSep {
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:14px;
color:#314D65;
text-align:center;
background-color:#DDD;
}

img,table {
border:0;
}

.displaytrue,
ul.left_btn li a {
display:block;
}

#topNavigation a:link,#topNavigation a:visited,#topNavigation a:active {
color:#666;
text-decoration:none;
}

.searchBtn {
float:left;
}

.content_text a,.content_text_large a {
color:#690;
text-decoration:none;
font-size:10px;
font-weight:bold;
}

.content_text a:hover,.content_text_large a:hover {
color:#690;
text-decoration:underline;
}

td.menuL2sub,td.menuL3 {
vertical-align:top;
line-height:11px;
padding-top:4px;
padding-bottom:4px;
background:#edece8;
padding-left:16px;
border-bottom:2px solid #fff;
}

td.menuL2 a,td.menuL3 a,td.menuL4 a,td.menuL5 a {
line-height:11px;
font-family:Tahoma;
font-size:8pt;
color:#496610;
}

table.cmsTable,table.cmsGrid {
font-size:9pt;
vertical-align:top;
width:100%;
}

.wsolidbox,.wbox {
background-color:#F0F0F0;
border:2px solid red;
margin-bottom:16px;
margin-right:16px;
width:690px;
padding:8px;
}

table.menuDyn tr td.menuDynSection,td.AdminLabel,.AdminTitle {
font-weight:bold;
}

a.menu_level1:hover,
a.menu_level2:hover,
a.menu_level3:hover,
a.menu_level4:hover {
color:#FFF;
}

a.buttonorange,
a.buttonorange:hover,
a.buttonorange:visited {
border:1px solid;
font:bold 10px verdana,sans-serif;
color:#FFF;
background-color:#f60;
text-decoration:none;
border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
margin:0;
padding:0 3px;
}

a.buttongreen,
a.buttongreen:hover,
a.buttongreen:visited {
border:1px solid;
font:bold 10px verdana,sans-serif;
color:#FFF;
background-color:#2D932D;
text-decoration:none;
border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
margin:0;
padding:0 3px;
}

.RightBox,.MiniBox td {
font-size:7pt;
}

.RecordInput,.RecordInfo,.RecordInputBox,.ResultData {
font-family:Verdana, Arial, Helvetica;
font-size:8pt;
}

td.NraF1R, td.NraOthR {
background-color:#FFF;
text-align:left;
vertical-align:top;
border-top:1px solid #000;
border-bottom:1px solid #000;
border-right:1px solid #000;
padding:2px;
}

td.NraQstR, td.NraQstT2T {
background-color:#E0E0E0;
text-align:left;
vertical-align:top;
border-bottom:1px solid #000;
border-right:1px solid #000;
padding:2px;
}

td.NraAnsF, td.NraTxt {
background-color:#FFF;
text-align:left;
vertical-align:top;
padding:2px;
}

td.NraNote,select.DropDownMoo,.Description {
font-size:8pt;
}

table.NraTable, table.wsTable {
border-top:1px solid #000;
border-left:1px solid #000;
}

td.NraTd, td.wsTd, td.wsTdData {
vertical-align:top;
border-bottom:1px solid #000;
border-right:1px solid #000;
}

table.chm1,table.chm2 {
width:100%;
border-collapse:collapse;
}

td.chm22,td.chmcontent {
text-align:left;
vertical-align:top;
border-bottom:1px gray dotted;
padding:5px;
}

tr.dgItem > td,tr.dgAltItem > td {
color:#000;
border-color:gray #F0F8FF;
border-style:dotted solid;
border-width:1px;
padding:5px 5px 5px 10px;
}

div.dgItem {
border-bottom:dotted 1px gray;
padding:5px;
}

tr.itemHeader > td, td.itemHeader {
border-bottom:dotted gray 1px;
padding:5px 2px 5px 2px;
color:#6f9f49;
font-family:Verdana, Arial, Helvetica;
font-weight:bold;
font-size:145%;
}

tr.itemRow > td, td.itemRow {
border-bottom:dotted gray 1px;
padding:5px 5px 5px 10px;
}
 
div.latestinfo td,div.country td,div.factsheet td {
color:#000;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px gray dotted;
}

.tool-tip {
	color: #333;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000;
	padding: 8px 8px 4px;
	background: url(/images/tooltip-bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/tooltip-bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.cmsTooltip  {
	color: #00978F;
}