/* Ajax Window css file */

.siteUtilContainer {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}

.aw_top_handle {
	padding:3px;
	background:#dbdcdd url('/resources/images/admin/silver_slice1.gif') top left repeat-x;
	cursor:move;
	text-align:center;
}

.aw_top_handle_close {
	background:url(/resources/images/icons/close-btn-rnd-defined.png) 50% 50% no-repeat;
	float:right;
	height: 20px;
	width: 20px;
	color:#843131;
	position:relative;
	text-indent:-5000em;
}
.aw_top_handle_close:hover {
	cursor:pointer;
	text-decoration:none;
}

.aw_top_title {
	font-size:105%;
	position:relative;
	top:1px;
	color:#111111;
}

.aw_main_content {
	position:relative;
	color:black;
}

.ajax_window {
	overflow:hidden;
}

.aw_spreader {
	clear:both;
}

.aw_debug_console {
	border-top:1px solid #888888;
	background:#dddddd;
	font-family:courier;
	font-size:90%;
}

.aw_debug_console_header {
	font-weight:bold;
	background:#aaaaaa;
	padding:2px;
	color:#000000;
}

.aw_debug_console_content {
	height:90px;
	overflow:auto;
	padding:2px;
	color:#111111;
}

.aw_debug_console_content_item_num {
	float:left;
	width:28px;
	color:#555555;
}

.aw_debug_console_content_item_text {
	margin-left:28px;
	padding-left:5px;
}

.aw_window_fade {
	position:fixed;
	_position:absolute;
	width:100%;
	height:100%;
	background:#000000;
	opacity:.6;
	filter:alpha(opacity=60);
	top:0;
	left:0;
}

.aw_window_hidden {
	visibility: hidden;
}
