﻿.hoverBox
{
	cursor: auto !important;
}

.dragHandle
{
	cursor: pointer !important;
}

.hoverBox > table
{
	margin-top: -100px;
	width: 100%;
}

.hoverBox .leftCorner
{
	height:35px;
	background: transparent url(../../Images/SiteDesign/popup_bg_tl.png) top right no-repeat;
}

.hoverBox .dragTop
{
	color: White;
	background: transparent url(../../Images/SiteDesign/popup_bg_tc.png) top left repeat-x;
}

.hoverBox .rightCorner
{
	width:14px;
	height:35px;
	background: transparent url(../../Images/SiteDesign/popup_bg_tr.png) top left no-repeat;
}

.hoverBox .leftSide
{
	width:14px;
	background: transparent url(../../Images/SiteDesign/popup_bg_cl.png) top right repeat-y;
}

.hoverBox .hoverContainer
{
	background-color:#d0dbf1;
}

.hoverBox .rightSide
{
	width:14px;
	background: transparent url(../../Images/SiteDesign/popup_bg_cr.png) top left repeat-y;
}

.hoverBox .leftLCorner
{
	width:14px;
	height:14px;
	background: transparent url(../../Images/SiteDesign/popup_bg_bl.png) bottom right no-repeat;
}

.hoverBox .bottomEdge
{
	height:14px;
	background: transparent url(../../Images/SiteDesign/popup_bg_bc2.png) repeat-x scroll left top;
}

.hoverBox .rightLCorner
{
	width:14px;
	height:14px;
	background: transparent url(../../Images/SiteDesign/popup_bg_br.png) bottom left no-repeat;
}