﻿.modalBackground{
	background-color: #f0f8ff;
	filter:alpha(opacity=40);
	opacity:0.4;
}
.dragContainer{
	background-color: #ADD8E6;
	height: 450px;
	width: 357px;
	border-bottom-color: black;
}
.dragContainerSmall{
	background-color: #ADD8E6;
	height: 100px;
	width: 357px;
	border-bottom-color: black;
}
.dragContainerAuto{
	background-color: #ADD8E6;
	width: 357px;
	border-bottom-color: black;
}
.dragContainerAutoWide{
	background-color: #ADD8E6;
	width: 600px;
	border-bottom-color: black;
}

.dragHeader{
	background-color: #6699ff;    /*3399FF; */
	height: 25px;
	width: 357px;	
}
.dragHeaderWide{
	background-color: #6699ff;    /*3399FF; */
	height: 25px;
	width: 600px;	
}

.dragBody{
	background-color: #ADD8E6;
	height: 425px; 
	width: 357px;	
}
.dragBodyWide{
	background-color: #ADD8E6;
	height: 425px; 
	width: 600px;	
}

.dragBodySmall{
	background-color: #ADD8E6;
	height: 100px; 
	width: 357px;	
}
.dragBodyAuto{
	background-color: #ADD8E6; 
	width: 357px;	
}
.dragContainerModalProgress{
	background-color: #ADD8E6;
	height: 100px;
	width: 200px;
	border-bottom-color: black;
}
.modalUpdatePopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
.dragContainerAutoSmall
{
	background-color: #FFFACD;
	width: 150px;	
	border-bottom-color: black;
}
.dragHeaderSmall
{
	background-color: #DCDCDC;
	height: 25px;
	width: 150px;	
}
.dragBodyAutoSmall
{
	background-color: #FFFACD;
	width: 150px;	
}
.popupTable
{
	width:95%;
}
div.TESTPOPUP
{
	max-width: 600px;
	background-color: white;
	/* The following properties should not be changed */
	position: fixed;
}
.popup_draghandle {
  cursor: move;
}
#popup_overlay { /*this is for a modal popup ajax style*/
  background-color: #F5F5F5;
  filter:alpha(opacity=40);
  opacity:0.4;
  /* The following properties should not be changed */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  overflow:hidden;
}
font.closePopup
{
	cursor:hand;
	position:absolute;
	top: 2px;
	right: 5px;
	font-weight: bolder;
	font-size: larger;
	width:30px;
	text-align:right;
}
.WaitBox
{
	width:600px;
	height:50px;
	background-color:#ADD8E6;
	padding:30px 10px 10px 10px;
	border:solid 3px black;
  /* The following properties should not be changed */
	position:absolute;
}
	
div.W600PUContainer
{
	width:600px;
	height:305px;
	background-color:Transparent;
	border:solid 1px black;
  /* The following properties should not be changed */
	position:absolute;
}
div.W600PUContainer div.W600PUHdr
{
	background-color:#6699ff;
	width:600px;
	height:25px;
}
div.W600PUContainer div.W600PUBody
{
	background-color:#ADD8E6;
	width:590px;
	height:270px;
	padding:5px 5px 5px 5px;
}
.TestingModalBox
{
	background-color:Green;
}



.draggable
{
	padding:10px;
	width:90%;
}