body{
	padding: 0px;
	margin: 0px;
	font: 11px/170% Verdana, sans-serif;
	color: #282828;
}
input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5{
  margin: 0;
  padding: 0;
  font-family:"Trebuchet MS","Arial",sans-serif;
}

h1{
	color:#003399;
	font-weight:normal;
	line-height:130%;
	margin:5px 0 3px;
	padding:0 0 3px;
}

h2 {
  color:#003399;
  font-size: 140%;
  line-height: 130%;
}

h3 {
  font-size: 120%;
  font-weight: bold;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}
h6 {
  font-size: 11px;
  color: #FF0000;
  font-weight: normal;
}
ul, quote, code, fieldset {
  margin: 0px;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
	color: #27388a;
	text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
  list-style: none;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

li.leaf, li.collapsed{
	list-style: none;
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}
.clearBoth{
	clear: both;
}
.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region{
	width: 1000px;
	height: 144px;
	margin: 0px auto;
}
#header-region .primaryMenu{
	width: 100%;
	height: 30px;
	background: #003399 url(images/primaryLink_bg.gif) repeat-x top;
	color: #fff;
}
#header-region .primaryMenu ul{
	padding-left: 1.5em;
}
#header-region .primaryMenu ul li{
	float: left;
	line-height: 30px;
}
#header-region .primaryMenu ul li a{
	padding: 0px 15px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#header-region .primaryMenu ul li a:hover{
	color: #99ccff;
}
#header-region .primaryMenu ul li a.active{
	background: #88a1db;
	color: #000066;
}
#header-region .primaryMenu ul li ul{
	border: #336699 1px solid;
	border-bottom: none;
}
#header-region .primaryMenu ul li ul li{
	background: #ccddee;
	border-bottom: #336699 1px solid;
	line-height: 13px;
}
#header-region .primaryMenu ul li ul li a{
	color: #336699;
	padding: 4px 2px;
}
#header-region .primaryMenu ul li ul li a:hover{
	background: #6699cc;
	color: #fff;
}
#header-region .headerBottom{
	height: 113px;
	background: url(images/header_bg.gif) repeat-x top;
}
#header-region .logoContainer{
	height: 88px;
	background: url(images/header_banner.gif) no-repeat left top;
	padding: 25px 0px 0px 20px;
	width: 740px;
	float: left;
}
#header-region .logoContainer form{
	padding: 0px;
	margin: 0px;
}
#header-region .logoContainer input{
	margin: 0px;
	padding: 0px;
}
#header-region .undpLogo{
	position: relative;
	float: right;
	margin-top: -3px;
	padding-right: 20px;
}
#header-region .block {
  display: block;
  margin: 0;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}
