/***        Bonusprint Message Popup Stylesheet         ***/
/***    © Copyright 2004-2007, All rights reserverd     ***/
/***      Grunwick Processing Laboratory Limited        ***/
.renderPopupTopContainer
{
    height: 7px;
    width: 100%;
}

.renderPopupTopLeft
{
    background-position: left bottom;
    background-image: url(../images/previewBackGroundTopLeft.gif);
    background-repeat: no-repeat;
    width: 7px;
}

.renderPopupTopMiddle 
{ 
    background-position: bottom; 
    background-image: url(../images/previewBackGroundTopSpacer.bmp); 
    background-repeat: repeat-x; 
    font-size: 1px; 
    color: #e0e2eb; 
}

.renderPopupTopRight   
{
    background-position: right bottom; 
    background-image: url(../images/previewBackGroundTopRight.gif); 
    background-repeat: no-repeat;
    width: 7px;
} 

.renderPopupTitleContainer
{
    height: 25px;
    width: 100%;
    border-right: #66667e 1px solid;
    border-left: #66667e 1px solid;
    background-color: #E0E2EB;
	color: #0100cc; 
    background-position: bottom; 
    background-image: url(../images/toolbarBackGroundSeparator.bmp); 
    background-repeat: repeat-x;
}

.renderPopupTitleIconContainer
{   
    padding-left: 5px;
    width: 20px;
}

.renderPopupTitleIcon
{       
    border: 0;
}

.renderPopupTitleText
{
    text-align: left;
	font-family: tahoma,verdana,arial,helvetica; 
	font-size: 10pt;
	font-weight: bold;
}

.renderPopupBody
{
    border-right: #66667e 1px solid;
    border-left: #66667e 1px solid;
    background-color: #F3F3EE;
    width: 100%;
    height: 100%;
}

.renderPopupButton
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	border: #E0E2EB 1px solid;
	text-align: center;
}

.renderPopupDropDown
{
	text-align: center;
	width: 30px;
	height: 30px;
}

.renderPopupButtonHighLight
{
	cursor: pointer;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	border: solid 1px white;
	text-align: center;
	background-color: white;
}

.renderPopupBottomContainer
{
    height: 7px;
    width: 100%;
}

.renderPopupBottomLeft
{
    background-position: left top;
    background-image: url(../images/previewBackGroundBottomLeft.gif);
    background-repeat: no-repeat;
    width: 7px;
}

.renderPopupBottomMiddle 
{ 
    background-position: bottom; 
    background-image: url(../images/previewBackGroundSpacer.bmp); 
    background-repeat: repeat-x; 
    font-size: 1px; 
    color: #e0e2eb; 
}

.renderPopupBottomRight   
{
    background-position: right top; 
    background-image: url(../images/previewBackGroundBottomRight.gif); 
    background-repeat: no-repeat;
    width: 7px;
} 

