﻿
.mpeBackground
{
    background-color: Gray;
    border: solid 1px black;
    filter: alpha(opacity=70);
    opacity: 70;
}

.outerPopup
{
    border-width:1px;
	border-style:solid;
	border-color:Gray;
	overflow:hidden;
	background-color: #D4DBE9;
}
.innerPopup
{
    background-color: #D4DBE9;
    overflow:scroll;
}

.rceHandleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}
.rceResizable
{
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #7391BA;
}
.mppTitlebar
{
    background-color: #D4DBE9;
    cursor:move;
    /*
    background-image: url(images/x.gif);
    background-repeat: no-repeat;
    background-position: right center;
    */
    height:16px;
    margin: 5px 5px 10px 5px;
    border-bottom: inset 2px #eeeeee;
}
