h1, h2, h3, h4, h5  {
	margin:0;
}


#content h3  {
	color:#333;
	font-size:1.3em;
	margin:15px 0 10px 0;
	
}

#right-content h2, .news-single-item h2 {
	font-size:1.5em;
	color:#2c4589;
	margin:25px 0 10px 0;
	
}

#right-content h1 {
	font-size:2.3em;
	color:#2c4589;
	padding:0 0 15px 0;
	border-bottom:1px solid #ececec;
}
#right-content p {
	font-size:1.3em;
	line-height:150%;
}


#right-content a, .reports-latest-item a {
	color:#09C;
	text-decoration:none;	
}



.reports-latest-item p a:hover, #right-content a:hover, .csc-menu-def a:hover, .tree a:hover, .reports-latest-more a:hover, .news-latest-more a:hover, .news-list-subheader a:hover, .reports-list-subheader a:hover {
	color:#66c1e0;
}


.image-header-1, .image-header-2, .image-header-3, .image-header-news {
	text-indent:-1000px;
	overflow:hidden;
	position:relative;
	height:32px;
	font-size:1px;
	
}

#content-2col h2.image-header-1 {
	margin:20px 0 0 0;
	padding:0;
}

#content h3.h3-dark-grey {
	color:#333;
	margin:10px 0 0 0;
	padding:0;
}


.image-header-2 {
	height:32px;
}

.image-header-3, .image-header-news {
	height:18px;
	margin:0;
	padding:0;
}

.image-header-news {
 	height:26px;
}


.image-header-2 img, .image-header-1 img, .image-header-3 img, .image-header-news img {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Clearer */
.divider hr, .clearer, .clearer-no-margin, hr {
	width:100%;
	height:1px;
	border:none;
	color:#ececec;
	background-color:#ececec;
	margin:20px 0 20px 0;
	padding:0;
	clear:both;
}
.clearer-no-margin {
	margin:0;
	padding:0;
}



/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	/*background:transparent url(../images/tooltips/white_arrow.png);*/
	font-size:12px;
	height:auto;
	width:160px;
	padding:15px;
	color:#000;	
	/*background-color:#ececec;*/
}

.tooltip-wrapper {
	position:relative;
}



.t3xtooltip {
	text-decoration:none;
	position:relative;
	/*text-decoration:underline !important;
	line-height:100% !important;*/
	color:#BBB !important;
}
.t3xtooltip-inner {
	color:#334575 !important;
}



.tooltip1 {
	/*background:transparent url(../images/tooltips/white_arrow.png);*/
	display:none;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	height:auto;
	width:160px;
	padding:15px;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	background: url('../images/tooltip/tooltip_background.png') top left;
	color:#333;
	border:1px solid #e4e4e4;
	position:absolute;
	top:0px;
	left:0px;
}

.tooltip-arrow {
	position:absolute;
	top:0px;
	left:0px;
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}

/* Browsemenu */
#browsemenu {
	background-color:#eaf4f7;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	padding:10px;
	margin-top:25px !important;
	width:580px;
	
}

#browsemenu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.3em;
}
#browsemenu  .browseprev-1 {
	float:left;
	background:url('../images/browsemenu/browsemenu_arrow_left.gif') center left no-repeat;
	padding-left:18px;
}

#browsemenu  .browsenext-1 {
	float:right;
	background:url('../images/browsemenu/browsemenu_arrow_right.gif') center right no-repeat;
	padding-right:18px;
}

/* SEARCH */
.browsebox {
	margin:0;
	padding:0;
}
.browsebox li {
	list-style:none;
	displaY:inline;
	padding:0 5px 0 0;
}
