/*

	RADWINDOW STYLES - USED FOR STYLING OF EDITING POPUPS WHEN LOGGED INTO CMS.

*/
.radwindow {
	background-color:#FFF;
}

.radwindow table,
.radwindow table tr th,
.radwindow table tr td {
	border:none;
	border-collapse:collapse;
	margin:0;
	empty-cells:hide;
}

.radwindow .windowcontent {
	height:100%;
}

.radwindow iframe {
/*overflow:hidden;*/
}

.radwindow .titlerow {
	background:#0081C3 url(images/popup-back.png) repeat-x 0 100%;
	height:45px;
}

.radwindow .topresize {
	display:none!important;
}

.radwindow .closebutton {
	background:url(/images/admin/icons/16x16_black_icons.png) no-repeat -48px -48px;
	width:16px;
	height:16px;
	display:block;
	opacity:0.8;
}

.radwindow .closebutton:hover {
	opacity:1;
}

.radwindow .controlbuttons {
	margin:15px 10px 0 0!important;
	text-transform:lowercase;
}

.radwindow .bodyleft,
.radwindow .bodyright {
	width:1px;
}

.radwindow .footerrow {
	height:1px;
}

.radwindow .bodyleft,
.radwindow .bodyright,
.radwindow .footerrow {
	background-color:#CCC;
}

.windowicon {
	background:url(/images/admin/icons/16x16_black_icons.png) no-repeat;
	width:16px;
	height:16px;
	margin:15px 0 0 10px;
}

div.radwindow table.titlebarcontrols em {
	font-size:18px;
	float:none;
	color:#FFF;
	font-style:normal;
	margin:10px 0 0 5px;
}
