.dhtmlwindow{
position: absolute;
border: 2px solid #003300;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 16px;
font: bold 14px Arial;
background-color: #003333;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
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;
}


#wrappered {
	margin: -1px -5px 0px -1px;
	padding: 0px 0px 40px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../images/bkgr_content1portfolio.gif);
	height: auto;
	}

#pagecontents {
	padding: 1px 1px 100px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330066;
	left: 5px;
	width: 390px;
	border: none;
	}

#pagedetails {
	padding: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #330066;
	width: 235px;
	float: right;
	margin: 6px 5px 1px 1px;
	clear: right;
	background-color: #e5efe6;

	}

#pagecontentsheader {
	padding: 4px;
	margin-left: 40px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330066;
	left: 5px;
	width: 390px;
	border: thin solid #000099;
	background-color: #99FFFF;
	}


.rowtitle {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
}

.rowdescription {
	padding: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: oblique;
}

.tablelist {
	list-style-image: url(images/bull_purpletable.gif);
	text-indent: -20px;
	margin-bottom: 2px;
	margin-top: 2px;

}


