DIV.floatingWindowShell {
	border:5px solid #C9C9C9;
	background-color:#FFFFFF;
}

TABLE.floatingWindow {
	font-family:Arial;
	font-size:12px;
}
TABLE.floatingWindow TR.titleRow {
	background-color:#DDDDDD;
}
TABLE.floatingWindow TD.titleCell,
TABLE.floatingWindow TD.titleCell DIV{
	font-weight:bold;
	font-size:14px;
	color:#666666;
	line-height:35px;
	padding-left:5px;
	background-color:#DDDDDD;
	
}
TABLE.floatingWindow DIV.close {
	cursor:pointer;
	background-color:#DDDDDD;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(/_ckcommon/images/fw/close.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:16px;
	height:35px;
}

TABLE.floatingWindow DIV.close-over {
	cursor:pointer;
	background-color:#DDDDDD;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(/_ckcommon/images/fw/close_over.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:16px;
	height:35px;
}

TABLE.floatingWindow DIV.messageCell,
TABLE.floatingWindow TD.messageCell {
	border:1px solid #DDDDDD;
	background-color:#F0F0F0;
	line-height:30px;
	padding-left:5px;
	height:30px;
}
DIV.floatingWindow-message {
	font-family:Arial;
	background-color:#F0F0F0;
	line-height:30px;
	height:30px;
	border:1px solid #CCCCCC;
	display:none;
}


.floatingWindow-shield {
	background-color:#000000;
	filter:alpha(opacity=60);
	opacity:0.60;
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	z-index:500; /*needs to stay below the floating window z-index. Does not affect flash object elements*/
	display:none;
	
}

.floatingWindow-candyCane {
	text-align:center;
	margin:0px;
	background-image:url(/_ckcommon/images/fw/candyCane.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:10px;
	padding-bottom:20px;
	width:400px;
	cursor:wait;
}
.floatingWindow-candyCane-text {
	text-align:center;
	padding:10px;
	cursor:wait;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

.floatingWindow-candyCaneStatusBar {
	font-size:11px;
	text-align:left;
	margin:0px;
	padding:0px;
	background-image:url(/_ckcommon/images/fw/candyCane_short.gif);
	background-repeat:no-repeat;
	background-position:10 50%;
	padding-left:120px;
	width:310px;
	cursor:wait;
	line-height:30px;
}