/********************************/
/* Produktsuche
/********************************/
div.productSearch{
	background-color:#b5c269;
	padding:5px 0 3px 9px;
	font-size:78%;
	background-image:URL('/cachepics/legend_rounded_emission_rightBottom.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	border-bottom:2px solid #eaeed4;
}
*+html div.productSearch{
	background-position:27px right;
}

div.productSearchFields{
  vertical-align:middle;
  margin:2px;

}

input.mainProductSearchInputText{
  width:120px;
}

input.productSearchImage{
  border:0px;
}

img.border{
  /*border:1px solid #1c416c;*/
}

/********************************/
/* Paginator
/********************************/
div.atablePaginator{
font-weight:bold;
}

div.atablePaginator span.atablePaginatorActive{
border:1px solid #95a82a;
padding:1px;
}

/********************************/
/* Link Materialanforderung
/********************************/

div.materialanforderung{
  padding:2px;
}

/********************************/
/* NameValuePairs Contentbereich
/********************************/
	
div.contentNameValuePair{
	margin: 0;	
	padding:2px;
	margin-bottom:2px;
}
	
div.contentName{
	width:150px;
	float:left;
}
	
div.contentValue{
	margin-left:150px;
	font-weight:bold;
}

/********************************/
/* Spezielle Textauszeichnungen
/********************************/

/* Favoriten-Hinweis */
div.favoritenhinweis{
  border:1px solid #95a82a;
  padding:5px;
  font-size:11px;
  background-color:#eaeed4;
}

div.more{
  text-align:right;
  margin-right:15px;
  margin-top:10px;
  padding-bottom:4px;
  clear:right;
}

p.hinweis{
  color:gray;
}

span.warnung{
    background: url( '/cachepics/icon_beteiligung_warnung.gif') no-repeat;
	background-position: left top;
	padding-left: 18px;
}

div.productContent{
  /*border:1px solid #e3edff;*/
  padding:2px;
}

/********************************/
/* Suche
/********************************/

div.wrapperTblFeatures{
	padding: 3px;
	background-color:#eaeed4;
	height: 2%;
	height: 24px;
	vertical-align: middle;
	margin: 0 0 0 0;
	/*font-size:84%;*/
	/*background-image:URL('/cachepics/rounded_light-white.gif');
	background-repeat:no-repeat;
	background-position:bottom right;*/
}

div.wrapperFullTextSearch{
  float:left;
}

div.wrapperFullTextSearch div.fullTextSearch input{
	border:0;
	background-color:#fff;
}

div.fullTextSearch{
  width:300px;
  display:inline;
}

div.fullTextSearch input{
  padding:2px;
}

div.fullTextSearch input,
div.fullTextSearch img
{
  vertical-align:middle;
}

div.limitWrapper{
  vertical-align:middle;
  text-align:center;
  margin: 4px 0 0 0;
  white-space:nowrap;
}

div.ListeSearchWrapper{ 
	padding:1px;
	padding-top: 2px;
	float:left;
}

div.ListeSearchFields{  
	display: inline;
}

div.ListeSearchFields input, div.ListeSearchFields img {
	vertical-align: middle;
}

div.ListeLimitWrapper{ 
	text-align: center;
	margin: 5px 0 0 0;
	white-space: nowrap;
}

/********************************/
/* Rahmen um Inhalte der Windowklasse
/********************************/

div.wrapperWindowContent{
  border-top:0px;
  background-color:#eaeed4;
  margin:0;
  padding:2px 4px 4px 0px;
}

/********************************/
/* Hintergrundfarben abwechselnd Investition
/********************************/
table.tblNameValue tr.InvestErsteZeile {
	background-color:#fff;
}

table.tblNameValue tr.InvestZweiteZeile {
	background-color:#f0f0f0;
}

/********************************/
/* Kundenportfolio, Produktportfolio
/********************************/
div.wrapperTwoCells,
div.portfolioScroll div.wrapperTwoCells{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}

div.wrapperTwoCells div.cell,
div.portfolioScroll div.wrapperTwoCells div.cell{
	margin:0 0 0 0;
	padding:0;
	width:49%;
	display:block;
	float:left;
	overflow:auto;
	overflow-y:hidden;
	background-color:#eaeed4;
}

div.wrapperTwoCells div.cellright,
div.portfolioScroll div.wrapperTwoCells div.cellright{
	margin:0;
	padding:0;
	width:49%;
	display:block;
	float:right;
	overflow:auto;
	overflow-y:hidden;
	background-color:#eaeed4;
}

/* Einzelperformance */

div.vpSelectProduct{
	background-color:#fff;
	margin:0;
	padding:10px;
	margin:0 0 0 -10px;
}

div.vpSelectProduct ul{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}

div.vpSelectProduct ul li{
	margin:0 0 5px 0;
	padding:10px 0 10px 10px;
	background-color:#f0f0f0;
	background-image:url('/cachepics/rounded_lightblue-white.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}

div.vpSelectProduct ul li:hover,
div.vpSelectProduct ul li.selectedOne{
	background-color: #eaeed4;
	background-image:url('/cachepics/rounded_light-white.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

div.vpSelectProduct ul li div.navigationWindowReiter ul li{
	padding:0;
	margin:0 2px 0 0;
}

div.vpSelectProduct div.wrapperWindowContent{
	background-color:#eaeed4;
}

div.vpSelectProduct h3{
	font-size:100%;
	/*font-weight:normal;*/
	margin:0;
	padding:0 0 0 5px;
}

div.vpSelectProduct div.boxStandardColoured{
	background-color:#fff;
	margin:5px 25px 0 15px;
}

div.vpSelectProduct ul li a.ProdSelect {
	background-image:URL('/cachepics/show_more.gif');
	background-position: left 4px;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:110%;
	margin:0;
	padding:0 0 0 15px;
	width:100%;
	display:block;
}
*+html div.vpSelectProduct ul li a.ProdSelect {
	margin-left: -16px;
}

*html div.vpSelectProduct ul li a.ProdSelect {
	margin-left: -16px;
	margin-right: -16px;
}

div.vpSelectProduct ul li a.ProdSelect:hover,
div.vpSelectProduct ul li.selectedOne a.ProdSelect {
	background-image:URL('/cachepics/show_more_on.gif');
}

div.vpSelectProduct ul li.selectedOne a.ProdSelect,
div.vpSelectProduct ul li.selectedOne a.ProdSelect:hover{
	background-image:URL('/cachepics/show_less.gif');
}

/********************************/
/* Fondsfactsheet
/********************************/

.portfolioFirmen,
.portfolioLaender,
.portfolioBranchen{
	padding:4px 4px 7px 0;
	margin-left:1.2%;
	background-color:transparent;
	width:48%;
	float:left;
}