/* VIDEO */
.videoContainer {
    background: #ededed;
    padding: 20px 0 20px 0;
    text-align: center;
  }
/* READSPEAKER */
img.ReadSpeaker {
    width:20px;
    height:20px;
    vertical-align:middle;
    margin:-3px 0px -3px 0px;
    padding:0px;
  }
img.ReadSpeakerklein {
    width:17px;
    height:18px;
    vertical-align:middle;
    padding:0px;
  }

/* READSPEAKER CONTROLES */
#rs_div a {
    background: none;
    font-size: 90%;
    font-weight: normal;
    text-decoration: none;
    border-bottom: none;
    /* padding: 0 0 0 20px; */
  }

div.galleryPortletLeft{
  height: auto;
}
div.galleryPortletRight{
  height: auto;
}
div.bannerHeader{
    font-family:verdana;
    font-size:140%;
    margin-top:25px;
  }
div.bannerText{
    font-family:verdana;
    font-size:95%;
    margin-top:10px;
  }
div.bannerHeaderIntra{
    font-family:verdana;
    font-size:140%;
    /* margin-top:25px; */
  }
div.bannerTextIntra{
    font-family:verdana;
    font-size:95%;
    margin-top:10px;
  }
div.bannerHeaderCluster{
    font-family:verdana;
    font-size:115%;
    margin-top:5px;
    font-weight:bold;
  }
div.bannerTextCluster{
    font-family:verdana;
    font-size:85%;
    margin-top:10px;
    font-weight:bold
  }

/* ESDEGE-221 - Begin - regel afstand vergroten */
td.content{
  line-height:190%;
}
.ie td.content{
  line-height:180%;
}
.content p {
  line-height:170%;
}
.ie .content p {
  line-height:170%;
}
table, td{
  line-height:170%;
}
ul.menu, li.menu, ul.submenu a, li.submenu a{
  line-height:102%;
}
.ie ul.menu, .ie li.menu, .ie ul.submenu a, .ie li.submenu a{
  line-height:120%;
}

.ie div.portletIntranetFull {
  line-height: 110%;
}
.gecko div.portletIntranetFull {
  line-height: 110%;
}

div.articleToolbox {
     line-height:114%;
}

td.topNavigation {
    line-height:100%;
}
/* ESDEGE-221 - eind - regel afstand vergroten */

/* Get rid of gaps before a bulleted list */
ul {
    margin-top: 0px;
}

p {
    margin-bottom: 0px;
}

/* FORM STYLES */

input {
	font-size: 100%;
	height: 23px;
	padding: 3px;
	margin-bottom: 10px;
}
html* input {
	margin-bottom: 3px;
}

select {
	font-size: 100%;
	margin-bottom: 10px;
}

textarea {
	font-family: verdana;
	font-size: 100%;
	margin-bottom: 10px;
}

input.noBorder {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

input.formField {
	width: 100%;
	margin-bottom: 5px;
}

input.ecardField {
	width: 90%;
}

textarea.ecardText {
	width: 90%;
	font-size: 120%;
}

select.formField {
	/* width: 181px; */
}

select.zoekIntSelect {
	width: 123px;
}

select.formMultiSelect,
textarea.formTextArea {
	width: 260px;
}

input.formBtn {
	border: 0px;
	width: 100px;
	height: 23px;
}

.formfield_info_icon {
    margin-left: 8px;
    margin-top: 1px;
    vertical-align: top;
}

.formfield_tooltip {
	display:none;
	width:300px;
        height: auto;
        padding: 10px;
        background-color: #EEE;
        border: 2px solid #666;
}

.formfield_appendix {
        color: #888;
        font-size: 0.8em;
        font-style: italic;
        padding-left: 8px;
}

.formlegend {
    color: #888;
    font-style: italic;
}

/* this class styles the texttooltips that are marked by #triggerword (tooltip contents) and trnsformed by the getField tag. */
.texttooltip-trigger {
        text-decoration:none;
        border-bottom:1px dotted black;
        padding-right: 10px;
        margin-right: 4px;
        cursor: help;
        background: url('/furniture/images/info_icon2.gif') no-repeat right;
}

