/**
 * style_gx_overrules.css
 *
 * This stylesheet contains style rules created by <GX> to solve particular
 * problems encountered during implementation of the new design. Those
 * problems are documented in this file:
 * P:\KPN.com - Migratie naar GX WebManager 9.1 - P07-042\Work\Vormgeving\Overrules-reasons.doc
 *
 * NOTE: When you add a style rule to this file,
 * do not forget to update the documentation!
 */

/**
 * Overrules for different folder structures:
 * box/images <--> images/box AND table/images <--> images/table
 */
.wmform-table-tl {
  background-image:url(../images/box_corner_top_L.gif);
}
.wmform-table-tr {
  background-image:url(../images/box_corner_top_R.gif);
}
.wmform-table-bl {
  background-image:url(../images/box_corner_bottom_L.gif);
}
.wmform-table-br {
  background-image:url(../images/box_corner_bottom_R.gif);
}
.kpn-table-tl {
  background-image:url(../images/box_corner_top_grey_L.gif);
}
.kpn-table-tr {
  background-image:url(../images/box_corner_top_grey_R.gif);
}
.kpn-table-bl {
  background-image:url(../images/box_corner_bottom_L.gif);
}
.kpn-table-br {
  background-image:url(../images/box_corner_bottom_R.gif);
}
.noheader .kpn-table-tl {
  background-image:url(../images/box_corner_top_L.gif);
}
.noheader .kpn-table-tr {
  background-image:url(../images/box_corner_top_R.gif);
}

/**
 * Overrules for tabs
 */
#content ul.boxtabs li.boxtabsactive a {
	padding:9px 15px 9px 15px;
}

#content .boxtabscontent .boxtabscontenttext .content-elements p {
	margin: 8px 0 0 0;
	padding: 0 0 4px 0;
}

/**
 * Overrules for extension form
 */
#right .boxservices .wmform-form-row {
	float: left;
	width: 122px;
	height: 24px;
}
