/***
**** Structure
****/

.primary-content {
	line-height: 1.1em;
}

/***
**** XSP
****/
.xspPagerContainer {
	background-color: #FBFAF6;
	float: left;
	margin-bottom: 10px;
	}

.xspPagerRight {
	background-color: #FBFAF6;
	}
	
.xspGroup span span.xspCurrentItem {
    color: red;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
	}
	
.xspGroup span span {
	border: none;
	}
	
.xspGroup span span a, .xspGroup span span a:visited {
	font-weight: normal !important;
	}

.xspGroup span span a, .xspGroup span span a:visited {
    color: #4C7C8E;
    font-weight: normal;
	}

/***
**** Treaties
****/

.treatyTile, .treatyDate, .treatyReserve {
    font-family: Arial,Verdana,sans-serif;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: none;
    line-height: 1.3em;
    list-style-type: none;
    text-align: left;
    padding-left: 9px;
}

.treatyTile {
	color: #4C7C8E;
	background:url("/attributes/display_images/bullets/bullet.gif") no-repeat scroll 0 0.5em transparent;
}

.treatyDate {
	color: #858585 !important;
}

.treatyReserve {
	color: #4C7C8E; 
	cursor: pointer;
	font-weight: normal;
}

/***
**** Countries
****/

.tableCountries, .tableTopics {
	border : 1px solid #4C7C8E;
	padding : 5px;
}

.tableCountries td, .tableTopics td {
	padding : 5px;
}

.labelCountry, .labelTopic {
	cursor: pointer;
	color: #4C7C8E;	
	font-family: Arial,Verdana,sans-serif;
    font-size: 0.9em;
}

/***
**** Topics
****/

.titleH2 {
	font-weight: bold;
    border-color: #ECEEEE;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-family: Arial,Verdana,sans-serif;
    font-size: 0.95em;
    line-height: 1.2em;
    margin-bottom: 8px;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: #1F3E4E;
}

.topicPanel {
	margin-bottom: 30px;
	display: block;	
}

.treatyPanel {
	margin-bottom: 10px;
	display: block;	
}

