﻿.MPNWindowTable {width:100%;height:100%;z-index:500;}

.MPNWtl,.MPNWtc,.MPNWtr,.MPNWml,.MPNWmr,.MPNWbl,.MPNWbc,.MPNWbr {font-size:1px;line-height:1px;}

.MPNWtl {width:15px;height:15px;background:url('Images/Window/TopLeft.png') no-repeat left bottom;}
.MPNWtc {background:url('Images/Window/Top.png') repeat-x center bottom;}
.MPNWtr {width:15px;background:url('Images/Window/TopRight.png') no-repeat right bottom;}

.MPNWml {background:url('Images/Window/Left.png') repeat-y right 50%;}
.MPNWmc {background-color:#fff;padding-top:20px;}
.MPNWmr {background:url('Images/Window/Right.png') repeat-y left 50%;}

.MPNWbl {height:16px;background:url('Images/Window/BottomLeft.png') no-repeat left top;}
.MPNWbc {background:url('Images/Window/Bottom.png') repeat-x center top;}
.MPNWbr {background:url('Images/Window/BottomRight.png') no-repeat right top;}

body.rtl .MPNWtl {width:15px;background:url('Images/Window/TopRight.png') no-repeat right bottom;}
body.rtl .MPNWtc {background:url('Images/Window/Top.png') repeat-x center bottom;}
body.rtl .MPNWtr {width:15px;height:15px;background:url('Images/Window/TopLeft.png') no-repeat left bottom;}

body.rtl .MPNWml
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('Images/Window/Right.png') repeat-y left 50%;
}

body.rtl .MPNWmc {background-color:#fff;}
body.rtl .MPNWmr
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('Images/Window/Left.png') repeat-y right 50%;
}

body.rtl .MPNWbl {background:url('Images/Window/BottomRight.png') no-repeat right top;}
body.rtl .MPNWbc {background:url('Images/Window/Bottom.png') repeat-x center top;}
body.rtl .MPNWbr {height:16px;background:url('Images/Window/BottomLeft.png') no-repeat left top;}