@charset "utf-8";
/* CSS Document */
h4 {
	background-image:url(/images/bg_subnavhover.gif);
	background-position:0 center;
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:15px;
	font-weight:bold;
	color:#6b6b6b;
	text-transform:uppercase;
}

h1 
{
	color:#9b4d3b;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
}

.h1-1 {
	display:block;
	margin-bottom:20px;
	color:#9b4d3b;
	font-size:22px;
	font-weight:bold;
	letter-spacing:3px;
}

#lang-repeat { 
	background-image:url(/images/langdiag-repeat.png);
	background-position:0 0;
	background-repeat:repeat-y;
	width:533px;
}
	#lang-repeat #lang-bottom { 
		background-image:url(/images/langdiag-bottom.png);
		background-position:0 bottom;
		background-repeat:no-repeat;
		width:533px;
		min-height:28px;
		display:block;
		overflow:hidden;
	}
		#lang-repeat #lang-bottom #lang-top { 
			background-image:url(/images/langdiag-top.png);
			background-position:0 0;
			background-repeat: no-repeat;
			width:533px;
			min-height:20px;
			font-size:10px;
			text-transform:uppercase;
		}
			#lang-repeat #lang-bottom #lang-top #lang-title {
				float:left;
				display:inline;
				width:155px;
				padding:8px 0 0 25px;
				font-weight:bold;
				color:#414141;				
			}
			#lang-repeat #lang-bottom #lang-top #lang-select {
				float:left;
				display:inline;
				width:350px;
				padding-bottom:10px;
			}
				#lang-repeat #lang-bottom #lang-top #lang-select ul {
					padding-top:5px;
				}
				#lang-repeat #lang-bottom #lang-top #lang-select ul li {
					list-style:none;
					display:inline;
					float:left;
					margin:0 0 0 11px; padding:0 10px 0 0;
					background-image:url(/images/lang-divider.png);
					background-position:right center;
					background-repeat:no-repeat;
					line-height:14px;
				}
				
				#lang-repeat #lang-bottom #lang-top #lang-select ul li.lang-select-clean {
				background-image:none;
				}
					#lang-repeat #lang-bottom #lang-top #lang-select ul li a { color:#4e4e4e; }
					#lang-repeat #lang-bottom #lang-top #lang-select ul li a:hover { text-decoration:none; }
					#lang-repeat #lang-bottom #lang-top #lang-select ul li .active { color:#9b4d3b; }
				#lang-repeat #lang-bottom #lang-top #lang-select ul .last-child { padding:0; background:none; }
					#lang-repeat #lang-bottom #lang-top #lang-select ul .last-child a {}


.outer-box {
	background-color:#ebebeb;
	padding:5px;
	width:521px;
	font-size:12px;
	margin: 30px 0px 30px;
	color:#333333;	
}

.outer-box-bottom {

	margin:0px 0 33px 0;
		
	}
	
	.inner-box {
		border:solid 1px #fbfbfb;
		padding:20px 20px 4px;		
	}
		.inner-box p {
			padding-bottom:10px;
			line-height:20px;
		}
		
.content-wrap
{
	display: block;
	padding-top: 7px;
	padding-bottom: 30px;
	width: 100%;
}
	.content-item
	{
		width: 531px;
		background:url(../images/images/content-item-dotline.jpg);
		background-position: top;
		background-repeat: repeat-x;
		padding: 25px 0px;
		display: block;
		overflow: hidden;
	}
		.content-item .left
		{
			width: 255px;
			margin-right: 20px;
		}
		.content-item .right
		{
			width: 255px;
		}
			.altas-icon
			{
				float: left;
			}
			.altas-subject
			{
				width: 142px;
				margin-left: 10px;
				float: left;
			}
				span.altas-subject-title, span.altas-subject-alt-title 
				{
					color: #000000;
					font-weight: bold;
					font-size: 13px;
					min-height: 58px;
					display: block;					
				}
				span.altas-subject-alt-title 
				{
					min-height:1px;
					display:inline-block;
					margin-bottom:2px;
					float:left;
				}
				a.altas-subject-link
				{
					width: 142px;
					height: 1px;
					background: url(../images/download_button.png);
					background-position: 0 0;
					background-repeat: no-repeat;
					padding-top: 19px;
					display: block;
					overflow:hidden;
					
				}
				a.altas-subject-link:hover
				{
					background-position: 0 -20px;
				}
			.altas-subject-only
			{
				width: 100%;
				margin-bottom: 8px;
				float: left;
			}
			.altas-subject-only span.altas-subject-title
			{
				min-height: 0px;
				float: left;
				padding-bottom: 6px;
			}
			.altas-subject-only a.altas-subject-link
			{
				float: right;
			}
			.altas-dotline
			{
				clear:both;
				height: 2px;
				background:url(../images/images/content-item-dotline.jpg);
				background-repeat: repeat-x;
				margin-bottom: 10px;
				font-size:1px;
			}
			
			.altas-abstract
			{
				color: #333333;
				padding-top: 10px;
				line-height: 16px;
				clear: both;
			}
			
#cta {}
	#cta-worldbank {
		background-image:url(/images/cta-world-bank.png);
		background-repeat:no-repeat;
		width:201px;
		height:1px;
		padding-top:100px;
		overflow:hidden;
	}
	
	#cta-worldbank:hover {
		background-position:-201px 0px; 
		}
		
	#cta-additional-titles {
		background-image:url(/images/cta-additional-titles.png);
		background-repeat:no-repeat;
		width:201px;
		height:1px;
		padding-top:84px;
		overflow:hidden;			
	}
	#cta-additional-titles:hover {
		background-position:-201px 0;
	}	
	#cta-security {
		background-image:url(/images/cta-security-stats.png);
		background-repeat:no-repeat;
		width:201px;
		height:1px;
		padding-top:58px;
		overflow:hidden;
		
	}	
	#cta-security:hover {
		background-position:-201px 0;
	}
			
			.Dialog
			{z-index:3000;}
