/*Head Category*/
#exd_head {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #000000;
line-height: 150%;
background: transparent;
margin: 0px 0px 0px 0px;
padding: 5px;
}

/*Entries Background - holds all entries*/
#exd_items {
background: #ffffff;
}

/*titelrow to click*/
.stretchtoggle{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
line-height: 100%;
padding: 5px;
background: #cbe4f9;
border-top:1px solid #c9c9c9;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #c9c9c9;
/*width:100%;*/
margin-top:0px;
cursor:pointer;
}

/*the links in titlerow*/
.stretchtoggle a:link, .stretchtoggle a:visited, .stretchtoggle a:hover  {
color:#1263ad;
font-weight:bold;
text-decoration:none;
}

/*container that expands*/
.stretcher {
margin:0px;
padding:0px;
}

/*One Entry - gets the bg-color when opacity*/
.exd_item {
	margin-top:5px;
	padding:0px;
	background-color: #FFF;
}

/*field title*/
.exd_field {
width: 150px;
text-align:right;
font-weight: bold;
padding:2px 5px 2px 2px;
background:#FFFFFF;
border-bottom:1px solid #cbe4f9;
vertical-align:top;
}

/*field content*/
.exd_entry {
font-weight: normal;
border-bottom:1px solid #cbe4f9;
padding:2px 2px 2px 5px;
}