/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p{
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#container {
  width: 1000px;
  margin: 0px auto;
  padding-top: 15px;
}
#container #left{
	width: 187px;
	float: left;
}
#container #middle{
	width: auto;
	float: left;
	padding: 0px 18px;
	min-width: 550px;
	width: 552px;
}
.readmore a:link, .readmore a:visited{
	color: #27388A;
	font-weight: bold;
	background: url(images/readmore_bullet.gif) no-repeat right 5px;
	padding-right: 10px;
}
.whtwe{
	margin-top: 4px;
}
#left .leftLinks .whtwe ul li{
	background:url(images/arrow-li.jpg) no-repeat 3px 10px #d7dff1;
	border-top:1px solid #fff;
	padding:8px 0px 8px 10px;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0px;
	line-height: 12px;
}
#middle #banner{
	width: 550px;
	border: 1px solid #b8b8b8;
	margin-bottom: 20px;
}
.indexTabs .teaser{
	padding: 6px 6px;	
}
#middle .teaser a:link, #middle .teaser a:visited{
	color: #333;
}
#middle .teaser .readmore a:link, #middle .teaser .readmore a:visited{
	color: #27388A;
	font-weight: bold;
}
#middle .teaser p{
	padding: 2px 0px;
	margin: 0px;
	line-height: 14px;
}
.indexTabs .teaser img{
	float: left;
	padding: 5px 10px 10px 0px;
}
.indexTabs .bottomLink{
	text-align: right;
}
.indexTabs .bottomLink a{
	display: block;
}
#middle #banner .glidecontent{
	width: 550px;
	height: 250px;
	background: url(images/banner_img.jpg) no-repeat top left;
}
#middle #banner .glidecontent .textArea{
	float: right;
	width: 220px;
	margin: 15px 8px 0px 0px;
}
#middle #banner .glidecontent .textArea p{
	margin-bottom: 0px;
	line-height: 150%;
}
#middle #banner h1{
	font-size: 150%;
	color: #FFFFFF;
}
#middle #banner p{
	color: #FFFFFF;
}
#container #right{
	width: 224px;
	float: right;
}
#right #block-block-3{
	border: none;
	padding: 0px;
}
#middle .indexContents{
	float: left;
	width: 550px;
}
.indexContents #block-views-featured_projects-block_1{
	padding: 6px;
	border: 1px solid #ccc;
	width: 536px;
}
#block-views-featured_projects-block_1 h2{
	background: #c4cede;
	color: #003399;
	font-size: 100%;
	padding: 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#middle .indexContents .teaser{
	display: block;
	margin: 6px 0px;
	padding: 1px 5px;
}
#middle .indexContents img{
	float: left;
	padding: 5px 10px 5px 0px;
}
#container #innerMiddle{
	width: auto;
	float: left;
	padding: 0px 0px 0px 18px;
	width: 795px;
}
#innerMiddle .bannerContainer{
	width: 795px;
	float: left;
}
#innerMiddle #innerContent{
	float: left;
	width: 795px;
}
#innerMiddle #innerContent .content ul li{
	background: url(images/inner_arrow.gif) no-repeat left 6px;
	padding-left: 10px;
}
#innerMiddle .content h1{
	font:160% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/li-dot.gif) repeat-x bottom;
	padding:5px 0px;
	margin-bottom: 15px;
}
#innerMiddle #innerContent p{
	text-align: justify;
}
#innerContent .content img{
	float: left;
	padding: 0px 10px 10px 0px;
}
#innerContent .content .gmapLocation img{
	float: none;
	padding: 2px 0px 0px 0px;
}
#innerContent h2{
	margin-bottom: 10px;
}
#innerContent .block-views h2{
	background: #C4E7F2;
	margin-bottom: 20px;
	padding: 3px 2px;
}
#container #innerMiddle .banner{
	width: 549px;
	height: 157px;
	border: 1px solid #ccccff;
	float:left;
}
#innerMiddle .breadcrumbContainer{
	float: left;
	width: 790px;
}
.breadcrumbContainer .breadcrumb{
	float: left;
	width: 550px;
}
#container #innerMiddle .slider{
	display:block;
	width:220px;
	float:left;
	margin-left: 15px;
}
#innerMiddle .slider #right{
	float: none;
	width: 220px;
	height: 160px;
}
#innerContent .climateContent h1, #innerContent .climateContent h2, #innerContent .climateContent h3{
	color: #990000;
}
/* left side */
#left .leftLinks{
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
}
#left .searchContainer{
	margin:0 0 1em;
}
#left .leftLinks .resources li, #left .leftLinks .weblinks li{
	color: #003399;
	line-height: 12px;
	padding: 2px 0px 0px 12px;
	background: url(images/inner_arrow1.gif) no-repeat left 5px;
}
#left .leftLinks .resources ul li a:link, #left .leftLinks .resources ul li a:visited, #left .leftLinks .weblinks ul li a:link, #left .leftLinks .weblinks ul li a:visited{
	font-weight: normal;
	color: #003399;
}
#left .leftLinks .relevant p{
	margin: 0px;
}
#left .leftLinks .relevant{
	color: #003399;
}
#left .leftLinks .relevant a:link, #left .leftLinks .relevant a:visited{
	color: #003399;
}
#left p{
	margin: 0.6em 0px;
}
#left .leftLinks ul li a:link, #left .leftLinks ul li a:visited{
	color: #333333;
	font-weight: bold;
}
#left .leftLinks ul li{
	padding: 1px 0px 1px 10px;
	background: url(images/inner_arrow.gif) no-repeat left 8px;
}
#left .leftLinks .leftImg img{
	float: left;
}
.leftLinks .leftLiText{
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
#left .block ul{
	padding: 0px;
}
#left .node .content, #left .comment .content{
	margin: 0px;
}
#left .searchContainer .form-item{
	margin-top: 1px;
}
#left .searchContainer .form-text{
	float: left;
	width: 145px;
	border: 1px solid #7e96b2;
	margin-right: 4px;
	background: #f6f6f6;
	padding: 2px 1px;
}
#left .searchContainer .form-submit{
	margin: 0px;
}
/* middle area */
#middle .indexTabs{
	float: left;
	margin-bottom: 18px;
	width: 550px;
}
/* right side */
#right .rightTeasers{
	display: block;
}
#right select{
	border: 1px solid #7e96b2;
	width: 216px;
	background: #f6f6f6;
	font-size: 11px;
}
#right .socialMedia{
	text-align: center;
}
#right .socialMedia img{
	margin: 1px 14px;
}
#container #header #logo-floater {
  position: absolute;
}

