.dhtmlwindow{
position: absolute;
border: 1px solid #E6E8EB;
visibility: visible;
background-color: white;
width:700px;
}

.drag-handle
{ /*CSS for Drag Handle*/
padding: 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background:url(../images/Divimages/div_bgimg.gif) repeat-x;
color: #7E7E7E;
cursor: move;
height:26px;
padding-top:5px;
position:absolute;
text-indent:5px;
text-align:left;
width:698px;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
right: 2px;
text-align:left;
top: 2px;
cursor: pointer;
margin-top:3px;
position:absolute;
float:right;
}
.drag-contentarea
{
	 /*CSS for Content Display Area div*/
color: black;
padding: 2px;
}

.drag-statusarea
{ /*CSS for Status Bar div (includes resizearea)*/
/*background:url(../images/Divimages/div_bgimg.gif) repeat-x;*/
background:url(../images/Divimages/div_bgimg.gif) repeat-x;
height: 13px;
width:700px;
border-bottom:solid 1px #A2A2A2;
border-left:solid 1px #A2A2A2;
border-right:solid 1px #A2A2A2;
}

.drag-resizearea
{ /*CSS for Resize Area itself*/
float: right;
cursor:none;
font-size: 0;
}
.bottomlink,.bottomlink:link, .bottomlink:active, .bottomlink:visited, .bottomlink:hover
{	
	color: #065B8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.bottomlink:hover
{
	text-decoration: underline;
}
.all-contentarea
{
	border: 2px solid #34B5EC;
	width:100%;
}



/**********************************************************************/
.Thumb img, .Thumb img:link
{
	border: solid 2px #ffffff;
	cursor: pointer;
}
.Thumb img:hover
{
	border: solid 2px #B5B5B5;
	cursor: pointer;
}
.Thumbhover
{
	border: solid 2px #B5B5B5;
	cursor: pointer;
}
.ThumbSelected
{
	/*border:solid 2px #B3A286;*/
	border: solid 2px #B5B5B5;
	cursor: pointer;
}
.ThumbMargin
{
	/*margin-right:-1px;*/
	border: solid 2px #ffffff;
	cursor: pointer;
}                             
