.dhtmlwindow{
position: absolute;
border: 1px solid #0b3b58;
visibility: hidden;
background-color: #FFFFFF;

}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px;
text-indent: 3px;
font: bold 11px Arial;
background-color: #0b3b58;
color: #ffffff;
cursor: move;
overflow: hidden;
width: auto;
}

#pollWindow .drag-handle
{
	background-color: Transparent;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 4px;
top: 4px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/

color: #666666;
height: 100%;
padding: 0px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid #666666;
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;
}

#featuresWindow.dhtmlwindow
{
	border: 0 none;
	background:Transparent url(../images/modalborder.png) 0 0 repeat;
	padding:10px;
}

#featuresWindow.dhtmlwindow .drag-handle
{
padding:3px;
background: Transparent url(../images/poll/pollbg.jpg) 0 0 repeat-x;
}

#featuresWindow.dhtmlwindow .drag-handle .drag-controls
{
	right:11px;
	top:11px;
	
}

#featuresWindow.dhtmlwindow .drag-contentarea
{
	background: #ffffff url(../images/poll/pollbg.jpg) 0 -17px repeat-x;
	height:305px;
	padding:28px 8px 0 35px;
}

#featuresWindow.dhtmlwindow .drag-contentarea h2
{
	text-transform:uppercase;
	text-align:left;
	color:#0b3b58;
	font-size:13px;
	margin-top:0;
	padding-top:0;
}

#featuresWindow ul.featureslist
{
	margin:0;
	padding:30px 20px 0 0;
	list-style:none;
}

#featuresWindow ul.featureslist li div.icon
{
	width:75px;
	padding-right:10px;
	float:left;
}

#featuresWindow ul.featureslist li div.icon a
{
	display:block;
	width:75px;
	height:75px;
	background:url(../images/ctDefault.png) center center no-repeat;
	text-decoration:none;
}

#featuresWindow ul.featureslist li div.News a
{
	background-image:url(../images/ctNews.png);
}

#featuresWindow ul.featureslist li div.Event a
{
	background-image:url(../images/ctEvent.png);
}

#featuresWindow ul.featureslist li div.File a
{
	background-image:url(../images/ctFile.png);
}

#featuresWindow ul.featureslist li div.Subpage a
{
	background-image:url(../images/ctSubpage.png);
}

#featuresWindow ul.featureslist li div.content
{
	width:400px;
	float:left;
}

#featuresWindow ul.featureslist li p.title
{
	font-weight:bold;
	padding-bottom:5px;
	margin:0;
}

#featuresWindow ul.featureslist li.sep
{
	padding:5px 0 15px 85px;
}

#featuresWindow ul.featureslist li.sep hr
{
	color:#b7b6b4;
	background:#b7b6b4;
}