#container #header h1, #container #header h1 a:link, #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#container #header h1 span {
  font-weight: bold;
}

#container #header h1 img {
  padding-top: 14px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}
#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#left .block{
  padding: 4px;
  border-bottom: 1px solid #cdcdcd;
}
#left #block-views-climatechange_leftlinks-block_1{
	padding: 0px;
}
#left #block-views-climatechange_leftlinks-block_1 li{
	line-height: 13px;
	background-position: left 4px;
}
#table{
	width: 790px;
}
#table1, #table2, #table3{
	float: left;
	width: 253px;
}
#table2, #table3{
	margin-left: 10px;
}
#table1 .whitetext, #table2 .whitetext, #table3 .whitetext{
	padding: 2px 3px 2px 34px;
	line-height: 13px;
	font-size: 12px;
	color: #FFFFFF;
}
.whitetext a:link, .whitetext a:visited{
	color: #FFFFFF;
}
#table1 #climate1{
	background: url(images/climate_change/project1.gif) no-repeat left top;
	height: 35px;
	padding-top: 6px;
	margin-bottom: 10px;
}
#table1 #climate2{
	background: url(images/climate_change/project2.gif) no-repeat left top;
	height: 35px;
	padding-top: 6px;
	margin-bottom: 10px;
}
#table1 #climate3{
	background: url(images/climate_change/project3.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table1 #climate4{
	background: url(images/climate_change/project4.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table1 #climate5{
	background: url(images/climate_change/project5.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table1 #climate6{
	background: url(images/climate_change/project6.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table2 #climate7{
	background: url(images/climate_change/project7.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table2 #climate8{
	background: url(images/climate_change/project8.gif) no-repeat left top;
	height: 35px;
	padding-top: 6px;
	margin-bottom: 10px;
}
#table2 #climate9{
	background: url(images/climate_change/project9.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table2 #climate10{
	background: url(images/climate_change/project10.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table2 #climate11{
	background: url(images/climate_change/project11.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table2 #climate12{
	background: url(images/climate_change/project12.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table3 #climate13{
	background: url(images/climate_change/project13.gif) no-repeat left top;
	height: 35px;
	padding-top: 6px;
	margin-bottom: 10px;
}
#table3 #climate14{
	background: url(images/climate_change/project14.gif) no-repeat left top;
	height: 35px;
	padding-top: 6px;
	margin-bottom: 10px;
}
#table3 #climate15{
	background: url(images/climate_change/project15.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table3 #climate16{
	background: url(images/climate_change/project16.gif) no-repeat left top;
	height: 35px;
	padding-top: 6px;
	margin-bottom: 10px;
}
#table3 #climate17{
	background: url(images/climate_change/project17.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#table3 #climate18{
	background: url(images/climate_change/project18.gif) no-repeat left top;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#left #block-views-climatechange_leftlinks-block_1 ul li a:link, #left #block-views-climatechange_leftlinks-block_1 li a:visited{
	color: #990000;
	font-weight: normal;
}
#left #block-block-6{
	padding: 1px 0px 1px 0px;
}
#left #block-block-6 p{
	margin: 0px;
	line-height: 10px;
}
#left .block h2, #right .block h2{
	color: #003399;
	background: #e6e6e6;
	font: 12px/160% Verdana, sans-serif;
	font-weight: bold;
	padding: 2px 5px;
}
#container .climateLeft .block h2, #container .climateLeft .block h2 a:link, #container .climateLeft .block h2 a:visited{
	color: #FFFFFF;
	background: #92191e;
}
#container .climateLeft .block{
	border-bottom: 1px solid #e76064;
}
#container .climateLeft .leftLinks{
	border-left: 1px solid #e76064;
	border-right: 1px solid #e76064;
	border-top: 1px solid #e76064;
}
#right #block-views-quick_link-block_1{
	border: none;
	margin: 0px;
}
#right .block{
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0px 0px 8px 0px;
}
.slider #right .block{
	border: none;
	padding: 0px;
}
#innerMiddle #right .block{
	margin-top: 2px;
}
#innerMiddle #right ul{
	margin: 0px;
	padding: 0px;
}
#innerMiddle #right h2{
	padding: 2px 0px;
	background: none;
	color: #CC0000;
}
#innerMiddle #right li{
	margin-left: 2px;
	height: 160px;
}
#innerMiddle #right .scrollContent{
	width: 218px;
	padding-right: 2px;
}
#innerMiddle #right .insideScrolls p{
	line-height: 17px;
}
.insideScrolls{
	width: 218px;
}
#innerMiddle #right .insideScrolls img{
	float: left;
	padding: 0px 8px 5px 0px;
}
#right .block h4{
	color: #5ca8df;
	font-size: 12px;
}
#right .block img{
	padding-top: 6px;
}
#right .importentBox img{
	float: left;
	padding: 0px 4px 0px 0px;
}
#right p{
	margin: 0px;
}
#right .importentBox p{
	line-height: 16px;
	margin: 10px 0px 5px 0px;
}
#right #block-block-1 h2{
	color: #cc0000;
}
/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}
#node-65 .storyTeaser{
	width: 785px;
	float: left;
}
#node-65 .storyTeaser img{
	float: left;
	padding: 0px 15px 15px 0px;
}
#footer {
  margin: 5px auto;
  color: #898989;
  width: 1000px;
  border-top: 2px solid #bfc9e1;
  padding-top: 2px;
}
#footer a:link, #footer a:visited{
	color:#333333;
}
#footer .copyRight{
	float: left;
}
#footer .footerLinks{
	float: right;
}
#footer .rssFeed{
	float: right;
	width: 38px;
	margin-left: 10px;
	padding-top: 3px;
}
#wrapper #container .breadcrumb {
  left: 35px;
  z-index: 3;
}


