
/* FLOATING WINDOW STYLES */

.WinUpLeft {
	width:28px;
	height:41px;
	background:url(http://www.wrapmytourbus.com/images/div/win_TopLeft-trans.png) no-repeat top left;
}

.WinUpCenter {
	height:31px;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	cursor:default;
}
.WinUpRight {
	width:45px;
	height:41px;
	background:url(http://www.wrapmytourbus.com/images/div/win_TopRight-trans.png) no-repeat top left;
}
.WinMidLeft {
	width:28px;
	background:url(http://www.wrapmytourbus.com/images/div/win_MiddleLeft-trans.png) repeat-y;
}
.WinMidCenter {
	background-color:#FFFFFF;
}
.WinMidRight {
	width:35px;
	background:url(http://www.wrapmytourbus.com/images/div/win_MiddleRight-trans.png) repeat-y;
}
.WinLowLeft {
	width:28px;
	height:35px;
	background:url(http://www.wrapmytourbus.com/images/div/win_BottomLeft-trans.png) no-repeat top left;
}
.WinLowCenter {
	height:35px;
	background:url(http://www.wrapmytourbus.com/images/div/win_BottomCenter-trans.png) repeat-x;
}
.WinLowRight {
	width:35px;
	height:35px;
	background:url(http://www.wrapmytourbus.com/images/div/win_BottomRight-trans.png) no-repeat top left;
}
.WinLowRight.dpPopupResizeCorner {
	cursor: se-resize;
	-moz-user-select: none;
	background:url(http://www.wrapmytourbus.com/images/div/win_BottomRight_draglines-trans.png) no-repeat top left;
}

/* these are for the media library pop - MedWin*  */
.MedWinUpLeft {
	width:28px;
	height:78px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibTopLeft.png) no-repeat top left;
}
.MedWinUpCenter {
	height:78px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibTopMiddle.png) repeat-x;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	cursor:default;
}
.MedWinUpRight {
	width:15px;
	height:78px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibTopRight.png) no-repeat top left;
}

.MedWinMidLeft {
	width:28px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibMidLeft.png) repeat-y;
}

.MedWinMidRight {
	width:35px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibMidRight.png) repeat-y;
}

.MedWinLowLeft {
	width:28px;
	height:35px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibLowerLeft.png) no-repeat top left;
}
.MedWinLowCenter {
	height:35px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibLowerMiddle.png) repeat-x;
}
.MedWinLowRight {
	width:35px;
	height:35px;
	background:url(http://www.wrapmytourbus.com/images/div/mediaLibLowerRight.png) no-repeat top left;
}

/* end FLOATING WINDOW STYLES */