
/* Topics Navigation */
/* See superfish.css for menu-specific styles */

#search .button {
	background: #000;
	color: #666;
	margin: 0;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	font-size: 0.75em;
	cursor: pointer;
	border: 1px solid #000;
	}

#search .button:hover {
	color: #fff;
	}


/* Left sidebar/navigation links */

#lsidebar .title {
	text-transform: uppercase;
	font-weight: 700;
	}

#lsidebar h3 {
	font-size: 0.75em;
	margin: 0;
	color: #000;
	}

#lsidebar p {
	font-size: 0.75em;
	line-height: 1.5em;
	}

#lsidebar .leftNavMain-On {
	padding: 0.25em 0 0.25em 0.25em;
	display:block;
	background-color:#EBEBEB;
}
#lsidebar a.leftNavMain-On, #lsidebar .leftNavMain-On a	{
	padding: 0.25em 0 0.25em 0;
	display:block;
	text-decoration: none;
}
#lsidebar a.leftNavMain-On:hover, #lsidebar .leftNavMain-On a:hover	{
	background-color:#f1f1f1;
	text-decoration: underline;
}
#lsidebar a.leftNavMain-On:visited, #lsidebar .leftNavMain-On a:visited	{
}
#lsidebar .leftNavMain-Off {
	padding: 0.25em 0 0.25em 0.25em;
	display:block;
}
#lsidebar a.leftNavMain-Off, #lsidebar .leftNavMain-Off a	{
	display:block;
	text-decoration: none;
}
#lsidebar a.leftNavMain-Off:hover, #lsidebar .leftNavMain-Off a:hover	{
	background-color:#f1f1f1;
	text-decoration: underline;
}
#lsidebar a.leftNavMain-Off:visited, #lsidebar .leftNavMain-Off a:visited	{
}

#lsidebar .leftNavSub-On {
	padding: 0.25em 0 0.25em 0.75em;
	display:block;
	background-color:#F5F5F5;
}
#lsidebar .leftNavSub-Off	{
	padding: 0.25em 0 0.25em 0.75em;
	display:block;
}
#lsidebar a.leftNavSub-Off, #lsidebar .leftNavSub-Off a	{
	text-decoration: none;
	display:block;
}
#lsidebar a.leftNavSub-Off:hover, #lsidebar .leftNavSub-Off a:hover	{
	background-color:#f1f1f1;
	text-decoration: underline;
}
#lsidebar a.leftNavSub-Off:visited, #lsidebar .leftNavSub-Off a:visited	{
}

/* Geo profiles */

#profile td.category {
  background-color: #dbe5f1;
  font-weight:bold;
  font-size:0.825em;
}

#profile #profile_nav {
	float: right;
  	width: 320px;
	overflow: visible;
	text-align: right;
	font-size: 0.75em;
	margin-top: -10px;
}

#profile #profile_nav a {
	padding: 5px;
	margin: 0 auto;
}

#profile #breakdown th {
  font-weight:bold;
  font-size:0.825em;
}

#profile #breakdown tbody th {
  background-color: #dbe5f1;
  font-weight:bold;
  font-size:0.75em;
  padding-top: 8px;
}

#profile #breakdown .notes h3 {
  font-size:0.75em;
}

.border {
	border-right: 1px dotted #9898ac;
	}

.year {
	color: #3e3e67;
	white-space: nowrap;
	}

/* key measures */

#breakdown td {
	background-color: #ffffff;
}
#breakdown th {
	text-transform:none;
}
#breakdown tr.grouped th {
	padding-left:2em;
}
#breakdown td.empty {
	background-color: #f1f1f1;
}

span.highlight {
  color: #C67F07;
  font-weight: bold;
}

div.notice {
  margin: 20px;
  padding: 5px;
  color: #666666;
  border: 1px solid #666666;
}


/* polls */


#poll-results {
	padding: 0;
	margin: 0;
}
#poll-results-thq {
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	padding-right: 5px;
}
#poll-results-tha {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #ECE9D8;
	font-weight: bold;
	vertical-align: bottom;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}
td.poll-results-tdq {
	text-indent: -5px;
	padding-left: 10px;
	padding-right: 0px;
}
td.poll-results-tdq a {
	font-weight:bold;
}
td.poll-results-tda {
	padding: 5px;
	text-align:right;
	font-size:0.625em;
}
.poll-results-bar {
	background-color: #3E3E67;
	float: left;
	height: 10px;
	padding: 0px;
	margin: 0px;
}
.poll-results-bar-wrap {
	clear:both;
	float:right;
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 50px;
	height: 10px;
	padding: 0px;
	margin: 0px;
}


/* Body content - Report/Library Item Detail */


table.report-item {
}
td.report-item-label {
	font-weight: bold;
	vertical-align: top;
}

/* If adding click events to regular text via js, also add this class */

.clickable {
	cursor: pointer;
}
h2.clickable {
	color: #006699;
}
h2.clickable:hover,
h2.clickable:active {
	text-decoration: underline;
}