/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #000 0px 1px 2px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: #495BD6;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

#innerContent .node .links{
  text-align: right; /* LTR */
}
#innerContent table td{
	border: 1px solid #b2c3e9;
	padding: 3px;
}
#innerContent .views-view-grid td{
	border: none;
}
.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: left;
}
.successlist{
	width: 780px;
	background: #C0DCE9;
	padding: 4px;
}
.successlist a{
	font-weight: bold;
}
.categorySelect{
	padding: 5px 0px;
	margin-bottom: 20px;
}
#innerContent .storyTeaser p, .storyTeaser p{
	margin: 2px 0px 2px 0px;
}
.storyTeaser{
	margin: 10px 0px;
}
#innerContent .listTeaser p, .listTeaser p{
	margin: 2px 0px 2px 0px;
}
.listTeaser{
	margin: 10px 0px 20px 0px;
}
#middle .listTeaser{
	margin: 8px 0px 8px 0px;
}
.listTeaser img{
	padding: 0px 10px 10px 0px;
	float: left;
}
.categorySelect select{
	float: right;
}
.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}
.publicationTeaser{
	width: 360px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	min-height: 93px;
}
.publicationTeaser p{
	margin: 0px;
}
h1.red{
	color: #850e13;
}
.publicationTeaser img{
	float: left;
	padding: 0px 10px 10px 0px;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
.node-type-list dt{
	font-size: 120%;
	font-weight: bold;
}
.node-type-list dd{
	margin-bottom: 10px;
}
#innerContent .content ul{
	margin-bottom: 1em;	
}
#innerContent .pager ul{
	list-style: none;
}
#innerMiddle #innerContent .content .pager li{
	background-image: none;
	padding: 2px 2px;
	margin: 2px;
	background: #d7dff1;
	border: 1px solid #b4c2e0;
}
#innerMiddle #innerContent .pager li.pager-current{
	background: #b4c2e0;
}
#innerMiddle .TabbedPanels .listTeaser{
	margin-bottom: 10px;
}
#innerMiddle .TabbedPanelsContent .publicationTeaser{
	width: 340px;
}
#innerMiddle .indexTabs{
	width: 795px;
	float: left;
	margin: 10px 0px;
}
#innerContent .indexTabs .block-views h2{
	font-size: 12px;
	background: none;
	color: #333333;
	margin-bottom: 0px;
}
#innerContent .content .view-footer{
	float: right;
	margin-top: -10px;
}
#innerContent .indexTabs .content  img{
	padding: 0px 10px 4px 0px;
}
#innerContent .content .view-footer img{
	padding: 0px;
}
.videoField{
	padding: 8px 0px;
	text-align: justify;
}
.videoField label{
	float: left;
	width: 200px;
	font-weight: bold;
}
.videoField .data{
	float: left;
	width: 400px;
}
.videoDisplay{
	float: left;
	width: 350px;
}
.videoDisplay .video{
	height: 200px;
	float: left;
	border: 1px solid #CCCCCC;
}
.videoData{
	float: left;
	width: 430px;
}
.videoData label{
	width: 150px;
	float: left;
}
.videoData .data{
	float: left;
	width: 280px;
}
.videoData h3{
	color: #003399;
}
.bottomContent .block-views, .climateBottomcontent .block-views{
	width: 370px;
	float: left;
	padding: 5px;
	height: 146px;
}
.bottomContent .block-views{
	background: #c5cfeb;
}
.climateBottomcontent .block-views{
	background: #e6b3b5;
}
#innerContent .climateBottomcontent h2{
	margin-bottom: 0px;
	color: #FFFFFF;
	background: #92191e;
}
#innerContent .bottomContent h2{
	margin-bottom: 0px;
	color: #FFFFFF;
	background: #02339a;
}
#innerContent .bottomContent, #innerContent .climateBottomcontent{
	padding-bottom: 10px;
}
#innerContent .bottomContent img, #innerContent .climateBottomcontent img{
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
.videoTeaser{
	margin: 10px 0px -5px 0px;
}
.videoTeaser h3{
	color: #27388A;
}
.bottomContent #block-views-povertyreduction_video-block_1, .bottomContent #block-views-democraticgov_video-block_1, .bottomContent #block-views-energy_video-block_1, .bottomContent #block-views-crisis_video-block_1, .bottomContent #block-views-hivdev_video-block_1, .climateBottomcontent #block-views-climate_video-block_1{
	margin-left: 25px;
}
#innerMiddle .bottomContent .readmore, #innerMiddle .climateBottomcontent .readmore{
	float: right;
	position: relative;
}
#innerMiddle .bottomContent .readmore{
	margin-top: -10px;
}
.bottomContent #block-views-povertyreduction_video-block_1 .readmore, .bottomContent #block-views-democraticgov_video-block_1 .readmore, .bottomContent #block-views-energy_video-block_1 .readmore, .bottomContent #block-views-crisis_video-block_1 .readmore, .bottomContent #block-views-hivdev_video-block_1 .readmore, .climateBottomcontent #block-views-climate_video-block_1 .readmore{
	margin-top: 0px;
} 
#block-block-14 p{
	line-height: 13px;
	color: #666666;
}
#node-230 h3{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imageGallery, .videoGallery{
	font-weight: bold;
}
.imageGallery a{
	background: url(images/image_gallery_icon.gif) no-repeat left center;
	padding-left: 22px;
}
.videoGallery a{
	background: url(images/video_icon.gif) no-repeat left center;
	padding-left: 22px;
}