﻿.topLeft
{
	background-image: url('Images/FramePanelControl/topleft.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:35px;
	width:6px;
}

.topCenter
{
	background-image: url('Images/FramePanelControl/topBgd.png' );
	background-repeat: repeat-x;
	background-position: top left;	
	height:35px;
}

.topRight
{
	background-image: url('Images/FramePanelControl/topRight.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:35px;
	width:6px;
}

.bottomLeft
{
	background-image: url('Images/FramePanelControl/bottomleft.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}

.bottomCenter
{
	background-image: url('Images/FramePanelControl/bottomBgd.png' );
	background-repeat: repeat-x;
	background-position: top left;	
	height:6px;
}

.bottomRight
{
	background-image: url('Images/FramePanelControl/bottomRight.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}

.frameTitleStyle
{
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-left:15px;
}

.framePanelContent
{
	background-color:White;
	border-left: solid 1px #d6d7d9;
	border-right: solid 1px #d6d7d9;
}

.topLeftWhite
{
	background-image: url('Images/FramePanelControl/topleftWhite.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}

.topCenterWhite
{
	background-image: url('Images/FramePanelControl/topBgdWhite.png' );
	background-repeat: repeat-x;
	background-position: top left;	
	height:6px;
}

.topRightWhite
{
	background-image: url('Images/FramePanelControl/topRightWhite.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}

.topLeftBlack
{
	background-image: url('Images/FramePanelControl/topleftBlack.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}

.topCenterBlack
{
	background-image: url('Images/FramePanelControl/topBgdBlack.png' );
	background-repeat: repeat-x;
	background-position: top left;	
	height:6px;
}

.topRightBlack
{
	background-image: url('Images/FramePanelControl/topRightBlack.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}

.bottomLeftBlack
{
	background-image: url('Images/FramePanelControl/bottomleftBlack.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}

.bottomCenterBlack
{
	background-image: url('Images/FramePanelControl/bottomBgdBlack.png' );
	background-repeat: repeat-x;
	background-position: top left;	
	height:6px;
}

.bottomRightBlack
{
	background-image: url('Images/FramePanelControl/bottomRightBlack.png' );
	background-repeat: no-repeat;
	background-position: top left;	
	height:6px;
	width:6px;
}
.framePanelContentBlack
{
	background-color:Black;
	text-align:center;
}

/*

Actie Pop-up  

*/

.actiePopUp {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:970px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:6px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialogLight */
}

.actiePopUp .content,
.actiePopUp .t,
.actiePopUp .b,
.actiePopUp .b div {
 background:transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Panels/actiePopUp.png) no-repeat top right;
}

.actiePopUp .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 0px 6px 0px 0px;
}

.actiePopUp .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:70px; /* top slice width */
 margin-left:-70px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.actiePopUp .b {
 /* bottom */
 position:relative;
 width:100%;
}

.actiePopUp .b,
.actiePopUp .b div {
 height:50px; /* height of bottom cap/shade */
 font-size:1px;
}

.actiePopUp .b {
 background-position:bottom right;
}

.actiePopUp .b div {
 position:relative;
 width:70px; /* bottom corner width */
 margin-left:-70px;
 background-position:bottom left;
}

.actiePopUp .hd,
.actiePopUp .bd,
.actiePopUp .ft {
 position:relative;
}

.actiePopUp .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.actiePopUp h1,
.actiePopUp p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding: 0.5em 0px 0.5em 0px;
}

.actiePopUp h1 {
 padding-bottom:0px;
}

/*
