﻿/* -----| Layout |----------------------------------------------- */
div.CountryProfile {
	line-height: 1.2em;
	margin-bottom: 2em;
	padding: 0.5em;
	border: solid 1px #A6B3D9;
	margin-right: 215px;
	margin-left: 15em;
}

div.Countries {
	border: solid 1px #ccc;
	padding: 0.5em;
	width: 13em;
	background: #FFFFFF url(../_Images/SegmentBackGlossary.png) repeat-x scroll center top;
	padding-bottom: 1em;
}

div.Countries h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #F60;
	margin: 0em;
	padding: 0.2em 0.5em 1em 0.3em;
}

div.CountryList {
	height: 15em;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 0.9em;
	padding-right: 0.5em;
}

div.CountryList a:link, div.CountryList a:visited,  div.CountryList a:active{
	color: #555;
	display: block;
	padding: 0.1em 0.5em;
	border-bottom: solid 1px #E5E6EE;
}

div.CountryList a:hover {
	color: #F60;
	background-color: #F4F4F4;
	text-decoration: none;
}

div.Anchors {
	margin-bottom: 1em;

}

/* -----| Styles |----------------------------------------------- */
div.ProfileHeader {
	margin-bottom: 1.5em;
	background-color: #f4f4f4;
}

div.CountryProfile h1 {
	color: #5c73b8;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0em;
	padding: 0.6em;
	padding-bottom: 0.6em;
}

div.Source {
	margin: 0em auto 1em auto;
	padding-bottom: 0.8em;
	padding-left: 0.9em;
	font-size: 0.9em;
	color: #444;
}

div.Source span {
	color: #333;
}

div.Anchors {
	padding: 0.3em;
	font-size: 0.9em;
	border-top: solid 1px #d6dbec;
	margin-bottom: 1em;
	border: solid 1px #e7e7e7;
	/*background: url(../_Images/GreyBack.png) top center repeat-x #EDF8ED;*/	
}

div.Anchors a:link, div.Anchors a:visited, div.Anchors a:hover, div.Anchors a:active {
	color: #6B6E76;
	padding: 0em 2em 0em 0em;
}

div.DataTable {
}

div.CountryProfile table {
	width: 99%;
	color: #444;
	border: solid 1px #c5d7ef;
	margin-bottom: 0em;
	font-size: 0.9em;
}

div.CountryProfile table th {
	background: url(../_Images/PluginBack.png) top center repeat-x;
	vertical-align: middle;
	text-align: left;
	color: #25335F;
	font-size: 1.1em;
	padding: 0.3em;
	font-weight: normal;
}

div.CountryProfile table td {
	padding: 0.3em 1em;
	border-bottom: solid 1px #d6dbec;
}

div.CountryProfile table td span {
	font-size: 0.9em;
	color: #666;
}

div.CountryProfile table td img {
	padding: 1.3em;
}

div.CountryProfile table td a.page img {
	padding: 0;
}





