﻿.dhtmlwindow{
position: absolute;
border: 0px solid black;
visibility: hidden;

}

.drag-handle{ /*CSS for Drag Handle*/
padding-top: 5px;
text-indent: 3px;
font:  1px Arial;

color: red;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
position: absolute;
right: 13px;
top: 10px;
width:452px;

display:block;
height:20px;

background:  url('blanky.gif');

}
.drag-handle img{
	height:12px;
	width:54px;
	margin-top:-2px;

}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 10px;
top: 10px;

cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background:  url('box.gif');
color: black;
height: 150px;
padding: 2px;
overflow: auto;

}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


/*-------------------------------------------------------------------------*/
.contentWindow{
	margin-top:10px;margin-left:10px;margin-right:10px;
}

.topPinkBar{
	border: 0px solid #e7246b;
	margin-bottom: 10px;
	background: url('../windowfiles/pinkBar.jpg');
	height: 28px;
	width: 442px;
	padding-top: 6px;
	padding-left: 10px;
	font: 14px arial ,sans-serif;font-weight:bold;
	color:#DB2366;
	text-transform:uppercase;
}

.photoBack{
	background:url('../windowfiles/blackBox.gif');width:452px;height:270px;color:aqua;border: 0px solid #e7246b;text-align:center;padding-top:7px;
}
.popBack{
	background:url('../windowfiles/blackBox.gif');width:452px;height:277px;color:aqua;border: 0px solid #e7246b;
}
.barClose{
	border: 1px solid #e7246b;margin-top:5px;height:30px;padding-top:0px;padding-bottom:0px;padding-left:10px;width:435px;padding-right:5px;
	font: 11px arial ,sans-serif; color:#ff0066;
	
}
.textContainer{
	border: 0px solid #e7246b;margin-top:5px;height:26px;color:#FFFFFF;font:  12px Arial;width:452px
}

.pinkLinks a:link {text-decoration: none;color:#d8296d}
.pinkLinks a:visited {text-decoration: none;color:#d8296d}
.pinkLinks a:active {text-decoration: none;color:#d8296d}
.pinkLinks a:hover {text-decoration: underline; color:#d8296d}
.FL{
	float:left
}

.w200{
width:200px;
}
.frame{
	margin-top:10px;margin-left:25px;
}
.incText{
	width:250px;text-align:right
}
